From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, Wenbo Liu <liuwenbo109@gmail.com>
Subject: |FAILURE| pw152547 [PATCH] drivers/net/mlx5: fix mlx5 send packet fa
Date: Mon, 24 Mar 2025 20:56:58 -0700 (PDT) [thread overview]
Message-ID: <67e2298a.050a0220.2224f3.7f67SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <1742899140-2013-1-git-send-email-liuwenbo109@gmail.com>
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/152547
_Testing issues_
Submitter: Wenbo Liu <liuwenbo109@gmail.com>
Date: Tuesday, March 25 2025 10:39:00
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:03e6bb39b1438e296f04541b115ca21580767265
152547 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#374477
Test environment and result as below:
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_llvm_clang_compile | dpdk_msvc_compile | dpdk_mingw64_compile |
+===================================+====================+===================+==================+=========================+===================+======================+
| CentOS Stream 9 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| CentOS Stream 10 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Debian 12 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 40 (Clang) | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 41 | FAIL | WARN | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| RHEL8 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 41 (Clang) | FAIL | WARN | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 20.04 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 40 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| openSUSE Leap 15 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 24.04 | FAIL | WARN | WARN | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| RHEL9 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| FreeBSD 13.5 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Alpine | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 24.04 32 Bit Cross Compile | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 22.04 | FAIL | WARN | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | FAIL | PASS | PASS |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
==== 20 line log output for Windows Server 2022 (dpdk_llvm_clang_compile): ====
../drivers/net/mlx5/mlx5_tx.c:213:53: error: cast from 'volatile struct mlx5_cqe *' to 'char *' drops volatile qualifier [-Werror,-Wcast-qual]
(txq, (volatile struct mlx5_err_cqe *)(((char *)cqe) + offset));
^
../drivers/net/mlx5/mlx5_tx.c:213:11: error: incompatible pointer types passing 'volatile struct mlx5_err_cqe *' to parameter of type 'volatile struct mlx5_error_cqe *' [-Werror,-Wincompatible-pointer-types]
(txq, (volatile struct mlx5_err_cqe *)(((char *)cqe) + offset));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/mlx5/mlx5_tx.c:86:37: note: passing argument to parameter 'err_cqe' here
volatile struct mlx5_error_cqe *err_cqe)
^
2 errors generated.
[575/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_rxtx.c.obj
[576/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_rx.c.obj
[577/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_rxq.c.obj
[578/859] Generating rte_net_ixgbe.pmd.c with a custom command (wrapped by meson to set PATH)
[579/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_utils.c.obj
[580/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_dv.c.obj
[581/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_nompw.c.obj
[582/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_empw.c.obj
[583/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_txpp.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
openSUSE Leap 15
Kernel: Depends on container host
Compiler: gcc (SUSE Linux) 7.5.0
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
FreeBSD 13.5
Kernel: 13.5-RELEASE
Compiler: clang 19.1.7
Alpine
Kernel: Depends on container host
Compiler: gcc (Alpine 14.2.0) 14.2.0
Ubuntu 24.04 32 Bit Cross Compile
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32878/
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:[~2025-03-25 3:57 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1742899140-2013-1-git-send-email-liuwenbo109@gmail.com>
2025-03-25 2:11 ` |SUCCESS| pw152547 [PATCH] drivers/net/mlx5: fix mlx5 send packet failed qemudev
2025-03-25 2:15 ` qemudev
2025-03-25 2:39 ` |WARNING| " checkpatch
2025-03-25 3:02 ` |SUCCESS| pw152547 [PATCH] drivers/net/mlx5: fix mlx5 send packet fa dpdklab
2025-03-25 3:04 ` |WARNING| " dpdklab
2025-03-25 3:11 ` |FAILURE| " dpdklab
2025-03-25 3:14 ` |SUCCESS| " dpdklab
2025-03-25 3:16 ` dpdklab
2025-03-25 3:21 ` dpdklab
2025-03-25 3:24 ` |FAILURE| " dpdklab
2025-03-25 3:27 ` |WARNING| " dpdklab
2025-03-25 3:28 ` |SUCCESS| " dpdklab
2025-03-25 3:29 ` dpdklab
2025-03-25 3:29 ` |WARNING| " dpdklab
2025-03-25 3:31 ` dpdklab
2025-03-25 3:31 ` |SUCCESS| " dpdklab
2025-03-25 3:38 ` |FAILURE| " dpdklab
2025-03-25 3:39 ` |WARNING| " dpdklab
2025-03-25 3:39 ` dpdklab
2025-03-25 3:40 ` dpdklab
2025-03-25 3:41 ` |SUCCESS| " dpdklab
2025-03-25 3:46 ` |WARNING| " dpdklab
2025-03-25 3:46 ` |FAILURE| " dpdklab
2025-03-25 3:49 ` |SUCCESS| " dpdklab
2025-03-25 3:49 ` |WARNING| " dpdklab
2025-03-25 3:56 ` dpdklab [this message]
2025-03-25 3:58 ` |FAILURE| " dpdklab
2025-03-25 4:03 ` |FAILURE| pw152547 [PATCH] drivers/net/mlx5: fix mlx5 send packet failed 0-day Robot
2025-03-25 20:41 ` |FAILURE| pw152547 [PATCH] drivers/net/mlx5: fix mlx5 send packet fa dpdklab
2025-03-26 14:36 ` |SUCCESS| " 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=67e2298a.050a0220.2224f3.7f67SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=liuwenbo109@gmail.com \
--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).