From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: nsaxena@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw143770 [RFC PATCH 3/3] graph: add IPv4 output feature arc
Date: Sat, 7 Sep 2024 04:24:46 -0400 [thread overview]
Message-ID: <20240907082446.358349-1-robot@bytheb.org> (raw)
In-Reply-To: <20240907073115.1531070-4-nsaxena@marvell.com>
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/143770/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10749757923
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-gcc-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-static-i386" failed at step Build and test
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
[509/3029] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_stats.c.o'.
[510/3029] Linking target lib/librte_table.so.25.0.
[511/3029] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.so.25.0.symbols'.
[512/3029] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_debug.c.o'.
[513/3029] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_populate.c.o'.
[514/3029] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_feature_arc.c.o'.
FAILED: lib/76b5a35@@rte_graph@sta/graph_graph_feature_arc.c.o
ccache clang -Ilib/76b5a35@@rte_graph@sta -Ilib -I../lib -Ilib/graph -I../lib/graph -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.graph -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'lib/76b5a35@@rte_graph@sta/graph_graph_feature_arc.c.o' -MF 'lib/76b5a35@@rte_graph@sta/graph_graph_feature_arc.c.o.d' -o 'lib/76b5a35@@rte_graph@sta/graph_graph_feature_arc.c.o' -c ../lib/graph/graph_feature_arc.c
../lib/graph/graph_feature_arc.c:21:31: error: '_Static_assert' with no message is a C2x extension [-Werror,-Wc2x-extensions]
<= RTE_CACHE_LINE_SIZE);
^
, ""
1 error generated.
[515/3029] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_rte_graph_worker.c.o'.
[516/3029] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_pcap.c.o'.
[517/3029] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_rte_graph_model_mcore_dispatch.c.o'.
[518/3029] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_virtio_net.c.o'.
[519/3029] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-stdatomic" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
FAILED: doc/api/man
/usr/bin/python3 ../doc/api/generate_doxygen.py doc/api/man /usr/bin/doxygen doc/api/doxy-api-man.conf
/home/runner/work/dpdk/dpdk/lib/graph/rte_graph_feature_arc.h:319: error: argument 'arc' of command @param is not found in the argument list of rte_graph_feature_lookup(rte_graph_feature_arc_t _arc, const char *feature_name, rte_graph_feature_t *feature) (warning treated as error, aborting now)
Traceback (most recent call last):
File "/home/runner/work/dpdk/dpdk/build/../doc/api/generate_doxygen.py", line 13, in <module>
subprocess.run(doxygen_command, check=True, stdout=out)
File "/usr/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/doxygen', 'doc/api/doxy-api-man.conf']' returned non-zero exit status 1.
[71/746] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_cmac.c.o'.
[72/746] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_ccm.c.o'.
[73/746] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_sha.c.o'.
[74/746] Generating doxygen-html with a custom command.
FAILED: doc/api/html
/usr/bin/python3 ../doc/api/generate_doxygen.py doc/api/html /usr/bin/doxygen doc/api/doxy-api-html.conf
/home/runner/work/dpdk/dpdk/lib/graph/rte_graph_feature_arc.h:319: error: argument 'arc' of command @param is not found in the argument list of rte_graph_feature_lookup(rte_graph_feature_arc_t _arc, const char *feature_name, rte_graph_feature_t *feature) (warning treated as error, aborting now)
Traceback (most recent call last):
File "/home/runner/work/dpdk/dpdk/build/../doc/api/generate_doxygen.py", line 13, in <module>
subprocess.run(doxygen_command, check=True, stdout=out)
File "/usr/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/doxygen', 'doc/api/doxy-api-html.conf']' died with <Signals.SIGSEGV: 11>.
[75/746] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
objdump: Warning: Unrecognized form: 0x22
objdump: Warning: Unrecognized form: 0x22
[522/4122] Linking target lib/librte_table.so.25.0.
[523/4122] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_node.c.o'.
[524/4122] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_debug.c.o'.
[525/4122] Generating symbol file 'lib/76b5a35@@rte_table@sha/librte_table.so.25.0.symbols'.
[526/4122] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_ctl.c.o'.
[527/4122] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_ops.c.o'.
[528/4122] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_populate.c.o'.
[529/4122] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph.c.o'.
[530/4122] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_feature_arc.c.o'.
FAILED: lib/76b5a35@@rte_graph@sta/graph_graph_feature_arc.c.o
ccache clang -Ilib/76b5a35@@rte_graph@sta -Ilib -I../lib -Ilib/graph -I../lib/graph -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pcapng -I../lib/pcapng -Ilib/ethdev -I../lib/ethdev -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.graph -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'lib/76b5a35@@rte_graph@sta/graph_graph_feature_arc.c.o' -MF 'lib/76b5a35@@rte_graph@sta/graph_graph_feature_arc.c.o.d' -o 'lib/76b5a35@@rte_graph@sta/graph_graph_feature_arc.c.o' -c ../lib/graph/graph_feature_arc.c
../lib/graph/graph_feature_arc.c:21:31: error: '_Static_assert' with no message is a C2x extension [-Werror,-Wc2x-extensions]
<= RTE_CACHE_LINE_SIZE);
^
, ""
1 error generated.
[531/4122] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_pcap.c.o'.
[532/4122] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_rte_graph_worker.c.o'.
[533/4122] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_stats.c.o'.
[534/4122] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
[535/4122] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_virtio_net.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-static-i386" at step Build and test
####################################################################################
../lib/graph/graph_feature_arc.c:883:45: note: in expansion of macro ‘rte_graph_feature_arc_get’
883 | struct rte_graph_feature_arc *arc = rte_graph_feature_arc_get(_arc);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../lib/graph/graph_feature_arc.c: In function ‘rte_graph_feature_arc_lookup_by_name’:
../lib/graph/rte_graph_feature_arc_worker.h:187:41: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
187 | #define rte_graph_feature_arc_get(arc) ((struct rte_graph_feature_arc *)arc)
| ^
../lib/graph/graph_feature_arc.c:939:23: note: in expansion of macro ‘rte_graph_feature_arc_get’
939 | arc = rte_graph_feature_arc_get(dm->feature_arcs[iter]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../lib/graph/graph_feature_arc.c: In function ‘rte_graph_feature_arc_num_enabled_features’:
../lib/graph/rte_graph_feature_arc_worker.h:187:41: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
187 | #define rte_graph_feature_arc_get(arc) ((struct rte_graph_feature_arc *)arc)
| ^
../lib/graph/graph_feature_arc.c:954:45: note: in expansion of macro ‘rte_graph_feature_arc_get’
954 | struct rte_graph_feature_arc *arc = rte_graph_feature_arc_get(_arc);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[493/3195] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_graph_pcap.c.o'.
[494/3195] Compiling C object 'lib/76b5a35@@rte_graph@sta/graph_rte_graph_worker.c.o'.
[495/3195] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_swx_pipeline.c.o'.
[496/3195] Compiling C object 'lib/76b5a35@@rte_vhost@sta/vhost_virtio_net.c.o'.
[497/3195] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.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] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
next prev parent reply other threads:[~2024-09-07 8:24 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240907073115.1531070-4-nsaxena@marvell.com>
2024-09-07 7:03 ` |FAILURE| pw143768-143770 " qemudev
2024-09-07 7:33 ` |SUCCESS| pw143770 " checkpatch
2024-09-07 8:24 ` 0-day Robot [this message]
2024-09-10 0:12 ` |SUCCESS| pw143768-143770 [PATCH] [RFC,3/3] graph: add IPv4 output f dpdklab
2024-09-10 0:15 ` dpdklab
2024-09-10 1:09 ` dpdklab
2024-09-10 3:17 ` |FAILURE| " dpdklab
2024-09-10 3:19 ` dpdklab
2024-09-10 3:20 ` dpdklab
2024-09-10 3:25 ` dpdklab
2024-09-10 3:36 ` |PENDING| " dpdklab
2024-09-10 3:59 ` dpdklab
2024-09-10 4:18 ` |WARNING| " dpdklab
2024-09-10 4:19 ` dpdklab
2024-09-10 4:19 ` dpdklab
2024-09-10 5:50 ` |PENDING| " dpdklab
2024-09-10 5:56 ` |FAILURE| " dpdklab
2024-09-10 5:57 ` dpdklab
2024-09-10 5:58 ` dpdklab
2024-09-10 7:05 ` |SUCCESS| " dpdklab
2024-09-10 7:41 ` |WARNING| " dpdklab
2024-09-10 8:36 ` |FAILURE| " dpdklab
2024-09-10 9:18 ` dpdklab
2024-09-10 9:32 ` |SUCCESS| " dpdklab
2024-09-10 10:13 ` dpdklab
2024-09-10 10:19 ` dpdklab
2024-09-10 10:24 ` dpdklab
2024-09-10 10:45 ` dpdklab
2024-09-10 15:43 ` dpdklab
2024-09-16 6:23 ` dpdklab
2024-09-16 13:07 ` dpdklab
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=20240907082446.358349-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).