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| pw159691-159697 [PATCH] [v3,7/7] pcapng: improve performan
Date: Mon, 12 Jan 2026 08:41:18 -0800 (PST) [thread overview]
Message-ID: <6965242e.050a0220.1932aa.00dbSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20260112045359.142999-8-stephen@networkplumber.org>
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/159697
_Testing issues_
Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, January 12 2026 04:50:20
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f
159691-159697 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#455862
Test environment and result as below:
+---------------------+-------------------------+--------------------+----------------------+
| Environment | dpdk_llvm_clang_compile | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+=========================+====================+======================+
| Windows Server 2025 | PASS | SKIPPED | PASS |
+---------------------+-------------------------+--------------------+----------------------+
| FreeBSD 14.2 | SKIPPED | FAIL | SKIPPED |
+---------------------+-------------------------+--------------------+----------------------+
| CentOS Stream 9 | SKIPPED | PASS | SKIPPED |
+---------------------+-------------------------+--------------------+----------------------+
==== 20 line log output for FreeBSD 14.2 (dpdk_meson_compile): ====
[2053/2125] Compiling C object app/dpdk-test.p/test_test_pdump.c.o
[2054/2125] Compiling C object app/dpdk-test.p/test_test_pcapng.c.o
FAILED: app/dpdk-test.p/test_test_pcapng.c.o
cc -Iapp/dpdk-test.p -Iapp -I../app -Ilib/cmdline -I../lib/cmdline -Ilib/eal/common -I../lib/eal/common -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Idrivers/net/ring -I../drivers/net/ring -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/bsd -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/acl -I../lib/acl -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Ilib/bitratestats -I../lib/bitratestats -Ilib/bpf -I../lib/bpf -Ilib/cfgfile -I../lib/cfgfile -Ilib/compressdev -I../lib/compressdev -Ilib/cryptodev
-I../lib/cryptodev -Ilib/security -I../lib/security -Ilib/dispatcher -I../lib/dispatcher -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Ilib/dmadev -I../lib/dmadev -Ilib/distributor -I../lib/distributor -Ilib/efd -I../lib/efd -Ilib/fib -I../lib/fib -Ilib/rib -I../lib/rib -Ilib/table -I../lib/table -Ilib/port -I../lib/port -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/lpm -I../lib/lpm -Ilib/graph -I../lib/graph -Ilib/pcapng -I../lib/pcapng -Ilib/ipsec -I../lib/ipsec -Ilib/latencystats -I../lib/latencystats -Idrivers/net/bonding -I../drivers/net/bonding -Ilib/member -I../lib/member -Ilib/pdcp -I../lib/pdcp -Ilib/reorder -I../lib/reorder -Ilib/pdump -I../lib/pdump -Ilib/ptr_compress -I../lib/ptr_compress -Ilib/rawdev -I../lib/rawdev -Idrivers/raw/skeleton -I../drivers/raw/skeleton -Ilib/stack -I../lib/stack -Ilib/pipeline -I../lib/pipeline -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Iapp/test/test_cfgfiles -I/usr/local/include -Xclang -fco
lor-diagnostics -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wcomma -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -march=native -mrtm -DALLOW_EXPERIMENTAL_API -Wno-vla -fno-strict-aliasing -Wno-format-truncation -DALLOW_INTERNAL_API -MD -MQ app/dpdk-test.p/test_test_pcapng.c.o -MF app/dpdk-test.p/test_test_pcapng.c.o.d -o app/dpdk-test.p/test_test_pcapng.c.o -c ../app/test/test_pcapng.c
../app/test/test_pcapng.c:189:3: error: suspicious concatenation of string literals in an array initialization; did you mean to separate the elements with a comma? [-Werror,-Wstring-concatenation]
188 | "Congratulations, you've reached the end of the RX path. "
|
| ,
189 | "Please collect your free cache miss.",
| ^
../app/test/test_pcapng.c:188:3: note: place parentheses around the string literal to silence warning
188 | "Congratulations, you've reached the end of the RX path. "
| ^
1 error generated.
[2055/2125] Compiling C object app/dpdk-test.p/test_test_per_lcore.c.o
[2056/2125] Compiling C object app/dpdk-test.p/test_test_pflock.c.o
[2057/2125] Compiling C object app/dpdk-test.p/test_test_memcpy_perf.c.o
[2058/2125] Compiling C object app/dpdk-test.p/test_test_pdcp.c.o
[2059/2125] Compiling C object app/dpdk-test.p/test_test_pie.c.o
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2025
Kernel: 10.0.26100
Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521
FreeBSD 14.2
Kernel: 14.2-RELEASE
Compiler: clang 18.1.6
CentOS Stream 9
Kernel: 5.15
Compiler: gcc gcc (GCC) 11.5.0 20240719 (Red Hat 11.5.0-14)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34890/
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:[~2026-01-12 16:41 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260112045359.142999-8-stephen@networkplumber.org>
2026-01-12 4:56 ` |SUCCESS| pw159697 [PATCH v3 7/7] pcapng: improve performance of timestamping checkpatch
2026-01-12 5:01 ` |SUCCESS| pw159691-159697 " qemudev
2026-01-12 5:08 ` qemudev
2026-01-12 5:44 ` |FAILURE| pw159697 " 0-day Robot
2026-01-12 9:53 ` |SUCCESS| pw159691-159697 [PATCH] [v3,7/7] pcapng: improve performan dpdklab
2026-01-12 9:53 ` |PENDING| " dpdklab
2026-01-12 9:53 ` |FAILURE| " dpdklab
2026-01-12 9:56 ` dpdklab
2026-01-12 9:57 ` |SUCCESS| " dpdklab
2026-01-12 9:58 ` |FAILURE| " dpdklab
2026-01-12 10:02 ` |SUCCESS| " dpdklab
2026-01-12 10:07 ` |PENDING| " dpdklab
2026-01-12 10:07 ` dpdklab
2026-01-12 10:13 ` |SUCCESS| " dpdklab
2026-01-12 10:15 ` dpdklab
2026-01-12 10:17 ` |FAILURE| " dpdklab
2026-01-12 10:22 ` |SUCCESS| " dpdklab
2026-01-12 10:30 ` |WARNING| " dpdklab
2026-01-12 10:35 ` |SUCCESS| " dpdklab
2026-01-12 10:52 ` dpdklab
2026-01-12 11:54 ` dpdklab
2026-01-12 15:35 ` dpdklab
2026-01-12 16:38 ` |FAILURE| " dpdklab
2026-01-12 16:41 ` dpdklab [this message]
2026-01-12 17:22 ` |WARNING| " dpdklab
2026-01-12 17:31 ` |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=6965242e.050a0220.1932aa.00dbSMTPIN_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).