automatic DPDK test reports
 help / color / mirror / Atom feed
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| pw158029-158036 [PATCH] [v4,8/8] doc: update documentation
Date: Thu, 23 Oct 2025 14:10:06 -0700 (PDT)	[thread overview]
Message-ID: <68fa99ae.050a0220.379320.cf39SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20251023154748.38535-9-stephen@networkplumber.org>

Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/158036

_Testing issues_

Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Thursday, October 23 2025 15:46:29 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:7c744b9a08cf3dd6bdd215689bb6d2beb8a8a4ef

158029-158036 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#437158

Test environment and result as below:

+------------------------------+--------------------+
|         Environment          | dpdk_meson_compile |
+==============================+====================+
| Red Hat Enterprise Linux 9.5 | PEND               |
+------------------------------+--------------------+
| Ubuntu 20.04                 | FAIL               |
+------------------------------+--------------------+
| Debian GNU/Linux 12          | PEND               |
+------------------------------+--------------------+
| Fedora Linux 42              | PEND               |
+------------------------------+--------------------+
| Ubuntu 22.04                 | PEND               |
+------------------------------+--------------------+
| Ubuntu 24.04                 | PEND               |
+------------------------------+--------------------+
| CentOS Stream 9              | PEND               |
+------------------------------+--------------------+
| CentOS Stream 10             | PEND               |
+------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
[535/3771] Compiling C object lib/librte_pdump.a.p/pdump_rte_pdump.c.o
FAILED: lib/librte_pdump.a.p/pdump_rte_pdump.c.o
ccache aarch64-linux-gnu-gcc -Ilib/librte_pdump.a.p -Ilib -I../lib -Ilib/pdump -I../lib/pdump -Ilib/eal/common -I../lib/eal/common -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 -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/argparse -I../lib/argparse -Ilib/ethdev -I../lib/ethdev -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 -Ilib/bpf -I../lib/bpf -Ilib/pcapng -I../lib/pcapng -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpoint
 er-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=lib.pdump -MD -MQ lib/librte_pdump.a.p/pdump_rte_pdump.c.o -MF lib/librte_pdump.a.p/pdump_rte_pdump.c.o.d -o lib/librte_pdump.a.p/pdump_rte_pdump.c.o -c ../lib/pdump/rte_pdump.c
In file included from ../lib/eal/common/eal_export.h:8,
from ../lib/pdump/rte_pdump.c:7:
../lib/pdump/rte_pdump.c: In function 'pdump_copy':
../lib/eal/include/rte_common.h:799:6: error: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Werror=sign-compare]
799 |   _a < _b ? _a : _b; \
|      ^
../lib/pdump/rte_pdump.c:211:20: note: in expansion of macro 'RTE_MIN'
211 |   unsigned int n = RTE_MIN(nb_pkts - offs, PDUMP_BURST_SIZE);
|                    ^~~~~~~
../lib/eal/include/rte_common.h:799:18: error: operand of ?: changes signedness from 'int' to 'unsigned int' due to unsignedness of other operand [-Werror=sign-compare]
799 |   _a < _b ? _a : _b; \
|                  ^~
../lib/pdump/rte_pdump.c:211:20: note: in expansion of macro 'RTE_MIN'
211 |   unsigned int n = RTE_MIN(nb_pkts - offs, PDUMP_BURST_SIZE);
|                    ^~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Red Hat Enterprise Linux 9.5
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 20.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Debian GNU/Linux 12
	Kernel: 5.4
	Compiler: gcc gcc (Debian 12.2.0-14+deb12u1) 12.2.0

Fedora Linux 42
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 15.2.1 20250808 (Red Hat 15.2.1-1)

Ubuntu 22.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: 5.4
	Compiler: gcc gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

CentOS Stream 9
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-11)

CentOS Stream 10
	Kernel: 5.4
	Compiler: gcc gcc (GCC) 14.2.1 20250110 (Red Hat 14.2.1-8)

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34362/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

      parent reply	other threads:[~2025-10-23 21:10 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20251023154748.38535-9-stephen@networkplumber.org>
2025-10-23 15:13 ` |SUCCESS| pw158029-158036 [PATCH v4 8/8] doc: update documentation on pdump library qemudev
2025-10-23 15:18 ` qemudev
2025-10-23 15:48 ` |SUCCESS| pw158036 " checkpatch
2025-10-23 16:09 ` |FAILURE| pw158029-158036 [PATCH] [v4,8/8] doc: update documentation dpdklab
2025-10-23 16:10 ` |WARNING| " dpdklab
2025-10-23 16:13 ` |FAILURE| " dpdklab
2025-10-23 16:13 ` |SUCCESS| " dpdklab
2025-10-23 16:18 ` dpdklab
2025-10-23 16:24 ` |FAILURE| " dpdklab
2025-10-23 16:25 ` |PENDING| " dpdklab
2025-10-23 16:30 ` |SUCCESS| " dpdklab
2025-10-23 16:33 ` dpdklab
2025-10-23 16:35 ` dpdklab
2025-10-23 16:35 ` dpdklab
2025-10-23 16:40 ` |WARNING| " dpdklab
2025-10-23 16:42 ` |FAILURE| " dpdklab
2025-10-23 16:45 ` dpdklab
2025-10-23 16:45 ` |WARNING| " dpdklab
2025-10-23 16:51 ` dpdklab
2025-10-23 17:02 ` |SUCCESS| " dpdklab
2025-10-23 17:27 ` dpdklab
2025-10-23 21:10 ` dpdklab [this message]

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=68fa99ae.050a0220.379320.cf39SMTPIN_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).