From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, liwencheng <liwencheng@phytium.com.cn>
Subject: |FAILURE| pw152719-152722 [PATCH] [v4,4/4] net/macb: add necessary d
Date: Wed, 02 Apr 2025 02:14:31 -0700 (PDT) [thread overview]
Message-ID: <67ecfff7.170a0220.1aa3d1.4743SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <1743577171-119901-1-git-send-email-liwencheng@phytium.com.cn>
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/152722
_Testing issues_
Submitter: liwencheng <liwencheng@phytium.com.cn>
Date: Wednesday, April 02 2025 06:59:31
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:edd3f4b1265e6da707c46ca9b6c39d332647baea
152719-152722 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#376637
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 10 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| CentOS Stream 9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 40 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Debian 12 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| RHEL9 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 41 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 24.04 32 Bit Cross Compile | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Alpine | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 22.04 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| FreeBSD 13.5 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 41 | PEND | PEND | PEND | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 40 (Clang) | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| openSUSE Leap 15 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | PASS | PASS |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
==== 20 line log output for Ubuntu 24.04 32 Bit Cross Compile (dpdk_meson_compile): ====
92 | ret = fscanf(file, "0x%" PRIx64, map_size);
| ^~~~~ ~~~~~~~~
| |
| long unsigned int *
In file included from ../drivers/net/macb/base/macb_type.h:9,
from ../drivers/net/macb/base/macb_common.h:35,
from ../drivers/net/macb/base/macb_uio.h:4,
from ../drivers/net/macb/base/macb_uio.c:6:
/usr/i686-linux-gnu/include/inttypes.h:121:41: note: format string is defined here
121 | # define PRIx64 __PRI64_PREFIX "x"
../drivers/net/macb/base/macb_uio.c: In function 'uio_get_map_addr':
../drivers/net/macb/base/macb_uio.c:113:28: error: format '%llx' expects argument of type 'long long unsigned int *', but argument 3 has type 'long unsigned int *' [-Werror=format=]
113 | ret = fscanf(file, "0x%" PRIx64, map_addr);
| ^~~~~ ~~~~~~~~
| |
| long unsigned int *
/usr/i686-linux-gnu/include/inttypes.h:121:41: note: format string is defined here
121 | # define PRIx64 __PRI64_PREFIX "x"
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Debian 12
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
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 24.04 32 Bit Cross Compile
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
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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
FreeBSD 13.5
Kernel: 13.5-RELEASE
Compiler: clang 19.1.7
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
openSUSE Leap 15
Kernel: Depends on container host
Compiler: gcc (SUSE Linux) 7.5.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/32927/
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-04-02 9:14 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1743577171-119901-1-git-send-email-liwencheng@phytium.com.cn>
2025-04-02 6:29 ` |SUCCESS| pw152719-152722 [PATCH v4 4/4] net/macb: add necessary docs and update related files qemudev
2025-04-02 6:33 ` qemudev
2025-04-02 7:02 ` |WARNING| pw152722 " checkpatch
2025-04-02 7:29 ` |SUCCESS| pw152719-152722 [PATCH] [v4,4/4] net/macb: add necessary d dpdklab
2025-04-02 7:33 ` dpdklab
2025-04-02 7:43 ` dpdklab
2025-04-02 7:44 ` dpdklab
2025-04-02 7:44 ` dpdklab
2025-04-02 7:50 ` dpdklab
2025-04-02 7:52 ` |PENDING| " dpdklab
2025-04-02 7:53 ` |SUCCESS| " dpdklab
2025-04-02 7:58 ` |FAILURE| " dpdklab
2025-04-02 7:58 ` |SUCCESS| " dpdklab
2025-04-02 8:21 ` dpdklab
2025-04-02 8:23 ` dpdklab
2025-04-02 8:26 ` |PENDING| " dpdklab
2025-04-02 8:37 ` |FAILURE| " dpdklab
2025-04-02 8:42 ` |FAILURE| pw152722 [PATCH v4 4/4] net/macb: add necessary docs and update related files 0-day Robot
2025-04-02 8:42 ` |WARNING| pw152719-152722 [PATCH] [v4,4/4] net/macb: add necessary d dpdklab
2025-04-02 8:51 ` |PENDING| " dpdklab
2025-04-02 9:12 ` |SUCCESS| " dpdklab
2025-04-02 9:13 ` dpdklab
2025-04-02 9:14 ` |FAILURE| " dpdklab
2025-04-02 9:14 ` dpdklab [this message]
2025-04-02 9:25 ` dpdklab
2025-04-02 9:30 ` dpdklab
2025-04-02 9:40 ` |SUCCESS| " dpdklab
2025-04-02 9:58 ` |FAILURE| " dpdklab
2025-04-02 12:07 ` |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=67ecfff7.170a0220.1aa3d1.4743SMTPIN_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).