From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: nsaxena@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw152700 [PATCH 2/2] node: use node mbuf dynfield in ip4 nodes
Date: Tue, 1 Apr 2025 01:23:23 -0400 [thread overview]
Message-ID: <20250401052324.2927244-1-robot@bytheb.org> (raw)
In-Reply-To: <20250401042053.3518757-3-nsaxena@marvell.com>
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/152700/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/14187402737
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
"ubuntu-22.04-gcc-abi+debug+doc+examples+tests" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
"fedora:39-gcc" failed at step Build
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
| ;
106 | static __rte_always_inline rte_node_mbuf_overload_fields_t *
| ~~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:107:42: error: ‘struct rte_mbuf’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
107 | rte_node_mbuf_overload_fields_get(struct rte_mbuf *m, const int offset)
| ^~~~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h: In function ‘rte_node_mbuf_overload_fields_get’:
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:111:42: error: expected expression before ‘struct’
111 | f = RTE_MBUF_DYNFIELD(m, offset, struct rte_node_mbuf_dynfield *);
| ^~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h: At top level:
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:132:19: error: expected ‘;’ before ‘int’
132 | __rte_experimental
| ^
| ;
133 | int rte_node_mbuf_dynfield_register(void);
| ~~~
cc1: all warnings being treated as errors
[4129/5641] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_eal_memconfig.c.o
[4130/5641] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_epoll.c.o
[4131/5641] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_eal_trace.c.o
[4132/5641] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_hexdump.c.o
[4133/5641] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_fbarray.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
| ;
106 | static __rte_always_inline rte_node_mbuf_overload_fields_t *
| ~~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:107:42: error: ‘struct rte_mbuf’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
107 | rte_node_mbuf_overload_fields_get(struct rte_mbuf *m, const int offset)
| ^~~~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h: In function ‘rte_node_mbuf_overload_fields_get’:
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:111:42: error: expected expression before ‘struct’
111 | f = RTE_MBUF_DYNFIELD(m, offset, struct rte_node_mbuf_dynfield *);
| ^~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h: At top level:
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:132:19: error: expected ‘;’ before ‘int’
132 | __rte_experimental
| ^
| ;
133 | int rte_node_mbuf_dynfield_register(void);
| ~~~
cc1: all warnings being treated as errors
[5096/6727] Compiling C object buildtools/chkincs/chkincs.p/meson-generated_bus_auxiliary_driver.c.o
[5097/6727] Compiling C object buildtools/chkincs/chkincs.p/meson-generated_rte_table_action.c.o
[5098/6727] Compiling C object buildtools/chkincs/chkincs.p/meson-generated_rte_node_eth_api.c.o
[5099/6727] Compiling C object buildtools/chkincs/chkincs.p/meson-generated_rte_graph_worker.c.o
[5100/6727] Compiling C object buildtools/chkincs/chkincs.p/meson-generated_rte_node_ip6_api.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
^
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:90:8: error: 'inline' can only appear on functions
static __rte_always_inline rte_node_mbuf_dynfield_t *
^
../lib/eal/include/rte_common.h:456:29: note: expanded from macro '__rte_always_inline'
#define __rte_always_inline inline __attribute__((always_inline))
^
In file included from buildtools/chkincs/chkincs.p/rte_node_mbuf_dynfield.c:1:
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:90:8: error: 'always_inline' attribute only applies to functions [-Werror,-Wignored-attributes]
../lib/eal/include/rte_common.h:456:51: note: expanded from macro '__rte_always_inline'
#define __rte_always_inline inline __attribute__((always_inline))
^
In file included from buildtools/chkincs/chkincs.p/rte_node_mbuf_dynfield.c:1:
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:90:52: error: expected ';' after top level declarator
static __rte_always_inline rte_node_mbuf_dynfield_t *
^
;
4 errors generated.
[5096/6727] Compiling C object buildtools/chkincs/chkincs.p/meson-generated_bus_auxiliary_driver.c.o
[5097/6727] Compiling C object buildtools/chkincs/chkincs.p/meson-generated_rte_swx_ipsec.c.o
[5098/6727] Compiling C object buildtools/chkincs/chkincs.p/meson-generated_rte_node_eth_api.c.o
[5099/6727] Compiling C object buildtools/chkincs/chkincs.p/meson-generated_rte_node_ip6_api.c.o
[5100/6727] Compiling C object buildtools/chkincs/chkincs.p/meson-generated_rte_graph_worker.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
| ;
106 | static __rte_always_inline rte_node_mbuf_overload_fields_t *
| ~~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:107:42: error: ‘struct rte_mbuf’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
107 | rte_node_mbuf_overload_fields_get(struct rte_mbuf *m, const int offset)
| ^~~~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h: In function ‘rte_node_mbuf_overload_fields_get’:
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:111:42: error: expected expression before ‘struct’
111 | f = RTE_MBUF_DYNFIELD(m, offset, struct rte_node_mbuf_dynfield *);
| ^~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h: At top level:
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:132:19: error: expected ‘;’ before ‘int’
132 | __rte_experimental
| ^
| ;
133 | int rte_node_mbuf_dynfield_register(void);
| ~~~
cc1: all warnings being treated as errors
[5095/6675] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_ticketlock.c.o
[5096/6675] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_time.c.o
[5097/6675] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_trace.c.o
[5098/6675] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_trace_point.c.o
[5099/6675] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_trace_point_register.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
| ;
106 | static __rte_always_inline rte_node_mbuf_overload_fields_t *
| ~~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:107:42: error: ‘struct rte_mbuf’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
107 | rte_node_mbuf_overload_fields_get(struct rte_mbuf *m, const int offset)
| ^~~~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h: In function ‘rte_node_mbuf_overload_fields_get’:
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:111:42: error: expected expression before ‘struct’
111 | f = RTE_MBUF_DYNFIELD(m, offset, struct rte_node_mbuf_dynfield *);
| ^~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h: At top level:
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:132:19: error: expected ‘;’ before ‘int’
132 | __rte_experimental
| ^
| ;
133 | int rte_node_mbuf_dynfield_register(void);
| ~~~
cc1: all warnings being treated as errors
[4451/5918] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_seqcount.c.o
[4452/5918] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_seqlock.c.o
[4453/5918] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_stdatomic.c.o
[4454/5918] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_service.c.o
[4455/5918] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_service_component.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
| ;
106 | static __rte_always_inline rte_node_mbuf_overload_fields_t *
| ~~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:107:42: error: ‘struct rte_mbuf’ declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
107 | rte_node_mbuf_overload_fields_get(struct rte_mbuf *m, const int offset)
| ^~~~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h: In function ‘rte_node_mbuf_overload_fields_get’:
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:111:42: error: expected expression before ‘struct’
111 | f = RTE_MBUF_DYNFIELD(m, offset, struct rte_node_mbuf_dynfield *);
| ^~~~~~
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h: At top level:
/home/runner/work/dpdk/dpdk/lib/node/rte_node_mbuf_dynfield.h:132:19: error: expected ‘;’ before ‘int’
132 | __rte_experimental
| ^
| ;
133 | int rte_node_mbuf_dynfield_register(void);
| ~~~
cc1: all warnings being treated as errors
[4471/5947] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_memzone.c.o
[4472/5947] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_pci_dev_feature_defs.c.o
[4473/5947] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_pci_dev_features.c.o
[4474/5947] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_per_lcore.c.o
[4475/5947] Compiling C object buildtools/chkincs/chkincs-exp.p/meson-generated_rte_pflock.c.o
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:39-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-gcc" at step Build
####################################################################################
####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
prev parent reply other threads:[~2025-04-01 5:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250401042053.3518757-3-nsaxena@marvell.com>
2025-04-01 3:51 ` |SUCCESS| pw152699-152700 " qemudev
2025-04-01 3:55 ` qemudev
2025-04-01 4:22 ` |SUCCESS| pw152700 " checkpatch
2025-04-01 5:18 ` |FAILURE| pw152699-152700 [PATCH] [2/2] " dpdklab
2025-04-01 5:23 ` 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=20250401052324.2927244-1-robot@bytheb.org \
--to=robot@bytheb.org \
--cc=nsaxena@marvell.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).