|FAILURE| pw157229 [PATCH] app/crypto-perf: add ECDSA P192/P224/P521

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sun Oct 5 23:31:17 CEST 2025


Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/157229

_Testing issues_

Submitter: Rupesh Chiluka <rchiluka at marvell.com>
Date: Friday, October 03 2025 03:42:33 
DPDK git baseline: Repo:dpdk-next-crypto
  Branch: master
  CommitID:caa17cb4b057a31ee04067459fe543f7d7ae1079

157229 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#431232

Test environment and result as below:

+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
|          Environment          | dpdk_meson_compile | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile | dpdk_compile_spdk | dpdk_compile_ovs |
+===============================+====================+===================+=========================+======================+===================+==================+
| Ubuntu 20.04                  | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| FreeBSD 14.2                  | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| CentOS Stream 9               | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | WARN              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| CentOS Stream 10              | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Debian GNU/Linux 12           | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | WARN              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Fedora Linux 42               | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | WARN              | WARN             |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| openSUSE Leap 15.6            | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Red Hat Enterprise Linux 8.10 | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Red Hat Enterprise Linux 9.5  | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Ubuntu 22.04                  | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | WARN              | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Ubuntu 24.04                  | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | WARN              | WARN             |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Alpine Linux 3.22.0           | FAIL               | SKIPPED           | SKIPPED                 | SKIPPED              | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+
| Windows Server 2022           | SKIPPED            | PASS              | PASS                    | PASS                 | SKIPPED           | SKIPPED          |
+-------------------------------+--------------------+-------------------+-------------------------+----------------------+-------------------+------------------+

==== 20 line log output for Alpine Linux 3.22.0 (dpdk_meson_compile): ====
[270/3402] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_main.c.o
ninja: job failed: ccache cc -Iapp/dpdk-test-crypto-perf.p -Iapp -I../app -Ilib/cryptodev -I../lib/cryptodev -Ilib/eal/common -I../lib/eal/common -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -I../kernel/linux -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/rcu -I../lib/rcu -Ilib/net -I../lib/net -Ilib/security -I../lib/security -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/reorder -I../lib/reorder -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wvla -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -Wno-vla -MD -MQ app/dpdk-test-crypto-perf.p/test-crypto-perf_main.c.o -MF app/dpdk-test-crypto-perf.p/test-crypto-perf_main.c.o.d -o app/dpdk-test-crypto-perf.p/test-crypto-perf_main.c.o -c ../app/test-crypto-perf/main.c
../app/test-crypto-perf/main.c: In function 'cperf_verify_devices_capabilities':
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_CIPHER_ONLY' not handled in switch [-Werror=switch]
426 |                                 switch (opts->op_type) {
|                                 ^~~~~~
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_AUTH_ONLY' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_CIPHER_THEN_AUTH' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_AUTH_THEN_CIPHER' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_AEAD' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_PDCP' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_DOCSIS' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_IPSEC' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_ASYM_MODEX' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_ASYM_RSA' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_ASYM_ED25519' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_ASYM_SM2' not handled in switch [-Werror=switch]
../app/test-crypto-perf/main.c:426:33: error: enumeration value 'CPERF_TLS' not handled in switch [-Werror=switch]
cc1: all warnings being treated as errors
ninja: subcommand failed
==== End log output ====

Ubuntu 20.04
	Kernel: 4.19
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

CentOS Stream 9
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

CentOS Stream 10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Debian GNU/Linux 12
	Kernel: 5.15
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.15
	Compiler: clang gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

openSUSE Leap 15.6
	Kernel: 5.15
	Compiler: gcc gcc (SUSE Linux) 7.5.0

Red Hat Enterprise Linux 8.10
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)

Red Hat Enterprise Linux 9.5
	Kernel: 5.15
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.15
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Alpine Linux 3.22.0
	Kernel: 5.15
	Compiler: gcc gcc (Alpine 14.2.0) 14.2.0

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

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

UNH-IOL DPDK Community Lab

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


More information about the test-report mailing list