* |FAILURE| pw132329 [PATCH v2] app/testpmd: enable cli for programmable action
[not found] <20231005114238.243388-1-qi.z.zhang@intel.com>
` (2 preceding siblings ...)
2023-10-05 3:23 ` checkpatch
@ 2023-10-05 4:19 ` 0-day Robot
3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2023-10-05 4:19 UTC (permalink / raw)
To: test-report; +Cc: qi.z.zhang, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/132329/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6414342669
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
####################################################################################
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11761:8: error: invalid use of undefined type ‘struct rte_flow_action_prog_argument’
11761 | offsetof(struct rte_flow_action_prog_argument, value),
| ^~~~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11765:20: error: invalid application of ‘sizeof’ to incomplete type ‘struct rte_flow_action_prog_argument’
11765 | i * sizeof(struct rte_flow_action_prog_argument) +
| ^~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11766:9: error: invalid use of undefined type ‘struct rte_flow_action_prog_argument’
11766 | offsetof(struct rte_flow_action_prog_argument, size),
| ^~~~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
cc1: all warnings being treated as errors
[285/997] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_items_gen.c.o'.
[286/997] Compiling C object 'app/a172ced@@dpdk-test-flow-perf@exe/test-flow-perf_main.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
####################################################################################
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11761:8: error: invalid use of undefined type ‘struct rte_flow_action_prog_argument’
11761 | offsetof(struct rte_flow_action_prog_argument, value),
| ^~~~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11765:20: error: invalid application of ‘sizeof’ to incomplete type ‘struct rte_flow_action_prog_argument’
11765 | i * sizeof(struct rte_flow_action_prog_argument) +
| ^~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11766:9: error: invalid use of undefined type ‘struct rte_flow_action_prog_argument’
11766 | offsetof(struct rte_flow_action_prog_argument, size),
| ^~~~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
cc1: all warnings being treated as errors
[2611/3822] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_iofwd.c.o'.
[2612/3822] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macfwd.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
####################################################################################
i * sizeof(struct rte_flow_action_prog_argument) +
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: expanded from macro 'ARGS_ENTRY_ARB'
.offset = (o), \
^
../app/test-pmd/cmdline_flow.c:759:9: note: forward declaration of 'struct rte_flow_action_prog_argument'
struct rte_flow_action_prog_argument args[ACTION_PROG_ARG_NUM_MAX];
^
../app/test-pmd/cmdline_flow.c:11766:9: error: offsetof of incomplete type 'struct rte_flow_action_prog_argument'
offsetof(struct rte_flow_action_prog_argument, size),
^ ~~~~~~
/usr/lib/llvm-11/lib/clang/11.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^ ~
../app/test-pmd/cmdline_flow.c:1111:14: note: expanded from macro 'ARGS_ENTRY_ARB'
.offset = (o), \
^
../app/test-pmd/cmdline_flow.c:759:9: note: forward declaration of 'struct rte_flow_action_prog_argument'
struct rte_flow_action_prog_argument args[ACTION_PROG_ARG_NUM_MAX];
^
8 errors generated.
[2606/3822] Linking target app/dpdk-test-mldev.
[2607/3822] Compiling C object 'app/a172ced@@dpdk-test@exe/test_sample_packet_forward.c.o'.
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
####################################################################################
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11761:8: error: invalid use of undefined type ‘struct rte_flow_action_prog_argument’
11761 | offsetof(struct rte_flow_action_prog_argument, value),
| ^~~~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11765:20: error: invalid application of ‘sizeof’ to incomplete type ‘struct rte_flow_action_prog_argument’
11765 | i * sizeof(struct rte_flow_action_prog_argument) +
| ^~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11766:9: error: invalid use of undefined type ‘struct rte_flow_action_prog_argument’
11766 | offsetof(struct rte_flow_action_prog_argument, size),
| ^~~~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
cc1: all warnings being treated as errors
[1840/3080] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.c.o'.
[1841/3080] Compiling C object 'app/a172ced@@dpdk-testpmd@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:11764:13: note: in expansion of macro ‘ARGS_ENTRY_ARB’
11764 | arg_size = ARGS_ENTRY_ARB(offsetof(struct action_prog_data, args) +
| ^~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:1112:11: note: (near initialization for ‘(anonymous).size’)
1112 | .size = (s), \
| ^
../app/test-pmd/cmdline_flow.c:11764:13: note: in expansion of macro ‘ARGS_ENTRY_ARB’
11764 | arg_size = ARGS_ENTRY_ARB(offsetof(struct action_prog_data, args) +
| ^~~~~~~~~~~~~~
../app/test-pmd/cmdline_flow.c:11795:24: error: ‘(const struct token *)&<erroneous-expression>’ is a pointer; did you mean to use ‘->’?
11795 | action_prog_data->conf.args_num++;
| ^
| ->
../app/test-pmd/cmdline_flow.c:11795:33: error: lvalue required as increment operand
11795 | action_prog_data->conf.args_num++;
| ^~
../app/test-pmd/cmdline_flow.c:11795:2: error: statement with no effect [-Werror=unused-value]
11795 | action_prog_data->conf.args_num++;
| ^~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[607/1419] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.obj'.
[608/1419] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_config.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
####################################################################################
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11761:8: error: invalid use of undefined type ‘struct rte_flow_action_prog_argument’
11761 | offsetof(struct rte_flow_action_prog_argument, value),
| ^~~~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11765:20: error: invalid application of ‘sizeof’ to incomplete type ‘struct rte_flow_action_prog_argument’
11765 | i * sizeof(struct rte_flow_action_prog_argument) +
| ^~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11766:9: error: invalid use of undefined type ‘struct rte_flow_action_prog_argument’
11766 | offsetof(struct rte_flow_action_prog_argument, size),
| ^~~~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
cc1: all warnings being treated as errors
[2638/3991] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_mtr.c.o'.
[2639/3991] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@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
####################################################################################
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11761:8: error: invalid use of undefined type ‘struct rte_flow_action_prog_argument’
11761 | offsetof(struct rte_flow_action_prog_argument, value),
| ^~~~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11765:20: error: invalid application of ‘sizeof’ to incomplete type ‘struct rte_flow_action_prog_argument’
11765 | i * sizeof(struct rte_flow_action_prog_argument) +
| ^~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11766:9: error: invalid use of undefined type ‘struct rte_flow_action_prog_argument’
11766 | offsetof(struct rte_flow_action_prog_argument, size),
| ^~~~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
cc1: all warnings being treated as errors
[2102/3297] Linking target app/dpdk-test-mldev.
[2103/3297] Compiling C object 'app/a172ced@@dpdk-testpmd@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
####################################################################################
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11761:8: error: invalid use of undefined type ‘struct rte_flow_action_prog_argument’
11761 | offsetof(struct rte_flow_action_prog_argument, value),
| ^~~~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11765:20: error: invalid application of ‘sizeof’ to incomplete type ‘struct rte_flow_action_prog_argument’
11765 | i * sizeof(struct rte_flow_action_prog_argument) +
| ^~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
../app/test-pmd/cmdline_flow.c:11766:9: error: invalid use of undefined type ‘struct rte_flow_action_prog_argument’
11766 | offsetof(struct rte_flow_action_prog_argument, size),
| ^~~~~~~~
../app/test-pmd/cmdline_flow.c:1111:14: note: in definition of macro ‘ARGS_ENTRY_ARB’
1111 | .offset = (o), \
| ^
cc1: all warnings being treated as errors
[2086/3268] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_tm.c.o'.
[2087/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-----------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread