automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: mingxia.liu@intel.com, robot@bytheb.org
Subject: |FAILURE| pw124659 [PATCH v8 21/21] net/cpfl: add xstats ops
Date: Wed,  1 Mar 2023 23:20:05 -0500	[thread overview]
Message-ID: <20230302042005.1037614-1-robot@bytheb.org> (raw)
In-Reply-To: <20230302103527.931071-22-mingxia.liu@intel.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4310068509
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-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" 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
####################################################################################
../drivers/net/cpfl/cpfl_rxtx.c: In function ‘cpfl_rx_split_bufq_setup’:
../drivers/net/cpfl/cpfl_rxtx.c:192:17: error: ‘IDPF_RX_SPLIT_BUFQ1_ID’ undeclared (first use in this function)
  192 |  if (bufq_id == IDPF_RX_SPLIT_BUFQ1_ID) {
      |                 ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cpfl/cpfl_rxtx.c:192:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/cpfl/cpfl_rxtx.c:194:24: error: ‘IDPF_RX_SPLIT_BUFQ2_ID’ undeclared (first use in this function)
  194 |  } else if (bufq_id == IDPF_RX_SPLIT_BUFQ2_ID) {
      |                        ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cpfl/cpfl_rxtx.c: In function ‘cpfl_rx_queue_init’:
../drivers/net/cpfl/cpfl_rxtx.c:539:18: error: ‘struct idpf_adapter’ has no member named ‘is_rx_singleq’
  539 |  if (rxq->adapter->is_rx_singleq) {
      |                  ^~
[1301/4284] Compiling C object 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_ethdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_cpfl@sta -Idrivers -I../drivers -Idrivers/net/cpfl -I../drivers/net/cpfl -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 -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/common/idpf -I../drivers/common/idpf -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 -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cpfl -MD -MQ 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_ethdev.c.o' -c ../drivers/net/cpfl/cpfl_ethdev.c
../drivers/net/cpfl/cpfl_ethdev.c: In function ‘cpfl_parse_devargs’:
../drivers/net/cpfl/cpfl_ethdev.c:1007:20: error: ‘struct idpf_adapter’ has no member named ‘is_tx_singleq’
 1007 |      &adapter->base.is_tx_singleq);
      |                    ^
../drivers/net/cpfl/cpfl_ethdev.c:1012:20: error: ‘struct idpf_adapter’ has no member named ‘is_rx_singleq’
 1012 |      &adapter->base.is_rx_singleq);
      |                    ^
[1302/4284] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_sge.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
####################################################################################
FAILED: drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_cpfl@sta -Idrivers -I../drivers -Idrivers/net/cpfl -I../drivers/net/cpfl -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 -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/common/idpf -I../drivers/common/idpf -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 -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cpfl -MD -MQ 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o' -c ../drivers/net/cpfl/cpfl_rxtx.c
../drivers/net/cpfl/cpfl_rxtx.c:192:17: error: use of undeclared identifier 'IDPF_RX_SPLIT_BUFQ1_ID'
        if (bufq_id == IDPF_RX_SPLIT_BUFQ1_ID) {
                       ^
../drivers/net/cpfl/cpfl_rxtx.c:194:24: error: use of undeclared identifier 'IDPF_RX_SPLIT_BUFQ2_ID'
        } else if (bufq_id == IDPF_RX_SPLIT_BUFQ2_ID) {
                              ^
../drivers/net/cpfl/cpfl_rxtx.c:539:20: error: no member named 'is_rx_singleq' in 'struct idpf_adapter'
        if (rxq->adapter->is_rx_singleq) {
            ~~~~~~~~~~~~  ^
3 errors generated.
[1308/4284] Compiling C object 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_ethdev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_cpfl@sta -Idrivers -I../drivers -Idrivers/net/cpfl -I../drivers/net/cpfl -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 -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/common/idpf -I../drivers/common/idpf -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 -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cpfl -MD -MQ 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_ethdev.c.o' -c ../drivers/net/cpfl/cpfl_ethdev.c
../drivers/net/cpfl/cpfl_ethdev.c:1007:21: error: no member named 'is_tx_singleq' in 'struct idpf_adapter'
                                 &adapter->base.is_tx_singleq);
                                  ~~~~~~~~~~~~~ ^
../drivers/net/cpfl/cpfl_ethdev.c:1012:21: error: no member named 'is_rx_singleq' in 'struct idpf_adapter'
                                 &adapter->base.is_rx_singleq);
                                  ~~~~~~~~~~~~~ ^
