|FAILURE| pw132355 [PATCH v3] app/testpmd: enable cli for programmable action

0-day Robot robot at bytheb.org
Fri Oct 6 05:39:35 CEST 2023


From: robot at bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/132355/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6426954412
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-mini" failed at step Build and test
"ubuntu-20.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" failed at step Build and test
"fedora:37-gcc" failed at step Build
"fedora:37-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################
11683 |    .args_num = 0,
      |                ^
../app/test-pmd/cmdline_flow.c:11683:16: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11684:5: error: ‘struct rte_flow_action_prog’ has no member named ‘name’
11684 |    .name = action_prog_data->data.name,
      |     ^~~~
../app/test-pmd/cmdline_flow.c:11684:12: error: excess elements in struct initializer [-Werror]
11684 |    .name = action_prog_data->data.name,
      |            ^~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11684:12: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11685:5: error: ‘struct rte_flow_action_prog’ has no member named ‘args’
11685 |    .args = action_prog_data->data.args,
      |     ^~~~
../app/test-pmd/cmdline_flow.c:11685:12: error: excess elements in struct initializer [-Werror]
11685 |    .args = action_prog_data->data.args,
      |            ^~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11685:12: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11682:41: error: invalid use of undefined type ‘struct rte_flow_action_prog’
11682 |   .conf = (struct rte_flow_action_prog) {
      |                                         ^
cc1: all warnings being treated as errors
[281/997] Generating ethdev.sym_chk with a meson_exe.py custom command.
[282/997] Compiling C object 'app/a172ced@@dpdk-test-flow-perf at exe/test-flow-perf_items_gen.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
11683 |    .args_num = 0,
      |                ^
../app/test-pmd/cmdline_flow.c:11683:16: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11684:5: error: ‘struct rte_flow_action_prog’ has no member named ‘name’
11684 |    .name = action_prog_data->data.name,
      |     ^~~~
../app/test-pmd/cmdline_flow.c:11684:12: error: excess elements in struct initializer [-Werror]
11684 |    .name = action_prog_data->data.name,
      |            ^~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11684:12: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11685:5: error: ‘struct rte_flow_action_prog’ has no member named ‘args’
11685 |    .args = action_prog_data->data.args,
      |     ^~~~
../app/test-pmd/cmdline_flow.c:11685:12: error: excess elements in struct initializer [-Werror]
11685 |    .args = action_prog_data->data.args,
      |            ^~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11685:12: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11682:41: error: invalid use of undefined type ‘struct rte_flow_action_prog’
11682 |   .conf = (struct rte_flow_action_prog) {
      |                                         ^
cc1: all warnings being treated as errors
[2610/3822] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_mtr.c.o'.
[2611/3822] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_iofwd.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
                struct rte_flow_action_prog_argument args[ACTION_PROG_ARG_NUM_MAX];
                       ^
../app/test-pmd/cmdline_flow.c:7508:11: error: use of undeclared identifier 'RTE_FLOW_ACTION_TYPE_PROG'; did you mean 'RTE_FLOW_ACTION_TYPE_DROP'?
                .priv = PRIV_ACTION(PROG, sizeof(struct action_prog_data)),
                        ^
../app/test-pmd/cmdline_flow.c:1253:11: note: expanded from macro 'PRIV_ACTION'
                .type = RTE_FLOW_ACTION_TYPE_ ## t, \
                        ^
<scratch space>:83:1: note: expanded from here
RTE_FLOW_ACTION_TYPE_PROG
^
../lib/ethdev/rte_flow.h:2404:2: note: 'RTE_FLOW_ACTION_TYPE_DROP' declared here
        RTE_FLOW_ACTION_TYPE_DROP,
        ^
../app/test-pmd/cmdline_flow.c:11764:21: error: offsetof requires array type, 'int' invalid
                                            data.args[i].value),
                                                       ^
../app/test-pmd/cmdline_flow.c:11768:20: error: offsetof requires array type, 'int' invalid
                                           data.args[i].size),
                                                      ^
5 errors generated.
[2606/3822] Compiling C object 'app/a172ced@@dpdk-test at exe/test_sample_packet_forward.c.o'.
[2607/3822] Linking target app/dpdk-test-mldev.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
11683 |    .args_num = 0,
      |                ^
../app/test-pmd/cmdline_flow.c:11683:16: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11684:5: error: ‘struct rte_flow_action_prog’ has no member named ‘name’
11684 |    .name = action_prog_data->data.name,
      |     ^~~~
../app/test-pmd/cmdline_flow.c:11684:12: error: excess elements in struct initializer [-Werror]
11684 |    .name = action_prog_data->data.name,
      |            ^~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11684:12: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11685:5: error: ‘struct rte_flow_action_prog’ has no member named ‘args’
11685 |    .args = action_prog_data->data.args,
      |     ^~~~
../app/test-pmd/cmdline_flow.c:11685:12: error: excess elements in struct initializer [-Werror]
11685 |    .args = action_prog_data->data.args,
      |            ^~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11685:12: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11682:41: error: invalid use of undefined type ‘struct rte_flow_action_prog’
