From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw149634 [PATCH] ring: add the second version of the RTS i
Date: Sun, 05 Jan 2025 05:09:30 -0800 (PST) [thread overview]
Message-ID: <677a848a.630a0220.2310ef.2174SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250105095746.2727-1-chcchc88@163.com>
Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/149634
_Testing issues_
Submitter: Huichao Cai <chcchc88@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/
prev parent reply other threads:[~2025-01-05 13:09 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250105095746.2727-1-chcchc88@163.com>
2025-01-05 9:27 ` |SUCCESS| pw149634 [PATCH] ring: add the second version of the RTS interface qemudev
2025-01-05 9:31 ` qemudev
2025-01-05 9:58 ` checkpatch
2025-01-05 10:37 ` |FAILURE| pw149634 [PATCH] ring: add the second version of the RTS i dpdklab
2025-01-05 10:44 ` |PENDING| " dpdklab
2025-01-05 10:46 ` dpdklab
2025-01-05 10:46 ` |SUCCESS| " dpdklab
2025-01-05 10:48 ` |FAILURE| " dpdklab
2025-01-05 10:49 ` dpdklab
2025-01-05 10:52 ` |SUCCESS| " dpdklab
2025-01-05 10:55 ` dpdklab
2025-01-05 10:59 ` dpdklab
2025-01-05 11:00 ` |FAILURE| " dpdklab
2025-01-05 11:00 ` |SUCCESS| " dpdklab
2025-01-05 11:09 ` dpdklab
2025-01-05 11:10 ` dpdklab
2025-01-05 11:13 ` |FAILURE| " dpdklab
2025-01-05 11:15 ` |SUCCESS| " dpdklab
2025-01-05 11:36 ` |FAILURE| " dpdklab
2025-01-05 11:37 ` |WARNING| " dpdklab
2025-01-05 11:44 ` |SUCCESS| " dpdklab
2025-01-05 11:50 ` dpdklab
2025-01-05 12:00 ` |FAILURE| " dpdklab
2025-01-05 13:09 ` dpdklab [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=677a848a.630a0220.2310ef.2174SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=test-report@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).