From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw152521-152522 [PATCH] [v2,2/2] net/mlx5: enhance log fil
Date: Fri, 21 Mar 2025 10:28:04 -0700 (PDT) [thread overview]
Message-ID: <67dda1a4.170a0220.2642a5.4898SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250321132750.4237-2-ming.1.yang@nokia-sbell.com>
Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/152522
_Testing issues_
Submitter: Yang Ming <ming.1.yang@nokia-sbell.com>
Date: Friday, March 21 2025 13:27:50
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:e9c1fdf2c971b1537b140d48314ee29a9369b742
152521-152522 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#373756
Test environment and result as below:
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_msvc_compile | dpdk_llvm_clang_compile | dpdk_mingw64_compile |
+===================================+====================+===================+==================+===================+=========================+======================+
| CentOS Stream 9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| CentOS Stream 10 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Fedora 41 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Fedora 41 (Clang) | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Debian 12 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Fedora 40 (Clang) | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Fedora 40 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| RHEL9 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 24.04 | PASS | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Alpine | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Ubuntu 24.04 32 Bit Cross Compile | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| FreeBSD 13.5 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
| Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | FAIL | PASS |
+-----------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+----------------------+
==== 20 line log output for Windows Server 2022 (dpdk_llvm_clang_compile): ====
C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt\corecrt.h:428:50: note: expanded from macro '_CRT_NONSTDC_DEPRECATE'
#define _CRT_NONSTDC_DEPRECATE(_NewName) _CRT_DEPRECATE_TEXT( \
^
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\vcruntime.h:345:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
#define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
^
../drivers/net/mlx5/mlx5_rxtx.c:416:34: error: use of undeclared identifier 'W_OK'
if (access(MLX5_SYSTEM_LOG_DIR, W_OK) == 0) {
^
2 errors generated.
[575/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx.c.obj
[576/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_devx.c.obj
[577/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_rx.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_rxq.c.obj
[581/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_dv.c.obj
[582/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_txpp.c.obj
[583/859] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_tx_empw.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)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
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 40
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)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
openSUSE Leap 15
Kernel: Depends on container host
Compiler: gcc (SUSE Linux) 7.5.0
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
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 13.5
Kernel: 13.5-RELEASE
Compiler: clang 19.1.7
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
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/32863/
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-21 17:28 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250321132750.4237-2-ming.1.yang@nokia-sbell.com>
2025-03-21 13:05 ` |SUCCESS| pw152521-152522 [PATCH v2 2/2] net/mlx5: enhance log file path qemudev
2025-03-21 13:09 ` qemudev
2025-03-21 13:32 ` |SUCCESS| pw152522 " checkpatch
2025-03-21 14:43 ` 0-day Robot
2025-03-21 16:04 ` |PENDING| pw152521-152522 [PATCH] [v2,2/2] net/mlx5: enhance log fil dpdklab
2025-03-21 16:14 ` dpdklab
2025-03-21 16:28 ` |FAILURE| " dpdklab
2025-03-21 16:29 ` |PENDING| " dpdklab
2025-03-21 16:29 ` |FAILURE| " dpdklab
2025-03-21 16:29 ` dpdklab
2025-03-21 16:34 ` dpdklab
2025-03-21 16:49 ` |SUCCESS| " dpdklab
2025-03-21 17:16 ` |WARNING| " dpdklab
2025-03-21 17:28 ` dpdklab [this message]
2025-03-21 17:41 ` |SUCCESS| " dpdklab
2025-03-21 17:44 ` dpdklab
2025-03-21 18:48 ` dpdklab
2025-03-21 18:48 ` dpdklab
2025-03-21 21:44 ` 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=67dda1a4.170a0220.2642a5.4898SMTPIN_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).