|FAILURE| [GIT MASTER] 919c298ed4a505f5427c998848436c983ee23bd0
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Fri Mar 27 15:11:29 CET 2026
_Testing issues_
Branch: tags/v24.11
919c298ed4a505f5427c998848436c983ee23bd0 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#426674
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| CentOS Stream 10 | PASS |
+-------------------------------+----------------+
| Fedora Linux 43 | PASS |
+-------------------------------+----------------+
| CentOS Stream 9 | PASS |
+-------------------------------+----------------+
| Ubuntu 20.04 | PASS |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 10.1 | PASS |
+-------------------------------+----------------+
| Fedora Linux 42 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | PASS |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.7 | PASS |
+-------------------------------+----------------+
| Ubuntu 22.04 | PASS |
+-------------------------------+----------------+
| Fedora Linux 41 | FAIL |
+-------------------------------+----------------+
| Ubuntu 24.04 | PASS |
+-------------------------------+----------------+
| Windows Server 2025 | PASS |
+-------------------------------+----------------+
==== Unit test summary for Fedora Linux 41 (dpdk_unit_test): ====
ninja: Entering directory `/root/workspace/Generic-Unit-Test-DPDK/dpdk/build'
ninja: no work to do.
1/131 DPDK:fast-tests / acl_autotest OK 2.95s
2/131 DPDK:fast-tests / alarm_autotest OK 1.24s
3/131 DPDK:fast-tests / argparse_autotest OK 0.57s
4/131 DPDK:fast-tests / atomic_autotest OK 0.34s
5/131 DPDK:fast-tests / bitcount_autotest OK 0.17s
6/131 DPDK:fast-tests / bitmap_autotest OK 0.19s
7/131 DPDK:fast-tests / bitops_autotest OK 1.73s
8/131 DPDK:fast-tests / bitratestats_autotest OK 0.43s
9/131 DPDK:fast-tests / bitset_autotest OK 1.57s
10/131 DPDK:fast-tests / bpf_no_instructions_autotest OK 0.15s
11/131 DPDK:fast-tests / bpf_exit_only_autotest OK 0.15s
12/131 DPDK:fast-tests / bpf_no_exit_autotest OK 0.15s
13/131 DPDK:fast-tests / bpf_minimal_working_autotest OK 0.15s
14/131 DPDK:fast-tests / bpf_add_one_autotest OK 0.15s
15/131 DPDK:fast-tests / bpf_subtract_one_autotest OK 0.15s
16/131 DPDK:fast-tests / bpf_jump_over_invalid_first_autotest OK 0.15s
17/131 DPDK:fast-tests / bpf_jump_over_invalid_non_first_autotest OK 0.15s
18/131 DPDK:fast-tests / bpf_autotest OK 0.17s
19/131 DPDK:fast-tests / bpf_stack_alignment_autotest OK 0.13s
20/131 DPDK:fast-tests / bpf_stack_copy_uint128_autotest OK 0.13s
21/131 DPDK:fast-tests / bpf_stack_sse2_autotest OK 0.14s
22/131 DPDK:fast-tests / bpf_stack_memcpy_autotest OK 0.14s
23/131 DPDK:fast-tests / bpf_elf_autotest SKIP 0.13s exit status 77
24/131 DPDK:fast-tests / bpf_convert_autotest OK 0.18s
25/131 DPDK:fast-tests / byteorder_autotest OK 0.19s
26/131 DPDK:fast-tests / cfgfile_autotest OK 0.19s
27/131 DPDK:fast-tests / cksum_autotest OK 0.18s
28/131 DPDK:fast-tests / cmdline_autotest OK 0.19s
29/131 DPDK:fast-tests / common_autotest OK 0.49s
30/131 DPDK:fast-tests / compressdev_autotest SKIP 0.15s exit status 77
31/131 DPDK:fast-tests / cpuflags_autotest OK 0.20s
32/131 DPDK:fast-tests / crc_autotest OK 0.20s
33/131 DPDK:fast-tests / user_delay_us OK 0.19s
34/131 DPDK:fast-tests / debug_autotest OK 1.65s
35/131 DPDK:fast-tests / devargs_autotest OK 0.19s
36/131 DPDK:fast-tests / dispatcher_autotest SKIP 0.14s exit status 77
Exception in callback TestHarness._run_tests.<locals>.test_done() at /usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py:1837
handle: <Handle TestHarness._run_tests.<locals>.test_done() at /usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py:1837>
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1268, in wait
await complete_all(self.all_futures, timeout=timeout)
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1180, in complete_all
check_futures(futures)
~~~~~~~~~~~~~^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1168, in check_futures
raise asyncio.TimeoutError
TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib64/python3.13/asyncio/events.py", line 89, in _run
self._context.run(self._callback, *self._args)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1839, in test_done
f.result()
~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1834, in run_test
res = await test.run(self)
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1376, in run
await self._run_cmd(harness, cmd)
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1442, in _run_cmd
returncode, result, additional_error = await p.wait(self.runobj.timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1270, in wait
additional_error = await self._kill()
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1231, in _kill
await try_wait_one(p.wait(), timeout=0.5)
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1133, in try_wait_one
await asyncio.wait(awaitables,
timeout=timeout, return_when=asyncio.FIRST_COMPLETED)
File "/usr/lib64/python3.13/asyncio/tasks.py", line 448, in wait
raise TypeError("Passing coroutines is forbidden, use tasks explicitly.")
TypeError: Passing coroutines is forbidden, use tasks explicitly.
/usr/lib64/python3.13/asyncio/events.py:89: RuntimeWarning: coroutine 'Process.wait' was never awaited
self._context.run(self._callback, *self._args)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1268, in wait
await complete_all(self.all_futures, timeout=timeout)
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1180, in complete_all
check_futures(futures)
~~~~~~~~~~~~~^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1168, in check_futures
raise asyncio.TimeoutError
TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mesonmain.py", line 132, in run
return options.run_func(options)
~~~~~~~~~~~~~~~~^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1989, in run
return th.doit()
~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1672, in doit
self.run_tests(runners)
~~~~~~~~~~~~~~^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1811, in run_tests
loop.run_until_complete(self._run_tests(runners))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/asyncio/base_events.py", line 719, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1901, in _run_tests
await complete(future)
File "/usr/local/lib/python3.13/site-packages/mesonbuild/mtest.py", line 1147, in complete
await future
TypeError: Passing coroutines is forbidden, use tasks explicitly.
Ok: 33
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 3
Timeout: 0
Full log written to /root/workspace/Generic-Unit-Test-DPDK/dpdk/build/meson-logs/testlog.txt
==== End log output ====
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
Fedora Linux 43
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20251211 (Red Hat 15.2.1-5)
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Red Hat Enterprise Linux 10.1
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-28)
Red Hat Enterprise Linux 9.7
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
Fedora Linux 41
Kernel: 5.15
Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Windows Server 2025
Kernel: 10.0.26100
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/tarballs/36742/
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