automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw127155 [PATCH] net/ice: fix data length check
@ 2023-05-22 11:10 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2023-05-22 11:10 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Qi Zhang

Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/127155

_Testing issues_

Submitter: Qi Zhang <qi.z.zhang@intel.com>
Date: Monday, May 22 2023 18:14:47 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a399d7b5a994e335c446d4b15d7622d71dd8848c

127155 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM Clang Native          | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Native            | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM GCC Cross Compile (dpdk_meson_compile): ====
[1533/3152] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flg_rd.c.o'.
[1534/3152] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_xlt_kb.c.o'.
[1535/3152] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser_rt.c.o'.
[1536/3152] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_ddp.c.o'.
[1537/3152] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_acl_filter.c.o'.
[1538/3152] Linking static target drivers/net/ice/base/libice_base.a.
[1539/3152] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_hash.c.o'.
[1540/3152] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ddp_package.c.o'.
[1541/3152] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
[1542/3152] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_fdir_filter.c.o'.
[1543/3152] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_generic_flow.c.o'.
[1544/3152] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ice@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 -fdiagnost
 ics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-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@sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@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
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26326/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* |FAILURE| pw127155 [PATCH] net/ice: fix data length check
       [not found] <20230522181447.2747713-1-qi.z.zhang@intel.com>
