|FAILURE| pw124336 [PATCH] net/bnxt: remove compile-time option for IEEE 1588

0-day Robot robot at bytheb.org
Wed Feb 22 05:39:16 CET 2023


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4239078706
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
####################################################################################
[1048/4277] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x at sta/net_bnx2x_ecore_sp.c.o'.
[1049/4277] Compiling C object 'drivers/net/bnxt/ea220ed@@bnxt_avx2_lib at sta/bnxt_rxtx_vec_avx2.c.o'.
[1050/4277] Linking static target drivers/net/bnxt/libbnxt_avx2_lib.a.
[1051/4277] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x at sta/net_bnx2x_bnx2x.c.o'.
[1052/4277] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_filter.c.o'.
[1053/4277] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_cpr.c.o'.
[1054/4277] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x at sta/net_bnx2x_elink.c.o'.
[1055/4277] Linking static target drivers/libtmp_rte_net_bnx2x.a.
[1056/4277] Generating rte_net_bnx2x.pmd.c with a custom command.
[1057/4277] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_bnxt at sta -Idrivers -I../drivers -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 -Idrivers/bus/vdev -I../drivers/bus/vdev -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -c ../drivers/net/bnxt/bnxt_ethdev.c
In file included from ../drivers/net/bnxt/bnxt_ethdev.c:18:
../drivers/net/bnxt/bnxt_ethdev.c: In function ‘bnxt_dev_start_op’:
../drivers/net/bnxt/bnxt.h:1019:2: error: ‘offloads’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
 1019 |  rte_log(RTE_LOG_ ## level, bnxt_logtype_driver, "%s(): " fmt, \
      |  ^~~~~~~
../drivers/net/bnxt/bnxt_ethdev.c:1315:11: note: ‘offloads’ was declared here
 1315 |  uint64_t offloads = eth_dev->data->dev_conf.txmode.offloads;
      |           ^~~~~~~~
cc1: all warnings being treated as errors
[1058/4277] Compiling C object 'drivers/a715181@@rte_net_bnx2x at sta/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[1059/4277] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_flow.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_bnxt at sta/net_bnxt_bnxt_ethdev.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_bnxt at sta -Idrivers -I../drivers -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 -Idrivers/bus/vdev -I../drivers/bus/vdev -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -c ../drivers/net/bnxt/bnxt_ethdev.c
../drivers/net/bnxt/bnxt_ethdev.c:1311:6: error: variable 'offloads' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
        if (bp->ieee_1588)
            ^~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_ethdev.c:1349:7: note: uninitialized use occurs here
                    offloads);
                    ^~~~~~~~
