|FAILURE| [GIT MASTER] bd32a81a8516c27e027b20418293e443ac3fc250

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Mon Aug 3 07:10:09 CEST 2026


_Testing issues_

Branch: tags/v25.11

bd32a81a8516c27e027b20418293e443ac3fc250 --> testing issues

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

Test environment and result as below:

+-------------------------------+----------------+------------------------------+--------------+---------------------------+
|          Environment          | dpdk_unit_test | cryptodev_sw_snow3g_autotest | lpm_autotest | cryptodev_sw_zuc_autotest |
+===============================+================+==============================+==============+===========================+
| Ubuntu 22.04                  | WARN           | SKIPPED                      | SKIPPED      | SKIPPED                   |
+-------------------------------+----------------+------------------------------+--------------+---------------------------+
| Red Hat Enterprise Linux 10.2 | WARN           | SKIPPED                      | SKIPPED      | SKIPPED                   |
+-------------------------------+----------------+------------------------------+--------------+---------------------------+
| Fedora Linux 43               | WARN           | SKIPPED                      | SKIPPED      | SKIPPED                   |
+-------------------------------+----------------+------------------------------+--------------+---------------------------+
| Red Hat Enterprise Linux 9.8  | WARN           | SKIPPED                      | SKIPPED      | SKIPPED                   |
+-------------------------------+----------------+------------------------------+--------------+---------------------------+
| Ubuntu 26.04                  | WARN           | SKIPPED                      | SKIPPED      | SKIPPED                   |
+-------------------------------+----------------+------------------------------+--------------+---------------------------+
| Fedora Linux 44               | WARN           | SKIPPED                      | SKIPPED      | SKIPPED                   |
+-------------------------------+----------------+------------------------------+--------------+---------------------------+
| Debian GNU/Linux 12           | WARN           | SKIPPED                      | SKIPPED      | SKIPPED                   |
+-------------------------------+----------------+------------------------------+--------------+---------------------------+
| Debian GNU/Linux 13           | WARN           | WARN                         | SKIPPED      | WARN                      |
+-------------------------------+----------------+------------------------------+--------------+---------------------------+
| Ubuntu 24.04                  | WARN           | SKIPPED                      | WARN         | SKIPPED                   |
+-------------------------------+----------------+------------------------------+--------------+---------------------------+
| CentOS Stream 10              | WARN           | SKIPPED                      | SKIPPED      | SKIPPED                   |
+-------------------------------+----------------+------------------------------+--------------+---------------------------+
| CentOS Stream 9               | WARN           | SKIPPED                      | SKIPPED      | SKIPPED                   |
+-------------------------------+----------------+------------------------------+--------------+---------------------------+

==== 20 line log output for CentOS Stream 9 (dpdk_unit_test): ====
[147/3815] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.o
[148/3815] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.o
[149/3815] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.o
[150/3815] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.o
[151/3815] Generating meter.sym_chk with a custom command (wrapped by meson to capture output)
[152/3815] Generating eal.sym_chk with a custom command (wrapped by meson to capture output)
[153/3815] Linking target lib/librte_eal.so.26.0
[154/3815] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.o
FAILED: [code=1] lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.o
ccache cc -Ilib/librte_ethdev.a.p -Ilib -I../lib -Ilib/ethdev -I../lib/ethdev -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/argparse -I../lib/argparse -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -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 -fPIC -march=armv8.1-a+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.o -MF lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.o.d -o lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.o -c ../lib/ethdev/ethdev_driver.c
../lib/ethdev/ethdev_driver.c: In function 'rte_eth_dev_allocate':
../lib/ethdev/ethdev_driver.c:138:9: error: implicit declaration of function 'rte_thread_mutex_init_shared' [-Werror=implicit-function-declaration]
138 |         rte_thread_mutex_init_shared(&eth_dev->data->flow_ops_mutex);
|         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/ethdev/ethdev_driver.c:138:9: error: nested extern declaration of 'rte_thread_mutex_init_shared' [-Werror=nested-externs]
cc1: all warnings being treated as errors
[155/3815] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.o
[156/3815] Generating symbol file lib/librte_eal.so.26.0.p/librte_eal.so.26.0.symbols
[157/3815] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

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

Red Hat Enterprise Linux 10.2
	Kernel: 7.0
	Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)

Fedora Linux 43
	Kernel: 7.0
	Compiler: clang gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)

Red Hat Enterprise Linux 9.8
	Kernel: 7.0
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)

Ubuntu 26.04
	Kernel: 7.0
	Compiler: gcc gcc (Ubuntu 15.2.0-16ubuntu1) 15.2.0

Fedora Linux 44
	Kernel: 7.0
	Compiler: clang gcc (GCC) 16.1.1 20260515 (Red Hat 16.1.1-2)

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

Debian GNU/Linux 13
	Kernel: 7.0
	Compiler: gcc gcc (Debian 14.2.0-19) 14.2.0

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

CentOS Stream 10
	Kernel: 7.0
	Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)

CentOS Stream 9
	Kernel: 7.0
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/38171/

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