|FAILURE| pw127332-127353 [PATCH] [v3,22/22] test/pdcp: add PDCP sta
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed May 24 19:43:24 CEST 2023
Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/127353
_Testing issues_
Submitter: Anoob Joseph <anoobj at marvell.com>
Date: Wednesday, May 24 2023 16:01:16
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:c41a103c961ded5a0966652f4daf0a661a947352
127332-127353 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
[496/3163] Compiling C object 'lib/76b5a35@@rte_node at sta/node_pkt_cls.c.o'.
[497/3163] Compiling C object 'lib/76b5a35@@rte_node at sta/node_pkt_drop.c.o'.
[498/3163] Linking static target lib/librte_node.a.
[499/3163] Generating node.sym_chk with a meson_exe.py custom command.
[500/3163] Compiling C object 'lib/76b5a35@@rte_pdcp at sta/pdcp_pdcp_ctrl_pdu.c.o'.
FAILED: lib/76b5a35@@rte_pdcp at sta/pdcp_pdcp_ctrl_pdu.c.o
ccache clang -Ilib/76b5a35@@rte_pdcp at sta -Ilib -I../lib -Ilib/pdcp -I../lib/pdcp -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 -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/security -I../lib/security -Ilib/reorder -I../lib/reorder -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 -target aarch64-linux-gnu --sysroot /usr/aarch64-linux-gnu -fPIC -march=armv8-a+crc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=lib.pdcp -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ 'lib/76b5a35@@rte_pdcp at sta/pdcp_pdcp_ctrl_pdu.c.o' -MF 'lib/76b5a35@@rte_pdcp at sta/pdcp_pdcp_ctrl_pdu.c.o.d' -o 'lib/76b5a35@@rte_pdcp at sta/pdcp_pdcp_ctrl_pdu.c.o' -c ../lib/pdcp/pdcp_ctrl_pdu.c
In file included from ../lib/pdcp/pdcp_ctrl_pdu.c:9:
In file included from ../lib/pdcp/pdcp_ctrl_pdu.h:10:
../lib/pdcp/pdcp_entity.h:294:1: error: mutex 'dl->lock' is not held on every path through here [-Werror,-Wthread-safety-analysis]
}
^
../lib/pdcp/pdcp_entity.h:293:3: note: mutex acquired here
rte_spinlock_lock(&dl->lock);
^
../lib/pdcp/pdcp_entity.h:303:3: error: releasing mutex 'dl->lock' that was not held [-Werror,-Wthread-safety-analysis]
rte_spinlock_unlock(&dl->lock);
^
2 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26370/
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