automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: qi.z.zhang@intel.com, robot@bytheb.org
Subject: |FAILURE| pw132370 [PATCH v4] app/testpmd: enable cli for programmable action
Date: Fri,  6 Oct 2023 23:19:30 -0400	[thread overview]
Message-ID: <20231007031930.1675076-1-robot@bytheb.org> (raw)
In-Reply-To: <20231007104730.441719-1-qi.z.zhang@intel.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/6438545509
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
[286/997] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_5tswap.c.o'.
[287/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
####################################################################################
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
[2612/3822] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_macswap.c.o'.
[2613/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
####################################################################################
                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>:95: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-regex@exe/test-regex_main.c.o'.
[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
####################################################################################
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
[609/1421] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_csumonly.c.obj'.
[610/1421] 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
####################################################################################
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_tx_cn10k_tx_112_127_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
[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-----------------------------

      parent reply	other threads:[~2023-10-07  3:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20231007104730.441719-1-qi.z.zhang@intel.com>
2023-10-07  2:08 ` |SUCCESS| " qemudev
2023-10-07  2:12 ` qemudev
2023-10-07  2:28 ` checkpatch
2023-10-07  3:19 ` 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=20231007031930.1675076-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).