|FAILURE| pw141232-141249 [PATCH] [19/19] net/ngbe: disable LLDP by

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Jun 18 16:50:54 CEST 2024


Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/141249

_Testing issues_

Submitter: Jiawen Wu <jiawenwu at trustnetic.com>
Date: Tuesday, June 18 2024 07:11:50 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fbba6db3640f9f623c29c452e1a6b057073e81d2

141232-141249 --> testing issues

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| RHEL9 (ARM)                            | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK                   | PASS               |
+----------------------------------------+--------------------+
| Fedora 40 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 22.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 22.04 (ARM) (dpdk_meson_compile): ====
[1947/3201] Linking static target drivers/libtmp_rte_net_nfp.a.
[1948/3201] Generating rte_net_nfp.pmd.c with a custom command.
[1949/3201] Compiling C object 'drivers/a715181@@rte_net_nfp at sta/meson-generated_.._rte_net_nfp.pmd.c.o'.
[1950/3201] Linking static target drivers/librte_net_nfp.a.
[1951/3201] Compiling C object 'drivers/a715181@@rte_net_nfp at sha/meson-generated_.._rte_net_nfp.pmd.c.o'.
[1952/3201] Linking target drivers/librte_net_nfp.so.24.2.
[1953/3201] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_eeprom.c.o'.
[1954/3201] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_hw.c.o'.
[1955/3201] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_mbx.c.o'.
[1956/3201] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_mng.c.o'.
FAILED: drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_mng.c.o
ccache cc -Idrivers/net/ngbe/base/668b126@@ngbe_base at sta -Idrivers/net/ngbe/base -I../drivers/net/ngbe/base -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/arm/include -I../lib/eal/arm/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/ethdev -I../lib/ethdev -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 -fdiagnostics-color=always -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-sty
 le-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 -mcpu=thunderx2t99+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -MD -MQ 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_mng.c.o' -MF 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_mng.c.o.d' -o 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_mng.c.o' -c ../drivers/net/ngbe/base/ngbe_mng.c
../drivers/net/ngbe/base/ngbe_mng.c: In function 'ngbe_hic_get_lldp':
../drivers/net/ngbe/base/ngbe_mng.c:127:36: error: array subscript 2 is outside array bounds of 'struct ngbe_hic_write_lldp[1]' [-Werror=array-bounds]
127 |                         buffer[bi] = rd32a(hw, NGBE_MNGMBX, bi);
../drivers/net/ngbe/base/ngbe_mng.c:385:36: note: while referencing 'buffer'
385 |         struct ngbe_hic_write_lldp buffer;
|                                    ^~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

RHEL9 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 11.4.1

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Debian 12 with MUSDK
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 40 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 14.1.1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-167-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Ubuntu 22.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.4.0

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

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