automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 14:26 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2023-02-28 14:26 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/124570

_Testing issues_

Submitter: Sunyang Wu <sunyang.wu@jaguarmicro.com>
Date: Tuesday, February 28 2023 10:06:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7710b5d15a014872a3aaf646668dafa928ca8473

124570 --> testing fail

Test environment and result as below:

+------------------+----------+
|   Environment    | abi_test |
+==================+==========+
| Ubuntu 20.04     | PASS     |
+------------------+----------+
| Debian Bullseye  | PASS     |
+------------------+----------+
| RHEL 7           | FAIL     |
+------------------+----------+
| openSUSE Leap 15 | PASS     |
+------------------+----------+
| CentOS Stream 9  | PASS     |
+------------------+----------+
| Ubuntu 22.04     | PASS     |
+------------------+----------+
| Debian Buster    | PASS     |
+------------------+----------+
| RHEL8            | PASS     |
+------------------+----------+
| CentOS Stream 8  | PASS     |
+------------------+----------+

==== 20 line log output for RHEL 7 (abi_test): ====
[2190/3310] Generating symbol file 'drivers/a715181@@rte_crypto_octeontx@sha/librte_crypto_octeontx.so.23.1.symbols'.
[2191/3310] Compiling C object 'drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd_ops.c.o'.
[2192/3310] Linking static target drivers/libtmp_rte_crypto_openssl.a.
[2193/3310] Generating rte_crypto_openssl.pmd.c with a custom command.
[2194/3310] Compiling C object 'drivers/a715181@@rte_crypto_openssl@sta/meson-generated_.._rte_crypto_openssl.pmd.c.o'.
[2195/3310] Compiling C object 'drivers/a715181@@rte_crypto_openssl@sha/meson-generated_.._rte_crypto_openssl.pmd.c.o'.
[2196/3310] Linking static target drivers/librte_crypto_openssl.a.
[2197/3310] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2198/3310] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_scheduler_failover.c.o'.
[2199/3310] 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@2/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@2/dpdk/build/lib -Wl
 ,-rpath-link,/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@2/dpdk/build/drivers
drivers/a715181@@tmp_rte_crypto_openssl@sta/crypto_openssl_rte_openssl_pmd.c.o: In function `get_auth_algo':
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@2/dpdk/build/../drivers/crypto/openssl/rte_openssl_pmd.c:300: undefined reference to `EVP_sm3'
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@2/dpdk/build/../drivers/crypto/openssl/rte_openssl_pmd.c:251: undefined reference to `EVP_sm4_ctr'
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@2/dpdk/build/../drivers/crypto/openssl/rte_openssl_pmd.c:248: undefined reference to `EVP_sm4_cbc'
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-ABI@2/dpdk/build/../drivers/crypto/openssl/rte_openssl_pmd.c:245: undefined reference to `EVP_sm4_ecb'
collect2: error: ld returned 1 exit status
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

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

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)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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: clang 14.0.5-1.fc36

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-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)

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-28 14:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 14:26 |WARNING| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl 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).