automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:52 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2023-02-28 12:52 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/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             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:251: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:300:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:300:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:300:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2175/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2176/3139] Generating rte_crypto_cnxk.pmd.c with a custom command.
[2177/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 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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)

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

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

* |FAILURE| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 13:33 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2023-02-28 13:33 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/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     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:251: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:300:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:300:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:300:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2175/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2176/3139] Generating rte_crypto_cnxk.pmd.c with a custom command.
[2177/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 ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

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

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

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

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

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

* |FAILURE| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:59 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2023-02-28 12:59 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/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             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:251: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:300:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:300:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:300:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2175/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2176/3139] Generating rte_crypto_cnxk.pmd.c with a custom command.
[2177/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 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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)

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

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

* |FAILURE| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:57 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2023-02-28 12:57 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/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             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:251: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:300:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:300:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:300:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2175/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2176/3139] Generating rte_crypto_cnxk.pmd.c with a custom command.
[2177/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 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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)

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

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

* |FAILURE| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:55 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2023-02-28 12: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/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             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:251: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:300:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:300:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:300:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2175/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2176/3139] Generating rte_crypto_cnxk.pmd.c with a custom command.
[2177/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 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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)

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

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

* |FAILURE| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:49 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2023-02-28 12:49 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/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             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:251: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:300:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:300:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:300:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2175/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2176/3139] Generating rte_crypto_cnxk.pmd.c with a custom command.
[2177/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 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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)

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

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

* |FAILURE| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:47 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2023-02-28 12: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/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             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:251: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:300:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:300:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:300:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2175/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2176/3139] Generating rte_crypto_cnxk.pmd.c with a custom command.
[2177/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 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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)

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

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

* |FAILURE| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:40 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2023-02-28 12:40 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/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             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:251: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:300:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:300:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:300:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2175/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2176/3139] Generating rte_crypto_cnxk.pmd.c with a custom command.
[2177/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 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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)

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

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

* |FAILURE| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:40 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2023-02-28 12:40 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/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    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13       | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| Debian Buster    | PASS               |
+------------------+--------------------+
| Ubuntu 22.04     | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| RHEL 7           | FAIL               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+

==== 20 line log output for RHEL 7 (dpdk_meson_compile): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:248:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm4_cbc();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:251: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:300:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:300:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:300: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 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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)

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)

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

* |FAILURE| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:39 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2023-02-28 12:39 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/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             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:251: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:300:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:300:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:300:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2175/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2176/3139] Generating rte_crypto_cnxk.pmd.c with a custom command.
[2177/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 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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)

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

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

* |FAILURE| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl
@ 2023-02-28 12:28 dpdklab
  0 siblings, 0 replies; 11+ messages in thread
From: dpdklab @ 2023-02-28 12:28 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/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             | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+====================================+====================+======================+================+
| FreeBSD 13                         | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Windows Server 2019                | PASS               | PASS                 | PASS           |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                    | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                    | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                    | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                      | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                       | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                   | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                             | FAIL               | SKIPPED              | FAIL           |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                       | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| RHEL8                              | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: implicit declaration of function 'EVP_sm4_ctr' [-Werror=implicit-function-declaration]
*algo = EVP_sm4_ctr();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:251:4: error: nested extern declaration of 'EVP_sm4_ctr' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:251: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:300:4: error: implicit declaration of function 'EVP_sm3' [-Werror=implicit-function-declaration]
*algo = EVP_sm3();
^
../drivers/crypto/openssl/rte_openssl_pmd.c:300:4: error: nested extern declaration of 'EVP_sm3' [-Werror=nested-externs]
../drivers/crypto/openssl/rte_openssl_pmd.c:300:10: error: assignment makes pointer from integer without a cast [-Werror]
*algo = EVP_sm3();
^
cc1: all warnings being treated as errors
[2175/3139] Compiling C object 'drivers/a715181@@tmp_rte_crypto_scheduler@sta/crypto_scheduler_rte_cryptodev_scheduler.c.o'.
[2176/3139] Generating rte_crypto_cnxk.pmd.c with a custom command.
[2177/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 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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)

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

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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 12:52 |FAILURE| pw124570 [PATCH] crypto/openssl: support SM3/SM4 in openssl dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-02-28 13:33 dpdklab
2023-02-28 12:59 dpdklab
2023-02-28 12:57 dpdklab
2023-02-28 12:55 dpdklab
2023-02-28 12:49 dpdklab
2023-02-28 12:47 dpdklab
2023-02-28 12:40 dpdklab
2023-02-28 12:40 dpdklab
2023-02-28 12:39 dpdklab
2023-02-28 12:28 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).