2 errors generated.
[1309/4284] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbe_filter.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
####################################################################################
[887/2985] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_pmd.c.o'.
[888/2985] Compiling C object 'drivers/a715181@@tmp_rte_net_bond@sta/net_bonding_rte_eth_bond_args.c.o'.
[889/2985] Linking static target drivers/libtmp_rte_net_bond.a.
[890/2985] Generating rte_net_bond.pmd.c with a custom command.
[891/2985] Compiling C object 'drivers/a715181@@rte_net_bond@sta/meson-generated_.._rte_net_bond.pmd.c.o'.
[892/2985] Linking static target drivers/librte_net_bond.a.
[893/2985] Compiling C object 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_cpfl@sta -Idrivers -I../drivers -Idrivers/net/cpfl -I../drivers/net/cpfl -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 -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/common/idpf -I../drivers/common/idpf -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 -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cpfl -MD -MQ 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o' -c ../drivers/net/cpfl/cpfl_rxtx.c
../drivers/net/cpfl/cpfl_rxtx.c: In function ‘cpfl_rx_split_bufq_setup’:
../drivers/net/cpfl/cpfl_rxtx.c:192:17: error: ‘IDPF_RX_SPLIT_BUFQ1_ID’ undeclared (first use in this function)
  192 |  if (bufq_id == IDPF_RX_SPLIT_BUFQ1_ID) {
      |                 ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cpfl/cpfl_rxtx.c:192:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/cpfl/cpfl_rxtx.c:194:24: error: ‘IDPF_RX_SPLIT_BUFQ2_ID’ undeclared (first use in this function)
  194 |  } else if (bufq_id == IDPF_RX_SPLIT_BUFQ2_ID) {
      |                        ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cpfl/cpfl_rxtx.c: In function ‘cpfl_rx_queue_init’:
../drivers/net/cpfl/cpfl_rxtx.c:539:18: error: ‘struct idpf_adapter’ has no member named ‘is_rx_singleq’
  539 |  if (rxq->adapter->is_rx_singleq) {
      |                  ^~
[894/2985] Generating rte_net_bond.sym_chk with a meson_exe.py custom command.
[895/2985] Generating rte_net_bnxt.pmd.c with a custom command.
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-aarch64" at step Build and test
####################################################################################
../drivers/net/cpfl/cpfl_ethdev.c: In function ‘cpfl_parse_devargs’:
../drivers/net/cpfl/cpfl_ethdev.c:1007:20: error: ‘struct idpf_adapter’ has no member named ‘is_tx_singleq’
 1007 |      &adapter->base.is_tx_singleq);
      |                    ^
../drivers/net/cpfl/cpfl_ethdev.c:1012:20: error: ‘struct idpf_adapter’ has no member named ‘is_rx_singleq’
 1012 |      &adapter->base.is_rx_singleq);
      |                    ^
[1226/3917] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_clip_tbl.c.o'.
[1227/3917] Compiling C object 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o 
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_cpfl@sta -Idrivers -I../drivers -Idrivers/net/cpfl -I../drivers/net/cpfl -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/arm/include -I../lib/eal/arm/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 -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/common/idpf -I../drivers/common/idpf -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=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cpfl -MD -MQ 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o' -c ../drivers/net/cpfl/cpfl_rxtx.c
../drivers/net/cpfl/cpfl_rxtx.c: In function ‘cpfl_rx_split_bufq_setup’:
../drivers/net/cpfl/cpfl_rxtx.c:192:17: error: ‘IDPF_RX_SPLIT_BUFQ1_ID’ undeclared (first use in this function)
  192 |  if (bufq_id == IDPF_RX_SPLIT_BUFQ1_ID) {
      |                 ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cpfl/cpfl_rxtx.c:192:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/cpfl/cpfl_rxtx.c:194:24: error: ‘IDPF_RX_SPLIT_BUFQ2_ID’ undeclared (first use in this function)
  194 |  } else if (bufq_id == IDPF_RX_SPLIT_BUFQ2_ID) {
      |                        ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cpfl/cpfl_rxtx.c: In function ‘cpfl_rx_queue_init’:
../drivers/net/cpfl/cpfl_rxtx.c:539:18: error: ‘struct idpf_adapter’ has no member named ‘is_rx_singleq’
  539 |  if (rxq->adapter->is_rx_singleq) {
      |                  ^~
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
../drivers/net/cpfl/cpfl_ethdev.c: In function ‘cpfl_parse_devargs’:
../drivers/net/cpfl/cpfl_ethdev.c:1007:20: error: ‘struct idpf_adapter’ has no member named ‘is_tx_singleq’
 1007 |      &adapter->base.is_tx_singleq);
      |                    ^
../drivers/net/cpfl/cpfl_ethdev.c:1012:20: error: ‘struct idpf_adapter’ has no member named ‘is_rx_singleq’
 1012 |      &adapter->base.is_rx_singleq);
      |                    ^
