From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, Gagandeep Singh <g.singh@nxp.com>
Subject: |FAILURE| pw153875-153885 [PATCH] [11/11] net/dpaa2: enable software
Date: Fri, 30 May 2025 16:43:28 -0700 (PDT) [thread overview]
Message-ID: <683a42a0.170a0220.276a88.e812SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250530071344.2939434-12-g.singh@nxp.com>
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/153885
_Testing issues_
Submitter: Gagandeep Singh <g.singh@nxp.com>
Date: Friday, May 30 2025 07:13:44
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:466db466e2938c0d4e7f3dd75435483133f98770
153875-153885 --> testing issues
Upstream job id: Windows-Compile-DPDK-Native#28733
Test environment and result as below:
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Environment | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_msvc_compile | dpdk_llvm_clang_compile |
+===============================+====================+===================+==================+===================+=========================+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| FreeBSD 14.2 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| CentOS Stream 9 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| CentOS Stream 10 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Debian GNU/Linux 12 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Fedora 40 (Clang) | PASS | WARN | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Fedora 40 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Fedora 41 (Clang) | PASS | WARN | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Fedora 41 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| openSUSE Leap 15.6 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Red Hat Enterprise Linux 8.10 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Red Hat Enterprise Linux 9.5 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Ubuntu 22.04 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Ubuntu 24.04 | FAIL | PASS | PASS | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Alpine | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
| Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PASS | PASS |
+-------------------------------+--------------------+-------------------+------------------+-------------------+-------------------------+
==== 20 line log output for Ubuntu 24.04 (dpdk_meson_compile): ====
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:437:52: error: passing argument 3 of 'qbman_swp_acquire' from incompatible pointer type [-Werror=incompatible-pointer-types]
437 | ret = qbman_swp_acquire(swp, bpid, bufs,
| ^~~~
| |
| size_t * {aka unsigned int *}
In file included from ../drivers/bus/fslmc/portal/dpaa2_hw_pvt.h:16,
from ../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:30:
../drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h:1217:69: note: expected 'uint64_t *' {aka 'long long unsigned int *'} but argument is of type 'size_t *' {aka 'unsigned int *'}
1217 | int qbman_swp_acquire(struct qbman_swp *s, uint16_t bpid, uint64_t *buffers,
| ~~~~~~~~~~^~~~~~~
../drivers/mempool/dpaa2/dpaa2_hw_mempool.c:460:52: error: passing argument 3 of 'qbman_swp_acquire' from incompatible pointer type [-Werror=incompatible-pointer-types]
460 | ret = qbman_swp_acquire(swp, bpid, bufs,
| ^~~~
| |
| size_t * {aka unsigned int *}
../drivers/bus/fslmc/qbman/include/fsl_qbman_portal.h:1217:69: note: expected 'uint64_t *' {aka 'long long unsigned int *'} but argument is of type 'size_t *' {aka 'unsigned int *'}
1217 | int qbman_swp_acquire(struct qbman_swp *s, uint16_t bpid, uint64_t *buffers,
| ~~~~~~~~~~^~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04
Kernel: 4.19
Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
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 GNU/Linux 12
Kernel: 5.15
Compiler: gcc 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)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
openSUSE Leap 15.6
Kernel: 5.15
Compiler: gcc gcc (SUSE Linux) 7.5.0
Red Hat Enterprise Linux 8.10
Kernel: 5.15
Compiler: gcc gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22)
Red Hat Enterprise Linux 9.5
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 22.04
Kernel: 5.15
Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04
Kernel: 5.15
Compiler: gcc 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
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/33286/
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-05-30 23:43 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250530071344.2939434-12-g.singh@nxp.com>
2025-05-30 6:41 ` |SUCCESS| pw153875-153885 [PATCH 11/11] net/dpaa2: enable software taildrop for ordered queues qemudev
2025-05-30 6:46 ` qemudev
2025-05-30 7:15 ` |SUCCESS| pw153885 " checkpatch
2025-05-30 8:24 ` |FAILURE| " 0-day Robot
2025-05-30 9:46 ` |SUCCESS| pw153875-153885 [PATCH] [11/11] net/dpaa2: enable software dpdklab
2025-05-30 10:15 ` dpdklab
2025-05-30 10:19 ` dpdklab
2025-05-30 10:20 ` dpdklab
2025-05-30 10:21 ` dpdklab
2025-05-30 10:41 ` dpdklab
2025-05-30 11:35 ` |PENDING| " dpdklab
2025-05-30 11:56 ` dpdklab
2025-05-30 12:54 ` |FAILURE| " dpdklab
2025-05-30 12:56 ` |SUCCESS| " dpdklab
2025-05-30 13:21 ` |FAILURE| " dpdklab
2025-05-30 13:33 ` dpdklab
2025-05-30 14:36 ` dpdklab
2025-05-30 20:53 ` dpdklab
2025-05-30 21:08 ` |SUCCESS| " dpdklab
2025-05-30 23:43 ` dpdklab [this message]
2025-05-30 23:47 ` |FAILURE| " dpdklab
2025-05-31 8:43 ` |SUCCESS| " dpdklab
2025-05-31 8:59 ` dpdklab
2025-05-31 9:57 ` dpdklab
2025-06-04 16:24 ` 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=683a42a0.170a0220.276a88.e812SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=g.singh@nxp.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).