automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: huangdengdui@huawei.com, robot@bytheb.org
Subject: |FAILURE| pw138203 [PATCH 3/3] app/testpmd: support setting lanes
Date: Tue, 12 Mar 2024 04:42:36 -0400	[thread overview]
Message-ID: <20240312084236.1528781-1-robot@bytheb.org> (raw)
In-Reply-To: <20240312075238.3319480-4-huangdengdui@huawei.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8245427046
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
####################################################################################
  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.
[86/740] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[87/740] Compiling C object 'examples/c590b3c@@dpdk-dma@exe/dma_dmafwd.c.o'.
[88/740] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o'.
[89/740] 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/ethdev/rte_ethdev.h:2369: error: The following parameter of rte_eth_speed_capa_to_info(uint32_t link_speed, struct rte_eth_speed_capa_info *capa_info) is not documented:
  parameter 'capa_info' (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.
[90/740] Generating html_guides with a custom command.
FAILED: doc/guides/html 
/usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 24.03.0-rc2 /home/runner/work/dpdk/dpdk/doc/guides /home/runner/work/dpdk/dpdk/build/doc/guides -a -W

Warning, treated as error:
/home/runner/work/dpdk/dpdk/doc/guides/rel_notes/release_24_03.rst:250:Explicit markup ends without a blank line; unexpected unindent.
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
####################################################################################
  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.
[70/740] Compiling C object 'examples/c590b3c@@dpdk-distributor@exe/distributor_main.c.o'.
[71/740] 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/ethdev/rte_ethdev.h:2369: error: The following parameter of rte_eth_speed_capa_to_info(uint32_t link_speed, struct rte_eth_speed_capa_info *capa_info) is not documented:
  parameter 'capa_info' (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.
[72/740] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.c.o'.
[73/740] Generating html_guides with a custom command.
FAILED: doc/guides/html 
/usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 24.03.0-rc2 /home/runner/work/dpdk/dpdk/doc/guides /home/runner/work/dpdk/dpdk/build/doc/guides -a -W

Warning, treated as error:
/home/runner/work/dpdk/dpdk/doc/guides/rel_notes/release_24_03.rst:250:Explicit markup ends without a blank line; unexpected unindent.
[74/740] Compiling C object 'examples/c590b3c@@dpdk-dma@exe/dma_dmafwd.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
####################################################################################
--------------------------------END LOGS-----------------------------

  parent reply	other threads:[~2024-03-12  8:42 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240312075238.3319480-4-huangdengdui@huawei.com>
2024-03-12  7:32 ` |SUCCESS| pw138202-138203 " qemudev
2024-03-12  7:36 ` |FAILURE| " qemudev
2024-03-12  7:53 ` |SUCCESS| pw138203 " checkpatch
2024-03-12  8:42 ` 0-day Robot [this message]
2024-03-12  9:50 ` |SUCCESS| pw138202-138203 [PATCH] [3/3] app/testpmd: support setting dpdklab
2024-03-12  9:59 ` dpdklab
2024-03-12 10:12 ` dpdklab
2024-03-12 10:12 ` dpdklab
2024-03-12 10:13 ` dpdklab
2024-03-12 10:13 ` dpdklab
2024-03-12 10:14 ` dpdklab
2024-03-12 10:21 ` dpdklab
2024-03-12 10:22 ` dpdklab
2024-03-12 10:22 ` dpdklab
2024-03-12 10:23 ` dpdklab
2024-03-12 10:23 ` |WARNING| " dpdklab
2024-03-12 10:23 ` |SUCCESS| " dpdklab
2024-03-12 10:23 ` |FAILURE| " dpdklab
2024-03-12 10:23 ` |WARNING| " dpdklab
2024-03-12 10:23 ` dpdklab
2024-03-12 10:24 ` |SUCCESS| " dpdklab
2024-03-12 10:24 ` dpdklab
2024-03-12 10:24 ` dpdklab
2024-03-12 10:24 ` dpdklab
2024-03-12 10:25 ` dpdklab
2024-03-12 10:25 ` dpdklab
2024-03-12 10:25 ` dpdklab
2024-03-12 10:25 ` dpdklab
2024-03-12 10:26 ` dpdklab
2024-03-12 10:29 ` |WARNING| " dpdklab
2024-03-12 10:30 ` |SUCCESS| " dpdklab
2024-03-12 10:31 ` |WARNING| " dpdklab
2024-03-12 10:31 ` dpdklab
2024-03-12 10:32 ` |SUCCESS| " dpdklab
2024-03-12 10:32 ` dpdklab
2024-03-12 10:33 ` dpdklab
2024-03-12 10:33 ` |WARNING| " dpdklab
2024-03-12 10:34 ` dpdklab
2024-03-12 10:34 ` |SUCCESS| " dpdklab
2024-03-12 10:34 ` |FAILURE| " dpdklab
2024-03-12 10:35 ` |SUCCESS| " dpdklab
2024-03-12 10:35 ` |WARNING| " dpdklab
2024-03-12 10:35 ` |SUCCESS| " dpdklab
2024-03-12 10:36 ` dpdklab
2024-03-12 10:36 ` |FAILURE| " dpdklab
2024-03-12 10:36 ` |WARNING| " dpdklab
2024-03-12 10:37 ` |FAILURE| " dpdklab
2024-03-12 10:37 ` |SUCCESS| " dpdklab
2024-03-12 10:37 ` dpdklab
2024-03-12 10:37 ` |FAILURE| " dpdklab
2024-03-12 10:37 ` |SUCCESS| " dpdklab
2024-03-12 10:41 ` |FAILURE| " dpdklab
2024-03-12 10:41 ` dpdklab
2024-03-12 10:41 ` dpdklab
2024-03-12 10:43 ` dpdklab
2024-03-12 10:44 ` dpdklab
2024-03-12 10:50 ` dpdklab
2024-03-12 10:53 ` dpdklab
2024-03-12 10:58 ` dpdklab
2024-03-12 10:58 ` dpdklab
2024-03-12 10:58 ` |SUCCESS| " dpdklab
2024-03-12 10:59 ` |FAILURE| " dpdklab
2024-03-12 11:00 ` |SUCCESS| " dpdklab
2024-03-12 11:01 ` |FAILURE| " dpdklab
2024-03-12 11:06 ` dpdklab
2024-03-12 11:07 ` |SUCCESS| " dpdklab
2024-03-12 11:08 ` |FAILURE| " dpdklab
2024-03-12 11:08 ` |SUCCESS| " dpdklab
2024-03-12 11:09 ` |FAILURE| " dpdklab
2024-03-12 11:09 ` |SUCCESS| " dpdklab
2024-03-12 11:11 ` dpdklab
2024-03-12 11:15 ` |FAILURE| " dpdklab
2024-03-12 11:18 ` |SUCCESS| " dpdklab
2024-03-12 12:10 ` dpdklab
2024-03-12 12:24 ` dpdklab
2024-03-12 13:11 ` dpdklab
2024-03-15 20:07 ` dpdklab
2024-03-15 20:36 ` 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=20240312084236.1528781-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=huangdengdui@huawei.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).