From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
Anatoly Burakov <anatoly.burakov@intel.com>
Subject: |FAILURE| pw151575-151582 [PATCH] [v6,8/8] devtools: add script to g
Date: Tue, 18 Feb 2025 07:06:19 -0800 (PST) [thread overview]
Message-ID: <67b4a1eb.050a0220.137c90.16feSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <f017d9a0b15ea2f06fccf041bd73d1fbef479443.1739877266.git.anatoly.burakov@intel.com>
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/151582
_Testing issues_
Submitter: Anatoly Burakov <anatoly.burakov@intel.com>
Date: Tuesday, February 18 2025 11:15:34
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:e5176f23ae8b31437c3e5eb875c81f95bf3a9942
151575-151582 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#362587
Test environment and result as below:
+------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+====================================+====================+
| RHEL9 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+------------------------------------+--------------------+
| Debian 12 with MUSDK | FAIL |
+------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Fedora 41 (ARM) | PEND |
+------------------------------------+--------------------+
| Fedora 41 (ARM Clang) | PEND |
+------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 22.04 (ARM) | PEND |
+------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PEND |
+------------------------------------+--------------------+
| CentOS Stream 10 (ARM) | PEND |
+------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PEND |
+------------------------------------+--------------------+
==== 20 line log output for Debian 12 with MUSDK (dpdk_meson_compile): ====
[977/1266] Compiling C object app/dpdk-test-bbdev.p/test-bbdev_test_bbdev_vector.c.o
[978/1266] Linking target app/dpdk-test-bbdev
[979/1266] Compiling C object app/dpdk-test-cmdline.p/test-cmdline_commands.c.o
[980/1266] Compiling C object app/dpdk-test-cmdline.p/test-cmdline_cmdline_test.c.o
[981/1266] Linking target app/dpdk-test-cmdline
[982/1266] Compiling C object app/dpdk-test-compress-perf.p/test-compress-perf_comp_perf_options_parse.c.o
[983/1266] Compiling C object app/dpdk-test-compress-perf.p/test-compress-perf_comp_perf_test_common.c.o
[984/1266] Compiling C object app/dpdk-test-compress-perf.p/test-compress-perf_comp_perf_test_cyclecount.c.o
[985/1266] Compiling C object app/dpdk-test-compress-perf.p/test-compress-perf_comp_perf_test_throughput.c.o
[986/1266] Compiling C object app/dpdk-test-compress-perf.p/test-compress-perf_comp_perf_test_verify.c.o
[987/1266] Compiling C object app/dpdk-test-compress-perf.p/test-compress-perf_main.c.o
[988/1266] Linking target app/dpdk-test-compress-perf
[989/1266] Compiling C object app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_ops.c.o
FAILED: app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_ops.c.o
ccache aarch64-linux-gnu-gcc -Iapp/dpdk-test-crypto-perf.p -Iapp -I../app -Ilib/cryptodev -I../lib/cryptodev -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -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/common -I../lib/eal/common -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/rcu -I../lib/rcu -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 -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D
_GNU_SOURCE -mcpu=cortex-a72 -DALLOW_EXPERIMENTAL_API -Wno-vla -MD -MQ app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_ops.c.o -MF app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_ops.c.o.d -o app/dpdk-test-crypto-perf.p/test-crypto-perf_cperf_ops.c.o -c ../app/test-crypto-perf/cperf_ops.c
../app/test-crypto-perf/cperf_ops.c:6:10: fatal error: rte_ether.h: No such file or directory
6 | #include <rte_ether.h>
| ^~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: Depends on container host
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Debian 12 with MUSDK
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Fedora 40 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Fedora 41 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
Fedora 41 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 22.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
CentOS Stream 10 (ARM)
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Debian 11 (Buster) (ARM)
Kernel: Depends on container host
Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32601/
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-02-18 15:06 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <f017d9a0b15ea2f06fccf041bd73d1fbef479443.1739877266.git.anatoly.burakov@intel.com>
2025-02-18 10:44 ` |SUCCESS| pw151575-151582 [PATCH v6 8/8] devtools: add script to generate DPDK dependency graphs qemudev
2025-02-18 10:49 ` qemudev
2025-02-18 11:17 ` |SUCCESS| pw151582 " checkpatch
2025-02-18 14:03 ` 0-day Robot
2025-02-18 14:06 ` |SUCCESS| pw151575-151582 [PATCH] [v6,8/8] devtools: add script to g dpdklab
2025-02-18 14:06 ` dpdklab
2025-02-18 14:10 ` dpdklab
2025-02-18 14:11 ` dpdklab
2025-02-18 14:14 ` |PENDING| " dpdklab
2025-02-18 14:16 ` |SUCCESS| " dpdklab
2025-02-18 14:46 ` dpdklab
2025-02-18 15:01 ` |PENDING| " dpdklab
2025-02-18 15:04 ` |FAILURE| " dpdklab
2025-02-18 15:06 ` dpdklab [this message]
2025-02-18 15:14 ` |SUCCESS| " dpdklab
2025-02-18 15:25 ` dpdklab
2025-02-18 16:00 ` dpdklab
2025-02-18 16:00 ` dpdklab
2025-02-18 16:26 ` dpdklab
2025-02-18 16:28 ` dpdklab
2025-02-18 17:00 ` |FAILURE| " dpdklab
2025-02-19 9:01 ` |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=67b4a1eb.050a0220.137c90.16feSMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=anatoly.burakov@intel.com \
--cc=dpdk-test-reports@iol.unh.edu \
--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).