automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 13:21 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-02-28 13:21 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu

Test-Label: iol-abi-testing
Test-Status: WARNING
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    | abi_test |
+==================+==========+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| CentOS Stream 8  | FAIL     |
+------------------+----------+
| RHEL 7           | FAIL     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| RHEL8            | FAIL     |
+------------------+----------+
| Debian Buster    | PASS     |
+------------------+----------+
| CentOS Stream 9  | FAIL     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| Ubuntu 20.04     | PASS     |
+------------------+----------+

==== 20 line log output for CentOS Stream 9 (abi_test): ====
|                         ^~~~~~
../drivers/crypto/openssl/rte_openssl_pmd.c:242:17: note: here
242 |                 case RTE_CRYPTO_CIPHER_SM4_ECB:
|                 ^~~~
[2206/3327] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
[2207/3327] Linking static target drivers/libtmp_rte_crypto_openssl.a.
[2208/3327] Generating rte_crypto_openssl.pmd.c with a custom command.
[2209/3327] Compiling C object 'drivers/a715181@@rte_crypto_openssl@sta/meson-generated_.._rte_crypto_openssl.pmd.c.o'.
[2210/3327] Linking static target drivers/librte_crypto_openssl.a.
[2211/3327] Compiling C object 'drivers/a715181@@rte_crypto_openssl@sha/meson-generated_.._rte_crypto_openssl.pmd.c.o'.
[2212/3327] Linking target drivers/librte_crypto_openssl.so.23.1.
FAILED: drivers/librte_crypto_openssl.so.23.1
cc  -o drivers/librte_crypto_openssl.so.23.1 'drivers/a715181@@rte_crypto_openssl@sha/meson-generated_.._rte_crypto_openssl.pmd.c.o' 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o' 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o' -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,--start-group -Wl,-soname,librte_crypto_openssl.so.23 -Wl,--no-as-needed -pthread -lm -ldl -lnuma 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-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/drivers/version.map /usr/lib64/libcrypto.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/../lib:$ORIGIN/' -Wl,-rpath-link,/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/build/lib -Wl
 ,-rpath-link,/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/build/drivers
/usr/bin/ld: drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o: in function `get_cipher_algo':
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/build/../drivers/crypto/openssl/rte_openssl_pmd.c:243: undefined reference to `EVP_sm4_ecb'
/usr/bin/ld: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/build/../drivers/crypto/openssl/rte_openssl_pmd.c:243: undefined reference to `EVP_sm4_ecb'
/usr/bin/ld: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/build/../drivers/crypto/openssl/rte_openssl_pmd.c:249: undefined reference to `EVP_sm4_ctr'
/usr/bin/ld: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@4/dpdk/build/../drivers/crypto/openssl/rte_openssl_pmd.c:246: undefined reference to `EVP_sm4_cbc'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

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)

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

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

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

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] 3+ messages in thread

* |WARNING| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:12 dpdklab
  0 siblings, 0 replies; 3+ 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: WARNING
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_fips_validation |
+==============+======================+
| Ubuntu 20.04 | WARN                 |
+--------------+----------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_fips_validation): ====
|   ^~~~
cc1: all warnings being treated as errors
[2216/3190] Compiling C object 'drivers/a715181@@tmp_rte_crypto_virtio@sta/crypto_virtio_virtio_cryptodev.c.o'.
[2217/3190] Linking static target drivers/libtmp_rte_crypto_dpaa2_sec.a.
[2218/3190] Compiling C object 'drivers/a715181@@rte_crypto_dpaa_sec@sta/meson-generated_.._rte_crypto_dpaa_sec.pmd.c.o'.
[2219/3190] Compiling C object 'drivers/a715181@@tmp_rte_compress_mlx5@sta/compress_mlx5_mlx5_compress.c.o'.
[2220/3190] Compiling C object 'drivers/a715181@@rte_crypto_dpaa_sec@sha/meson-generated_.._rte_crypto_dpaa_sec.pmd.c.o'.
[2221/3190] Compiling C object 'drivers/a715181@@tmp_rte_compress_octeontx@sta/compress_octeontx_otx_zip.c.o'.
[2222/3190] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex.c.o'.
[2223/3190] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex_devx.c.o'.
[2224/3190] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_rxp.c.o'.
[2225/3190] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex_control.c.o'.
[2226/3190] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_multicore.c.o'.
[2227/3190] Compiling C object 'drivers/a715181@@tmp_rte_compress_zlib@sta/compress_zlib_zlib_pmd.c.o'.
[2228/3190] Compiling C object 'drivers/a715181@@tmp_rte_regex_mlx5@sta/regex_mlx5_mlx5_regex_fastpath.c.o'.
[2229/3190] Compiling C object 'drivers/a715181@@tmp_rte_compress_octeontx@sta/compress_octeontx_otx_zip_pmd.c.o'.
[2230/3190] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cn9k_cryptodev_ops.c.o'.
[2231/3190] Compiling C object 'drivers/a715181@@tmp_rte_crypto_cnxk@sta/crypto_cnxk_cn10k_cryptodev_ops.c.o'.
[2232/3190] 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 ====

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] 3+ messages in thread

* |WARNING| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 11:14 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2023-02-28 11:14 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Sunyang Wu

Test-Label: iol-aarch64-unit-testing
Test-Status: WARNING
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      | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest |
+======================+===========================+==============================+==============+
| Debian 11            | FAIL                      | FAIL                         | SKIPPED      |
+----------------------+---------------------------+------------------------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED                   | SKIPPED                      | PASS         |
+----------------------+---------------------------+------------------------------+--------------+

==== 20 line log output for Debian 11 (cryptodev_sw_snow3g_autotest): ====
[2186/3120] Linking target drivers/librte_crypto_null.so.23.1.
[2187/3120] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
[2188/3120] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_failover.c.o'.
[2189/3120] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2190/3120] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pkt_size_distr.c.o'.
[2191/3120] 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/arm/include -I../lib/eal/arm/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 -Wno-zero-length-bounds -D_GNU_SOURCE -march=armv8-a+crc+crypto -fPIC -march=armv8-a+crc -moutline-atomics -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
[2192/3120] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_pmd.c.o'.
[2193/3120] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_multicore.c.o'.
[2194/3120] 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 ====

Debian 11
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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] 3+ messages in thread

end of thread, other threads:[~2023-02-28 13:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 13:21 |WARNING| pw124564 [PATCH] crypto/openssl: support SM3/SM4 in openssl dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-02-28 12:12 dpdklab
2023-02-28 11:14 dpdklab

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).