From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu, "Varghese,
Vipin" <vipin.varghese@amd.com>
Subject: |FAILURE| pw147704-147706 [PATCH] [RFC,v3,3/3] examples: add lcore t
Date: Wed, 30 Oct 2024 19:08:36 -0700 (PDT) [thread overview]
Message-ID: <6722e6a4.170a0220.23c8f2.126bSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20241030054133.520-4-vipin.varghese@amd.com>
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/147706
_Testing issues_
Submitter: Varghese, Vipin <vipin.varghese@amd.com>
Date: Wednesday, October 30 2024 05:41:33
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:6dad0bb5c8621644beca86ff5f4910a943ba604d
147704-147706 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#327507
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| RHEL9 (ARM) | PEND |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | PEND |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 39 (ARM Clang) | PEND |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+----------------------------------------+--------------------+
| Fedora 40 (ARM) | PEND |
+----------------------------------------+--------------------+
| Fedora 40 (ARM Clang) | PEND |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PEND |
+----------------------------------------+--------------------+
| Ubuntu 24.04 (ARM) | PEND |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | PEND |
+----------------------------------------+--------------------+
| Debian 12 (arm) | PEND |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PEND |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[2156/2295] Compiling C object examples/dpdk-helloworld.p/helloworld_main.c.o
FAILED: examples/dpdk-helloworld.p/helloworld_main.c.o
ccache arm-linux-gnueabihf-gcc -Iexamples/dpdk-helloworld.p -Iexamples -I../examples -Iexamples/helloworld -I../examples/helloworld -I../examples/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 -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/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-com
pare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -march=armv8-a+simd -mfpu=auto -Wno-format-truncation -DALLOW_EXPERIMENTAL_API -MD -MQ examples/dpdk-helloworld.p/helloworld_main.c.o -MF examples/dpdk-helloworld.p/helloworld_main.c.o.d -o examples/dpdk-helloworld.p/helloworld_main.c.o -c ../examples/helloworld/main.c
../examples/helloworld/main.c: In function 'parse_topology':
../examples/helloworld/main.c:83:6: error: implicit declaration of function 'strtoul'; did you mean 'strtok'? [-Werror=implicit-function-declaration]
83 | n = strtoul(q_arg, &end, 10);
| ^~~~~~~
| strtok
../examples/helloworld/main.c:83:6: error: nested extern declaration of 'strtoul' [-Werror=nested-externs]
../examples/helloworld/main.c: In function 'helloworld_parse_args':
../examples/helloworld/main.c:115:14: error: 'EXIT_FAILURE' undeclared (first use in this function)
115 | rte_exit(EXIT_FAILURE, "Invalid Topology selection\n");
| ^~~~~~~~~~~~
../examples/helloworld/main.c:115:14: note: each undeclared identifier is reported only once for each function it appears in
../examples/helloworld/main.c: In function 'main':
../examples/helloworld/main.c:153:12: error: 'EXIT_FAILURE' undeclared (first use in this function)
153 | rte_exit(EXIT_FAILURE, "Invalid arguments\n");
| ^~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
RHEL9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
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
Ubuntu 20.04 ARM SVE
Kernel: Depends on container host
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Fedora 39 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39)
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 20240801 (Red Hat 14.2.1-1)
Fedora 40 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40)
Ubuntu 20.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 24.04 (ARM)
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
CentOS Stream 9 (ARM)
Kernel: Depends on container host
Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3)
Debian 12 (arm)
Kernel: Depends on container host
Compiler: gcc (Debian 12.2.0-14) 12.2.0
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: Depends on container host
Compiler: clang 10.0.0-4ubuntu1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: Depends on container host
Compiler: gcc 9.4.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/31762/
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:[~2024-10-31 2:08 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20241030054133.520-4-vipin.varghese@amd.com>
2024-10-30 5:15 ` |SUCCESS| pw147704-147706 [RFC v3 3/3] examples: add lcore topology API calls qemudev
2024-10-30 5:19 ` |FAILURE| " qemudev
2024-10-30 5:48 ` |SUCCESS| pw147706 " checkpatch
2024-10-30 8:44 ` |FAILURE| " 0-day Robot
2024-10-30 12:57 ` |SUCCESS| pw147704-147706 [PATCH] [RFC,v3,3/3] examples: add lcore t dpdklab
2024-10-30 15:56 ` dpdklab
2024-10-30 16:11 ` dpdklab
2024-10-30 16:59 ` dpdklab
2024-10-30 19:30 ` dpdklab
2024-10-30 21:50 ` |FAILURE| " dpdklab
2024-10-30 22:20 ` |PENDING| " dpdklab
2024-10-30 22:21 ` |FAILURE| " dpdklab
2024-10-30 23:16 ` dpdklab
2024-10-31 1:37 ` |PENDING| " dpdklab
2024-10-31 1:38 ` dpdklab
2024-10-31 1:57 ` |FAILURE| " dpdklab
2024-10-31 2:08 ` dpdklab [this message]
2024-10-31 3:15 ` |SUCCESS| " dpdklab
2024-10-31 6:36 ` |FAILURE| " 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=6722e6a4.170a0220.23c8f2.126bSMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=test-report@dpdk.org \
--cc=vipin.varghese@amd.com \
/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).