../drivers/net/bnxt/bnxt.h:1023:35: note: expanded from macro 'PMD_DRV_LOG'
          PMD_DRV_LOG_RAW(level, fmt, ## args)
                                         ^~~~
../drivers/net/bnxt/bnxt.h:1020:16: note: expanded from macro 'PMD_DRV_LOG_RAW'
                __func__, ## args)
                             ^~~~
../drivers/net/bnxt/bnxt_ethdev.c:1311:2: note: remove the 'if' if its condition is always false
        if (bp->ieee_1588)
        ^~~~~~~~~~~~~~~~~~
../drivers/net/bnxt/bnxt_ethdev.c:1315:2: note: variable 'offloads' is declared here
        uint64_t offloads = eth_dev->data->dev_conf.txmode.offloads;
        ^
1 error generated.
[1050/4276] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x at sta/net_bnx2x_elink.c.o'.
[1051/4276] Compiling C object 'drivers/a715181@@tmp_rte_common_qat at sta/crypto_qat_qat_asym.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
####################################################################################
[806/2977] Linking static target drivers/net/bnxt/libbnxt_avx2_lib.a.
[807/2977] Generating rte_net_axgbe.pmd.c with a custom command.
[808/2977] Compiling C object 'drivers/a715181@@rte_net_axgbe at sta/meson-generated_.._rte_net_axgbe.pmd.c.o'.
[809/2977] Linking static target drivers/librte_net_axgbe.a.
[810/2977] Compiling C object 'drivers/a715181@@rte_net_axgbe at sha/meson-generated_.._rte_net_axgbe.pmd.c.o'.
[811/2977] Linking target drivers/librte_net_axgbe.so.23.1.
[812/2977] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_filter.c.o'.
[813/2977] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_stats.c.o'.
[814/2977] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_txq.c.o'.
[815/2977] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_bnxt at sta -Idrivers -I../drivers -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 -Idrivers/bus/vdev -I../drivers/bus/vdev -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 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -c ../drivers/net/bnxt/bnxt_ethdev.c
In file included from ../drivers/net/bnxt/bnxt_ethdev.c:18:
../drivers/net/bnxt/bnxt_ethdev.c: In function ‘bnxt_dev_start_op’:
../drivers/net/bnxt/bnxt.h:1019:2: error: ‘offloads’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
 1019 |  rte_log(RTE_LOG_ ## level, bnxt_logtype_driver, "%s(): " fmt, \
      |  ^~~~~~~
../drivers/net/bnxt/bnxt_ethdev.c:1315:11: note: ‘offloads’ was declared here
 1315 |  uint64_t offloads = eth_dev->data->dev_conf.txmode.offloads;
      |           ^~~~~~~~
cc1: all warnings being treated as errors
[816/2977] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_rxq.c.o'.
[817/2977] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_hwrm.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-aarch64" at step Build and test
####################################################################################
[975/3909] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe at sta/net_axgbe_axgbe_rxtx.c.o'.
[976/3909] Linking static target drivers/libtmp_rte_net_axgbe.a.
[977/3909] Generating rte_net_axgbe.pmd.c with a custom command.
[978/3909] Compiling C object 'drivers/a715181@@rte_net_axgbe at sta/meson-generated_.._rte_net_axgbe.pmd.c.o'.
[979/3909] Linking static target drivers/librte_net_axgbe.a.
[980/3909] Compiling C object 'drivers/a715181@@rte_net_axgbe at sha/meson-generated_.._rte_net_axgbe.pmd.c.o'.
[981/3909] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_stats.c.o'.
[982/3909] Linking target drivers/librte_net_axgbe.so.23.1.
[983/3909] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_txq.c.o'.
[984/3909] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o 
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_bnxt at sta -Idrivers -I../drivers -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/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 -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 -DSUPPORT_CFA_HW_ALL=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -c ../drivers/net/bnxt/bnxt_ethdev.c
In file included from ../drivers/net/bnxt/bnxt_ethdev.c:18:
../drivers/net/bnxt/bnxt_ethdev.c: In function ‘bnxt_dev_start_op’:
../drivers/net/bnxt/bnxt.h:1019:2: error: ‘offloads’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
 1019 |  rte_log(RTE_LOG_ ## level, bnxt_logtype_driver, "%s(): " fmt, \
      |  ^~~~~~~
../drivers/net/bnxt/bnxt_ethdev.c:1315:11: note: ‘offloads’ was declared here
 1315 |  uint64_t offloads = eth_dev->data->dev_conf.txmode.offloads;
      |           ^~~~~~~~
cc1: all warnings being treated as errors
[985/3909] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_rxq.c.o'.
[986/3909] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_hwrm.c.o'.
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
####################################################################################
[879/3759] Linking target drivers/librte_net_atlantic.so.23.1.
[880/3759] Compiling C object 'drivers/a715181@@tmp_rte_net_avp at sta/net_avp_avp_ethdev.c.o'.
[881/3759] Linking static target drivers/libtmp_rte_net_avp.a.
[882/3759] Generating rte_net_avp.pmd.c with a custom command.
[883/3759] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe at sta/net_axgbe_axgbe_ethdev.c.o'.
[884/3759] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe at sta/net_axgbe_axgbe_dev.c.o'.
[885/3759] Compiling C object 'drivers/a715181@@rte_net_avp at sta/meson-generated_.._rte_net_avp.pmd.c.o'.
[886/3759] Linking static target drivers/librte_net_avp.a.
[887/3759] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe at sta/net_axgbe_axgbe_mdio.c.o'.
[888/3759] Compiling C object 'drivers/a715181@@rte_net_avp at sha/meson-generated_.._rte_net_avp.pmd.c.o'.
[889/3759] Linking target drivers/librte_net_avp.so.23.1.
[890/3759] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe at sta/net_axgbe_axgbe_i2c.c.o'.
[891/3759] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe at sta/net_axgbe_axgbe_phy_impl.c.o'.
[892/3759] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_cpr.c.o'.
[893/3759] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o 
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_bnxt at sta -Idrivers -I../drivers -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/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 -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 -DSUPPORT_CFA_HW_ALL=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -c ../drivers/net/bnxt/bnxt_ethdev.c
../drivers/net/bnxt/bnxt_ethdev.c: In function ‘bnxt_transmit_function’:
../drivers/net/bnxt/bnxt_ethdev.c:1312:3: error: label ‘use_scalar_tx’ used but not defined
 1312 |   goto use_scalar_tx;
      |   ^~~~
[894/3759] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe at sta/net_axgbe_axgbe_rxtx.c.o'.
[895/3759] Generating rte_common_cnxk.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-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
[869/3731] Linking static target drivers/librte_net_atlantic.a.
[870/3731] Generating rte_net_avp.pmd.c with a custom command.
[871/3731] Compiling C object 'drivers/a715181@@rte_net_atlantic at sha/meson-generated_.._rte_net_atlantic.pmd.c.o'.
[872/3731] Generating rte_net_atlantic.sym_chk with a meson_exe.py custom command.
[873/3731] Linking target drivers/librte_net_atlantic.so.23.1.
[874/3731] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe at sta/net_axgbe_axgbe_ethdev.c.o'.
[875/3731] Compiling C object 'drivers/a715181@@rte_net_avp at sta/meson-generated_.._rte_net_avp.pmd.c.o'.
[876/3731] Linking static target drivers/librte_net_avp.a.
[877/3731] Compiling C object 'drivers/a715181@@rte_net_avp at sha/meson-generated_.._rte_net_avp.pmd.c.o'.
[878/3731] Linking target drivers/librte_net_avp.so.23.1.
[879/3731] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe at sta/net_axgbe_axgbe_dev.c.o'.
[880/3731] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe at sta/net_axgbe_axgbe_i2c.c.o'.
[881/3731] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe at sta/net_axgbe_axgbe_phy_impl.c.o'.
[882/3731] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe at sta/net_axgbe_axgbe_mdio.c.o'.
[883/3731] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o 
ccache riscv64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_bnxt at sta -Idrivers -I../drivers -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/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 -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 -DSUPPORT_CFA_HW_ALL=1 -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -c ../drivers/net/bnxt/bnxt_ethdev.c
../drivers/net/bnxt/bnxt_ethdev.c: In function ‘bnxt_transmit_function’:
../drivers/net/bnxt/bnxt_ethdev.c:1312:3: error: label ‘use_scalar_tx’ used but not defined
 1312 |   goto use_scalar_tx;
      |   ^~~~
[884/3731] Compiling C object 'drivers/a715181@@tmp_rte_net_axgbe at sta/net_axgbe_axgbe_rxtx.c.o'.
[885/3731] Generating rte_common_cnxk.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-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-----------------------------


More information about the test-report mailing list