|FAILURE| pw162068 [PATCH] [v2] test/flow: add support for async API
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon Mar 2 15:44:43 CET 2026
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
https://dpdk.org/patch/162068
_Testing issues_
Submitter: Maxime Peim <maxime.peim at gmail.com>
Date: Sunday, March 01 2026 23:29:30
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:af06ac4c9ad74517f9f3ebf45d3e957845337ea3
162068 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#469954
Test environment and result as below:
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| Environment | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_meson_compile | dpdk_compile_ovs | dpdk_mingw64_compile |
+===============================+===================+=========================+====================+==================+======================+
| Windows Server 2025 | FAIL | FAIL | SKIPPED | SKIPPED | FAIL |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| Alpine Linux 3.23.0 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| CentOS Stream 10 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| Debian GNU/Linux 12 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| openSUSE Leap 15.6 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| Fedora Linux 42 | SKIPPED | SKIPPED | PASS | PASS | SKIPPED |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| Red Hat Enterprise Linux 10.1 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| Red Hat Enterprise Linux 9.7 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| Ubuntu 22.04 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| Red Hat Enterprise Linux 8.10 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| Ubuntu 24.04 | SKIPPED | SKIPPED | PASS | PASS | SKIPPED |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| Fedora Linux 43 | SKIPPED | SKIPPED | PASS | PASS | SKIPPED |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
| FreeBSD 14.2 | SKIPPED | SKIPPED | PASS | SKIPPED | SKIPPED |
+-------------------------------+-------------------+-------------------------+--------------------+------------------+----------------------+
==== 20 line log output for Windows Server 2025 (dpdk_mingw64_compile): ====
22 |
../app/test-flow-perf/async_flow.c:175:37: error: incompatible implicit declaration of built-in function 'aligned_alloc' [-Werror=builtin-declaration-mismatch]
175 | res->shared_masks = aligned_alloc(
| ^~~~~~~~~~~~~
../app/test-flow-perf/async_flow.c:175:37: note: include '<stdlib.h>' or provide a declaration of 'aligned_alloc'
../app/test-flow-perf/async_flow.c:195:26: error: incompatible implicit declaration of built-in function 'aligned_alloc' [-Werror=builtin-declaration-mismatch]
195 | res->slot_pool = aligned_alloc(RTE_CACHE_LINE_SIZE, (size_t)num_slots * slot_size);
| ^~~~~~~~~~~~~
../app/test-flow-perf/async_flow.c:195:26: note: include '<stdlib.h>' or provide a declaration of 'aligned_alloc'
../app/test-flow-perf/async_flow.c: In function 'update_action_values':
..\lib\net/rte_ip4.h:129:31: error: 'IPVERSION' undeclared (first use in this function); did you mean 'MMVERSION'?
129 | #define RTE_IPV4_VHL_DEF ((IPVERSION << 4) | RTE_IPV4_MIN_IHL)
| ^~~~~~~~~
../app/test-flow-perf/async_flow.c:428:56: note: in expansion of macro 'RTE_IPV4_VHL_DEF'
428 | ipv4_hdr.version_ihl = RTE_IPV4_VHL_DEF;
| ^~~~~~~~~~~~~~~~
cc1.exe: all warnings being treated as errors
[594/814] Compiling C object app/dpdk-test-flow-perf.exe.p/test-flow-perf_flow_gen.c.obj
[595/814] Compiling C object app/dpdk-test-flow-perf.exe.p/test-flow-perf_actions_gen.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2025
Kernel: 10.0.26100
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
Alpine Linux 3.23.0
Kernel: 5.15
Compiler: gcc gcc (Alpine 15.2.0) 15.2.0
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
openSUSE Leap 15.6
Kernel: 5.15
Compiler: gcc gcc (SUSE Linux) 7.5.0
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
Red Hat Enterprise Linux 10.1
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)
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
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-28)
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Fedora Linux 43
Kernel: 5.15
Compiler: clang gcc (GCC) 15.2.1 20251211 (Red Hat 15.2.1-5)
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/35381/
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