|FAILURE| pw162120 [PATCH] [v3] test/flow: add support for async API
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Mar 3 15:34:56 CET 2026
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
https://dpdk.org/patch/162120
_Testing issues_
Submitter: Maxime Peim <maxime.peim at gmail.com>
Date: Monday, March 02 2026 10:57:50
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:af06ac4c9ad74517f9f3ebf45d3e957845337ea3
162120 --> testing issues
Upstream job id: Windows-Compile-DPDK-Native#34280
Test environment and result as below:
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_llvm_clang_compile | dpdk_msvc_compile |
+===============================+====================+==================+=========================+===================+
| FreeBSD 14.2 | FAIL | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| Alpine Linux 3.23.0 | PEND | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| CentOS Stream 10 | PEND | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| CentOS Stream 9 | PEND | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| Red Hat Enterprise Linux 9.7 | PEND | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| Fedora Linux 42 | PEND | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| Ubuntu 24.04 | PEND | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| Debian GNU/Linux 12 | PEND | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| Red Hat Enterprise Linux 8.10 | PEND | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| Red Hat Enterprise Linux 10.1 | PEND | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| openSUSE Leap 15.6 | PEND | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| Fedora Linux 43 | PEND | PEND | SKIPPED | SKIPPED |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
| Windows Server 2025 | SKIPPED | SKIPPED | PASS | PEND |
+-------------------------------+--------------------+------------------+-------------------------+-------------------+
==== 20 line log output for FreeBSD 14.2 (dpdk_meson_compile): ====
../app/test-flow-perf/async_flow.c:391:37: error: initializing 'struct rte_flow_action_set_dscp *' with an expression of type 'const void *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
391 | struct rte_flow_action_set_dscp *conf = actions[i].conf;
| ^ ~~~~~~~~~~~~~~~
../app/test-flow-perf/async_flow.c:397:36: error: initializing 'struct rte_flow_action_port_id *' with an expression of type 'const void *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
397 | struct rte_flow_action_port_id *conf = actions[i].conf;
| ^ ~~~~~~~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1869/2125] Compiling C object app/dpdk-test-flow-perf.p/test-flow-perf_items_gen.c.o
[1870/2125] Compiling C object app/dpdk-test-flow-perf.p/test-flow-perf_flow_gen.c.o
[1871/2125] Linking target app/dpdk-test-fib
[1872/2125] Linking target app/dpdk-test-eventdev
[1873/2125] Compiling C object app/dpdk-test-flow-perf.p/test-flow-perf_main.c.o
FAILED: app/dpdk-test-flow-perf.p/test-flow-perf_main.c.o
cc -Iapp/dpdk-test-flow-perf.p -Iapp -I../app -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/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -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 -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wcomma -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-missing-field-initializ
ers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -Wno-vla -MD -MQ app/dpdk-test-flow-perf.p/test-flow-perf_main.c.o -MF app/dpdk-test-flow-perf.p/test-flow-perf_main.c.o.d -o app/dpdk-test-flow-perf.p/test-flow-perf_main.c.o -c ../app/test-flow-perf/main.c
../app/test-flow-perf/main.c:617:1: error: unused function 'prev_power_of_two' [-Werror,-Wunused-function]
617 | prev_power_of_two(uint32_t x)
| ^~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Alpine Linux 3.23.0
Kernel: 5.15
Compiler: gcc gcc (Alpine 15.2.0) 15.2.0
CentOS Stream 10
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20251022 (Red Hat 14.3.1-4)
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
Red Hat Enterprise Linux 9.7
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Debian GNU/Linux 12
Kernel: 5.15
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
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 10.1
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)
openSUSE Leap 15.6
Kernel: 5.15
Compiler: gcc gcc (SUSE Linux) 7.5.0
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
Fedora Linux 43
Kernel: 5.15
Compiler: clang gcc (GCC) 15.2.1 20251211 (Red Hat 15.2.1-5)
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/patchsets/35397/
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