automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw120774 [PATCH] cryptodev: add algo enums to string conversion APIs
@ 2022-12-13  6:45 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2022-12-13  6:45 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Akhil Goyal

[-- Attachment #1: Type: text/plain, Size: 8959 bytes --]

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120774

_Testing issues_

Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Monday, December 12 2022 15:10:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

120774 --> testing fail

Test environment and result as below:

+----------------------------------------+----------------+--------------------+----------------------+
|              Environment               | dpdk_unit_test | dpdk_meson_compile | dpdk_mingw64_compile |
+========================================+================+====================+======================+
| Ubuntu 20.04 ARM GCC Native            | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Native          | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Windows Server 2019                    | FAIL           | FAIL               | PASS                 |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 22.04                           | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Bullseye                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL 7                                 | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Buster                          | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 8                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL8                                  | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 9                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| openSUSE Leap 15                       | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04                           | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| FreeBSD 13                             | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM SVE                   | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Ilib\librte_cryptodev.a.p" "-Ilib" "-I..\lib" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\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\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\rcu" "-I..\lib\rcu" "-Xclang" "-fcolor-diagnostics" "-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" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.cryptodev" -MD -MQ lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj -MF "lib\librte_cryptodev.a.p\cryptodev_rte_cryptodev.c.obj.d" -o lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj "-c" ../lib/cryptodev/rte_cryptodev.c
../lib/cryptodev/rte_cryptodev.c:423:16: error: comparison of integers of different signs: 'enum rte_crypto_cipher_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_cipher_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:436:16: error: comparison of integers of different signs: 'enum rte_crypto_auth_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_auth_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:449:16: error: comparison of integers of different signs: 'enum rte_crypto_aead_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_aead_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:462:17: error: comparison of integers of different signs: 'enum rte_crypto_asym_xform_type' and 'unsigned long long' [-Werror,-Wsign-compare]
if (xform_enum < RTE_DIM(crypto_asym_xform_strings))
~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
[39/743] Linking static target lib/librte_cfgfile.a
[40/743] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.obj
[41/743] Compiling C object lib/librte_gro.a.p/gro_gro_tcp4.c.obj
[42/743] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
[43/743] Compiling C object lib/librte_gso.a.p/gso_gso_tunnel_tcp4.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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)

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

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)

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 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 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 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/24706/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |FAILURE| pw120774 [PATCH] cryptodev: add algo enums to string conversion APIs
@ 2022-12-13  6:46 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2022-12-13  6:46 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Akhil Goyal

