|WARNING| pw164055-164064 [PATCH] [v3,10/10] doc: add load API to BP
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon May 18 15:38:47 CEST 2026
Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
https://dpdk.org/patch/164064
_Testing issues_
Submitter: Marat Khalili <marat.khalili at huawei.com>
Date: Monday, May 18 2026 08:49:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:6bf2430cd405b44ffc698bf4482646bf643e6143
164055-164064 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#440333
Test environment and result as below:
+------------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+==============================+================+==============+===========================+==============================+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 10 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian GNU/Linux 12 | PASS | SKIPPED | PASS | PASS |
+------------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora Linux 42 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+---------------------------+------------------------------+
| Red Hat Enterprise Linux 9.7 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora Linux 43 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 | PASS | WARN | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Ubuntu 24.04 (lpm_autotest): ====
[150/406] Generating symbol file lib/librte_mbuf.so.26.2.p/librte_mbuf.so.26.2.symbols
[151/406] Generating meter.sym_chk with a custom command (wrapped by meson to capture output)
[152/406] Linking target lib/librte_meter.so.26.2
[153/406] Generating net.sym_chk with a custom command (wrapped by meson to capture output)
[154/406] Linking target lib/librte_net.so.26.2
[155/406] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_driver.c.o
[156/406] Generating symbol file lib/librte_meter.so.26.2.p/librte_meter.so.26.2.symbols
[157/406] Generating symbol file lib/librte_net.so.26.2.p/librte_net.so.26.2.symbols
[158/406] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_private.c.o
[159/406] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_profile.c.o
[160/406] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_telemetry.c.o
[161/406] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_class_eth.c.o
[162/406] Compiling C object lib/librte_ethdev.a.p/ethdev_sff_common.c.o
[163/406] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
FAILED: lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o
gcc-10 -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 -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 -Wshadow -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-
field-initializers -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.ethdev -MD -MQ lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o -MF lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o.d -o lib/librte_ethdev.a.p/ethdev_rte_ethdev.c.o -c ../lib/ethdev/rte_ethdev.c
[164/406] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_cman.c.o
[165/406] Compiling C object lib/librte_ethdev.a.p/ethdev_rte_ethdev_telemetry.c.o
[166/406] Compiling C object lib/librte_ethdev.a.p/ethdev_ethdev_trace_points.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
CentOS Stream 10
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Fedora Linux 42
Kernel: 5.4
Compiler: clang gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
Red Hat Enterprise Linux 9.7
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Fedora Linux 43
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20260123 (Red Hat 15.2.1-7)
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 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/35963/
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