|FAILURE| pw155766-155774 [PATCH] [9/9] app/dma-perf: refactor bench

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Mon Aug 11 14:19:09 CEST 2025


Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/155774

_Testing issues_

Submitter: fengchengwen <fengchengwen at huawei.com>
Date: Monday, August 11 2025 10:54:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:38543d33bd47fc0ee21f59db80a8763620741879

155766-155774 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#361959

Test environment and result as below:

+------------------------------+--------------+------------------------------+---------------------------+----------------+
|         Environment          | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test |
+==============================+==============+==============================+===========================+================+
| Ubuntu 20.04                 | PASS         | SKIPPED                      | SKIPPED                   | PASS           |
+------------------------------+--------------+------------------------------+---------------------------+----------------+
| Debian 12 (arm)              | SKIPPED      | PASS                         | PASS                      | SKIPPED        |
+------------------------------+--------------+------------------------------+---------------------------+----------------+
| CentOS Stream 10             | SKIPPED      | SKIPPED                      | SKIPPED                   | PASS           |
+------------------------------+--------------+------------------------------+---------------------------+----------------+
| CentOS Stream 9              | SKIPPED      | SKIPPED                      | SKIPPED                   | PASS           |
+------------------------------+--------------+------------------------------+---------------------------+----------------+
| Debian GNU/Linux 12          | SKIPPED      | SKIPPED                      | SKIPPED                   | PASS           |
+------------------------------+--------------+------------------------------+---------------------------+----------------+
| Fedora Linux 40              | SKIPPED      | SKIPPED                      | SKIPPED                   | WARN           |
+------------------------------+--------------+------------------------------+---------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | SKIPPED      | SKIPPED                      | SKIPPED                   | PASS           |
+------------------------------+--------------+------------------------------+---------------------------+----------------+
| Fedora Linux 41              | SKIPPED      | SKIPPED                      | SKIPPED                   | PEND           |
+------------------------------+--------------+------------------------------+---------------------------+----------------+
| Ubuntu 22.04                 | SKIPPED      | SKIPPED                      | SKIPPED                   | PASS           |
+------------------------------+--------------+------------------------------+---------------------------+----------------+
| Ubuntu 24.04                 | SKIPPED      | SKIPPED                      | SKIPPED                   | PASS           |
+------------------------------+--------------+------------------------------+---------------------------+----------------+

==== 20 line log output for Fedora Linux 40 (dpdk_unit_test): ====
[3436/3730] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_test_common.c.o
[3437/3730] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_test_latency.c.o
[3438/3730] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_test_pmd_cyclecount.c.o
[3439/3730] Linking target app/dpdk-test-compress-perf
[3440/3730] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_test_throughput.c.o
[3441/3730] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_test_vector_parsing.c.o
[3442/3730] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_test_vectors.c.o
[3443/3730] Compiling C object app/dpdk-test-bbdev.p/test-bbdev_test_bbdev_perf.c.o
[3444/3730] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_test_verify.c.o
[3445/3730] Compiling C object app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o
FAILED: app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o
clang -Iapp/dpdk-test-dma-perf.p -Iapp -I../app -Ilib/dmadev -I../lib/dmadev -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/arm/include -I../lib/eal/arm/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/cfgfile -I../lib/cfgfile -Ilib/argparse -I../lib/argparse -Xclang -fcolor-diagnostics -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-missing-field-initializers -D_GNU_SOURCE -m
 arch=armv8.1-a+crc+crypto -DALLOW_EXPERIMENTAL_API -Wno-vla -MD -MQ app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o -MF app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o.d -o app/dpdk-test-dma-perf.p/test-dma-perf_main.c.o -c ../app/test-dma-perf/main.c
../app/test-dma-perf/main.c:57:41: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
57 |         vsnprintf(str, MAX_OUTPUT_STR_LEN - 1, fmt, ap);
|                                                ^~~
1 error generated.
[3446/3730] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_main.c.o
[3447/3730] Compiling C object app/dpdk-test-dma-perf.p/test-dma-perf_benchmark.c.o
[3448/3730] Linking target app/dpdk-test-bbdev
ninja: build stopped: subcommand failed.
==== End log output ====

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

Debian 12 (arm)
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

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

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-7)

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

Fedora Linux 40
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

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

Fedora Linux 41
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

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

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

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

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