|FAILURE| pw139167 [PATCH] [v2] cnxk: disable building template file

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Apr 5 23:33:43 CEST 2024


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

_Testing issues_

Submitter: Pavan Nikhilesh Bhagavatula <pbhagavatula at marvell.com>
Date: Friday, April 05 2024 20:25:20 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:e2e546ab5bf5e024986ccb5310ab43982f3bb40c

139167 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian 12           | FAIL           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Fedora 37           | PASS           |
+---------------------+----------------+
| Fedora 38           | FAIL           |
+---------------------+----------------+

==== 20 line log output for Fedora 38 (dpdk_unit_test): ====
../drivers/net/cnxk/cn9k_rx_select.c:24:1: error: unused function 'cn9k_eth_set_rx_tmplt_func' [-Werror,-Wunused-function]
cn9k_eth_set_rx_tmplt_func(struct rte_eth_dev *eth_dev)
^
../drivers/net/cnxk/cn9k_rx_select.c:76:1: error: unused function 'cn9k_eth_set_rx_blk_func' [-Werror,-Wunused-function]
cn9k_eth_set_rx_blk_func(struct rte_eth_dev *eth_dev)
^
2 errors generated.
[1265/2879] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cn9k_flow.c.o'.
[1266/2879] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cn9k_tx_select.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cn9k_tx_select.c.o
clang -Idrivers/a715181@@tmp_rte_net_cnxk at sta -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -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/log -I../lib/log -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/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/dmadev -I../lib/dmadev -Ilib/security -I../lib/security -Idrivers/common/cnxk
  -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -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 -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -flax-vector-conversions -Wno-strict-aliasing -Wno-asm-operand-widths -DRTE_LOG_DEFAULT
 _LOGTYPE=pmd.net.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cn9k_tx_select.c.o' -MF 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cn9k_tx_select.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cn9k_tx_select.c.o' -c ../drivers/net/cnxk/cn9k_tx_select.c
../drivers/net/cnxk/cn9k_tx_select.c:42:1: error: unused function 'cn9k_eth_set_tx_tmplt_func' [-Werror,-Wunused-function]
cn9k_eth_set_tx_tmplt_func(struct rte_eth_dev *eth_dev)
^
../drivers/net/cnxk/cn9k_tx_select.c:86:1: error: unused function 'cn9k_eth_set_tx_blk_func' [-Werror,-Wunused-function]
cn9k_eth_set_tx_blk_func(struct rte_eth_dev *eth_dev)
^
2 errors generated.
[1267/2879] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_rx_cn9k_rx_all_offload.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

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

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

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