|WARNING| pw164190-164200 [PATCH] [v4,11/11] test/bpf: add tests for
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed May 20 19:08:58 CEST 2026
Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
https://dpdk.org/patch/164200
_Testing issues_
Submitter: Marat Khalili <marat.khalili at huawei.com>
Date: Wednesday, May 20 2026 12:49:20
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:04aeb0d247489080f69ea3e280f05a31f2043fc3
164190-164200 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#441234
Test environment and result as below:
+------------------------------+----------------+--------------+---------------------------+------------------------------+
| Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+==============================+================+==============+===========================+==============================+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+---------------------------+------------------------------+
| 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 24.04 | PASS | SKIPPED | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 | SKIPPED | WARN | SKIPPED | SKIPPED |
+------------------------------+----------------+--------------+---------------------------+------------------------------+
==== 20 line log output for Ubuntu 20.04 (lpm_autotest): ====
[41/406] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_fbarray.c.o
[42/406] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_lcore_var.c.o
[43/406] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_mcfg.c.o
[44/406] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_lcore.c.o
[45/406] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memalloc.c.o
[46/406] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_string_fns.c.o
[47/406] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memzone.c.o
[48/406] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_memory.c.o
[49/406] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_tailqs.c.o
[50/406] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_timer.c.o
FAILED: lib/librte_eal.a.p/eal_common_eal_common_timer.c.o
gcc-10 -Ilib/librte_eal.a.p -Ilib -I../lib -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 -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 '-DABI_VERSION="26.2"' -DRTE_LOG_DEFAULT_LOGTYPE=l
ib.eal -MD -MQ lib/librte_eal.a.p/eal_common_eal_common_timer.c.o -MF lib/librte_eal.a.p/eal_common_eal_common_timer.c.o.d -o lib/librte_eal.a.p/eal_common_eal_common_timer.c.o -c ../lib/eal/common/eal_common_timer.c
gcc-10: internal compiler error: Segmentation fault signal terminated program cc1
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-10/README.Bugs> for instructions.
[51/406] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_thread.c.o
[52/406] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_trace_points.c.o
[53/406] Compiling C object lib/librte_eal.a.p/eal_common_eal_common_options.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
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: gcc 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 24.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04
Kernel: 7.0
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/35999/
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