From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: piotr.krzewinski@ericsson.com, robot@bytheb.org
Subject: |FAILURE| pw149511 [PATCH] service: add service maintenance callback
Date: Mon, 30 Dec 2024 11:25:08 -0500 [thread overview]
Message-ID: <20241230162508.1111028-1-robot@bytheb.org> (raw)
In-Reply-To: <20241230153222.484894-1-piotr.krzewinski@ericsson.com>
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/149511/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/12548746793
Build Logs:
-----------------------Summary of failed steps-----------------------
"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
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
/home/runner/work/dpdk/dpdk/lib/eal/include/rte_service.h:358: error: The following parameter of rte_service_maint_callback_register(rte_maint_func callback, uint32_t lcore) is not documented:
parameter 'lcore' (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.
[58/1935] Compiling C object examples/dpdk-eventdev_pipeline.p/eventdev_pipeline_main.c.o
[59/1935] Compiling C object examples/dpdk-eventdev_pipeline.p/eventdev_pipeline_pipeline_worker_generic.c.o
[60/1935] Compiling C object examples/dpdk-eventdev_pipeline.p/eventdev_pipeline_pipeline_worker_tx.c.o
[61/1935] 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/eal/include/rte_service.h:358: error: The following parameter of rte_service_maint_callback_register(rte_maint_func callback, uint32_t lcore) is not documented:
parameter 'lcore' (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']' returned non-zero exit status 1.
[62/1935] 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-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/eal/include/rte_service.h:358: error: The following parameter of rte_service_maint_callback_register(rte_maint_func callback, uint32_t lcore) is not documented:
parameter 'lcore' (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']' died with <Signals.SIGSEGV: 11>.
[47/1935] 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/eal/include/rte_service.h:358: error: The following parameter of rte_service_maint_callback_register(rte_maint_func callback, uint32_t lcore) is not documented:
parameter 'lcore' (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']' returned non-zero exit status 1.
[48/1935] Compiling C object examples/dpdk-distributor.p/distributor_main.c.o
[49/1935] Compiling C object examples/dpdk-bbdev_app.p/bbdev_app_main.c.o
[50/1935] Compiling C object examples/dpdk-dma.p/dma_dmafwd.c.o
[51/1935] 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-clang-asan+doc+tests" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
next prev parent reply other threads:[~2024-12-30 16:25 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20241230153222.484894-1-piotr.krzewinski@ericsson.com>
2024-12-30 15:01 ` |SUCCESS| " qemudev
2024-12-30 15:05 ` |FAILURE| " qemudev
2024-12-30 15:34 ` |SUCCESS| " checkpatch
2024-12-30 16:12 ` |FAILURE| " dpdklab
2024-12-30 16:13 ` |PENDING| " dpdklab
2024-12-30 16:15 ` dpdklab
2024-12-30 16:16 ` |FAILURE| " dpdklab
2024-12-30 16:17 ` |SUCCESS| " dpdklab
2024-12-30 16:17 ` dpdklab
2024-12-30 16:17 ` dpdklab
2024-12-30 16:21 ` dpdklab
2024-12-30 16:25 ` 0-day Robot [this message]
2024-12-30 16:26 ` dpdklab
2024-12-30 16:33 ` dpdklab
2024-12-30 16:36 ` dpdklab
2024-12-30 16:37 ` |PENDING| " dpdklab
2024-12-30 16:38 ` |SUCCESS| " dpdklab
2024-12-30 16:45 ` dpdklab
2024-12-30 16:53 ` |FAILURE| " dpdklab
2024-12-30 17:07 ` dpdklab
2024-12-30 17:10 ` |SUCCESS| " dpdklab
2024-12-30 17:11 ` |WARNING| " dpdklab
2024-12-30 19:33 ` |SUCCESS| " 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=20241230162508.1111028-1-robot@bytheb.org \
--to=robot@bytheb.org \
--cc=piotr.krzewinski@ericsson.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).