|FAILURE| pw162120 [PATCH] [v3] test/flow: add support for async API
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Mar 3 16:06:37 CET 2026
Test-Label: iol-unit-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: Generic-Unit-Test-DPDK#418844
Test environment and result as below:
+-------------------------------+----------------+
| Environment | dpdk_unit_test |
+===============================+================+
| Fedora Linux 41 | WARN |
+-------------------------------+----------------+
| CentOS Stream 9 | WARN |
+-------------------------------+----------------+
| CentOS Stream 10 | WARN |
+-------------------------------+----------------+
| Fedora Linux 43 | PEND |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 10.1 | WARN |
+-------------------------------+----------------+
| Windows Server 2022 | PASS |
+-------------------------------+----------------+
| Debian GNU/Linux 12 | WARN |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 8.10 | WARN |
+-------------------------------+----------------+
| Fedora Linux 42 | PEND |
+-------------------------------+----------------+
| Ubuntu 20.04 | FAIL |
+-------------------------------+----------------+
| Red Hat Enterprise Linux 9.7 | WARN |
+-------------------------------+----------------+
| Ubuntu 24.04 | WARN |
+-------------------------------+----------------+
| Ubuntu 22.04 | PEND |
+-------------------------------+----------------+
==== 20 line log output for Ubuntu 24.04 (dpdk_unit_test): ====
../app/test-flow-perf/async_flow.c:397:64: error: initialization discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
397 | struct rte_flow_action_port_id *conf = actions[i].conf;
| ^~~~~~~
../app/test-flow-perf/async_flow.c:402:63: error: initialization discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
402 | struct action_raw_encap_data *encap = actions[i].conf;
| ^~~~~~~
../app/test-flow-perf/async_flow.c:443:65: error: initialization discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
443 | struct action_raw_decap_data *decap_d = actions[i].conf;
| ^~~~~~~
../app/test-flow-perf/async_flow.c:460:41: error: initialization discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
460 | uint8_t *base = actions[i].conf;
| ^~~~~~~
../app/test-flow-perf/async_flow.c:464:59: error: initialization discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
464 | struct rte_flow_item_ipv4 *spec = vitems[1].spec;
| ^~~~~~
cc1: all warnings being treated as errors
[3352/3611] Compiling C object app/dpdk-test-flow-perf.p/test-flow-perf_flow_gen.c.o
[3353/3611] Compiling C object app/dpdk-test-flow-perf.p/test-flow-perf_items_gen.c.o
[3354/3611] Compiling C object app/dpdk-test-flow-perf.p/test-flow-perf_main.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Fedora Linux 41
Kernel: 5.15
Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
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)
Fedora Linux 43
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20251211 (Red Hat 15.2.1-5)
Red Hat Enterprise Linux 10.1
Kernel: 5.15
Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
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)
Fedora Linux 42
Kernel: 5.15
Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
Ubuntu 20.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Red Hat Enterprise Linux 9.7
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04.2) 11.4.0
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