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| pw120522 [PATCH v11] mbuf perf test, please ignore
Date: Wed,  7 Dec 2022 03:19:35 -0500	[thread overview]
Message-ID: <20221207081935.2460672-1-robot@bytheb.org> (raw)
In-Reply-To: <20221207073544.82950-1-mb@smartsharesystems.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3636847716
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
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
"fedora:35-gcc" failed at step Build
"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
####################################################################################
[709/2953] Linking static target drivers/libtmp_rte_net_af_packet.a.
[710/2953] Compiling C object 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o'.
FAILED: drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o 
ccache gcc -Idrivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -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/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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DSUPPORT_CFA_HW_ALL=1 -DCC_AVX2_SUPPORT -mavx2 -MD -MQ 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o' -MF 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o.d' -o 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o' -c ../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c: In function ‘bnxt_xmit_one’:
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:427:15: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
  427 |  dsc_hi = mbuf->buf_iova + mbuf->data_off;
      |               ^~
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c: In function ‘bnxt_xmit_fixed_burst_vec’:
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:493:22: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
  493 |   dsc0_hi = tx_buf[0]->buf_iova + tx_buf[0]->data_off;
      |                      ^~
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:498:22: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
  498 |   dsc1_hi = tx_buf[1]->buf_iova + tx_buf[1]->data_off;
      |                      ^~
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:505:22: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
  505 |   dsc2_hi = tx_buf[2]->buf_iova + tx_buf[2]->data_off;
      |                      ^~
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:510:22: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
  510 |   dsc3_hi = tx_buf[3]->buf_iova + tx_buf[3]->data_off;
      |                      ^~
[711/2953] Generating rte_net_af_packet.pmd.c with a custom command.
[712/2953] Compiling C object 'drivers/a715181@@tmp_rte_dma_skeleton@sta/dma_skeleton_skeleton_dmadev.c.o'.
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
####################################################################################
[713/2953] Compiling C object 'drivers/a715181@@rte_net_af_packet@sta/meson-generated_.._rte_net_af_packet.pmd.c.o'.
[714/2953] Linking static target drivers/librte_net_af_packet.a.
[715/2953] Compiling C object 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o'.
FAILED: drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o 
ccache clang -Idrivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -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/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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -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 -DSUPPORT_CFA_HW_ALL=1 -DCC_AVX2_SUPPORT -mavx2 -MD -MQ 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o' -MF 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o.d' -o 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o' -c ../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:427:17: error: no member named 'buf_iova' in 'struct rte_mbuf'
        dsc_hi = mbuf->buf_iova + mbuf->data_off;
                 ~~~~  ^
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:493:24: error: no member named 'buf_iova' in 'struct rte_mbuf'
                dsc0_hi = tx_buf[0]->buf_iova + tx_buf[0]->data_off;
                          ~~~~~~~~~  ^
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:498:24: error: no member named 'buf_iova' in 'struct rte_mbuf'
                dsc1_hi = tx_buf[1]->buf_iova + tx_buf[1]->data_off;
                          ~~~~~~~~~  ^
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:505:24: error: no member named 'buf_iova' in 'struct rte_mbuf'
                dsc2_hi = tx_buf[2]->buf_iova + tx_buf[2]->data_off;
                          ~~~~~~~~~  ^
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:510:24: error: no member named 'buf_iova' in 'struct rte_mbuf'
                dsc3_hi = tx_buf[3]->buf_iova + tx_buf[3]->data_off;
                          ~~~~~~~~~  ^
5 errors generated.
[716/2953] Linking target drivers/librte_net_af_packet.so.23.1.
[717/2953] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
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] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
[544/2097] Linking target drivers/librte_dma_skeleton.so.23.1.
[545/2097] Compiling C object 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o'.
FAILED: drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o 
ccache gcc -Idrivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -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/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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -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-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DSUPPORT_CFA_HW_ALL=1 -DCC_AVX2_SUPPORT -mavx2 -MD -MQ 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o' -MF 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o.d' -o 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib@sta/bnxt_rxtx_vec_avx2.c.o' -c ../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c: In function ‘bnxt_xmit_one’:
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:427:15: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
  427 |  dsc_hi = mbuf->buf_iova + mbuf->data_off;
      |               ^~
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c: In function ‘bnxt_xmit_fixed_burst_vec’:
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:493:22: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
  493 |   dsc0_hi = tx_buf[0]->buf_iova + tx_buf[0]->data_off;
      |                      ^~
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:498:22: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
  498 |   dsc1_hi = tx_buf[1]->buf_iova + tx_buf[1]->data_off;
      |                      ^~
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:505:22: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
  505 |   dsc2_hi = tx_buf[2]->buf_iova + tx_buf[2]->data_off;
      |                      ^~
../drivers/net/bnxt/bnxt_rxtx_vec_avx2.c:510:22: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
  510 |   dsc3_hi = tx_buf[3]->buf_iova + tx_buf[3]->data_off;
      |                      ^~
[546/2097] Compiling C object 'drivers/a715181@@tmp_rte_net_af_packet@sta/net_af_packet_rte_eth_af_packet.c.o'.
[547/2097] Compiling C object 'lib/76b5a35@@rte_pipeline@sta/pipeline_rte_table_action.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
                 from ../drivers/net/iavf/iavf_rxtx_vec_common.h:8,
                 from ../drivers/net/iavf/iavf_rxtx_vec_avx512.c:5:
../drivers/net/iavf/iavf_rxtx_vec_avx512.c: In function ‘iavf_rxq_rearm’:
../drivers/net/iavf/iavf_rxtx_vec_avx512.c:81:50: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
   81 |  const __m512i iova_offsets =  _mm512_set1_epi64(offsetof
      |                                                  ^~~~~~~~
../drivers/net/iavf/iavf_rxtx_vec_avx512.c: In function ‘iavf_vtx1’:
../drivers/net/iavf/iavf_rxtx_vec_avx512.c:1900:13: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
 1900 |          pkt->buf_iova + pkt->data_off);
      |             ^~
../drivers/net/iavf/iavf_rxtx_vec_avx512.c: In function ‘iavf_vtx’:
../drivers/net/iavf/iavf_rxtx_vec_avx512.c:1950:12: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
 1950 |      pkt[3]->buf_iova + pkt[3]->data_off,
      |            ^~
../drivers/net/iavf/iavf_rxtx_vec_avx512.c:1952:12: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
 1952 |      pkt[2]->buf_iova + pkt[2]->data_off,
      |            ^~
../drivers/net/iavf/iavf_rxtx_vec_avx512.c:1954:12: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
 1954 |      pkt[1]->buf_iova + pkt[1]->data_off,
      |            ^~
../drivers/net/iavf/iavf_rxtx_vec_avx512.c:1956:12: error: ‘struct rte_mbuf’ has no member named ‘buf_iova’
 1956 |      pkt[0]->buf_iova + pkt[0]->data_off);
      |            ^~
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc" at step Build
####################################################################################




####################################################################################
#### [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-07  8:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20221207073544.82950-1-mb@smartsharesystems.com>
2022-12-07  7:36 ` |SUCCESS| " checkpatch
2022-12-07  8:19 ` 0-day Robot [this message]
2022-12-08 16:14 ` qemudev
2022-12-08 16:14 ` qemudev
2022-12-08 16:50 ` qemudev
2022-12-08 16:50 ` qemudev
2022-12-10  0:39 ` qemudev
2022-12-10  0:39 ` qemudev
2022-12-07  7:48 |FAILURE| pw120522 [PATCH] [v11] " 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=20221207081935.2460672-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).