|FAILURE| pw108966-108974 [PATCH] [v3, 9/9] net/ice: add warning log for unsupported configuration

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Mar 29 09:12:15 CEST 2022


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

_Testing issues_

Submitter: Wenjun Wu <wenjun1.wu at intel.com>
Date: Tuesday, March 29 2022 03:06:57 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:1d5e58e9b6962cb00fc5c7369cbf4e3b932a9b8e

108966-108974 --> testing fail

Test environment and result as below:

+------------------+----------------+
|   Environment    | dpdk_unit_test |
+==================+================+
| Fedora 32        | PASS           |
+------------------+----------------+
| RHEL8            | PASS           |
+------------------+----------------+
| Fedora 34        | PASS           |
+------------------+----------------+
| Ubuntu 18.04     | PASS           |
+------------------+----------------+
| Ubuntu 20.04     | PASS           |
+------------------+----------------+
| CentOS Stream 8  | PASS           |
+------------------+----------------+
| Fedora 34 clang  | FAIL           |
+------------------+----------------+
| Arch Linux       | PASS           |
+------------------+----------------+
| openSUSE Leap 15 | PASS           |
+------------------+----------------+
| RHEL 7           | PASS           |
+------------------+----------------+
| Fedora 31        | PASS           |
+------------------+----------------+
| Fedora 33        | PASS           |
+------------------+----------------+

==== 20 line log output for Fedora 34 clang (dpdk_unit_test): ====
[1659/3343] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_xlt_kb.c.o'.
[1660/3343] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_acl_filter.c.o'.
[1661/3343] Compiling C object 'drivers/net/ice/base/39545a2@@ice_base at sta/ice_parser_rt.c.o'.
[1662/3343] Linking static target drivers/net/ice/base/libice_base.a.
[1663/3343] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_ethdev.c.o'.
[1664/3343] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_generic_flow.c.o'.
[1665/3343] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_hash.c.o'.
[1666/3343] Compiling C object 'drivers/net/ice/6ab06a9@@ice_avx512_lib at sta/ice_rxtx_vec_avx512.c.o'.
[1667/3343] Linking static target drivers/net/ice/libice_avx512_lib.a.
[1668/3343] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_tm.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_tm.c.o
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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -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_tm.c.o' -MF 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_tm.c.o.d' -o 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_tm.c.o' -c ../drivers/net/ice/ice_tm.c
../drivers/net/ice/ice_tm.c:534:68: error: overlapping comparisons always evaluate to true [-Werror,-Wtautological-overlap-compare]
if (tm_node->priority != 0 && (level_id != ICE_TM_NODE_TYPE_QUEUE ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
1 error generated.
[1669/3343] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_fdir_filter.c.o'.
[1670/3343] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_switch_filter.c.o'.
[1671/3343] Compiling C object 'drivers/a715181@@tmp_rte_net_ice at sta/net_ice_ice_rxtx.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

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

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

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

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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

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)

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

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/21602/

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