automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw110945 [PATCH] [v4] fix mbuf release function point corrupt in multi-process
@ 2022-05-10  3:20 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-05-10  3:20 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 5414 bytes --]

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/110945

_build patch failure_

Submitter: Ke Zhang <ke1x.zhang@intel.com>
Date: Tuesday, May 10 2022 02:54:28 
Applied on: CommitID:af676be9e6671b25c69af2aa5fc2d40d562137f6
Apply patch set 110945 failed:

[1/1859] Linking static target drivers/net/i40e/base/libi40e_base.a
[2/1859] Linking static target drivers/net/iavf/libiavf_avx512_lib.a
[3/1859] Linking static target drivers/libtmp_rte_net_hns3.a
[4/1859] Linking static target drivers/libtmp_rte_net_i40e.a
[5/1859] Generating rte_net_iavf_def with a custom command
[6/1859] Generating rte_net_iavf_mingw with a custom command
[7/1859] Linking target drivers/librte_common_cnxk.so.22.2
[8/1859] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_iavf_iavf_rxtx.c.o
FAILED: drivers/libtmp_rte_net_iavf.a.p/net_iavf_iavf_rxtx.c.o 
cc -Idrivers/libtmp_rte_net_iavf.a.p -Idrivers -I../drivers -Idrivers/net/iavf -I../drivers/net/iavf -Idrivers/common/iavf -I../drivers/common/iavf -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/metrics -I../lib/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 -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O3 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-strict-aliasing -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.iavf -MD -MQ drivers/libtmp_rte_net_iavf.a.p/net_iavf_iavf_rxtx.c.o -MF drivers/libtmp_rte_net_iavf.a.p/net_iavf_iavf_rxtx.c.o.d -o drivers/libtmp_rte_net_iavf.a.p/net_iavf_iavf_rxtx.c.o -c ../drivers/net/iavf/iavf_rxtx.c
../drivers/net/iavf/iavf_rxtx.c:392:29: error: initializer element is not constant
  [IAVF_REL_MBUFS_DEFAULT] = def_rxq_ops,
                             ^~~~~~~~~~~
../drivers/net/iavf/iavf_rxtx.c:392:29: note: (near initialization for ‘iavf_rxq_release_mbufs_ops[0]’)
../drivers/net/iavf/iavf_rxtx.c:393:29: error: initializer element is not constant
  [IAVF_REL_MBUFS_SSE_VEC] = sse_vec_rxq_ops,
                             ^~~~~~~~~~~~~~~
../drivers/net/iavf/iavf_rxtx.c:393:29: note: (near initialization for ‘iavf_rxq_release_mbufs_ops[1]’)
../drivers/net/iavf/iavf_rxtx.c:398:29: error: initializer element is not constant
  [IAVF_REL_MBUFS_DEFAULT] = def_txq_ops,
                             ^~~~~~~~~~~
../drivers/net/iavf/iavf_rxtx.c:398:29: note: (near initialization for ‘iavf_txq_release_mbufs_ops[0]’)
../drivers/net/iavf/iavf_rxtx.c:399:29: error: initializer element is not constant
  [IAVF_REL_MBUFS_SSE_VEC] = sse_vec_txq_ops,
                             ^~~~~~~~~~~~~~~
../drivers/net/iavf/iavf_rxtx.c:399:29: note: (near initialization for ‘iavf_txq_release_mbufs_ops[1]’)
../drivers/net/iavf/iavf_rxtx.c:400:32: error: initializer element is not constant
  [IAVF_REL_MBUFS_AVX512_VEC] = avx512_vec_txq_ops,
                                ^~~~~~~~~~~~~~~~~~
../drivers/net/iavf/iavf_rxtx.c:400:32: note: (near initialization for ‘iavf_txq_release_mbufs_ops[2]’)
[9/1859] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_acl.c.o
[10/1859] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_dcb.c.o
[11/1859] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_nvm.c.o
[12/1859] Generating symbol file drivers/librte_common_cnxk.so.22.2.p/librte_common_cnxk.so.22.2.symbols
[13/1859] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_acl_ctrl.c.o
[14/1859] Generating rte_net_hns3.pmd.c with a custom command
[15/1859] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_iavf_iavf_ipsec_crypto.c.o
[16/1859] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_controlq.c.o
[17/1859] Generating rte_net_i40e.pmd.c with a custom command
[18/1859] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_fdir.c.o
[19/1859] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_iavf_iavf_rxtx_vec_avx2.c.o
[20/1859] Compiling C object drivers/libtmp_rte_net_iavf.a.p/net_iavf_iavf_rxtx_vec_sse.c.o
[21/1859] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_common.c.o
[22/1859] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_flex_pipe.c.o
[23/1859] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_sched.c.o
[24/1859] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_flow.c.o
[25/1859] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_switch.c.o
ninja: build stopped: subcommand failed.

https://lab.dpdk.org/results/dashboard/patchsets/22052/

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] 2+ messages in thread
[parent not found: <20220510025428.110325-1-ke1x.zhang@intel.com>]

end of thread, other threads:[~2022-05-10  4:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10  3:20 |FAILURE| pw110945 [PATCH] [v4] fix mbuf release function point corrupt in multi-process dpdklab
     [not found] <20220510025428.110325-1-ke1x.zhang@intel.com>
2022-05-10  4:59 ` |FAILURE| pw110945 [PATCH v4] " 0-day Robot

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).