|FAILURE| pw129403-129401 [PATCH] [v15,6/6] test/memarea: support du

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sun Jul 9 16:10:05 CEST 2023


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

_Testing issues_

Submitter: Chengwen Feng <fengchengwen at huawei.com>
Date: Sunday, July 09 2023 13:00:41 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:623dc9364dc6a818799941cc26dc8f70feb2bb24

129403-129401 --> testing fail

Test environment and result as below:

+--------------------------+----------------+
|       Environment        | dpdk_unit_test |
+==========================+================+
| Fedora 38 (ARM Clang)    | FAIL           |
+--------------------------+----------------+
| Fedora 37 (ARM)          | PASS           |
+--------------------------+----------------+
| Fedora 38 (ARM)          | PASS           |
+--------------------------+----------------+
| Fedora 38                | PASS           |
+--------------------------+----------------+
| Debian 11 (Buster) (ARM) | PASS           |
+--------------------------+----------------+
| CentOS Stream 8          | PASS           |
+--------------------------+----------------+
| Ubuntu 20.04 (ARM)       | PASS           |
+--------------------------+----------------+
| Fedora 37                | PASS           |
+--------------------------+----------------+
| CentOS Stream 9 (ARM)    | PASS           |
+--------------------------+----------------+
| Debian Buster            | PASS           |
+--------------------------+----------------+
| CentOS Stream 9          | PASS           |
+--------------------------+----------------+
| Debian Bullseye          | PASS           |
+--------------------------+----------------+
| RHEL 7                   | PASS           |
+--------------------------+----------------+
| openSUSE Leap 15         | PASS           |
+--------------------------+----------------+
| Ubuntu 20.04             | PASS           |
+--------------------------+----------------+
| Ubuntu 22.04             | PASS           |
+--------------------------+----------------+
| RHEL8                    | PASS           |
+--------------------------+----------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
[296/3018] Generating latencystats.sym_chk with a meson_exe.py custom command.
[297/3018] Linking target lib/librte_latencystats.so.23.2.
[298/3018] Generating symbol file 'lib/76b5a35@@rte_ip_frag at sha/librte_ip_frag.so.23.2.symbols'.
[299/3018] Compiling C object 'lib/76b5a35@@rte_memarea at sta/memarea_rte_memarea.c.o'.
FAILED: lib/76b5a35@@rte_memarea at sta/memarea_rte_memarea.c.o
clang -Ilib/76b5a35@@rte_memarea at sta -Ilib -I../lib -Ilib/memarea -I../lib/memarea -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Xclang -fcolor-diagnostics -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.memarea -DR
 TE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'lib/76b5a35@@rte_memarea at sta/memarea_rte_memarea.c.o' -MF 'lib/76b5a35@@rte_memarea at sta/memarea_rte_memarea.c.o.d' -o 'lib/76b5a35@@rte_memarea at sta/memarea_rte_memarea.c.o' -c ../lib/memarea/rte_memarea.c
../lib/memarea/rte_memarea.c:228:1: error: mutex 'ma->lock' is not held on every path through here [-Werror,-Wthread-safety-analysis]
}
^
../lib/memarea/rte_memarea.c:227:3: note: mutex acquired here
rte_spinlock_lock(&ma->lock);
^
../lib/memarea/rte_memarea.c:234:3: error: releasing mutex 'ma->lock' that was not held [-Werror,-Wthread-safety-analysis]
rte_spinlock_unlock(&ma->lock);
^
2 errors generated.
[300/3018] Compiling C object 'lib/76b5a35@@rte_lpm at sta/lpm_rte_lpm.c.o'.
[301/3018] Compiling C object 'lib/76b5a35@@rte_lpm at sta/lpm_rte_lpm6.c.o'.
[302/3018] Compiling C object 'lib/76b5a35@@rte_member at sta/member_rte_member.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

Fedora 38
	Kernel: Depends on container host
	Compiler: clang 16.0.3

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

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

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

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

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

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

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

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

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)

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

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

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.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)

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

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