|WARNING| pw149634 [PATCH] ring: add the second version of the RTS i
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Sun Jan 5 14:09:30 CET 2025
Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/149634
_Testing issues_
Submitter: Huichao Cai <chcchc88 at 163.com>
Date: Sunday, January 05 2025 09:57:46
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:fd51012de5369679e807be1d6a81d63ef15015ce
149634 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#303742
Test environment and result as below:
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest |
+=============================+================+==============================+===========================+==============+
| Fedora 40 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 12 (arm) | PASS | PASS | PASS | SKIPPED |
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 41 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
| RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 41 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 22.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
| CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
| 32-bit Ubuntu 22.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS |
+-----------------------------+----------------+------------------------------+---------------------------+--------------+
==== 20 line log output for Fedora 41 (ARM Clang) (dpdk_unit_test): ====
[87/3367] Compiling C object lib/librte_eal.a.p/eal_arm_rte_cpuflags.c.o
[88/3367] Compiling C object lib/librte_eal.a.p/eal_arm_rte_hypervisor.c.o
[89/3367] Compiling C object lib/librte_eal.a.p/eal_arm_rte_cycles.c.o
[90/3367] Compiling C object lib/librte_eal.a.p/eal_linux_eal_memory.c.o
[91/3367] Compiling C object lib/librte_eal.a.p/eal_arm_rte_mmu.c.o
[92/3367] Compiling C object lib/librte_eal.a.p/eal_arm_rte_power_intrinsics.c.o
[93/3367] Compiling C object lib/librte_ring.a.p/ring_rte_ring.c.o
FAILED: lib/librte_ring.a.p/ring_rte_ring.c.o
clang -Ilib/librte_ring.a.p -Ilib -I../lib -Ilib/ring -I../lib/ring -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 -I../kernel/linux -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -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 -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -mcpu=thunderx2t99+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.ring -DRTE_ANNOTATE_LOCKS -
Wthread-safety -MD -MQ lib/librte_ring.a.p/ring_rte_ring.c.o -MF lib/librte_ring.a.p/ring_rte_ring.c.o.d -o lib/librte_ring.a.p/ring_rte_ring.c.o -c ../lib/ring/rte_ring.c
../lib/ring/rte_ring.c:348:1: error: mutex 'rte_mcfg_tailq_get_lock()' is not held on every path through here [-Werror,-Wthread-safety-analysis]
348 | }
| ^
../lib/ring/rte_ring.c:318:2: note: mutex acquired here
318 | rte_mcfg_tailq_write_lock();
| ^
1 error generated.
[94/3367] Compiling C object lib/librte_mempool.a.p/mempool_rte_mempool.c.o
[95/3367] Compiling C object lib/librte_eal.a.p/eal_linux_eal_vfio.c.o
[96/3367] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 41 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora 41 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
32-bit Ubuntu 22.04.4 (ARM)
Kernel: 5.15.83+ aarch64
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32253/
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