|FAILURE| pw127155 [PATCH] net/ice: fix data length check
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon May 22 13:34:17 CEST 2023
Test-Label: iol-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/127155
_Testing issues_
Submitter: Qi Zhang <qi.z.zhang at 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 at sta/net_ice_ice_rxtx_vec_avx2.c.o'.
[1612/3213] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_dcf_vf_representor.c.o'.
[1613/3213] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at 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 at sta/net_idpf_idpf_rxtx.c.o'.
[1617/3213] 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 cc -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 -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 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
[1618/3213] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_dcf_sched.c.o'.
[1619/3213] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_dcf_ethdev.c.o'.
[1620/3213] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at 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/
More information about the test-report
mailing list