automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: Sivaprasad.Tummala@amd.com, robot@bytheb.org
Subject: |FAILURE| pw146730 [PATCH v8 6/6] power: rename library sources for cpu frequency management
Date: Tue, 22 Oct 2024 15:45:49 -0400	[thread overview]
Message-ID: <20241022194549.3229678-1-robot@bytheb.org> (raw)
In-Reply-To: <20241022184133.700367-7-sivaprasad.tummala@amd.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/11466852606
Build Logs:
-----------------------Summary of failed steps-----------------------
"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
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [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/doc/api/doxy-api-index.md:105: error: unable to resolve reference to 'rte_power.h' for \ref command (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.
[55/756] Compiling C object examples/dpdk-ethtool.p/ethtool_ethtool-app_main.c.o
[56/756] Compiling C object examples/dpdk-eventdev_pipeline.p/eventdev_pipeline_pipeline_worker_generic.c.o
[57/756] 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/doc/api/doxy-api-index.md:105: error: unable to resolve reference to 'rte_power.h' for \ref command (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.
[58/756] Generating dts_api_html with a custom command
[59/756] 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
####################################################################################
/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/doc/api/doxy-api-index.md:105: error: unable to resolve reference to 'rte_power.h' for \ref command (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.
[49/756] Compiling C object examples/dpdk-distributor.p/distributor_main.c.o
[50/756] 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/doc/api/doxy-api-index.md:105: error: unable to resolve reference to 'rte_power.h' for \ref command (warning treated as error, aborting now)
malloc_consolidate(): unaligned fastbin chunk detected
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.SIGABRT: 6>.
[51/756] Compiling C object examples/dpdk-bbdev_app.p/bbdev_app_main.c.o
[52/756] Generating dts_api_html with a custom command
[53/756] 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-----------------------------

  parent reply	other threads:[~2024-10-22 19:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20241022184133.700367-7-sivaprasad.tummala@amd.com>
2024-10-22 18:25 ` |SUCCESS| pw146725-146730 " qemudev
2024-10-22 18:29 ` qemudev
2024-10-22 18:43 ` |SUCCESS| pw146730 " checkpatch
2024-10-22 19:45 ` 0-day Robot [this message]
2024-10-23  5:51 ` |SUCCESS| pw146725-146730 [PATCH] [v8,6/6] power: rename library sou dpdklab
2024-10-23  8:57 ` dpdklab
2024-10-23  9:56 ` dpdklab
2024-10-23 10:12 ` dpdklab
2024-10-23 10:25 ` dpdklab
2024-10-23 14:54 ` dpdklab
2024-10-23 15:39 ` 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=20241022194549.3229678-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=Sivaprasad.Tummala@amd.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).