automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: mb@smartsharesystems.com, robot@bytheb.org
Subject: |FAILURE| pw120439 [PATCH] eal: add nonnull and access function attributes
Date: Fri,  2 Dec 2022 11:39:00 -0500	[thread overview]
Message-ID: <20221202163900.2228095-1-robot@bytheb.org> (raw)
In-Reply-To: <20221202153432.131023-1-mb@smartsharesystems.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3603054691
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-abi+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"fedora:35-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+doc+tests" at step Build and test
####################################################################################
[51/716] Linking target examples/dpdk-cmdline.
[52/716] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.c.o'.
[53/716] Linking target examples/dpdk-bbdev_app.
[54/716] Generating examples.dox with a custom command.
[55/716] Linking target app/test/dpdk-test.
[56/716] Compiling C object 'examples/c590b3c@@dpdk-dma@exe/dma_dmafwd.c.o'.
[57/716] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
[58/716] Linking target examples/dpdk-dma.
[59/716] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[60/716] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o'.
[61/716] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_generic.c.o'.
[62/716] Generating doxygen 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.conf
/home/runner/work/dpdk/dpdk/lib/eal/include/generic/rte_memcpy.h:94: error: argument 'dst' of command @param is not found in the argument list of __rte_nonnull(1, 2) (warning treated as error, aborting now)
Traceback (most recent call last):
  File "../doc/api/generate_doxygen.py", line 13, in <module>
    subprocess.run(doxygen_command, check=True, stdout=out)
  File "/usr/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/usr/bin/doxygen', 'doc/api/doxy-api.conf']' returned non-zero exit status 1.
[63/716] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
[64/716] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[1/4475] Generating rte_kvargs_mingw with a custom command.
[2/4475] Generating rte_kvargs_def with a custom command.
[3/4475] Compiling C object 'lib/76b5a35@@rte_kvargs@sta/kvargs_rte_kvargs.c.o'.
[4/4475] Linking static target lib/librte_kvargs.a.
[5/4475] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
FAILED: lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o 
ccache clang -Ilib/76b5a35@@rte_telemetry@sta -Ilib -I../lib -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.telemetry -MD -MQ 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o' -MF 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o.d' -o 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o' -c ../lib/telemetry/telemetry_data.c
In file included from ../lib/telemetry/telemetry_data.c:11:
In file included from ../lib/eal/include/rte_string_fns.h:21:
../lib/eal/include/rte_common.h:171:32: error: 'GCC_VERSION' is not defined, evaluates to 0 [-Werror,-Wundef]
#if defined(RTE_CC_IS_GNU) && (GCC_VERSION >= 100400)
                               ^
1 error generated.
[6/4475] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o'.
FAILED: lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o 
ccache clang -Ilib/76b5a35@@rte_telemetry@sta -Ilib -I../lib -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.telemetry -MD -MQ 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o' -MF 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o.d' -o 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o' -c ../lib/telemetry/telemetry.c
In file included from ../lib/telemetry/telemetry.c:18:
In file included from ../lib/eal/include/rte_string_fns.h:21:
../lib/eal/include/rte_common.h:171:32: error: 'GCC_VERSION' is not defined, evaluates to 0 [-Werror,-Wundef]
#if defined(RTE_CC_IS_GNU) && (GCC_VERSION >= 100400)
                               ^
1 error generated.
[7/4475] Generating kvargs.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

  parent reply	other threads:[~2022-12-02 16:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20221202153432.131023-1-mb@smartsharesystems.com>
2022-12-02 15:35 ` |WARNING| " checkpatch
2022-12-02 16:39 ` 0-day Robot [this message]
2022-12-02 17:04 ` |SUCCESS| " qemudev
2022-12-02 17:08 ` qemudev
2022-12-02 20:25 |FAILURE| " dpdklab
2022-12-02 20:54 dpdklab
2022-12-03  9:38 dpdklab
2022-12-03  9:38 dpdklab
2022-12-03  9:38 dpdklab
2022-12-03  9:43 dpdklab
2022-12-03  9:55 dpdklab
2022-12-03  9:55 dpdklab
2022-12-03  9:55 dpdklab
2022-12-03 21:15 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=20221202163900.2228095-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=mb@smartsharesystems.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).