* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:11 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 12:11 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:249:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c: In function 'get_auth_algo':
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:296:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2181/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
[2182/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2183/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
[not found] <20230228085410.27972-1-sunyang.wu@jaguarmicro.com>
2023-02-28 10:19 ` 0-day Robot
@ 2023-03-01 8:20 ` qemudev
1 sibling, 0 replies; 16+ messages in thread
From: qemudev @ 2023-03-01 8:20 UTC (permalink / raw)
To: test-report; +Cc: Sunyang Wu, zhoumin
Test-Label: loongarch-compilation
Test-Status: FAILURE
http://dpdk.org/patch/124564
_ninja build failure_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tue, 28 Feb 2023 16:54:10 +0800
DPDK git baseline: Repo:dpdk-next-crypto
Branch: for-main
CommitID: 2ff0df42bf84113267ef76542e47d9b0e1a78705
124564 --> ninja build failed
Test environment and result as below:
+---------------------+----------------+
| Environment | compilation |
+---------------------+----------------+
| Loongnix-Server 8.3 | FAIL |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
Ninja build logs:
-------------------------------BEGIN LOGS----------------------------
FAILED: drivers/librte_crypto_openssl.so.23.1
cc -o drivers/librte_crypto_openssl.so.23.1 drivers/librte_crypto_openssl.so.23.1.p/meson-generated_.._rte_crypto_openssl.pmd.c.o drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd_ops.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,librte_crypto_openssl.so.23 -Wl,--no-as-needed -pthread -lm -ldl -lnuma -lfdt lib/librte_cryptodev.so.23.1 lib/librte_eal.so.23.1 lib/librte_kvargs.so.23.1 lib/librte_telemetry.so.23.1 lib/librte_mbuf.so.23.1 lib/librte_mempool.so.23.1 lib/librte_ring.so.23.1 lib/librte_rcu.so.23.1 drivers/librte_bus_vdev.so.23.1 -Wl,--version-script=/home/zhoumin/dpdk-next-crypto/drivers/version.map /usr/lib64/libcrypto.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib:$ORIGIN/' -Wl,-rpath-link,/home/zhoumin/dpdk-next-crypto/build/lib -Wl,-rpath-link,/home/zhoumin/dpdk-next-crypto/build/drivers
/usr/bin/ld: drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o: in function `.L431':
rte_openssl_pmd.c:(.text+0x212c): undefined reference to `EVP_sm4_ecb'
/usr/bin/ld: drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o: in function `.L432':
rte_openssl_pmd.c:(.text+0x2150): undefined reference to `EVP_sm4_ecb'
/usr/bin/ld: drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o: in function `.L428':
rte_openssl_pmd.c:(.text+0x215c): undefined reference to `EVP_sm4_ctr'
/usr/bin/ld: drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o: in function `.L430':
rte_openssl_pmd.c:(.text+0x218c): undefined reference to `EVP_sm4_cbc'
/usr/bin/ld: drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o: in function `.L498':
rte_openssl_pmd.c:(.text+0x2270): undefined reference to `EVP_sm4_ecb'
/usr/bin/ld: drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o: in function `.L442':
rte_openssl_pmd.c:(.text+0x2284): undefined reference to `EVP_sm4_ecb'
/usr/bin/ld: drivers/libtmp_rte_crypto_openssl.a.p/crypto_openssl_rte_openssl_pmd.c.o: in function `.L441':
rte_openssl_pmd.c:(.text+0x2298): undefined reference to `EVP_sm4_ecb'
collect2: error: ld returned 1 exit status
[1979/2819] Linking static target drivers/librte_crypto_scheduler.a
[1980/2819] Compiling C object drivers/librte_crypto_scheduler.so.23.1.p/meson-generated_.._rte_crypto_scheduler.pmd.c.o
[1981/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_48_63_tmo_burst.c.o
[1982/2819] Generating symbol file drivers/librte_crypto_octeontx.so.23.1.p/librte_crypto_octeontx.so.23.1.symbols
[1983/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_32_47_seg.c.o
[1984/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_112_127_tmo_seg_burst.c.o
[1985/2819] Generating rte_crypto_caam_jr.pmd.c with a custom command
[1986/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_cnxk_eventdev_selftest.c.o
[1987/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_0_15_seg.c.o
[1988/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_48_63_seg.c.o
[1989/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_0_15_tmo.c.o
[1990/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_32_47_tmo.c.o
[1991/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_96_111_tmo_seg_burst.c.o
[1992/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_96_111.c.o
[1993/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_16_31_tmo.c.o
[1994/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_80_95.c.o
[1995/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_112_127.c.o
[1996/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_0_15_ca.c.o
[1997/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_48_63_tmo.c.o
[1998/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_64_79.c.o
[1999/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_96_111_seg.c.o
[2000/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_112_127_seg.c.o
[2001/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_64_79_seg.c.o
[2002/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_80_95_seg.c.o
[2003/2819] Compiling C object drivers/libtmp_rte_crypto_dpaa_sec.a.p/crypto_dpaa_sec_dpaa_sec.c.o
[2004/2819] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output)
[2005/2819] Compiling C object drivers/libtmp_rte_crypto_dpaa2_sec.a.p/crypto_dpaa2_sec_dpaa2_sec_dpseci.c.o
[2006/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_64_79_tmo.c.o
[2007/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_96_111_tmo.c.o
[2008/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_112_127_tmo.c.o
[2009/2819] Compiling C object drivers/libtmp_rte_event_cnxk.a.p/event_cnxk_deq_cn9k_deq_80_95_tmo.c.o
[2010/2819] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn9k_cryptodev_ops.c.o
[2011/2819] Compiling C object drivers/libtmp_rte_crypto_cnxk.a.p/crypto_cnxk_cn10k_cryptodev_ops.c.o
ninja: build stopped: subcommand failed.
-------------------------------END LOGS------------------------------
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:16 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 12:16 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| CentOS Stream 8 | FAIL |
+---------------------+----------------+
| RHEL 7 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
==== 20 line log output for Ubuntu 20.04 (dpdk_unit_test): ====
[2205/3163] Linking static target drivers/librte_crypto_cnxk.a.
[2206/3163] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
[2207/3163] Compiling C object 'drivers/a715181@@rte_crypto_cnxk@sha/meson-generated_.._rte_crypto_cnxk.pmd.c.o'.
[2208/3163] Generating rte_crypto_cnxk.sym_chk with a meson_exe.py custom command.
[2209/3163] Linking target drivers/librte_crypto_cnxk.so.23.1.
[2210/3163] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o'.
FAILED: drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o
ccache cc -Idrivers/a715181@@tmp_rte_crypto_openssl@sta -Idrivers -I../drivers -Idrivers/crypto/openssl -I../drivers/crypto/openssl -Ilib/cryptodev -I../lib/cryptodev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwr
ite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.crypto.openssl -MD -MQ 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o' -MF 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o.d' -o 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o' -c ../drivers/crypto/openssl/rte_openssl_pmd.c
../drivers/crypto/openssl/rte_openssl_pmd.c: In function 'get_cipher_algo':
../drivers/crypto/openssl/rte_openssl_pmd.c:229:4: error: this statement may fall through [-Werror=implicit-fallthrough=]
229 | switch (keylen) {
| ^~~~~~
../drivers/crypto/openssl/rte_openssl_pmd.c:242:3: note: here
242 | case RTE_CRYPTO_CIPHER_SM4_ECB:
| ^~~~
cc1: all warnings being treated as errors
[2211/3163] Generating symbol file 'drivers/a715181@@rte_crypto_cnxk@sha/librte_crypto_cnxk.so.23.1.symbols'.
[2212/3163] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_failover.c.o'.
[2213/3163] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:15 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 12:15 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:249:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c: In function 'get_auth_algo':
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:296:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2181/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
[2182/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2183/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:13 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 12:13 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:249:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c: In function 'get_auth_algo':
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:296:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2181/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
[2182/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2183/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:12 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 12:12 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM SVE | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:249:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c: In function 'get_auth_algo':
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:296:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2181/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
[2182/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2183/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:12 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 12:12 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+------------------+--------------------+
| Environment | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13 | FAIL |
+------------------+--------------------+
| CentOS Stream 8 | FAIL |
+------------------+--------------------+
| Debian Bullseye | FAIL |
+------------------+--------------------+
| Debian Buster | FAIL |
+------------------+--------------------+
| CentOS Stream 9 | FAIL |
+------------------+--------------------+
| Ubuntu 22.04 | FAIL |
+------------------+--------------------+
| openSUSE Leap 15 | FAIL |
+------------------+--------------------+
| Ubuntu 20.04 | FAIL |
+------------------+--------------------+
| RHEL8 | FAIL |
+------------------+--------------------+
| RHEL 7 | FAIL |
+------------------+--------------------+
==== 20 line log output for RHEL 7 (dpdk_meson_compile): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:246:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm4_cbc();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:249:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c: In function 'get_auth_algo':
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:296:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:10 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 12:10 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+----------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 | FAIL | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | SKIPPED | SKIPPED |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7 | FAIL | SKIPPED | FAIL |
+----------------------------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:249:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c: In function 'get_auth_algo':
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:296:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2181/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
[2182/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2183/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:01 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 12:01 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+=====================+====================+======================+================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| Debian Bullseye | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| Debian Buster | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| RHEL 7 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| RHEL8 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL8 (dpdk_unit_test): ====
^
../drivers/crypto/openssl/rte_openssl_pmd.c:249:12: error: implicit declaration of function 'EVP_sm4_ctr'; did you mean 'NID_sm4_ctr'? [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^~~~~~~~~~~
NID_sm4_ctr
../drivers/crypto/openssl/rte_openssl_pmd.c:249:12: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:249:10: error: assignment to 'const EVP_CIPHER *' {aka 'const struct evp_cipher_st *'} from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:229:4: error: this statement may fall through [-Werror=implicit-fallthrough=]
switch (keylen) {
^~~~~~
../drivers/crypto/openssl/rte_openssl_pmd.c:242:3: note: here
case RTE_CRYPTO_CIPHER_SM4_ECB:
^~~~
cc1: all warnings being treated as errors
[2207/3163] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2208/3163] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_multicore.c.o'.
[2209/3163] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:01 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 12:01 UTC (permalink / raw)
To: Test Report
Cc: Sunyang Wu, dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+=====================+====================+======================+================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| Debian Bullseye | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| Debian Buster | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| RHEL 7 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| RHEL8 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL8 (dpdk_unit_test): ====
^
../drivers/crypto/openssl/rte_openssl_pmd.c:249:12: error: implicit declaration of function 'EVP_sm4_ctr'; did you mean 'NID_sm4_ctr'? [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^~~~~~~~~~~
NID_sm4_ctr
../drivers/crypto/openssl/rte_openssl_pmd.c:249:12: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:249:10: error: assignment to 'const EVP_CIPHER *' {aka 'const struct evp_cipher_st *'} from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:229:4: error: this statement may fall through [-Werror=implicit-fallthrough=]
switch (keylen) {
^~~~~~
../drivers/crypto/openssl/rte_openssl_pmd.c:242:3: note: here
case RTE_CRYPTO_CIPHER_SM4_ECB:
^~~~
cc1: all warnings being treated as errors
[2207/3163] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2208/3163] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_multicore.c.o'.
[2209/3163] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 11.3.1-2
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 11:57 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 11:57 UTC (permalink / raw)
To: Test Report
Cc: Sunyang Wu, dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+=====================+====================+======================+================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| Debian Bullseye | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Debian Buster | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| RHEL 7 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| RHEL8 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
[2186/3149] Compiling C object 'drivers/a715181@@rte_crypto_null@sha/meson-generated_.._rte_crypto_null.pmd.c.o'.
[2187/3149] Linking target drivers/librte_crypto_null.so.23.1.
[2188/3149] Generating symbol file 'drivers/a715181@@rte_crypto_dpaa2_sec@sha/librte_crypto_dpaa2_sec.so.23.1.symbols'.
[2189/3149] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
[2190/3149] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2191/3149] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o'.
FAILED: drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o
ccache cc -Idrivers/a715181@@tmp_rte_crypto_openssl@sta -Idrivers -I../drivers -Idrivers/crypto/openssl -I../drivers/crypto/openssl -Ilib/cryptodev -I../lib/cryptodev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwr
ite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -DOPENSSL_LOAD_CONF -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.crypto.openssl -MD -MQ 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o' -MF 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o.d' -o 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o' -c ../drivers/crypto/openssl/rte_openssl_pmd.c
../drivers/crypto/openssl/rte_openssl_pmd.c: In function 'get_cipher_algo':
../drivers/crypto/openssl/rte_openssl_pmd.c:240:9: error: this statement may fall through [-Werror=implicit-fallthrough=]
res = -EINVAL;
^
../drivers/crypto/openssl/rte_openssl_pmd.c:242:3: note: here
case RTE_CRYPTO_CIPHER_SM4_ECB:
^~~~
cc1: all warnings being treated as errors
[2192/3149] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_failover.c.o'.
[2193/3149] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cn10k_cryptodev_ops.c.o'.
[2194/3149] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 11:56 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 11:56 UTC (permalink / raw)
To: Test Report
Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+=====================+====================+======================+================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| Debian Bullseye | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Debian Buster | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| RHEL 7 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| RHEL8 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_unit_test): ====
[2186/3149] Compiling C object 'drivers/a715181@@rte_crypto_null@sha/meson-generated_.._rte_crypto_null.pmd.c.o'.
[2187/3149] Linking target drivers/librte_crypto_null.so.23.1.
[2188/3149] Generating symbol file 'drivers/a715181@@rte_crypto_dpaa2_sec@sha/librte_crypto_dpaa2_sec.so.23.1.symbols'.
[2189/3149] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
[2190/3149] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2191/3149] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o'.
FAILED: drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o
ccache cc -Idrivers/a715181@@tmp_rte_crypto_openssl@sta -Idrivers -I../drivers -Idrivers/crypto/openssl -I../drivers/crypto/openssl -Ilib/cryptodev -I../lib/cryptodev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwr
ite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -DOPENSSL_LOAD_CONF -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.crypto.openssl -MD -MQ 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o' -MF 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o.d' -o 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o' -c ../drivers/crypto/openssl/rte_openssl_pmd.c
../drivers/crypto/openssl/rte_openssl_pmd.c: In function 'get_cipher_algo':
../drivers/crypto/openssl/rte_openssl_pmd.c:240:9: error: this statement may fall through [-Werror=implicit-fallthrough=]
res = -EINVAL;
^
../drivers/crypto/openssl/rte_openssl_pmd.c:242:3: note: here
case RTE_CRYPTO_CIPHER_SM4_ECB:
^~~~
cc1: all warnings being treated as errors
[2192/3149] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_failover.c.o'.
[2193/3149] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cn10k_cryptodev_ops.c.o'.
[2194/3149] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 11:55 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 11:55 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+=====================+====================+======================+================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| Debian Bullseye | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Debian Buster | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| RHEL 7 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| RHEL8 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL8 (dpdk_unit_test): ====
^
../drivers/crypto/openssl/rte_openssl_pmd.c:249:12: error: implicit declaration of function 'EVP_sm4_ctr'; did you mean 'NID_sm4_ctr'? [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^~~~~~~~~~~
NID_sm4_ctr
../drivers/crypto/openssl/rte_openssl_pmd.c:249:12: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:249:10: error: assignment to 'const EVP_CIPHER *' {aka 'const struct evp_cipher_st *'} from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:229:4: error: this statement may fall through [-Werror=implicit-fallthrough=]
switch (keylen) {
^~~~~~
../drivers/crypto/openssl/rte_openssl_pmd.c:242:3: note: here
case RTE_CRYPTO_CIPHER_SM4_ECB:
^~~~
cc1: all warnings being treated as errors
[2207/3163] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2208/3163] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_multicore.c.o'.
[2209/3163] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 11:53 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 11:53 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+=====================+====================+======================+================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| Debian Bullseye | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Debian Buster | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| RHEL 7 | SKIPPED | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:249:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:249:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c: In function 'get_auth_algo':
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:296:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:296:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2181/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
[2182/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2183/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
RHEL 7
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 11:47 dpdklab
0 siblings, 0 replies; 16+ messages in thread
From: dpdklab @ 2023-02-28 11:47 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124564
_Testing issues_
Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 08:54:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124564 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+----------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+=====================+====================+======================+================+
| FreeBSD 13 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Windows Server 2019 | PASS | PASS | PASS |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 8 | FAIL | SKIPPED | FAIL |
+---------------------+--------------------+----------------------+----------------+
| Debian Bullseye | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| Debian Buster | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
| CentOS Stream 9 | FAIL | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+----------------+
==== 20 line log output for CentOS Stream 9 (dpdk_meson_compile): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:246:33: error: nested extern declaration of 'EVP_sm4_cbc' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:246:31: error: assignment to 'const EVP_CIPHER *' {aka 'const struct evp_cipher_st *'} from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
246 | *algo = EVP_sm4_cbc();
| ^
../drivers/crypto/openssl/rte_openssl_pmd.c:249:33: error: implicit declaration of function 'EVP_sm4_ctr'; did you mean 'NID_sm4_ctr'? [-Werror=implicit-function-declaration]
249 | *algo = EVP_sm4_ctr();
| ^~~~~~~~~~~
| NID_sm4_ctr
../drivers/crypto/openssl/rte_openssl_pmd.c:249:33: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:249:31: error: assignment to 'const EVP_CIPHER *' {aka 'const struct evp_cipher_st *'} from 'int' makes pointer from integer without a cast [-Werror=int-conversion]
249 | *algo = EVP_sm4_ctr();
| ^
../drivers/crypto/openssl/rte_openssl_pmd.c:229:25: error: this statement may fall through [-Werror=implicit-fallthrough=]
229 | switch (keylen) {
| ^~~~~~
../drivers/crypto/openssl/rte_openssl_pmd.c:242:17: note: here
242 | case RTE_CRYPTO_CIPHER_SM4_ECB:
| ^~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25556/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 16+ messages in thread
* |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
[not found] <20230228085410.27972-1-sunyang.wu@jaguarmicro.com>
@ 2023-02-28 10:19 ` 0-day Robot
2023-03-01 8:20 ` qemudev
1 sibling, 0 replies; 16+ messages in thread
From: 0-day Robot @ 2023-02-28 10:19 UTC (permalink / raw)
To: test-report; +Cc: sunyang.wu, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/124564/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4291216863
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-abi+doc+tests" failed at step Build and test
"fedora:35-gcc" failed at step Build
"fedora:35-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+doc+tests" at step Build and test
####################################################################################
[2327/4276] Generating rte_crypto_null.pmd.c with a custom command.
[2328/4276] Compiling C object 'drivers/a715181@@rte_crypto_null@sta/meson-generated_.._rte_crypto_null.pmd.c.o'.
[2329/4276] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_capabilities.c.o'.
[2330/4276] Linking static target drivers/librte_crypto_null.a.
[2331/4276] Compiling C object 'drivers/a715181@@rte_crypto_null@sha/meson-generated_.._rte_crypto_null.pmd.c.o'.
[2332/4276] Linking target drivers/librte_crypto_null.so.23.1.
[2333/4276] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_hw_access.c.o'.
[2334/4276] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_mbox.c.o'.
[2335/4276] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
[2336/4276] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_failover.c.o'.
[2337/4276] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o'.
FAILED: drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o
ccache gcc -Idrivers/a715181@@tmp_rte_crypto_openssl@sta -Idrivers -I../drivers -Idrivers/crypto/openssl -I../drivers/crypto/openssl -Ilib/cryptodev -I../lib/cryptodev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.crypto.openssl -MD -MQ 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o' -MF 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o.d' -o 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o' -c ../drivers/crypto/openssl/rte_openssl_pmd.c
../drivers/crypto/openssl/rte_openssl_pmd.c: In function ‘get_cipher_algo’:
../drivers/crypto/openssl/rte_openssl_pmd.c:229:4: error: this statement may fall through [-Werror=implicit-fallthrough=]
229 | switch (keylen) {
| ^~~~~~
../drivers/crypto/openssl/rte_openssl_pmd.c:242:3: note: here
242 | case RTE_CRYPTO_CIPHER_SM4_ECB:
| ^~~~
cc1: all warnings being treated as errors
[2338/4276] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2339/4276] Compiling C object 'drivers/a715181@@tmp_rte_crypto_octeontx@sta/crypto_octeontx_otx_cryptodev_ops.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:35-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc" at step Build
####################################################################################
####################################################################################
#### [Begin job log] "fedora:35-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2023-03-01 8:34 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 12:11 |FAILURE| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-02-28 12:16 dpdklab
2023-02-28 12:15 dpdklab
2023-02-28 12:13 dpdklab
2023-02-28 12:12 dpdklab
2023-02-28 12:12 dpdklab
2023-02-28 12:10 dpdklab
2023-02-28 12:01 dpdklab
2023-02-28 12:01 dpdklab
2023-02-28 11:57 dpdklab
2023-02-28 11:56 dpdklab
2023-02-28 11:55 dpdklab
2023-02-28 11:53 dpdklab
2023-02-28 11:47 dpdklab
[not found] <20230228085410.27972-1-sunyang.wu@jaguarmicro.com>
2023-02-28 10:19 ` 0-day Robot
2023-03-01 8:20 ` qemudev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).