[-- Attachment #1: Type: text/plain, Size: 5581 bytes --]

Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/120774

_Testing issues_

Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Monday, December 12 2022 15:10:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

120774 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0 \0 \0 \0 \0 \0 \0 \0 \0i\0f\0 \0(\0a\0l\0g\0o\0_\0e\0n\0u\0m\0 \0<\0 \0R\0T\0E\0_\0D\0I\0M\0(\0c\0r\0y\0p\0t\0o\0_\0c\0i\0p\0h\0e\0r\0_\0a\0l\0g\0o\0r\0i\0t\0h\0m\0_\0s\0t\0r\0i\0n\0g\0s\0)\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0~\0~\0~\0~\0~\0~\0~\0~\0~\0 \0^\0 \0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0\r\0
\0.\0.\0/\0l\0i\0b\0/\0c\0r\0y\0p\0t\0o\0d\0e\0v\0/\0r\0t\0e\0_\0c\0r\0y\0p\0t\0o\0d\0e\0v\0.\0c\0:\04\03\06\0:\01\06\0:\0 \0e\0r\0r\0o\0r\0:\0 \0c\0o\0m\0p\0a\0r\0i\0s\0o\0n\0 \0o\0f\0 \0i\0n\0t\0e\0g\0e\0r\0s\0 \0o\0f\0 \0d\0i\0f\0f\0e\0r\0e\0n\0t\0 \0s\0i\0g\0n\0s\0:\0 \0'\0e\0n\0u\0m\0 \0r\0t\0e\0_\0c\0r\0y\0p\0t\0o\0_\0a\0u\0t\0h\0_\0a\0l\0g\0o\0r\0i\0t\0h\0m\0'\0 \0a\0n\0d\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0l\0o\0n\0g\0 \0l\0o\0n\0g\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0s\0i\0g\0n\0-\0c\0o\0m\0p\0a\0r\0e\0]\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0i\0f\0 \0(\0a\0l\0g\0o\0_\0e\0n\0u\0m\0 \0<\0 \0R\0T\0E\0_\0D\0I\0M\0(\0c\0r\0y\0p\0t\0o\0_\0a\0u\0t\0h\0_\0a\0l\0g\0o\0r\0i\0t\0h\0m\0_\0s\0t\0r\0i\0n\0g\0s\0)\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0~\0~\0~\0~\0~\0~\0~\0~\0~\0 \0^\0 \0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0\r\0
\0.\0.\0/\0l\0i\0b\0/\0c\0r\0y\0p\0t\0o\0d\0e\0v\0/\0r\0t\0e\0_\0c\0r\0y\0p\0t\0o\0d\0e\0v\0.\0c\0:\04\04\09\0:\01\06\0:\0 \0e\0r\0r\0o\0r\0:\0 \0c\0o\0m\0p\0a\0r\0i\0s\0o\0n\0 \0o\0f\0 \0i\0n\0t\0e\0g\0e\0r\0s\0 \0o\0f\0 \0d\0i\0f\0f\0e\0r\0e\0n\0t\0 \0s\0i\0g\0n\0s\0:\0 \0'\0e\0n\0u\0m\0 \0r\0t\0e\0_\0c\0r\0y\0p\0t\0o\0_\0a\0e\0a\0d\0_\0a\0l\0g\0o\0r\0i\0t\0h\0m\0'\0 \0a\0n\0d\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0l\0o\0n\0g\0 \0l\0o\0n\0g\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0s\0i\0g\0n\0-\0c\0o\0m\0p\0a\0r\0e\0]\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0i\0f\0 \0(\0a\0l\0g\0o\0_\0e\0n\0u\0m\0 \0<\0 \0R\0T\0E\0_\0D\0I\0M\0(\0c\0r\0y\0p\0t\0o\0_\0a\0e\0a\0d\0_\0a\0l\0g\0o\0r\0i\0t\0h\0m\0_\0s\0t\0r\0i\0n\0g\0s\0)\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0~\0~\0~\0~\0~\0~\0~\0~\0~\0 \0^\0 \0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0\r\0
\0.\0.\0/\0l\0i\0b\0/\0c\0r\0y\0p\0t\0o\0d\0e\0v\0/\0r\0t\0e\0_\0c\0r\0y\0p\0t\0o\0d\0e\0v\0.\0c\0:\04\06\02\0:\01\07\0:\0 \0e\0r\0r\0o\0r\0:\0 \0c\0o\0m\0p\0a\0r\0i\0s\0o\0n\0 \0o\0f\0 \0i\0n\0t\0e\0g\0e\0r\0s\0 \0o\0f\0 \0d\0i\0f\0f\0e\0r\0e\0n\0t\0 \0s\0i\0g\0n\0s\0:\0 \0'\0e\0n\0u\0m\0 \0r\0t\0e\0_\0c\0r\0y\0p\0t\0o\0_\0a\0s\0y\0m\0_\0x\0f\0o\0r\0m\0_\0t\0y\0p\0e\0'\0 \0a\0n\0d\0 \0'\0u\0n\0s\0i\0g\0n\0e\0d\0 \0l\0o\0n\0g\0 \0l\0o\0n\0g\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0s\0i\0g\0n\0-\0c\0o\0m\0p\0a\0r\0e\0]\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0i\0f\0 \0(\0x\0f\0o\0r\0m\0_\0e\0n\0u\0m\0 \0<\0 \0R\0T\0E\0_\0D\0I\0M\0(\0c\0r\0y\0p\0t\0o\0_\0a\0s\0y\0m\0_\0x\0f\0o\0r\0m\0_\0s\0t\0r\0i\0n\0g\0s\0)\0)\0\r\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0 \0^\0 \0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0~\0\r\0
\04\0 \0e\0r\0r\0o\0r\0s\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0\r\0
\0[\03\0/\05\02\00\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0c\0o\0m\0m\0o\0n\0_\0i\0a\0v\0f\0.\0a\0.\0p\0/\0c\0o\0m\0m\0o\0n\0_\0i\0a\0v\0f\0_\0i\0a\0v\0f\0_\0i\0m\0p\0l\0.\0c\0.\0o\0b\0j\0\r\0
\0[\04\0/\05\02\00\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0s\0e\0c\0u\0r\0i\0t\0y\0.\0a\0.\0p\0/\0s\0e\0c\0u\0r\0i\0t\0y\0_\0r\0t\0e\0_\0s\0e\0c\0u\0r\0i\0t\0y\0.\0c\0.\0o\0b\0j\0\r\0
\0[\05\0/\05\02\00\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0g\0s\0o\0.\0a\0.\0p\0/\0g\0s\0o\0_\0g\0s\0o\0_\0t\0u\0n\0n\0e\0l\0_\0t\0c\0p\04\0.\0c\0.\0o\0b\0j\0\r\0
\0[\06\0/\05\02\00\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0g\0s\0o\0.\0a\0.\0p\0/\0g\0s\0o\0_\0g\0s\0o\0_\0u\0d\0p\04\0.\0c\0.\0o\0b\0j\0\r\0
\0[\07\0/\05\02\00\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0l\0i\0b\0/\0l\0i\0b\0r\0t\0e\0_\0g\0s\0o\0.\0a\0.\0p\0/\0g\0s\0o\0_\0g\0s\0o\0_\0c\0o\0m\0m\0o\0n\0.\0c\0.\0o\0b\0j\0\r\0
\0n\0i\0n\0j\0a\0:\0 \0b\0u\0i\0l\0d\0 \0s\0t\0o\0p\0p\0e\0d\0:\0 \0s\0u\0b\0c\0o\0m\0m\0a\0n\0d\0 \0f\0a\0i\0l\0e\0d\0.\0\r\0
\0C\0o\0u\0l\0d\0 \0n\0o\0t\0 \0r\0e\0b\0u\0i\0l\0d\0 \0C\0:\0\\0U\0s\0e\0r\0s\0\\0b\0u\0i\0l\0d\0e\0r\0\\0j\0e\0n\0k\0i\0n\0s\0\\0w\0o\0r\0k\0s\0p\0a\0c\0e\0\\0G\0e\0n\0e\0r\0i\0c\0-\0V\0M\0-\0U\0n\0i\0t\0-\0T\0e\0s\0t\0-\0D\0P\0D\0K\0\\0d\0p\0d\0k\0\\0b\0u\0i\0l\0d\0\r\0
\0
==== End log output ====

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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)

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

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)

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/24706/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |FAILURE| pw120774 [PATCH] cryptodev: add algo enums to string conversion APIs
@ 2022-12-13  6:46 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2022-12-13  6:46 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Akhil Goyal

[-- Attachment #1: Type: text/plain, Size: 8959 bytes --]

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120774

_Testing issues_

Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Monday, December 12 2022 15:10:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

120774 --> testing fail

Test environment and result as below:

+----------------------------------------+----------------+--------------------+----------------------+
|              Environment               | dpdk_unit_test | dpdk_meson_compile | dpdk_mingw64_compile |
+========================================+================+====================+======================+
| Ubuntu 20.04 ARM GCC Native            | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Native          | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Windows Server 2019                    | FAIL           | FAIL               | PASS                 |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 22.04                           | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Bullseye                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL 7                                 | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Buster                          | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 8                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL8                                  | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 9                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| openSUSE Leap 15                       | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04                           | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| FreeBSD 13                             | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM SVE                   | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Ilib\librte_cryptodev.a.p" "-Ilib" "-I..\lib" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\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\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\rcu" "-I..\lib\rcu" "-Xclang" "-fcolor-diagnostics" "-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" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.cryptodev" -MD -MQ lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj -MF "lib\librte_cryptodev.a.p\cryptodev_rte_cryptodev.c.obj.d" -o lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj "-c" ../lib/cryptodev/rte_cryptodev.c
../lib/cryptodev/rte_cryptodev.c:423:16: error: comparison of integers of different signs: 'enum rte_crypto_cipher_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_cipher_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:436:16: error: comparison of integers of different signs: 'enum rte_crypto_auth_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_auth_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:449:16: error: comparison of integers of different signs: 'enum rte_crypto_aead_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_aead_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:462:17: error: comparison of integers of different signs: 'enum rte_crypto_asym_xform_type' and 'unsigned long long' [-Werror,-Wsign-compare]
if (xform_enum < RTE_DIM(crypto_asym_xform_strings))
~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
[39/743] Linking static target lib/librte_cfgfile.a
[40/743] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.obj
[41/743] Compiling C object lib/librte_gro.a.p/gro_gro_tcp4.c.obj
[42/743] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
[43/743] Compiling C object lib/librte_gso.a.p/gso_gso_tunnel_tcp4.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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)

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

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)

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 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 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 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/24706/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |FAILURE| pw120774 [PATCH] cryptodev: add algo enums to string conversion APIs
@ 2022-12-13  6:45 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2022-12-13  6:45 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Akhil Goyal

[-- Attachment #1: Type: text/plain, Size: 8959 bytes --]

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120774

_Testing issues_

Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Monday, December 12 2022 15:10:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

120774 --> testing fail

Test environment and result as below:

+----------------------------------------+----------------+--------------------+----------------------+
|              Environment               | dpdk_unit_test | dpdk_meson_compile | dpdk_mingw64_compile |
+========================================+================+====================+======================+
| Ubuntu 20.04 ARM GCC Native            | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Native          | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Windows Server 2019                    | FAIL           | FAIL               | PASS                 |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 22.04                           | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Bullseye                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL 7                                 | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Buster                          | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 8                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL8                                  | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 9                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| openSUSE Leap 15                       | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| FreeBSD 13                             | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04                           | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM SVE                   | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Ilib\librte_cryptodev.a.p" "-Ilib" "-I..\lib" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\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\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\rcu" "-I..\lib\rcu" "-Xclang" "-fcolor-diagnostics" "-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" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.cryptodev" -MD -MQ lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj -MF "lib\librte_cryptodev.a.p\cryptodev_rte_cryptodev.c.obj.d" -o lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj "-c" ../lib/cryptodev/rte_cryptodev.c
../lib/cryptodev/rte_cryptodev.c:423:16: error: comparison of integers of different signs: 'enum rte_crypto_cipher_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_cipher_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:436:16: error: comparison of integers of different signs: 'enum rte_crypto_auth_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_auth_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:449:16: error: comparison of integers of different signs: 'enum rte_crypto_aead_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_aead_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:462:17: error: comparison of integers of different signs: 'enum rte_crypto_asym_xform_type' and 'unsigned long long' [-Werror,-Wsign-compare]
if (xform_enum < RTE_DIM(crypto_asym_xform_strings))
~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
[39/743] Linking static target lib/librte_cfgfile.a
[40/743] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.obj
[41/743] Compiling C object lib/librte_gro.a.p/gro_gro_tcp4.c.obj
[42/743] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
[43/743] Compiling C object lib/librte_gso.a.p/gso_gso_tunnel_tcp4.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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)

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

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)

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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 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/24706/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |FAILURE| pw120774 [PATCH] cryptodev: add algo enums to string conversion APIs
@ 2022-12-13  6:45 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2022-12-13  6:45 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Akhil Goyal

[-- Attachment #1: Type: text/plain, Size: 8959 bytes --]

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120774

_Testing issues_

Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Monday, December 12 2022 15:10:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

120774 --> testing fail

Test environment and result as below:

+----------------------------------------+----------------+--------------------+----------------------+
|              Environment               | dpdk_unit_test | dpdk_meson_compile | dpdk_mingw64_compile |
+========================================+================+====================+======================+
| Ubuntu 20.04 ARM GCC Native            | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Native          | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Windows Server 2019                    | FAIL           | FAIL               | PASS                 |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 22.04                           | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Bullseye                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL 7                                 | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Buster                          | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 8                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL8                                  | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 9                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| FreeBSD 13                             | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| openSUSE Leap 15                       | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04                           | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM SVE                   | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Ilib\librte_cryptodev.a.p" "-Ilib" "-I..\lib" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\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\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\rcu" "-I..\lib\rcu" "-Xclang" "-fcolor-diagnostics" "-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" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.cryptodev" -MD -MQ lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj -MF "lib\librte_cryptodev.a.p\cryptodev_rte_cryptodev.c.obj.d" -o lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj "-c" ../lib/cryptodev/rte_cryptodev.c
../lib/cryptodev/rte_cryptodev.c:423:16: error: comparison of integers of different signs: 'enum rte_crypto_cipher_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_cipher_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:436:16: error: comparison of integers of different signs: 'enum rte_crypto_auth_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_auth_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:449:16: error: comparison of integers of different signs: 'enum rte_crypto_aead_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_aead_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:462:17: error: comparison of integers of different signs: 'enum rte_crypto_asym_xform_type' and 'unsigned long long' [-Werror,-Wsign-compare]
if (xform_enum < RTE_DIM(crypto_asym_xform_strings))
~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
[39/743] Linking static target lib/librte_cfgfile.a
[40/743] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.obj
[41/743] Compiling C object lib/librte_gro.a.p/gro_gro_tcp4.c.obj
[42/743] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
[43/743] Compiling C object lib/librte_gso.a.p/gso_gso_tunnel_tcp4.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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)

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

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)

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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 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/24706/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |FAILURE| pw120774 [PATCH] cryptodev: add algo enums to string conversion APIs
@ 2022-12-13  6:26 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2022-12-13  6:26 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Akhil Goyal

[-- Attachment #1: Type: text/plain, Size: 8650 bytes --]

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120774

_Testing issues_

Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Monday, December 12 2022 15:10:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

120774 --> testing fail

Test environment and result as below:

+----------------------------------------+----------------+--------------------+----------------------+
|              Environment               | dpdk_unit_test | dpdk_meson_compile | dpdk_mingw64_compile |
+========================================+================+====================+======================+
| Ubuntu 20.04 ARM GCC Native            | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Native          | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Windows Server 2019                    | FAIL           | FAIL               | PASS                 |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 22.04                           | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Bullseye                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL 7                                 | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Buster                          | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| FreeBSD 13                             | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 8                        | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 9                        | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| openSUSE Leap 15                       | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL8                                  | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04                           | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Ilib\librte_cryptodev.a.p" "-Ilib" "-I..\lib" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\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\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\rcu" "-I..\lib\rcu" "-Xclang" "-fcolor-diagnostics" "-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" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.cryptodev" -MD -MQ lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj -MF "lib\librte_cryptodev.a.p\cryptodev_rte_cryptodev.c.obj.d" -o lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj "-c" ../lib/cryptodev/rte_cryptodev.c
../lib/cryptodev/rte_cryptodev.c:423:16: error: comparison of integers of different signs: 'enum rte_crypto_cipher_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_cipher_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:436:16: error: comparison of integers of different signs: 'enum rte_crypto_auth_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_auth_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:449:16: error: comparison of integers of different signs: 'enum rte_crypto_aead_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_aead_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:462:17: error: comparison of integers of different signs: 'enum rte_crypto_asym_xform_type' and 'unsigned long long' [-Werror,-Wsign-compare]
if (xform_enum < RTE_DIM(crypto_asym_xform_strings))
~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
[39/743] Linking static target lib/librte_cfgfile.a
[40/743] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.obj
[41/743] Compiling C object lib/librte_gro.a.p/gro_gro_tcp4.c.obj
[42/743] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
[43/743] Compiling C object lib/librte_gso.a.p/gso_gso_tunnel_tcp4.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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)

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

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

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

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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/24706/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |FAILURE| pw120774 [PATCH] cryptodev: add algo enums to string conversion APIs
@ 2022-12-13  6:26 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2022-12-13  6:26 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Akhil Goyal

[-- Attachment #1: Type: text/plain, Size: 8650 bytes --]

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120774

_Testing issues_

Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Monday, December 12 2022 15:10:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

120774 --> testing fail

Test environment and result as below:

+----------------------------------------+----------------+--------------------+----------------------+
|              Environment               | dpdk_unit_test | dpdk_meson_compile | dpdk_mingw64_compile |
+========================================+================+====================+======================+
| Ubuntu 20.04 ARM GCC Native            | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Native          | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Windows Server 2019                    | FAIL           | FAIL               | PASS                 |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 22.04                           | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Bullseye                        | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL 7                                 | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| FreeBSD 13                             | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 8                        | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Buster                          | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 9                        | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| openSUSE Leap 15                       | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL8                                  | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04                           | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Ilib\librte_cryptodev.a.p" "-Ilib" "-I..\lib" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\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\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\rcu" "-I..\lib\rcu" "-Xclang" "-fcolor-diagnostics" "-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" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.cryptodev" -MD -MQ lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj -MF "lib\librte_cryptodev.a.p\cryptodev_rte_cryptodev.c.obj.d" -o lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj "-c" ../lib/cryptodev/rte_cryptodev.c
../lib/cryptodev/rte_cryptodev.c:423:16: error: comparison of integers of different signs: 'enum rte_crypto_cipher_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_cipher_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:436:16: error: comparison of integers of different signs: 'enum rte_crypto_auth_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_auth_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:449:16: error: comparison of integers of different signs: 'enum rte_crypto_aead_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_aead_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:462:17: error: comparison of integers of different signs: 'enum rte_crypto_asym_xform_type' and 'unsigned long long' [-Werror,-Wsign-compare]
if (xform_enum < RTE_DIM(crypto_asym_xform_strings))
~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
[39/743] Linking static target lib/librte_cfgfile.a
[40/743] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.obj
[41/743] Compiling C object lib/librte_gro.a.p/gro_gro_tcp4.c.obj
[42/743] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
[43/743] Compiling C object lib/librte_gso.a.p/gso_gso_tunnel_tcp4.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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)

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

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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/24706/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* |FAILURE| pw120774 [PATCH] cryptodev: add algo enums to string conversion APIs
@ 2022-12-13  6:01 dpdklab
  0 siblings, 0 replies; 8+ messages in thread
From: dpdklab @ 2022-12-13  6:01 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Akhil Goyal

[-- Attachment #1: Type: text/plain, Size: 7997 bytes --]

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/120774

_Testing issues_

Submitter: Akhil Goyal <gakhil@marvell.com>
Date: Monday, December 12 2022 15:10:23 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c581c49cd3fcaff596fbe566e270b442e6326c79

120774 --> testing fail

Test environment and result as below:

+----------------------------------------+----------------+--------------------+----------------------+
|              Environment               | dpdk_unit_test | dpdk_meson_compile | dpdk_mingw64_compile |
+========================================+================+====================+======================+
| Ubuntu 20.04 ARM GCC Native            | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 ARM Clang Native          | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Windows Server 2019                    | FAIL           | FAIL               | PASS                 |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 22.04                           | PASS           | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| FreeBSD 13                             | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 8                        | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Buster                          | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL 7                                 | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Debian Bullseye                        | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| CentOS Stream 9                        | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| openSUSE Leap 15                       | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| RHEL8                                  | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+
| Ubuntu 20.04                           | SKIPPED        | PASS               | SKIPPED              |
+----------------------------------------+----------------+--------------------+----------------------+

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
"clang" "-Ilib\librte_cryptodev.a.p" "-Ilib" "-I..\lib" "-Ilib\cryptodev" "-I..\lib\cryptodev" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\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\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\rcu" "-I..\lib\rcu" "-Xclang" "-fcolor-diagnostics" "-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" "-Wwrite-strings" "-Wno-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DRTE_LOG_DEFAULT_LOGTYPE=lib.cryptodev" -MD -MQ lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj -MF "lib\librte_cryptodev.a.p\cryptodev_rte_cryptodev.c.obj.d" -o lib/librte_cryptodev.a.p/cryptodev_rte_cryptodev.c.obj "-c" ../lib/cryptodev/rte_cryptodev.c
../lib/cryptodev/rte_cryptodev.c:423:16: error: comparison of integers of different signs: 'enum rte_crypto_cipher_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_cipher_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:436:16: error: comparison of integers of different signs: 'enum rte_crypto_auth_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_auth_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:449:16: error: comparison of integers of different signs: 'enum rte_crypto_aead_algorithm' and 'unsigned long long' [-Werror,-Wsign-compare]
if (algo_enum < RTE_DIM(crypto_aead_algorithm_strings))
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/cryptodev/rte_cryptodev.c:462:17: error: comparison of integers of different signs: 'enum rte_crypto_asym_xform_type' and 'unsigned long long' [-Werror,-Wsign-compare]
if (xform_enum < RTE_DIM(crypto_asym_xform_strings))
~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
[39/743] Linking static target lib/librte_cfgfile.a
[40/743] Compiling C object lib/librte_dmadev.a.p/dmadev_rte_dmadev.c.obj
[41/743] Compiling C object lib/librte_gro.a.p/gro_gro_tcp4.c.obj
[42/743] Compiling C object lib/librte_cryptodev.a.p/cryptodev_cryptodev_trace_points.c.obj
[43/743] Compiling C object lib/librte_gso.a.p/gso_gso_tunnel_tcp4.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

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

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

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 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.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/24706/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-12-13  6:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-13  6:45 |FAILURE| pw120774 [PATCH] cryptodev: add algo enums to string conversion APIs dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2022-12-13  6:46 dpdklab
2022-12-13  6:46 dpdklab
2022-12-13  6:45 dpdklab
2022-12-13  6:45 dpdklab
2022-12-13  6:26 dpdklab
2022-12-13  6:26 dpdklab
2022-12-13  6:01 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).