automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, Wencheng Li <liwencheng@phytium.com.cn>
Subject: |FAILURE| pw156008-156010 [PATCH] [v10,3/3] net/macb: add necessary
Date: Fri, 22 Aug 2025 06:36:33 -0700 (PDT)	[thread overview]
Message-ID: <68a87261.050a0220.a25bb.9dc9SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <1755664500-9517-1-git-send-email-liwencheng@phytium.com.cn>

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

_Testing issues_

Submitter: Wencheng Li <liwencheng@phytium.com.cn>
Date: Wednesday, August 20 2025 04:35:00 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:38543d33bd47fc0ee21f59db80a8763620741879

156008-156010 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#364435

Test environment and result as below:

+------------------------------+----------------+
|         Environment          | dpdk_unit_test |
+==============================+================+
| CentOS Stream 9              | PEND           |
+------------------------------+----------------+
| Debian GNU/Linux 12          | PEND           |
+------------------------------+----------------+
| CentOS Stream 10             | PEND           |
+------------------------------+----------------+
| Fedora Linux 40              | PEND           |
+------------------------------+----------------+
| Fedora Linux 41              | WARN           |
+------------------------------+----------------+
| Fedora Linux 42              | PEND           |
+------------------------------+----------------+
| Red Hat Enterprise Linux 9.5 | PEND           |
+------------------------------+----------------+
| Ubuntu 22.04                 | PEND           |
+------------------------------+----------------+
| Ubuntu 20.04                 | PEND           |
+------------------------------+----------------+
| Ubuntu 24.04                 | PEND           |
+------------------------------+----------------+

==== 20 line log output for Fedora Linux 41 (dpdk_unit_test): ====
[2067/3745] Generating rte_net_ionic.sym_chk with a custom command (wrapped by meson to capture output)
[2068/3745] Compiling C object drivers/libtmp_rte_net_macb.a.p/net_macb_macb_ethdev.c.o
[2069/3745] Compiling C object drivers/librte_net_ionic.so.26.0.p/meson-generated_.._rte_net_ionic.pmd.c.o
[2070/3745] Generating rte_net_macb_map with a custom command
[2071/3745] Linking target drivers/librte_net_ionic.so.26.0
[2072/3745] Compiling C object drivers/libtmp_rte_net_mana.a.p/net_mana_gdma.c.o
[2073/3745] Compiling C object drivers/libtmp_rte_net_macb.a.p/net_macb_macb_rxtx.c.o
[2074/3745] Compiling C object drivers/libtmp_rte_net_mana.a.p/net_mana_mana.c.o
[2075/3745] Compiling C object drivers/libtmp_rte_net_mana.a.p/net_mana_mp.c.o
[2076/3745] Compiling C object drivers/libtmp_rte_net_macb.a.p/net_macb_macb_rxtx_vec_neon.c.o
FAILED: drivers/libtmp_rte_net_macb.a.p/net_macb_macb_rxtx_vec_neon.c.o
clang -Idrivers/libtmp_rte_net_macb.a.p -Idrivers -I../drivers -Idrivers/net/macb -I../drivers/net/macb -Idrivers/net/macb/base -I../drivers/net/macb/base -Ilib/ethdev -I../lib/ethdev -Ilib/eal/common -I../lib/eal/common -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 -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/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 -Xclang -fcolor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -W
 format-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=armv8.1-a+crc+crypto -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.macb -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ drivers/libtmp_rte_net_macb.a.p/net_macb_macb_rxtx_vec_neon.c.o -MF drivers/libtmp_rte_net_macb.a.p/net_macb_macb_rxtx_vec_neon.c.o.d -o drivers/libtmp_rte_net_macb.a.p/net_macb_macb_rxtx_vec_neon.c.o -c ../drivers/net/macb/macb_rxtx_vec_neon.c
../drivers/net/macb/macb_rxtx_vec_neon.c:59:30: error: cast from 'volatile unsigned long (*)[1]' to 'unsigned long *' drops volatile qualifier [-Werror,-Wcast-qual]
59 |                 vset_lane_u64(*(uint64_t *)(&mbuf.rearm_data), mbuf_initializer, 0);
|                                            ^
1 error generated.
[2077/3745] Compiling C object drivers/libtmp_rte_net_mana.a.p/net_mana_mr.c.o
[2078/3745] Compiling C object drivers/libtmp_rte_net_mana.a.p/net_mana_tx.c.o
[2079/3745] Compiling C object drivers/libtmp_rte_net_mana.a.p/net_mana_rx.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-7)

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

Fedora Linux 40
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora Linux 41
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.3.1 20250523 (Red Hat 14.3.1-1)

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

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

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

  parent reply	other threads:[~2025-08-22 13:36 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1755664500-9517-1-git-send-email-liwencheng@phytium.com.cn>
2025-08-20  4:01 ` |SUCCESS| pw156008-156010 [PATCH v10 3/3] net/macb: add necessary docs and update related files qemudev
2025-08-20  4:09 ` |FAILURE| " qemudev
2025-08-20  4:34 ` |SUCCESS| pw156010 " checkpatch
2025-08-20  5:24 ` 0-day Robot
2025-08-21 14:22 ` |SUCCESS| pw156008-156010 [PATCH] [v10,3/3] net/macb: add necessary dpdklab
2025-08-21 14:36 ` dpdklab
2025-08-21 14:44 ` dpdklab
2025-08-21 14:49 ` dpdklab
2025-08-21 14:50 ` dpdklab
2025-08-21 14:51 ` dpdklab
2025-08-21 15:00 ` dpdklab
2025-08-21 15:02 ` dpdklab
2025-08-21 15:19 ` dpdklab
2025-08-21 15:31 ` dpdklab
2025-08-21 15:43 ` dpdklab
2025-08-21 17:29 ` dpdklab
2025-08-21 17:34 ` dpdklab
2025-08-21 17:56 ` dpdklab
2025-08-21 19:01 ` dpdklab
2025-08-21 19:37 ` dpdklab
2025-08-21 19:57 ` dpdklab
2025-08-21 21:52 ` dpdklab
2025-08-21 21:58 ` dpdklab
2025-08-21 21:58 ` dpdklab
2025-08-21 21:58 ` dpdklab
2025-08-21 21:59 ` dpdklab
2025-08-21 22:00 ` dpdklab
2025-08-22 11:31 ` |FAILURE| " dpdklab
2025-08-22 11:32 ` dpdklab
2025-08-22 11:32 ` dpdklab
2025-08-22 13:36 ` dpdklab [this message]
2025-08-22 13:41 ` dpdklab

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=68a87261.050a0220.a25bb.9dc9SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=liwencheng@phytium.com.cn \
    --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).