|FAILURE| pw119738-119739 [PATCH] [v3, 2/2] net/ice: fix scalar Tx path segment
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Fri Nov 11 08:22:12 CET 2022
Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/119739
_Testing issues_
Submitter: Mingjin Ye <mingjinx.ye at intel.com>
Date: Friday, November 11 2022 12:04:01
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:203dcc9cfe4151518bb5a5c59ee22a754e649e35
119738-119739 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | FAIL |
+---------------------+----------------+
| Ubuntu 20.04 | FAIL |
+---------------------+----------------+
| Fedora 34 | FAIL |
+---------------------+----------------+
| RHEL 7 | FAIL |
+---------------------+----------------+
| RHEL8 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | FAIL |
+---------------------+----------------+
| Ubuntu 18.04 | FAIL |
+---------------------+----------------+
| Fedora 31 | FAIL |
+---------------------+----------------+
| Fedora 32 | FAIL |
+---------------------+----------------+
| Fedora 34 clang | FAIL |
+---------------------+----------------+
| Fedora 33 | FAIL |
+---------------------+----------------+
==== 20 line log output for Fedora 33 (dpdk_unit_test): ====
[1794/3541] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_ddp_package.c.o'.
[1795/3541] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_hash.c.o'.
[1796/3541] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_ethdev.c.o'.
[1797/3541] Compiling C object 'drivers/net/ice/6ab06a9@@ice_avx512_lib at sta/ice_rxtx_vec_avx512.c.o'.
[1798/3541] Linking static target drivers/net/ice/libice_avx512_lib.a.
[1799/3541] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_generic_flow.c.o'.
[1800/3541] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_fdir_filter.c.o'.
[1801/3541] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_tm.c.o'.
[1802/3541] 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 -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 -Wno-zero-length-bounds -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:3674:11: error: unused variable ‘nb_used’ [-Werror=unused-variable]
3674 | uint16_t nb_used;
| ^~~~~~~
cc1: all warnings being treated as errors
[1803/3541] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_dcf.c.o'.
[1804/3541] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_switch_filter.c.o'.
[1805/3541] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx_vec_sse.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
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)
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.1
Fedora 34 clang
Kernel: 5.4.0-72-generic
Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/24439/
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