|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 11:09:02 CET 2023
Test-Label: iol-x86_64-compile-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_meson_compile |
+==================+====================+
| FreeBSD 13 | FAIL |
+------------------+--------------------+
| CentOS Stream 9 | FAIL |
+------------------+--------------------+
| Debian Buster | FAIL |
+------------------+--------------------+
| CentOS Stream 8 | FAIL |
+------------------+--------------------+
| openSUSE Leap 15 | FAIL |
+------------------+--------------------+
| Ubuntu 22.04 | FAIL |
+------------------+--------------------+
| Ubuntu 20.04 | FAIL |
+------------------+--------------------+
| RHEL8 | FAIL |
+------------------+--------------------+
| RHEL 7 | FAIL |
+------------------+--------------------+
| Debian Bullseye | FAIL |
+------------------+--------------------+
==== 20 line log output for Debian Bullseye (dpdk_meson_compile): ====
[1042/3191] Generating rte_net_bnx2x.pmd.c with a custom command.
[1043/3191] Compiling C object 'drivers/a715181@@rte_net_bnx2x at sta/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[1044/3191] Compiling C object 'drivers/a715181@@rte_net_bnx2x at sha/meson-generated_.._rte_net_bnx2x.pmd.c.o'.
[1045/3191] Linking static target drivers/librte_net_bnx2x.a.
[1046/3191] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_cpr.c.o'.
[1047/3191] Linking target drivers/librte_net_bnx2x.so.23.1.
[1048/3191] Compiling C object 'drivers/a715181@@tmp_rte_net_bnxt at sta/net_bnxt_bnxt_filter.c.o'.
[1049/3191] 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 -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 -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:
../drivers/net/bnxt/bnxt_ethdev.c: In function 'bnxt_dev_start_op':
../drivers/net/bnxt/bnxt.h:1019:2: error: 'offloads' may be used uninitialized in this function [-Werror=maybe-uninitialized]
1019 | rte_log(RTE_LOG_ ## level, bnxt_logtype_driver, "%s(): " fmt, \
| ^~~~~~~
../drivers/net/bnxt/bnxt_ethdev.c:1315:11: note: 'offloads' was declared here
1315 | uint64_t offloads = eth_dev->data->dev_conf.txmode.offloads;
| ^~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: gcc 12.2.1-2
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
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 Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
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