From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, Scott Mitchell <scott.k.mitch1@gmail.com>
Subject: |FAILURE| pw159688-159689 [PATCH] [v4,2/2] mailmap: add Scott Mitche
Date: Mon, 12 Jan 2026 07:56:40 -0800 (PST) [thread overview]
Message-ID: <696519b8.050a0220.76988.4402SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20260111160626.2103-3-scott.k.mitch1@gmail.com>
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/159689
_Testing issues_
Submitter: Scott Mitchell <scott.k.mitch1@gmail.com>
Date: Sunday, January 11 2026 16:06:26
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:cd60dcd503b91956f966a1f6d595b35d256ac00f
159688-159689 --> testing issues
Upstream job id: Generic-VM-DPDK-Compile-Meson#40620
Test environment and result as below:
+---------------------+-------------------------+--------------------+----------------------+
| Environment | dpdk_llvm_clang_compile | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+=========================+====================+======================+
| Windows Server 2025 | FAIL | SKIPPED | FAIL |
+---------------------+-------------------------+--------------------+----------------------+
| FreeBSD 14.2 | SKIPPED | FAIL | SKIPPED |
+---------------------+-------------------------+--------------------+----------------------+
==== 20 line log output for FreeBSD 14.2 (dpdk_meson_compile): ====
155 | TEST_ASSERT_EQUAL((uintptr_t)RTE_PTR_ADD(u8, 50), 150,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
156 | "RTE_PTR_ADD failed for uint8_t");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_common.h:577:34: note: expanded from macro 'RTE_PTR_ADD'
577 | default: ((void *)((char *)(ptr) + (x))) \
| ^
../lib/eal/include/rte_test.h:29:18: note: expanded from macro 'RTE_TEST_ASSERT_EQUAL'
29 | RTE_TEST_ASSERT(a == b, msg, ##__VA_ARGS__)
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_test.h:20:8: note: expanded from macro 'RTE_TEST_ASSERT'
20 | if (!(cond)) { \
| ^~~~
10 errors generated.
[2061/2126] Compiling C object app/dpdk-test.p/test_test_pmd_perf.c.o
[2062/2126] Compiling C object app/dpdk-test.p/test_test_pdcp.c.o
[2063/2126] Compiling C object app/dpdk-test.p/test_test_pmd_ring.c.o
[2064/2126] Compiling C object app/dpdk-test.p/test_test_pmd_ring_perf.c.o
[2065/2126] Compiling C object app/dpdk-test.p/test_test_ptr_compress.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
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/34881/
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 15:56 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260111160626.2103-3-scott.k.mitch1@gmail.com>
2026-01-11 16:07 ` |SUCCESS| pw159689 [PATCH v4 2/2] mailmap: add Scott Mitchell checkpatch
2026-01-11 17:00 ` |FAILURE| pw159688-159689 " qemudev
2026-01-11 17:42 ` |FAILURE| pw159689 " 0-day Robot
2026-01-12 0:17 ` |FAILURE| pw159688-159689 [PATCH] [v4,2/2] mailmap: add Scott Mitche dpdklab
2026-01-12 0:19 ` dpdklab
2026-01-12 0:20 ` dpdklab
2026-01-12 0:21 ` |WARNING| " dpdklab
2026-01-12 0:23 ` |FAILURE| " dpdklab
2026-01-12 0:35 ` dpdklab
2026-01-12 0:41 ` |SUCCESS| " dpdklab
2026-01-12 1:45 ` |FAILURE| " dpdklab
2026-01-12 1:45 ` dpdklab
2026-01-12 2:13 ` |WARNING| " dpdklab
2026-01-12 2:40 ` |FAILURE| " dpdklab
2026-01-12 4:06 ` dpdklab
2026-01-12 4:24 ` dpdklab
2026-01-12 15:39 ` dpdklab
2026-01-12 15:45 ` dpdklab
2026-01-12 15:56 ` |SUCCESS| " dpdklab
2026-01-12 15:56 ` dpdklab [this message]
2026-01-12 16:30 ` |FAILURE| " dpdklab
2026-01-12 16:45 ` dpdklab
2026-01-12 16:53 ` dpdklab
2026-01-12 17:27 ` |WARNING| " dpdklab
2026-01-12 17:49 ` |FAILURE| " dpdklab
2026-01-12 18:08 ` |SUCCESS| " dpdklab
2026-01-12 18:53 ` |FAILURE| " dpdklab
2026-01-12 19:30 ` 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=696519b8.050a0220.76988.4402SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=scott.k.mitch1@gmail.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).