|FAILURE| pw127155 [PATCH] net/ice: fix data length check
0-day Robot
robot at bytheb.org
Mon May 22 17:19:57 CEST 2023
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/127155/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5047358597
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-abi+debug+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
"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+debug+doc+tests" at step Build and test
####################################################################################
[1639/4342] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_mk_grp.c.o'.
[1640/4342] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_proto_grp.c.o'.
[1641/4342] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_flg_rd.c.o'.
[1642/4342] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_xlt_kb.c.o'.
[1643/4342] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_parser_rt.c.o'.
[1644/4342] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_ddp.c.o'.
[1645/4342] Linking static target drivers/net/ice/base/libice_base.a.
[1646/4342] Compiling C object 'drivers/net/ice/6ab06a9@@ice_avx512_lib at sta/ice_rxtx_vec_avx512.c.o'.
[1647/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_ddp_package.c.o'.
[1648/4342] Linking static target drivers/net/ice/libice_avx512_lib.a.
[1649/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_ethdev.c.o'.
[1650/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_acl_filter.c.o'.
[1651/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_generic_flow.c.o'.
[1652/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o
ccache gcc -Idrivers/a715181@@tmp_rte_net_ice at sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../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/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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice -MD -MQ 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o' -c ../drivers/net/ice/ice_rxtx.c
../drivers/net/ice/ice_rxtx.c: In function ‘ice_prep_pkts’:
../drivers/net/ice/ice_rxtx.c:3672:22: error: unused variable ‘dev’ [-Werror=unused-variable]
3672 | struct rte_eth_dev *dev = &rte_eth_devices[txq->port_id];
| ^~~
cc1: all warnings being treated as errors
[1653/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_hash.c.o'.
[1654/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_fdir_filter.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[1644/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_hash.c.o'.
[1645/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_ethdev.c.o'.
[1646/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_ddp_package.c.o'.
[1647/4342] Linking static target drivers/net/ice/libice_avx512_lib.a.
[1648/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_acl_filter.c.o'.
[1649/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_fdir_filter.c.o'.
[1650/4342] Generating rte_net_iavf.sym_chk with a meson_exe.py custom command.
[1651/4342] Linking target drivers/librte_net_iavf.so.23.2.
[1652/4342] Generating rte_net_i40e.sym_chk with a meson_exe.py custom command.
[1653/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_switch_filter.c.o'.
[1654/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_generic_flow.c.o'.
[1655/4342] Linking target drivers/librte_net_i40e.so.23.2.
[1656/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_dcf_vf_representor.c.o'.
[1657/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_tm.c.o'.
[1658/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o
ccache clang -Idrivers/a715181@@tmp_rte_net_ice at sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../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/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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -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_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o' -c ../drivers/net/ice/ice_rxtx.c
../drivers/net/ice/ice_rxtx.c:3672:22: error: unused variable 'dev' [-Werror,-Wunused-variable]
struct rte_eth_dev *dev = &rte_eth_devices[txq->port_id];
^
1 error generated.
[1659/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx_vec_sse.c.o'.
[1660/4342] Generating symbol file 'drivers/a715181@@rte_net_i40e at sha/librte_net_i40e.so.23.2.symbols'.
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
####################################################################################
[1329/3032] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_mbx.c.o'.
[1330/3032] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_mng.c.o'.
[1331/3032] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_phy.c.o'.
[1332/3032] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_phy_rtl.c.o'.
[1333/3032] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe at sta/net_ngbe_ngbe_ethdev.c.o'.
[1334/3032] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe at sta/net_ngbe_ngbe_ptypes.c.o'.
[1335/3032] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_phy_mvl.c.o'.
[1336/3032] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_phy_yt.c.o'.
[1337/3032] Linking static target drivers/net/ngbe/base/libngbe_base.a.
[1338/3032] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe at sta/net_ngbe_ngbe_pf.c.o'.
[1339/3032] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1340/3032] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe at sta/net_ngbe_ngbe_rxtx.c.o'.
[1341/3032] Linking static target drivers/libtmp_rte_net_ngbe.a.
[1342/3032] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o
ccache gcc -Idrivers/a715181@@tmp_rte_net_ice at sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../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/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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -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_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice -MD -MQ 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o' -c ../drivers/net/ice/ice_rxtx.c
../drivers/net/ice/ice_rxtx.c: In function ‘ice_prep_pkts’:
../drivers/net/ice/ice_rxtx.c:3672:22: error: unused variable ‘dev’ [-Werror=unused-variable]
3672 | struct rte_eth_dev *dev = &rte_eth_devices[txq->port_id];
| ^~~
cc1: all warnings being treated as errors
[1343/3032] Linking target drivers/librte_net_ixgbe.so.23.2.
[1344/3032] Generating rte_net_ngbe.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-static-mingw" at step Build and test
####################################################################################
[742/1416] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_ticketlock.c.obj'.
[743/1416] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_trace.c.obj'.
[744/1416] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_trace_register.c.obj'.
[745/1416] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_version.c.obj'.
[746/1416] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/virtual_pmd.c.obj'.
[747/1416] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_trace_perf.c.obj'.
[748/1416] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_metrics.c.obj'.
[749/1416] Generating 'buildtools/chkincs/fe389a9@@chkincs at exe/rte_power_intrinsics.c'.
[750/1416] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_vdev.c.obj'.
[751/1416] Generating 'buildtools/chkincs/fe389a9@@chkincs at exe/rte_prefetch.c'.
[752/1416] Generating 'buildtools/chkincs/fe389a9@@chkincs at exe/rte_rwlock.c'.
[753/1416] Generating 'buildtools/chkincs/fe389a9@@chkincs at exe/rte_rtm.c'.
[754/1416] Generating 'buildtools/chkincs/fe389a9@@chkincs at exe/rte_spinlock.c'.
[755/1416] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.obj'.
FAILED: drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.obj
ccache x86_64-w64-mingw32-gcc -Idrivers/a715181@@tmp_rte_net_ice at sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/windows -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -fdiagnostics-color=always -pipe -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 -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -fno-asynchronous-unwind-tables -fno-asynchronous-unwind-tables -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice -MD -MQ 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.obj' -MF 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.obj.d' -o 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.obj' -c ../drivers/net/ice/ice_rxtx.c
../drivers/net/ice/ice_rxtx.c: In function ‘ice_prep_pkts’:
../drivers/net/ice/ice_rxtx.c:3672:22: error: unused variable ‘dev’ [-Werror=unused-variable]
3672 | struct rte_eth_dev *dev = &rte_eth_devices[txq->port_id];
| ^~~
cc1: all warnings being treated as errors
[756/1416] Generating 'buildtools/chkincs/fe389a9@@chkincs at exe/rte_vect.c'.
[757/1416] Generating 'buildtools/chkincs/fe389a9@@chkincs at exe/rte_alarm.c'.
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] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################
[1707/3976] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe at sta/net_ngbe_ngbe_ptypes.c.o'.
[1708/3976] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe at sta/net_ngbe_ngbe_rxtx.c.o'.
[1709/3976] Linking static target drivers/libtmp_rte_net_ngbe.a.
[1710/3976] Generating rte_net_nfp.pmd.c with a custom command.
[1711/3976] Compiling C object 'drivers/a715181@@rte_net_nfp at sta/meson-generated_.._rte_net_nfp.pmd.c.o'.
[1712/3976] Linking static target drivers/librte_net_nfp.a.
[1713/3976] Compiling C object 'drivers/a715181@@rte_net_nfp at sha/meson-generated_.._rte_net_nfp.pmd.c.o'.
[1714/3976] Linking target drivers/librte_net_nfp.so.23.2.
[1715/3976] Compiling C object 'drivers/a715181@@tmp_rte_net_null at sta/net_null_rte_eth_null.c.o'.
[1716/3976] Linking static target drivers/libtmp_rte_net_null.a.
[1717/3976] Generating rte_net_ngbe.pmd.c with a custom command.
[1718/3976] Compiling C object 'drivers/a715181@@rte_net_ngbe at sta/meson-generated_.._rte_net_ngbe.pmd.c.o'.
[1719/3976] Compiling C object 'drivers/a715181@@rte_net_ngbe at sha/meson-generated_.._rte_net_ngbe.pmd.c.o'.
[1720/3976] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ice at sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../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/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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -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.ice -MD -MQ 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o' -c ../drivers/net/ice/ice_rxtx.c
../drivers/net/ice/ice_rxtx.c: In function ‘ice_prep_pkts’:
../drivers/net/ice/ice_rxtx.c:3672:22: error: unused variable ‘dev’ [-Werror=unused-variable]
3672 | struct rte_eth_dev *dev = &rte_eth_devices[txq->port_id];
| ^~~
cc1: all warnings being treated as errors
[1721/3976] Linking static target drivers/librte_net_ngbe.a.
[1722/3976] Generating rte_net_null.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-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
[1614/3826] Generating rte_net_ixgbe.sym_chk with a meson_exe.py custom command.
[1615/3826] Linking target drivers/librte_net_ixgbe.so.23.2.
[1616/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_eeprom.c.o'.
[1617/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_mbx.c.o'.
[1618/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_hw.c.o'.
[1619/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_phy.c.o'.
[1620/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_phy_rtl.c.o'.
[1621/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_mng.c.o'.
[1622/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe at sta/net_ngbe_ngbe_ptypes.c.o'.
[1623/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_phy_mvl.c.o'.
[1624/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_phy_yt.c.o'.
[1625/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe at sta/net_ngbe_ngbe_ethdev.c.o'.
[1626/3826] Linking static target drivers/net/ngbe/base/libngbe_base.a.
[1627/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ice at sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../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/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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -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.ice -MD -MQ 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o' -c ../drivers/net/ice/ice_rxtx.c
../drivers/net/ice/ice_rxtx.c: In function ‘ice_prep_pkts’:
../drivers/net/ice/ice_rxtx.c:3672:22: error: unused variable ‘dev’ [-Werror=unused-variable]
3672 | struct rte_eth_dev *dev = &rte_eth_devices[txq->port_id];
| ^~~
cc1: all warnings being treated as errors
[1628/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe at sta/net_ngbe_ngbe_rxtx.c.o'.
[1629/3826] Generating rte_net_nfp.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-ppc64le" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
[756/3798] Compiling C object 'drivers/a715181@@tmp_rte_common_qat at sta/compress_qat_dev_qat_comp_pmd_gen1.c.o'.
[757/3798] Compiling C object 'drivers/a715181@@tmp_rte_common_qat at sta/compress_qat_qat_comp.c.o'.
[758/3798] Compiling C object 'drivers/a715181@@tmp_rte_common_qat at sta/compress_qat_dev_qat_comp_pmd_gen3.c.o'.
[759/3798] Compiling C object 'drivers/a715181@@tmp_rte_common_qat at sta/compress_qat_dev_qat_comp_pmd_gen4.c.o'.
[760/3798] Compiling C object 'drivers/a715181@@tmp_rte_common_qat at sta/compress_qat_dev_qat_comp_pmd_gen2.c.o'.
[761/3798] Linking static target drivers/libtmp_rte_common_qat.a.
[762/3798] Generating rte_common_qat.pmd.c with a custom command.
[763/3798] Compiling C object 'drivers/a715181@@rte_common_qat at sta/meson-generated_.._rte_common_qat.pmd.c.o'.
[764/3798] Linking static target drivers/librte_common_qat.a.
[765/3798] Compiling C object 'drivers/a715181@@rte_common_qat at sha/meson-generated_.._rte_common_qat.pmd.c.o'.
[766/3798] Linking target drivers/librte_common_qat.so.23.2.
[767/3798] Compiling C object 'drivers/a715181@@tmp_rte_mempool_bucket at sta/mempool_bucket_rte_mempool_bucket.c.o'.
[768/3798] Linking static target drivers/libtmp_rte_mempool_bucket.a.
[769/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o
ccache riscv64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ice at sta -Idrivers -I../drivers -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../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/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 -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/iavf -I../drivers/common/iavf -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.ice -MD -MQ 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o' -c ../drivers/net/ice/ice_rxtx.c
../drivers/net/ice/ice_rxtx.c: In function ‘ice_prep_pkts’:
../drivers/net/ice/ice_rxtx.c:3672:22: error: unused variable ‘dev’ [-Werror=unused-variable]
3672 | struct rte_eth_dev *dev = &rte_eth_devices[txq->port_id];
| ^~~
cc1: all warnings being treated as errors
[770/3798] Generating rte_mempool_bucket.pmd.c with a custom command.
[771/3798] Generating rte_common_cnxk.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-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