11682 |   .conf = (struct rte_flow_action_prog) {
      |                                         ^
cc1: all warnings being treated as errors
[1840/3080] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_config.c.o'.
[1841/3080] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
      |           ^
../app/test-pmd/cmdline_flow.c:11767:13: note: in expansion of macro ‘ARGS_ENTRY_ARB’
11767 |  arg_size = ARGS_ENTRY_ARB(offsetof(struct action_prog_data,
      |             ^~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:1116:11: note: (near initialization for ‘(anonymous).size’)
 1116 |   .size = (s), \
      |           ^
../app/test-pmd/cmdline_flow.c:11767:13: note: in expansion of macro ‘ARGS_ENTRY_ARB’
11767 |  arg_size = ARGS_ENTRY_ARB(offsetof(struct action_prog_data,
      |             ^~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11797:24: error: ‘(const struct token *)&<erroneous-expression>’ is a pointer; did you mean to use ‘->’?
11797 |  action_prog_data->conf.args_num++;
      |                        ^
      |                        ->
../app/test-pmd/cmdline_flow.c:11797:33: error: lvalue required as increment operand
11797 |  action_prog_data->conf.args_num++;
      |                                 ^~
../app/test-pmd/cmdline_flow.c:11797:2: error: statement with no effect [-Werror=unused-value]
11797 |  action_prog_data->conf.args_num++;
      |  ^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[608/1419] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_config.c.obj'.
[609/1419] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_ieee1588fwd.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
11683 |    .args_num = 0,
      |                ^
../app/test-pmd/cmdline_flow.c:11683:16: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11684:5: error: ‘struct rte_flow_action_prog’ has no member named ‘name’
11684 |    .name = action_prog_data->data.name,
      |     ^~~~
../app/test-pmd/cmdline_flow.c:11684:12: error: excess elements in struct initializer [-Werror]
11684 |    .name = action_prog_data->data.name,
      |            ^~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11684:12: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11685:5: error: ‘struct rte_flow_action_prog’ has no member named ‘args’
11685 |    .args = action_prog_data->data.args,
      |     ^~~~
../app/test-pmd/cmdline_flow.c:11685:12: error: excess elements in struct initializer [-Werror]
11685 |    .args = action_prog_data->data.args,
      |            ^~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11685:12: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11682:41: error: invalid use of undefined type ‘struct rte_flow_action_prog’
11682 |   .conf = (struct rte_flow_action_prog) {
      |                                         ^
cc1: all warnings being treated as errors
[2638/3991] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_mtr.c.o'.
[2639/3991] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk at sta/event_cnxk_deq_cn10k_deq_112_127_tmo_seg.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
11683 |    .args_num = 0,
      |                ^
../app/test-pmd/cmdline_flow.c:11683:16: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11684:5: error: ‘struct rte_flow_action_prog’ has no member named ‘name’
11684 |    .name = action_prog_data->data.name,
      |     ^~~~
../app/test-pmd/cmdline_flow.c:11684:12: error: excess elements in struct initializer [-Werror]
11684 |    .name = action_prog_data->data.name,
      |            ^~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11684:12: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11685:5: error: ‘struct rte_flow_action_prog’ has no member named ‘args’
11685 |    .args = action_prog_data->data.args,
      |     ^~~~
../app/test-pmd/cmdline_flow.c:11685:12: error: excess elements in struct initializer [-Werror]
11685 |    .args = action_prog_data->data.args,
      |            ^~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11685:12: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11682:41: error: invalid use of undefined type ‘struct rte_flow_action_prog’
11682 |   .conf = (struct rte_flow_action_prog) {
      |                                         ^
cc1: all warnings being treated as errors
[2102/3297] Linking target app/dpdk-test-mldev.
[2103/3297] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
11683 |    .args_num = 0,
      |                ^
../app/test-pmd/cmdline_flow.c:11683:16: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11684:5: error: ‘struct rte_flow_action_prog’ has no member named ‘name’
11684 |    .name = action_prog_data->data.name,
      |     ^~~~
../app/test-pmd/cmdline_flow.c:11684:12: error: excess elements in struct initializer [-Werror]
11684 |    .name = action_prog_data->data.name,
      |            ^~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11684:12: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11685:5: error: ‘struct rte_flow_action_prog’ has no member named ‘args’
11685 |    .args = action_prog_data->data.args,
      |     ^~~~
../app/test-pmd/cmdline_flow.c:11685:12: error: excess elements in struct initializer [-Werror]
11685 |    .args = action_prog_data->data.args,
      |            ^~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11685:12: note: (near initialization for ‘(anonymous)’)
../app/test-pmd/cmdline_flow.c:11682:41: error: invalid use of undefined type ‘struct rte_flow_action_prog’
11682 |   .conf = (struct rte_flow_action_prog) {
      |                                         ^
cc1: all warnings being treated as errors
[2087/3268] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_iofwd.c.o'.
[2088/3268] Linking target app/dpdk-test-pipeline.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-gcc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:37-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------


More information about the test-report mailing list