|FAILURE| pw130789-130812 [PATCH] [32/32] net/sssnic: add VF dev sup

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Aug 29 14:12:59 CEST 2023


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

_Testing issues_

Submitter: Renyong Wan <wanry at 3snic.com>
Date: Tuesday, August 29 2023 07:58:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:ac1d4db91e9955148e82f2caaa107434409cf35e

130789-130812 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | PASS               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_meson_compile): ====
[1998/3057] Generating rte_net_softnic.sym_chk with a meson_exe.py custom command.
[1999/3057] Compiling C object 'drivers/a715181@@rte_net_softnic at sha/meson-generated_.._rte_net_softnic.pmd.c.o'.
[2000/3057] Linking target drivers/librte_net_softnic.so.24.0.
[2001/3057] Compiling C object 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_hw.c.o'.
[2002/3057] Compiling C object 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_eventq.c.o'.
[2003/3057] Compiling C object 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_msg.c.o'.
[2004/3057] Compiling C object 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_mbox.c.o'.
[2005/3057] Compiling C object 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_workq.c.o'.
[2006/3057] Compiling C object 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_ctrlq.c.o'.
FAILED: drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_ctrlq.c.o
clang -Idrivers/net/sssnic/base/a9cdf24@@sssnic_base at sta -Idrivers/net/sssnic/base -I../drivers/net/sssnic/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 -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 -Wol
 d-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=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -MD -MQ 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_ctrlq.c.o' -MF 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_ctrlq.c.o.d' -o 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_ctrlq.c.o' -c ../drivers/net/sssnic/base/sssnic_ctrlq.c
../drivers/net/sssnic/base/sssnic_ctrlq.c:360:41: error: variable 'cmd_len' is uninitialized when used here [-Werror,-Wuninitialized]
sssnic_msg_init(&msg, (uint8_t *)&cmd, cmd_len, SSSNIC_SET_ROOT_CTX_CMD,
^~~~~~~
../drivers/net/sssnic/base/sssnic_ctrlq.c:354:18: note: initialize the variable 'cmd_len' to silence this warning
uint32_t cmd_len;
^
= 0
1 error generated.
ninja: build stopped: subcommand failed.
==== End log output ====

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

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

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

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

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