|FAILURE| pw124336 [PATCH] net/bnxt: remove compile-time option for IEEE 1588
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Feb 22 09:07:10 CET 2023
Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/124336
_Testing issues_
Submitter: Ajit Khaparde <ajit.khaparde at broadcom.com>
Date: Wednesday, February 22 2023 03:04:01
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:7710b5d15a014872a3aaf646668dafa928ca8473
124336 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| Debian Bullseye | FAIL |
+---------------------+----------------+
| Debian Buster | FAIL |
+---------------------+----------------+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
| RHEL 7 | FAIL |
+---------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[1013/3139] Linking static target drivers/librte_net_axgbe.a.
[1014/3139] Linking target drivers/librte_net_axgbe.so.23.1.
[1015/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_cpr.c.o'.
[1016/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_filter.c.o'.
[1017/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_bnxt at sta -Idrivers -I../drivers -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DSUPPORT_CFA_HW_ALL=1 -DCC_AVX2_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.bnxt -MD -MQ 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -MF 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o.d' -o 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_ethdev.c.o' -c ../drivers/net/bnxt/bnxt_ethdev.c
In file included from ../drivers/net/bnxt/bnxt_ethdev.c:18:0:
../drivers/net/bnxt/bnxt_ethdev.c: In function 'bnxt_dev_start_op':
../drivers/net/bnxt/bnxt.h:1019:9: error: 'offloads' may be used uninitialized in this function [-Werror=maybe-uninitialized]
rte_log(RTE_LOG_ ## level, bnxt_logtype_driver, "%s(): " fmt, \
^
../drivers/net/bnxt/bnxt_ethdev.c:1315:11: note: 'offloads' was declared here
uint64_t offloads = eth_dev->data->dev_conf.txmode.offloads;
^
cc1: all warnings being treated as errors
[1018/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_vhost at sta/net_vhost_rte_eth_vhost.c.o'.
[1019/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_flow.c.o'.
[1020/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_bnx2x at sta/net_bnx2x_bnx2x.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)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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: clang 14.0.5-1.fc36
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)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25505/
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