From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
Stephen Hemminger <stephen@networkplumber.org>
Subject: |FAILURE| pw149237-149241 [PATCH] [5/5] net/virtio: remove unneeded
Date: Fri, 13 Dec 2024 22:13:58 -0800 (PST) [thread overview]
Message-ID: <675d2226.050a0220.5b9ac.3867SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20241213214929.817688-6-stephen@networkplumber.org>
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/149241
_Testing issues_
Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Friday, December 13 2024 21:48:18
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:f1e0472368d4dbb1da33ae68b18ca21bc8a55259
149237-149241 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#343137
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| RHEL9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 39 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
| Fedora 40 (ARM) | FAIL |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 12 (arm) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Fedora 39 (ARM Clang) (dpdk_meson_compile): ====
[1623/3393] Linking target drivers/librte_net_ena.so.25.1
[1624/3393] Compiling C object drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc_ethdev.c.o
[1625/3393] Compiling C object drivers/libtmp_rte_net_enetc.a.p/net_enetc_enetc_rxtx.c.o
[1626/3393] Linking static target drivers/libtmp_rte_net_enetc.a
[1627/3393] Generating rte_net_enetc.pmd.c with a custom command
[1628/3393] Compiling C object drivers/librte_net_enetc.a.p/meson-generated_.._rte_net_enetc.pmd.c.o
[1629/3393] Linking static target drivers/librte_net_enetc.a
[1630/3393] Compiling C object drivers/librte_net_enetc.so.25.1.p/meson-generated_.._rte_net_enetc.pmd.c.o
[1631/3393] Linking target drivers/librte_net_enetc.so.25.1
[1632/3393] Compiling C object drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_ethdev.c.o
FAILED: drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_ethdev.c.o
clang -Idrivers/libtmp_rte_net_enetfec.a.p -Idrivers -I../drivers -Idrivers/net/enetfec -I../drivers/net/enetfec -Ilib/ethdev -I../lib/ethdev -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 -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 -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-address-of-packed-member -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.enetfec -DRTE_ANNOTATE_LOCKS -Wthread-safety -MD -MQ drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_ethdev.c.o -MF drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_ethdev.c.o.d -o drivers/libtmp_rte_net_enetfec.a.p/net_enetfec_enet_ethdev.c.o -c ../drivers/net/enetfec/enet_ethdev.c
../drivers/net/enetfec/enet_ethdev.c:369:33: error: unused parameter 'tx_conf' [-Werror,-Wunused-parameter]
369 | const struct rte_eth_txconf *tx_conf)
| ^
../drivers/net/enetfec/enet_ethdev.c:440:33: error: unused parameter 'rx_conf' [-Werror,-Wunused-parameter]
440 | const struct rte_eth_rxconf *rx_conf,
| ^
2 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: Depends on container host
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 39 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1)
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: Depends on container host
Compiler: clang 10.0.0-4ubuntu1
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: Depends on container host
Compiler: gcc 9.4.0
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32143/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
next prev parent reply other threads:[~2024-12-14 6:14 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20241213214929.817688-6-stephen@networkplumber.org>
2024-12-13 21:25 ` |SUCCESS| pw149237-149241 [PATCH 5/5] net/virtio: remove unneeded deferred start check qemudev
2024-12-13 21:29 ` qemudev
2024-12-13 21:51 ` |SUCCESS| pw149241 " checkpatch
2024-12-13 22:22 ` |FAILURE| " 0-day Robot
2024-12-14 3:13 ` |SUCCESS| pw149237-149241 [PATCH] [5/5] net/virtio: remove unneeded dpdklab
2024-12-14 3:19 ` dpdklab
2024-12-14 3:24 ` dpdklab
2024-12-14 3:27 ` dpdklab
2024-12-14 3:29 ` dpdklab
2024-12-14 3:36 ` dpdklab
2024-12-14 3:49 ` dpdklab
2024-12-14 3:51 ` dpdklab
2024-12-14 3:55 ` dpdklab
2024-12-14 4:01 ` |FAILURE| " dpdklab
2024-12-14 4:01 ` |WARNING| " dpdklab
2024-12-14 4:38 ` dpdklab
2024-12-14 4:43 ` |FAILURE| " dpdklab
2024-12-14 4:47 ` dpdklab
2024-12-14 4:48 ` |SUCCESS| " dpdklab
2024-12-14 4:51 ` |FAILURE| " dpdklab
2024-12-14 4:54 ` dpdklab
2024-12-14 5:00 ` dpdklab
2024-12-14 5:12 ` |SUCCESS| " dpdklab
2024-12-14 5:19 ` |FAILURE| " dpdklab
2024-12-14 5:39 ` |WARNING| " dpdklab
2024-12-14 6:13 ` dpdklab [this message]
2024-12-14 8:05 ` 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=675d2226.050a0220.5b9ac.3867SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=stephen@networkplumber.org \
--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).