|FAILURE| pw162120 [PATCH] [v3] test/flow: add support for async API
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Mar 3 18:34:03 CET 2026
Test-Label: iol-unit-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-Unit-Test-DPDK#418834
Test environment and result as below:
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Environment | cryptodev_sw_snow3g_autotest | lpm_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test |
+===============================+==============================+==============+===========================+================+
| Debian 12 (arm) | WARN | SKIPPED | WARN | SKIPPED |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 24.04 | SKIPPED | WARN | SKIPPED | PEND |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 22.04 | SKIPPED | SKIPPED | SKIPPED | PEND |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| CentOS Stream 9 | SKIPPED | SKIPPED | SKIPPED | WARN |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| CentOS Stream 10 | SKIPPED | SKIPPED | SKIPPED | WARN |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora Linux 43 | SKIPPED | SKIPPED | SKIPPED | PEND |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora Linux 42 | SKIPPED | SKIPPED | SKIPPED | PEND |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Fedora Linux 41 | SKIPPED | SKIPPED | SKIPPED | PEND |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Debian GNU/Linux 12 | SKIPPED | SKIPPED | SKIPPED | PEND |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Red Hat Enterprise Linux 10.1 | SKIPPED | SKIPPED | SKIPPED | PEND |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Red Hat Enterprise Linux 9.7 | SKIPPED | SKIPPED | SKIPPED | PEND |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
| Ubuntu 20.04 | SKIPPED | SKIPPED | SKIPPED | PEND |
+-------------------------------+------------------------------+--------------+---------------------------+----------------+
==== 20 line log output for CentOS Stream 10 (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
[3483/3819] Compiling C object app/dpdk-test.p/test_test_barrier.c.o
[3484/3819] Compiling C object app/dpdk-test.p/test_test_bitcount.c.o
[3485/3819] Compiling C object app/dpdk-test-flow-perf.p/test-flow-perf_main.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 24.04
Kernel: 5.4
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
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: clang gcc (GCC) 15.2.1 20251211 (Red Hat 15.2.1-5)
Fedora Linux 42
Kernel: 5.4
Compiler: gcc gcc (GCC) 15.2.1 20251111 (Red Hat 15.2.1-4)
Fedora Linux 41
Kernel: 5.4
Compiler: clang gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)
Debian GNU/Linux 12
Kernel: 5.4
Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0
Red Hat Enterprise Linux 10.1
Kernel: 5.4
Compiler: gcc gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)
Red Hat Enterprise Linux 9.7
Kernel: 5.4
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)
Ubuntu 20.04
Kernel: 5.4
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.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