|FAILURE| pw117096-117098 [PATCH] [v9, 3/3] event/dlb2: optimize credit allocations

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu Sep 29 06:43:10 CEST 2022


Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/117098

_Testing issues_

Submitter: Abdullah Sevincer <abdullah.sevincer at intel.com>
Date: Thursday, September 29 2022 03:46:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:bbbe6c596b284909e4112ac9573b16da2137ffab

117096-117098 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Fedora 31           | PASS           |
+---------------------+----------------+
| Fedora 34           | PASS           |
+---------------------+----------------+
| Fedora 33           | PASS           |
+---------------------+----------------+
| Fedora 32           | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| Ubuntu 18.04        | PASS           |
+---------------------+----------------+
| Fedora 34 clang     | PASS           |
+---------------------+----------------+
| Arch Linux          | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
cc1: all warnings being treated as errors
[1498/3310] Linking target drivers/librte_net_cnxk.so.23.0.
[1499/3310] Compiling C object 'drivers/a715181@@tmp_rte_net_failsafe at sta/net_failsafe_failsafe_eal.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_failsafe at sta/net_failsafe_failsafe_eal.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_failsafe at sta -Idrivers -I../drivers -Idrivers/net/failsafe -I../drivers/net/failsafe -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 -std=gnu99 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -pedantic -DLINUX -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.failsafe  -MD -MQ 'drivers/a715181@@tmp_rte_net_failsafe at sta/net_failsafe_failsafe_eal.c.o' -MF 'drivers/a715181@@tmp_rte_net_failsafe at sta/net_failsafe_failsafe_eal.c.o.d' -o 'drivers/a715181@@tmp_rte_net_failsafe at sta/net_failsafe_failsafe_eal.c.o' -c ../drivers/net/failsafe/failsafe_eal.c
In file included from ../lib/ethdev/rte_flow.h:38:0,
from ../lib/ethdev/rte_eth_ctrl.h:11,
from ../lib/ethdev/rte_ethdev.h:1298,
from ../lib/ethdev/ethdev_driver.h:23,
from ../drivers/net/failsafe/failsafe_private.h:15,
from ../drivers/net/failsafe/failsafe_eal.c:10:
../lib/net/rte_macsec.h:38:2: error: type of bit-field 'short_length' is a GCC extension [-Werror=pedantic]
uint8_t short_length:6; /**< Short Length. */
^
../lib/net/rte_macsec.h:39:2: error: type of bit-field 'unused' is a GCC extension [-Werror=pedantic]
uint8_t unused:2;
^
cc1: all warnings being treated as errors
[1500/3310] Generating rte_net_enic.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

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)

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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

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 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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

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