From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: qi.z.zhang@intel.com, robot@bytheb.org
Subject: |FAILURE| pw132355 [PATCH v3] app/testpmd: enable cli for programmable action
Date: Thu, 5 Oct 2023 23:39:35 -0400 [thread overview]
Message-ID: <20231006033935.3358618-1-robot@bytheb.org> (raw)
In-Reply-To: <20231006110714.338910-1-qi.z.zhang@intel.com>
From: robot@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@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@exe/test-pmd_cmdline_mtr.c.o'.
[2611/3822] Compiling C object 'app/a172ced@@dpdk-testpmd@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@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@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: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@exe/test-pmd_config.c.obj'.
[609/1419] Compiling C object 'app/a172ced@@dpdk-testpmd@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@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
####################################################################################
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@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@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-----------------------------
prev parent reply other threads:[~2023-10-06 3:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20231006110714.338910-1-qi.z.zhang@intel.com>
2023-10-06 2:28 ` |SUCCESS| " qemudev
2023-10-06 2:33 ` qemudev
2023-10-06 2:48 ` checkpatch
2023-10-06 3:39 ` 0-day Robot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231006033935.3358618-1-robot@bytheb.org \
--to=robot@bytheb.org \
--cc=qi.z.zhang@intel.com \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).