@ 2023-05-22 15:19 ` 0-day Robot
  0 siblings, 0 replies; 5+ messages in thread
From: 0-day Robot @ 2023-05-22 15:19 UTC (permalink / raw)
  To: test-report; +Cc: qi.z.zhang, robot

From: robot@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@sta/ice_mk_grp.c.o'.
[1640/4342] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_proto_grp.c.o'.
[1641/4342] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flg_rd.c.o'.
[1642/4342] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_xlt_kb.c.o'.
[1643/4342] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser_rt.c.o'.
[1644/4342] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@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@sta/ice_rxtx_vec_avx512.c.o'.
[1647/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_ethdev.c.o'.
[1650/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_acl_filter.c.o'.
[1651/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_generic_flow.c.o'.
[1652/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_hash.c.o'.
[1654/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_hash.c.o'.
[1645/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_ethdev.c.o'.
[1646/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_acl_filter.c.o'.
[1649/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_switch_filter.c.o'.
[1654/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_dcf_vf_representor.c.o'.
[1657/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_tm.c.o'.
[1658/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_rxtx_vec_sse.c.o'.
[1660/4342] Generating symbol file 'drivers/a715181@@rte_net_i40e@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@sta/ngbe_mbx.c.o'.
[1330/3032] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_mng.c.o'.
[1331/3032] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy.c.o'.
[1332/3032] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy_rtl.c.o'.
[1333/3032] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@sta/net_ngbe_ngbe_ethdev.c.o'.
[1334/3032] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@sta/net_ngbe_ngbe_ptypes.c.o'.
[1335/3032] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy_mvl.c.o'.
[1336/3032] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@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@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@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@sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@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@exe/test_ticketlock.c.obj'.
[743/1416] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace.c.obj'.
[744/1416] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace_register.c.obj'.
[745/1416] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_version.c.obj'.
[746/1416] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/virtual_pmd.c.obj'.
[747/1416] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_trace_perf.c.obj'.
[748/1416] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_metrics.c.obj'.
[749/1416] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_power_intrinsics.c'.
[750/1416] Compiling C object 'app/test/3062f5d@@dpdk-test@exe/test_vdev.c.obj'.
[751/1416] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_prefetch.c'.
[752/1416] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_rwlock.c'.
[753/1416] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_rtm.c'.
[754/1416] Generating 'buildtools/chkincs/fe389a9@@chkincs@exe/rte_spinlock.c'.
[755/1416] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.obj'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.obj 
ccache x86_64-w64-mingw32-gcc -Idrivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_rxtx.c.obj' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.obj.d' -o 'drivers/a715181@@tmp_rte_net_ice@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@exe/rte_vect.c'.
[757/1416] Generating 'buildtools/chkincs/fe389a9@@chkincs@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@sta/net_ngbe_ngbe_ptypes.c.o'.
[1708/3976] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@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@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@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@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@sta/meson-generated_.._rte_net_ngbe.pmd.c.o'.
[1719/3976] Compiling C object 'drivers/a715181@@rte_net_ngbe@sha/meson-generated_.._rte_net_ngbe.pmd.c.o'.
[1720/3976] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o 
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@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@sta/ngbe_eeprom.c.o'.
[1617/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_mbx.c.o'.
[1618/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_hw.c.o'.
[1619/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy.c.o'.
[1620/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy_rtl.c.o'.
[1621/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_mng.c.o'.
[1622/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@sta/net_ngbe_ngbe_ptypes.c.o'.
[1623/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy_mvl.c.o'.
[1624/3826] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base@sta/ngbe_phy_yt.c.o'.
[1625/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_ngbe@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@sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o 
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@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@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@sta/compress_qat_dev_qat_comp_pmd_gen1.c.o'.
[757/3798] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/compress_qat_qat_comp.c.o'.
[758/3798] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/compress_qat_dev_qat_comp_pmd_gen3.c.o'.
[759/3798] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@sta/compress_qat_dev_qat_comp_pmd_gen4.c.o'.
[760/3798] Compiling C object 'drivers/a715181@@tmp_rte_common_qat@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@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@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@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@sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o 
ccache riscv64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_ice@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@sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@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-----------------------------

^ permalink raw reply	[flat|nested] 5+ messages in thread

* |FAILURE| pw127155 [PATCH] net/ice: fix data length check
@ 2023-05-22 11:34 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2023-05-22 11:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Qi Zhang

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

_Testing issues_

Submitter: Qi Zhang <qi.z.zhang@intel.com>
Date: Monday, May 22 2023 18:14:47 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a399d7b5a994e335c446d4b15d7622d71dd8848c

127155 --> testing fail

Test environment and result as below:

+--------------------------+----------------+
|       Environment        | dpdk_unit_test |
+==========================+================+
| Debian 11 (Buster) (ARM) | FAIL           |
+--------------------------+----------------+
| CentOS Stream 9 (ARM)    | FAIL           |
+--------------------------+----------------+
| Fedora 36 (ARM)          | FAIL           |
+--------------------------+----------------+
| Ubuntu 20.04 (ARM)       | FAIL           |
+--------------------------+----------------+
| Fedora 36 Clang (ARM)    | FAIL           |
+--------------------------+----------------+
| Debian Bullseye          | FAIL           |
+--------------------------+----------------+
| CentOS Stream 8          | FAIL           |
+--------------------------+----------------+
| CentOS Stream 9          | FAIL           |
+--------------------------+----------------+
| Ubuntu 22.04             | FAIL           |
+--------------------------+----------------+
| openSUSE Leap 15         | FAIL           |
+--------------------------+----------------+
| RHEL8                    | FAIL           |
+--------------------------+----------------+
| RHEL 7                   | FAIL           |
+--------------------------+----------------+
| Debian Buster            | FAIL           |
+--------------------------+----------------+
| Ubuntu 20.04             | FAIL           |
+--------------------------+----------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_unit_test): ====
[1609/3213] Generating rte_net_i40e.sym_chk with a meson_exe.py custom command.
[1610/3213] Linking target drivers/librte_net_i40e.so.23.2.
[1611/3213] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx_vec_avx2.c.o'.
[1612/3213] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_vf_representor.c.o'.
[1613/3213] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx_vec_sse.c.o'.
[1614/3213] Generating rte_net_iavf.sym_chk with a meson_exe.py custom command.
[1615/3213] Linking target drivers/librte_net_iavf.so.23.2.
[1616/3213] Compiling C object 'drivers/a715181@@tmp_rte_net_idpf@sta/net_idpf_idpf_rxtx.c.o'.
[1617/3213] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_ice@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 -p
 ipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -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@sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@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
[1618/3213] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_sched.c.o'.
[1619/3213] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf_ethdev.c.o'.
[1620/3213] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_dcf.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 36 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 36 Clang (ARM)
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26326/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* |FAILURE| pw127155 [PATCH] net/ice: fix data length check
@ 2023-05-22 11:25 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2023-05-22 11:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Qi Zhang

Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/127155

_Testing issues_

Submitter: Qi Zhang <qi.z.zhang@intel.com>
Date: Monday, May 22 2023 18:14:47 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a399d7b5a994e335c446d4b15d7622d71dd8848c

127155 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL           |
+---------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_unit_test): ====
\0[\06\03\06\0/\07\04\04\0]\0 \0G\0e\0n\0e\0r\0a\0t\0i\0n\0g\0 \0r\0t\0e\0_\0n\0e\0t\0_\0i\0a\0v\0f\0.\0p\0m\0d\0.\0c\0 \0w\0i\0t\0h\0 \0a\0 \0c\0u\0s\0t\0o\0m\0 \0c\0o\0m\0m\0a\0n\0d\0 \0(\0w\0r\0a\0p\0p\0e\0d\0 \0b\0y\0 \0m\0e\0s\0o\0n\0 \0t\0o\0 \0s\0e\0t\0 \0P\0A\0T\0H\0)\0
\0
\0[\06\03\07\0/\07\04\04\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0a\0v\0f\0/\0l\0i\0b\0i\0a\0v\0f\0_\0a\0v\0x\05\01\02\0_\0l\0i\0b\0.\0a\0.\0p\0/\0i\0a\0v\0f\0_\0r\0x\0t\0x\0_\0v\0e\0c\0_\0a\0v\0x\05\01\02\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\03\08\0/\07\04\04\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\0c\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\0c\0e\0_\0i\0c\0e\0_\0r\0x\0t\0x\0_\0v\0e\0c\0_\0s\0s\0e\0.\0c\0.\0o\0b\0j\0
\0
\0n\0i\0n\0j\0a\0:\0 \0b\0u\0i\0l\0d\0 \0s\0t\0o\0p\0p\0e\0d\0:\0 \0s\0u\0b\0c\0o\0m\0m\0a\0n\0d\0 \0f\0a\0i\0l\0e\0d\0.\0
\0
\0n\0i\0n\0j\0a\0:\0 \0E\0n\0t\0e\0r\0i\0n\0g\0 \0d\0i\0r\0e\0c\0t\0o\0r\0y\0 \0`\0C\0:\0\\0U\0s\0e\0r\0s\0\\0b\0u\0i\0l\0d\0e\0r\0\\0j\0e\0n\0k\0i\0n\0s\0\\0w\0o\0r\0k\0s\0p\0a\0c\0e\0\\0G\0e\0n\0e\0r\0i\0c\0-\0V\0M\0-\0U\0n\0i\0t\0-\0T\0e\0s\0t\0-\0D\0P\0D\0K\0\\0d\0p\0d\0k\0\\0b\0u\0i\0l\0d\0'\0
\0
\0[\01\0/\09\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\0c\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\0c\0e\0_\0i\0c\0e\0_\0r\0x\0t\0x\0.\0c\0.\0o\0b\0j\0
\0
\0F\0A\0I\0L\0E\0D\0:\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\0c\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\0c\0e\0_\0i\0c\0e\0_\0r\0x\0t\0x\0.\0c\0.\0o\0b\0j\0 \0
\0
\0"\0c\0l\0a\0n\0g\0"\0 \0"\0-\0I\0d\0r\0i\0v\0e\0r\0s\0\\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\0c\0e\0.\0a\0.\0p\0"\0 \0"\0-\0I\0d\0r\0i\0v\0e\0r\0s\0"\0 \0"\0-\0I\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0"\0 \0"\0-\0I\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\0c\0e\0"\0 \0"\0-\0I\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\0c\0e\0"\0 \0"\0-\0I\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\0c\0e\0\\0b\0a\0s\0e\0"\0 \0"\0-\0I\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0n\0e\0t\0\\0i\0c\0e\0\\0b\0a\0s\0e\0"\0 \0"\0-\0I\0d\0r\0i\0v\0e\0r\0s\0\\0c\0o\0m\0m\0o\0n\0\\0i\0a\0v\0f\0"\0 \0"\0-\0I\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0c\0o\0m\0m\0o\0n\0\\0i\0a\0v\0f\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0t\0h\0d\0e\0v\0"\0 \0"\0-\0I\0.\0"\0 \0"\0-\0I\0.\0.\0"\0 \0"\0-\0I\0c\0o\0n\0f\0i\0g\0"\0 \0"\0-\0I\0.\0.\0\\0c\0o\0n\0f\0i\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0w\0i\0n\0d\0o\0w\0s\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0w\0i\0n\0d\0o\0w\0s\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0x\08\06\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0x\08\06\0\\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0\\0c\0o\0m\0m\0o\0n\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0e\0a\0l\0\\0c\0o\0m\0m\0o\0n\0"\0 \0"\0-\0I\0l\0i\0b\0\\0e\0a\0l\0"\0 \0"\0-\0I\0.\0.
 \0\\0l\0i\0b\0\\0e\0a\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0k\0v\0a\0r\0g\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0k\0v\0a\0r\0g\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0n\0e\0t\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0b\0u\0f\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0m\0p\0o\0o\0l\0"\0 \0"\0-\0I\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0r\0i\0n\0g\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0r\0i\0c\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0t\0e\0l\0e\0m\0e\0t\0r\0y\0"\0 \0"\0-\0I\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0m\0e\0t\0e\0r\0"\0 \0"\0-\0I\0d\0r\0i\0v\0e\0r\0s\0\\0b\0u\0s\0\\0p\0c\0i\0"\0 \0"\0-\0I\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0b\0u\0s\0\\0p\0c\0i\0"\0 \0"\0-\0I\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0b\0u\0s\0\\0p\0c\0i\0\\0w\0i\0n\0d\0o\0w\0s\0"\0 \0"\0-\0I\0l\0i\0b\0\\0p\0c\0i\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0p\0c\0i\0"\0 \0"\0-\0I\0d\0r\0i\0v\0e\0r\0s\0\\0b\0u\0s\0\\0v\0d\0e\0v\0"\0 \0"\0-\0I\0.\0.\0\\0d\0r\0i\0v\0e\0r\0s\0\\0b\0u\0s\0\\0v\0d\0e\0v\0"\0 \0"\0-\0I\0l\0i\0b\0\\0h\0a\0s\0h\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0h\0a\0s\0h\0"\0 \0"\0-\0I\0l\0i\0b\0\\0r\0c\0u\0"\0 \0"\0-\0I\0.\0.\0\\0l\0i\0b\0\\0r\0c\0u\0"\0 \0"\0-\0X\0c\0l\0a\0n\0g\0"\0 \0"\0-\0f\0c\0o\0l\0o\0r\0-\0d\0i\0a\0g\0n\0o\0s\0t\0i\0
 c\0s\0"\0 \0"\0-\0p\0i\0p\0e\0"\0 \0"\0-\0D\0_\0F\0I\0L\0E\0_\0O\0F\0F\0S\0E\0T\0_\0B\0I\0T\0S\0=\06\04\0"\0 \0"\0-\0W\0a\0l\0l\0"\0 \0"\0-\0W\0i\0n\0v\0a\0l\0i\0d\0-\0p\0c\0h\0"\0 \0"\0-\0W\0e\0x\0t\0r\0a\0"\0 \0"\0-\0W\0e\0r\0r\0o\0r\0"\0 \0"\0-\0O\03\0"\0 \0"\0-\0i\0n\0c\0l\0u\0d\0e\0"\0 \0"\0r\0t\0e\0_\0c\0o\0n\0f\0i\0g\0.\0h\0"\0 \0"\0-\0W\0c\0a\0s\0t\0-\0q\0u\0a\0l\0"\0 \0"\0-\0W\0d\0e\0p\0r\0e\0c\0a\0t\0e\0d\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0-\0n\0o\0n\0l\0i\0t\0e\0r\0a\0l\0"\0 \0"\0-\0W\0f\0o\0r\0m\0a\0t\0-\0s\0e\0c\0u\0r\0i\0t\0y\0"\0 \0"\0-\0W\0m\0i\0s\0s\0i\0n\0g\0-\0d\0e\0c\0l\0a\0r\0a\0t\0i\0o\0n\0s\0"\0 \0"\0-\0W\0m\0i\0s\0s\0i\0n\0g\0-\0p\0r\0o\0t\0o\0t\0y\0p\0e\0s\0"\0 \0"\0-\0W\0n\0e\0s\0t\0e\0d\0-\0e\0x\0t\0e\0r\0n\0s\0"\0 \0"\0-\0W\0o\0l\0d\0-\0s\0t\0y\0l\0e\0-\0d\0e\0f\0i\0n\0i\0t\0i\0o\0n\0"\0 \0"\0-\0W\0p\0o\0i\0n\0t\0e\0r\0-\0a\0r\0i\0t\0h\0"\0 \0"\0-\0W\0s\0i\0g\0n\0-\0c\0o\0m\0p\0a\0r\0e\0"\0 \0"\0-\0W\0s\0t\0r\0i\0c\0t\0-\0p\0r\0o\0t\0o\0t\0y\0p\0e\0s\0"\0 \0"\0-\0W\0u\0n\0d\0e\0f\0"\0 \0"\0-\0W\0w\0r\0i\0t\0e\0-\0s\0t\0r\0i\0n\0g\0s\0"\0 \0"\0-\0W\0n\0o\0-\0a\0d\0d\0r\0e\0s\0s\0-\0o\0f\0-\0p\0a\0c\0k\0e\0d\0-\0m\0e\0m\0b\0e\0r\0"\0 \0"\0-\0W\0n\0o\0-\0m\0i\0s\0s\0i\0n\0g\0-\0f\0i\0e\0l\0d\0-\0i\0n\0i\0t\0i\0a\0l\0i\0z\0e\0r\0s\0"\0 \0"\0-\0D\0_\0G\0N\0U\0_\0S\0O\0U\0R\0C\0E\0"\0 \0"\0-\0D\0_\0W\0I\0N\03\02\0_\0W\0I\0N\0N\0T\0=\00\0x\00\0A\00\00\0"\0 \0"\0-\0D\0_\0C\0R\0T\0_\0S\0E\0C\0U\0R\0E\0_\0N\0O\0_\0W\0A\0R
 \0N\0I\0N\0G\0S\0"\0 \0"\0-\0m\0a\0r\0c\0h\0=\0n\0a\0t\0i\0v\0e\0"\0 \0"\0-\0D\0A\0L\0L\0O\0W\0_\0E\0X\0P\0E\0R\0I\0M\0E\0N\0T\0A\0L\0_\0A\0P\0I\0"\0 \0"\0-\0D\0A\0L\0L\0O\0W\0_\0I\0N\0T\0E\0R\0N\0A\0L\0_\0A\0P\0I\0"\0 \0"\0-\0D\0C\0C\0_\0A\0V\0X\02\0_\0S\0U\0P\0P\0O\0R\0T\0"\0 \0"\0-\0D\0C\0C\0_\0A\0V\0X\05\01\02\0_\0S\0U\0P\0P\0O\0R\0T\0"\0 \0"\0-\0D\0R\0T\0E\0_\0L\0O\0G\0_\0D\0E\0F\0A\0U\0L\0T\0_\0L\0O\0G\0T\0Y\0P\0E\0=\0p\0m\0d\0.\0n\0e\0t\0.\0i\0c\0e\0"\0 \0"\0-\0D\0R\0T\0E\0_\0A\0N\0N\0O\0T\0A\0T\0E\0_\0L\0O\0C\0K\0S\0"\0 \0"\0-\0W\0t\0h\0r\0e\0a\0d\0-\0s\0a\0f\0e\0t\0y\0"\0 \0-\0M\0D\0 \0-\0M\0Q\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\0c\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\0c\0e\0_\0i\0c\0e\0_\0r\0x\0t\0x\0.\0c\0.\0o\0b\0j\0 \0-\0M\0F\0 \0"\0d\0r\0i\0v\0e\0r\0s\0\\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\0c\0e\0.\0a\0.\0p\0\\0n\0e\0t\0_\0i\0c\0e\0_\0i\0c\0e\0_\0r\0x\0t\0x\0.\0c\0.\0o\0b\0j\0.\0d\0"\0 \0-\0o\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\0c\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\0c\0e\0_\0i\0c\0e\0_\0r\0x\0t\0x\0.\0c\0.\0o\0b\0j\0 \0"\0-\0c\0"\0 \0.\0.\0/\0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0i\0c\0e\0_\0r\0x\0t\0x\0.\0c\0
\0
\0.\0.\0/\0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0c\0e\0/\0i\0c\0e\0_\0r\0x\0t\0x\0.\0c\0:\03\06\07\02\0:\02\02\0:\0 \0e\0r\0r\0o\0r\0:\0 \0u\0n\0u\0s\0e\0d\0 \0v\0a\0r\0i\0a\0b\0l\0e\0 \0'\0d\0e\0v\0'\0 \0[\0-\0W\0e\0r\0r\0o\0r\0,\0-\0W\0u\0n\0u\0s\0e\0d\0-\0v\0a\0r\0i\0a\0b\0l\0e\0]\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0s\0t\0r\0u\0c\0t\0 \0r\0t\0e\0_\0e\0t\0h\0_\0d\0e\0v\0 \0*\0d\0e\0v\0 \0=\0 \0&\0r\0t\0e\0_\0e\0t\0h\0_\0d\0e\0v\0i\0c\0e\0s\0[\0t\0x\0q\0-\0>\0p\0o\0r\0t\0_\0i\0d\0]\0;\0
\0
\0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0^\0
\0
\01\0 \0e\0r\0r\0o\0r\0 \0g\0e\0n\0e\0r\0a\0t\0e\0d\0.\0
\0
\0[\02\0/\09\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\0c\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\0c\0e\0_\0i\0c\0e\0_\0d\0c\0f\0_\0p\0a\0r\0e\0n\0t\0.\0c\0.\0o\0b\0j\0
\0
\0[\03\0/\09\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\0c\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\0c\0e\0_\0i\0c\0e\0_\0d\0c\0f\0_\0s\0c\0h\0e\0d\0.\0c\0.\0o\0b\0j\0
\0
\0[\04\0/\09\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\0c\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\0c\0e\0_\0i\0c\0e\0_\0d\0c\0f\0_\0e\0t\0h\0d\0e\0v\0.\0c\0.\0o\0b\0j\0
\0
\0[\05\0/\09\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0l\0i\0b\0t\0m\0p\0_\0r\0t\0e\0_\0n\0e\0t\0_\0i\0c\0e\0.\0a\0.\0p\0/\0n\0e\0t\0_\0i\0c\0e\0_\0i\0c\0e\0_\0d\0c\0f\0.\0c\0.\0o\0b\0j\0
\0
\0[\06\0/\09\06\0]\0 \0C\0o\0m\0p\0i\0l\0i\0n\0g\0 \0C\0 \0o\0b\0j\0e\0c\0t\0 \0d\0r\0i\0v\0e\0r\0s\0/\0n\0e\0t\0/\0i\0x\0g\0b\0e\0/\0b\0a\0s\0e\0/\0l\0i\0b\0i\0x\0g\0b\0e\0_\0b\0a\0s\0e\0.\0a\0.\0p\0/\0i\0x\0g\0b\0e\0_\08\02\05\09\09\0.\0c\0.\0o\0b\0j\0
\0
\0n\0i\0n\0j\0a\0:\0 \0b\0u\0i\0l\0d\0 \0s\0t\0o\0p\0p\0e\0d\0:\0 \0s\0u\0b\0c\0o\0m\0m\0a\0n\0d\0 \0f\0a\0i\0l\0e\0d\0.\0
\0
\0C\0o\0u\0l\0d\0 \0n\0o\0t\0 \0r\0e\0b\0u\0i\0l\0d\0 \0C\0:\0\\0U\0s\0e\0r\0s\0\\0b\0u\0i\0l\0d\0e\0r\0\\0j\0e\0n\0k\0i\0n\0s\0\\0w\0o\0r\0k\0s\0p\0a\0c\0e\0\\0G\0e\0n\0e\0r\0i\0c\0-\0V\0M\0-\0U\0n\0i\0t\0-\0T\0e\0s\0t\0-\0D\0P\0D\0K\0\\0d\0p\0d\0k\0\\0b\0u\0i\0l\0d\0
\0
\0
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26326/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* |FAILURE| pw127155 [PATCH] net/ice: fix data length check
@ 2023-05-22 11:15 dpdklab
  0 siblings, 0 replies; 5+ messages in thread
From: dpdklab @ 2023-05-22 11:15 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, Qi Zhang

Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/127155

_Testing issues_

Submitter: Qi Zhang <qi.z.zhang@intel.com>
Date: Monday, May 22 2023 18:14:47 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a399d7b5a994e335c446d4b15d7622d71dd8848c

127155 --> testing fail

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13       | FAIL               |
+------------------+--------------------+
| CentOS Stream 9  | FAIL               |
+------------------+--------------------+
| Ubuntu 22.04     | FAIL               |
+------------------+--------------------+
| Debian Buster    | FAIL               |
+------------------+--------------------+
| RHEL 7           | FAIL               |
+------------------+--------------------+
| Debian Bullseye  | FAIL               |
+------------------+--------------------+
| Alpine           | FAIL               |
+------------------+--------------------+
| openSUSE Leap 15 | FAIL               |
+------------------+--------------------+
| Ubuntu 20.04     | FAIL               |
+------------------+--------------------+
| CentOS Stream 8  | FAIL               |
+------------------+--------------------+
| RHEL8            | FAIL               |
+------------------+--------------------+

==== 20 line log output for RHEL8 (dpdk_meson_compile): ====
[1621/3242] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_mk_grp.c.o'.
[1622/3242] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_proto_grp.c.o'.
[1623/3242] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_flg_rd.c.o'.
[1624/3242] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_xlt_kb.c.o'.
[1625/3242] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_parser_rt.c.o'.
[1626/3242] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base@sta/ice_ddp.c.o'.
[1627/3242] Compiling C object 'drivers/net/ice/6ab06a9@@ice_avx512_lib@sta/ice_rxtx_vec_avx512.c.o'.
[1628/3242] Linking static target drivers/net/ice/libice_avx512_lib.a.
[1629/3242] Linking static target drivers/net/ice/base/libice_base.a.
[1630/3242] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_tm.c.o'.
[1631/3242] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx_vec_sse.c.o'.
[1632/3242] Compiling C object 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_ice@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 -p
 ipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -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@sta/net_ice_ice_rxtx.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice@sta/net_ice_ice_rxtx.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice@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]
struct rte_eth_dev *dev = &rte_eth_devices[txq->port_id];
^~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1-2

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26326/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-22 15:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-22 11:10 |FAILURE| pw127155 [PATCH] net/ice: fix data length check dpdklab
2023-05-22 11:15 dpdklab
2023-05-22 11:25 dpdklab
2023-05-22 11:34 dpdklab
     [not found] <20230522181447.2747713-1-qi.z.zhang@intel.com>
2023-05-22 15:19 ` 0-day Robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).