|WARNING| pw149231-149232 [PATCH] [v1,2/2] app/test: add SM4 GCM tes

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sat Dec 14 03:28:28 CET 2024


Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/149232

_Testing issues_

Submitter: Brian Dooley <brian.dooley at intel.com>
Date: Friday, December 13 2024 12:58:49 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7df61db6c387703a36306c1aea92225921e2eeb2

149231-149232 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#299054

Test environment and result as below:

+-----------------------------+--------------+---------------------------+------------------------------+----------------+
|         Environment         | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+=============================+==============+===========================+==============================+================+
| Ubuntu 20.04 ARM SVE        | PASS         | SKIPPED                   | SKIPPED                      | SKIPPED        |
+-----------------------------+--------------+---------------------------+------------------------------+----------------+
| Debian 12 (arm)             | SKIPPED      | WARN                      | WARN                         | PASS           |
+-----------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 39 (ARM)             | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+-----------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 39 (ARM Clang)       | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+-----------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 40 (ARM)             | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+-----------------------------+--------------+---------------------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)       | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+-----------------------------+--------------+---------------------------+------------------------------+----------------+
| Fedora 40 (ARM Clang)       | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+-----------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+-----------------------------+--------------+---------------------------+------------------------------+----------------+
| RHEL9 (ARM)                 | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+-----------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 22.04 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+-----------------------------+--------------+---------------------------+------------------------------+----------------+
| Ubuntu 24.04 (ARM)          | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+-----------------------------+--------------+---------------------------+------------------------------+----------------+
| 32-bit Ubuntu 22.04.4 (ARM) | SKIPPED      | SKIPPED                   | SKIPPED                      | PASS           |
+-----------------------------+--------------+---------------------------+------------------------------+----------------+

==== 20 line log output for Debian 12 (arm) (cryptodev_sw_snow3g_autotest): ====
|                 ^~~~~~~~~~~~~~~
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c:735:17: error: nested extern declaration of 'imb_sm4_gcm_pre' [-Werror=nested-externs]
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c: In function 'set_mb_job_params':
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c:1578:14: error: 'IMB_AUTH_SM4_GCM' undeclared (first use in this function); did you mean 'IMB_AUTH_AES_CCM'?
1578 |         case IMB_AUTH_SM4_GCM:
|              ^~~~~~~~~~~~~~~~
|              IMB_AUTH_AES_CCM
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c:1765:14: error: 'IMB_CIPHER_SM4_GCM' undeclared (first use in this function); did you mean 'IMB_CIPHER_GCM'?
1765 |         case IMB_CIPHER_SM4_GCM:
|              ^~~~~~~~~~~~~~~~~~
|              IMB_CIPHER_GCM
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c: In function 'is_aead_algo':
../drivers/crypto/ipsec_mb/pmd_aesni_mb.c:25:1: error: control reaches end of non-void function [-Werror=return-type]
25 | }
| ^
cc1: all warnings being treated as errors
[2482/3378] Generating symbol file drivers/librte_crypto_dpaa2_sec.so.25.1.p/librte_crypto_dpaa2_sec.so.25.1.symbols
[2483/3378] Compiling C object drivers/libtmp_rte_crypto_ipsec_mb.a.p/crypto_ipsec_mb_pmd_aesni_gcm.c.o
[2484/3378] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev_ops.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM SVE
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

Fedora 39 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)

Fedora 39 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)

Fedora 40 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)

CentOS Stream 9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Fedora 40 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)

Ubuntu 20.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

RHEL9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)

Ubuntu 22.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04 (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0

32-bit Ubuntu 22.04.4 (ARM)
	Kernel: 5.15.83+ aarch64
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32138/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/


More information about the test-report mailing list