|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 13:54:36 CEST 2023


Test-Label: iol-compile-amd64-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 | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+

==== 20 line log output for Fedora 38 (dpdk_meson_compile): ====
[1920/2756] Generating rte_net_softnic.sym_chk with a meson_exe.py custom command.
[1921/2756] Compiling C object 'drivers/a715181@@rte_net_softnic at sha/meson-generated_.._rte_net_softnic.pmd.c.o'.
[1922/2756] Linking target drivers/librte_net_softnic.so.24.0.
[1923/2756] Compiling C object 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_hw.c.o'.
[1924/2756] Compiling C object 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_eventq.c.o'.
[1925/2756] Compiling C object 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_msg.c.o'.
[1926/2756] Compiling C object 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_mbox.c.o'.
[1927/2756] Compiling C object 'drivers/net/sssnic/base/a9cdf24@@sssnic_base at sta/sssnic_workq.c.o'.
[1928/2756] 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/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/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=native -mrtm -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 ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

Ubuntu 20.04
	Kernel: 5.4.0-153-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

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