automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: hemant.agrawal@nxp.com, robot@bytheb.org
Subject: |FAILURE| pw144668 [PATCH v3 18/18] net/dpaa: fix reallocate_mbuf handling
Date: Mon, 30 Sep 2024 07:24:23 -0400	[thread overview]
Message-ID: <20240930112423.3650926-1-robot@bytheb.org> (raw)
In-Reply-To: <20240930102946.3236998-19-hemant.agrawal@nxp.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/11104533307
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-clang-stdatomic" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" 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
####################################################################################
[1336/3029] Linking static target drivers/librte_net_cpfl.a.
[1337/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_main.c.o'.
[1338/3029] Linking target drivers/librte_net_cpfl.so.25.0.
[1339/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_smt.c.o'.
[1340/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_ethdev.c.o'.
[1341/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_flow.c.o'.
[1342/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_filter.c.o'.
[1343/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_clip_tbl.c.o'.
[1344/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_base_t4_hw.c.o'.
[1345/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_mps_tcam.c.o'.
[1346/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_base_t4vf_hw.c.o'.
[1347/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_flow.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_dpaa@sta -Idrivers -I../drivers -Idrivers/net/dpaa -I../drivers/net/dpaa -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/mempool/dpaa -I../drivers/mempool/dpaa -Idrivers/bus/dpaa -I../drivers/bus/dpaa -I../drivers/bus/dpaa/include -I../drivers/bus/dpaa/base/qbman -Idrivers/common/dpaax -I../drivers/common/dpaax -I../drivers/common/dpaax/caamflib -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Ilib/dmadev -I../lib/dmadev -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 -Wno-pointer-arith -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.dpaa -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_flow.c.o' -c ../drivers/net/dpaa/dpaa_flow.c
../drivers/net/dpaa/dpaa_flow.c:672:19: error: unused function 'get_tx_port_type' [-Werror,-Wunused-function]
static inline int get_tx_port_type(struct fman_if *fif)
                  ^
1 error generated.
[1348/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_fmlib_fm_vsp.c.o'.
[1349/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_ethdev.c.o'.
[1350/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_sge.c.o'.
[1351/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_fmc.c.o'.
[1352/3029] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_fmlib_fm_lib.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-clang-asan+doc+tests" at step Build and test
####################################################################################
[1344/4114] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk@sta/net_cnxk_cnxk_rep_flow.c.o'.
[1345/4114] Linking static target drivers/libtmp_rte_net_cnxk.a.
[1346/4114] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_base_t4_hw.c.o'.
[1347/4114] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_fmlib_fm_vsp.c.o'.
[1348/4114] Generating rte_net_cnxk.pmd.c with a custom command.
[1349/4114] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_fmlib_fm_lib.c.o'.
[1350/4114] Compiling C object 'drivers/a715181@@rte_net_cnxk@sta/meson-generated_.._rte_net_cnxk.pmd.c.o'.
[1351/4114] Compiling C object 'drivers/a715181@@rte_net_cnxk@sha/meson-generated_.._rte_net_cnxk.pmd.c.o'.
[1352/4114] Linking static target drivers/librte_net_cnxk.a.
[1353/4114] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_sge.c.o'.
[1354/4114] Linking static target drivers/libtmp_rte_net_cxgbe.a.
[1355/4114] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_flow.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_dpaa@sta -Idrivers -I../drivers -Idrivers/net/dpaa -I../drivers/net/dpaa -Ilib/ethdev -I../lib/ethdev -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/mempool/dpaa -I../drivers/mempool/dpaa -Idrivers/bus/dpaa -I../drivers/bus/dpaa -I../drivers/bus/dpaa/include -I../drivers/bus/dpaa/base/qbman -Idrivers/common/dpaax -I../drivers/common/dpaax -I../drivers/common/dpaax/caamflib -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/timer -I../lib/timer -Ilib/cryptodev -I../lib/cryptodev -Ilib/dmadev -I../lib/dmadev -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 -Wno-pointer-arith -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.dpaa -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_flow.c.o' -c ../drivers/net/dpaa/dpaa_flow.c
../drivers/net/dpaa/dpaa_flow.c:672:19: error: unused function 'get_tx_port_type' [-Werror,-Wunused-function]
static inline int get_tx_port_type(struct fman_if *fif)
                  ^
1 error generated.
[1356/4114] Generating rte_net_cnxk.sym_chk with a meson_exe.py custom command.
[1357/4114] Generating rte_net_cxgbe.pmd.c with a custom command.
[1358/4114] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_ethdev.c.o'.
[1359/4114] Compiling C object 'drivers/a715181@@tmp_rte_net_dpaa@sta/net_dpaa_dpaa_rxtx.c.o'.
[1360/4114] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/crypto_qat_qat_asym.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] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

  parent reply	other threads:[~2024-09-30 11:24 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240930102946.3236998-19-hemant.agrawal@nxp.com>
2024-09-30 10:06 ` |SUCCESS| pw144651-144668 " qemudev
2024-09-30 10:10 ` qemudev
2024-09-30 10:32 ` |SUCCESS| pw144668 " checkpatch
2024-09-30 11:24 ` 0-day Robot [this message]
2024-09-30 13:40 ` |SUCCESS| pw144651-144668 [PATCH] [v3,18/18] net/dpaa: fix reallocat dpdklab
2024-09-30 13:48 ` dpdklab
2024-09-30 13:50 ` dpdklab
2024-09-30 13:54 ` dpdklab
2024-09-30 13:54 ` |PENDING| " dpdklab
2024-09-30 14:00 ` |SUCCESS| " dpdklab
2024-09-30 14:09 ` dpdklab
2024-09-30 14:13 ` dpdklab
2024-09-30 14:17 ` dpdklab
2024-09-30 14:23 ` |PENDING| " dpdklab
2024-09-30 14:30 ` dpdklab
2024-09-30 14:33 ` |SUCCESS| " dpdklab
2024-09-30 14:52 ` dpdklab
2024-09-30 14:58 ` |FAILURE| " dpdklab
2024-09-30 14:58 ` dpdklab
2024-09-30 15:08 ` |PENDING| " dpdklab
2024-09-30 15:18 ` |WARNING| " dpdklab
2024-09-30 15:23 ` |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=20240930112423.3650926-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=hemant.agrawal@nxp.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).