[1149/3767] Linking static target drivers/libtmp_rte_net_cnxk.a.
[1150/3767] Compiling C object 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o 
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_cpfl@sta -Idrivers -I../drivers -Idrivers/net/cpfl -I../drivers/net/cpfl -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/ppc/include -I../lib/eal/ppc/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 -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/common/idpf -I../drivers/common/idpf -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 -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cpfl -MD -MQ 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o' -c ../drivers/net/cpfl/cpfl_rxtx.c
../drivers/net/cpfl/cpfl_rxtx.c: In function ‘cpfl_rx_split_bufq_setup’:
../drivers/net/cpfl/cpfl_rxtx.c:192:17: error: ‘IDPF_RX_SPLIT_BUFQ1_ID’ undeclared (first use in this function)
  192 |  if (bufq_id == IDPF_RX_SPLIT_BUFQ1_ID) {
      |                 ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cpfl/cpfl_rxtx.c:192:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/cpfl/cpfl_rxtx.c:194:24: error: ‘IDPF_RX_SPLIT_BUFQ2_ID’ undeclared (first use in this function)
  194 |  } else if (bufq_id == IDPF_RX_SPLIT_BUFQ2_ID) {
      |                        ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cpfl/cpfl_rxtx.c: In function ‘cpfl_rx_queue_init’:
../drivers/net/cpfl/cpfl_rxtx.c:539:18: error: ‘struct idpf_adapter’ has no member named ‘is_rx_singleq’
  539 |  if (rxq->adapter->is_rx_singleq) {
      |                  ^~
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
../drivers/net/cpfl/cpfl_ethdev.c: In function ‘cpfl_parse_devargs’:
../drivers/net/cpfl/cpfl_ethdev.c:1007:20: error: ‘struct idpf_adapter’ has no member named ‘is_tx_singleq’
 1007 |      &adapter->base.is_tx_singleq);
      |                    ^
../drivers/net/cpfl/cpfl_ethdev.c:1012:20: error: ‘struct idpf_adapter’ has no member named ‘is_rx_singleq’
 1012 |      &adapter->base.is_rx_singleq);
      |                    ^
[1142/3739] Compiling C object 'drivers/a715181@@tmp_rte_net_cxgbe@sta/net_cxgbe_cxgbevf_main.c.o'.
[1143/3739] Compiling C object 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o 
ccache riscv64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_cpfl@sta -Idrivers -I../drivers -Idrivers/net/cpfl -I../drivers/net/cpfl -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/riscv/include -I../lib/eal/riscv/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 -Idrivers/bus/vdev -I../drivers/bus/vdev -Idrivers/common/idpf -I../drivers/common/idpf -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=rv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cpfl -MD -MQ 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cpfl@sta/net_cpfl_cpfl_rxtx.c.o' -c ../drivers/net/cpfl/cpfl_rxtx.c
../drivers/net/cpfl/cpfl_rxtx.c: In function ‘cpfl_rx_split_bufq_setup’:
../drivers/net/cpfl/cpfl_rxtx.c:192:17: error: ‘IDPF_RX_SPLIT_BUFQ1_ID’ undeclared (first use in this function)
  192 |  if (bufq_id == IDPF_RX_SPLIT_BUFQ1_ID) {
      |                 ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cpfl/cpfl_rxtx.c:192:17: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/cpfl/cpfl_rxtx.c:194:24: error: ‘IDPF_RX_SPLIT_BUFQ2_ID’ undeclared (first use in this function)
  194 |  } else if (bufq_id == IDPF_RX_SPLIT_BUFQ2_ID) {
      |                        ^~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cpfl/cpfl_rxtx.c: In function ‘cpfl_rx_queue_init’:
../drivers/net/cpfl/cpfl_rxtx.c:539:18: error: ‘struct idpf_adapter’ has no member named ‘is_rx_singleq’
  539 |  if (rxq->adapter->is_rx_singleq) {
      |                  ^~
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" 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:[~2023-03-02  3:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230302103527.931071-22-mingxia.liu@intel.com>
2023-03-02  2:24 ` |SUCCESS| " checkpatch
2023-03-02  4:20 ` 0-day Robot [this message]
2023-03-06  7:32 ` |FAILURE| pw124639-124659 " qemudev

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=20230302042005.1037614-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=mingxia.liu@intel.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).