|FAILURE| pw162120 [PATCH] [v3] test/flow: add support for async API
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Mar 3 21:13:19 CET 2026
Test-Label: iol-compile-arm64-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: Generic-DPDK-Compile-Meson#470389
Test environment and result as below:
+-------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+===============================+====================+
| Ubuntu 24.04 | FAIL |
+-------------------------------+--------------------+
| Red Hat Enterprise Linux 10.1 | FAIL |
+-------------------------------+--------------------+
| Ubuntu 22.04 | FAIL |
+-------------------------------+--------------------+
| Fedora Linux 42 | FAIL |
+-------------------------------+--------------------+
| Debian GNU/Linux 12 | FAIL |
+-------------------------------+--------------------+
| Red Hat Enterprise Linux 9.7 | FAIL |
+-------------------------------+--------------------+
| CentOS Stream 9 | FAIL |
+-------------------------------+--------------------+
| CentOS Stream 10 | FAIL |
+-------------------------------+--------------------+
| Fedora Linux 43 | FAIL |
+-------------------------------+--------------------+
==== 20 line log output for Fedora Linux 43 (dpdk_meson_compile): ====
360 | struct rte_flow_action_set_tp *conf = actions[i].conf;
| ^ ~~~~~~~~~~~~~~~
../app/test-flow-perf/async_flow.c:367:35: error: initializing 'struct rte_flow_action_set_tp *' with an expression of type 'const void *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
367 | struct rte_flow_action_set_tp *conf = actions[i].conf;
| ^ ~~~~~~~~~~~~~~~
../app/test-flow-perf/async_flow.c:378:16: error: initializing 'rte_be32_t *' (aka 'unsigned int *') with an expression of type 'const void *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
378 | rte_be32_t *conf = actions[i].conf;
| ^ ~~~~~~~~~~~~~~~
../app/test-flow-perf/async_flow.c:384:36: error: initializing 'struct rte_flow_action_set_ttl *' with an expression of type 'const void *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
384 | struct rte_flow_action_set_ttl *conf = actions[i].conf;
| ^ ~~~~~~~~~~~~~~~
../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.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 24.04
Kernel: 5.15
Compiler: aarch64-linux-gnu-gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Red Hat Enterprise Linux 10.1
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)
Ubuntu 22.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Red Hat Enterprise Linux 9.7
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
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)
Fedora Linux 43
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20251211 (Red Hat 15.2.1-5)
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