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| pw138771-138784 [PATCH] [v12,14/14] maintainers: add for l
Date: Mon, 25 Mar 2024 14:40:23 -0700 (PDT) [thread overview]
Message-ID: <6601ef47.170a0220.cc80d.41c8SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20240325205405.669897-15-stephen@networkplumber.org>
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/138784
_Testing issues_
Submitter: Stephen Hemminger <stephen@networkplumber.org>
Date: Monday, March 25 2024 20:47:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:0b82b5139fefe6eb5ec1a0b489fd193e8a99ab73
138771-138784 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Debian 12 with MUSDK | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Debian 12 (arm) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 aarch32 GCC Cross Compile (dpdk_meson_compile): ====
[16/2271] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry.c.o'.
[17/2271] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
[18/2271] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_legacy.c.o'.
[19/2271] Linking static target lib/librte_telemetry.a.
[20/2271] Generating telemetry.sym_chk with a meson_exe.py custom command.
[21/2271] Linking target lib/librte_telemetry.so.24.1.
[22/2271] Generating symbol file 'lib/76b5a35@@rte_telemetry@sha/librte_telemetry.so.24.1.symbols'.
[23/2271] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_bus.c.o'.
[24/2271] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[25/2271] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_class.c.o'.
[26/2271] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_config.c.o'.
[27/2271] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o
ccache arm-linux-gnueabihf-gcc -Ilib/76b5a35@@rte_eal@sta -Ilib -I../lib -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/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -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-compare -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 -fPIC -march=armv8-a+simd -mfpu=auto -DALLOW_EXPERIMENTAL_API -DALLOW_
INTERNAL_API -Wno-format-truncation '-DABI_VERSION="24.1"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_debug.c.o' -c ../lib/eal/common/eal_common_debug.c
../lib/eal/common/eal_common_debug.c: In function 'rte_exit':
../lib/eal/common/eal_common_debug.c:43:2: error: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Werror=unused-result]
43 | vasprintf(&msg, format, ap);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-167-generic
Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Debian 12 with MUSDK
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29653/
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-03-25 21:40 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240325205405.669897-15-stephen@networkplumber.org>
2024-03-25 20:34 ` |SUCCESS| pw138771-138784 [PATCH v12 14/14] maintainers: add for log library qemudev
2024-03-25 20:38 ` |FAILURE| " qemudev
2024-03-25 20:56 ` |SUCCESS| pw138784 " checkpatch
2024-03-25 21:37 ` |FAILURE| pw138771-138784 [PATCH] [v12,14/14] maintainers: add for l dpdklab
2024-03-25 21:37 ` dpdklab
2024-03-25 21:37 ` dpdklab
2024-03-25 21:37 ` dpdklab
2024-03-25 21:38 ` |SUCCESS| " dpdklab
2024-03-25 21:38 ` dpdklab
2024-03-25 21:38 ` |FAILURE| " dpdklab
2024-03-25 21:38 ` dpdklab
2024-03-25 21:38 ` dpdklab
2024-03-25 21:38 ` dpdklab
2024-03-25 21:39 ` dpdklab
2024-03-25 21:39 ` dpdklab
2024-03-25 21:39 ` |SUCCESS| " dpdklab
2024-03-25 21:39 ` |FAILURE| " dpdklab
2024-03-25 21:39 ` dpdklab
2024-03-25 21:39 ` dpdklab
2024-03-25 21:40 ` |SUCCESS| " dpdklab
2024-03-25 21:40 ` |FAILURE| " dpdklab
2024-03-25 21:40 ` dpdklab [this message]
2024-03-25 21:40 ` dpdklab
2024-03-25 21:40 ` |SUCCESS| " dpdklab
2024-03-25 21:40 ` |FAILURE| " dpdklab
2024-03-25 21:41 ` dpdklab
2024-03-25 21:41 ` dpdklab
2024-03-25 21:41 ` |SUCCESS| " dpdklab
2024-03-25 21:41 ` |FAILURE| " dpdklab
2024-03-25 21:41 ` dpdklab
2024-03-25 21:41 ` dpdklab
2024-03-25 21:42 ` dpdklab
2024-03-25 21:42 ` dpdklab
2024-03-25 21:42 ` dpdklab
2024-03-25 21:42 ` |SUCCESS| " dpdklab
2024-03-25 21:42 ` |WARNING| " dpdklab
2024-03-25 21:42 ` |FAILURE| " dpdklab
2024-03-25 21:43 ` |SUCCESS| " dpdklab
2024-03-25 21:43 ` |FAILURE| " dpdklab
2024-03-25 21:43 ` dpdklab
2024-03-25 21:43 ` dpdklab
2024-03-25 21:43 ` dpdklab
2024-03-25 21:44 ` dpdklab
2024-03-25 21:44 ` dpdklab
2024-03-25 21:44 ` dpdklab
2024-03-25 21:44 ` |FAILURE| pw138784 [PATCH v12 14/14] maintainers: add for log library 0-day Robot
2024-03-25 21:44 ` |FAILURE| pw138771-138784 [PATCH] [v12,14/14] maintainers: add for l dpdklab
2024-03-25 21:44 ` dpdklab
2024-03-25 21:44 ` |SUCCESS| " dpdklab
2024-03-25 21:45 ` |FAILURE| " dpdklab
2024-03-25 21:45 ` dpdklab
2024-03-25 21:46 ` |SUCCESS| " dpdklab
2024-03-25 21:46 ` |FAILURE| " dpdklab
2024-03-25 21:46 ` |SUCCESS| " dpdklab
2024-03-25 21:47 ` dpdklab
2024-03-25 21:47 ` |FAILURE| " dpdklab
2024-03-25 21:47 ` |SUCCESS| " dpdklab
2024-03-25 21:47 ` |FAILURE| " dpdklab
2024-03-25 21:48 ` dpdklab
2024-03-25 21:48 ` dpdklab
2024-03-25 21:49 ` dpdklab
2024-03-25 21:49 ` dpdklab
2024-03-25 21:50 ` |SUCCESS| " dpdklab
2024-03-25 21:50 ` dpdklab
2024-03-25 21:51 ` dpdklab
2024-03-25 21:51 ` |FAILURE| " dpdklab
2024-03-25 21:51 ` dpdklab
2024-03-25 21:52 ` dpdklab
2024-03-25 21:53 ` |SUCCESS| " dpdklab
2024-03-25 21:54 ` dpdklab
2024-03-25 21:55 ` |FAILURE| " dpdklab
2024-03-25 22:01 ` dpdklab
2024-03-25 22:07 ` dpdklab
2024-03-25 22:52 ` dpdklab
2024-03-25 23:16 ` |SUCCESS| " dpdklab
2024-03-25 23:56 ` dpdklab
2024-04-01 17:52 ` dpdklab
2024-04-01 17:53 ` dpdklab
2024-04-01 18:10 ` dpdklab
2024-04-01 18:29 ` dpdklab
2024-04-01 18:33 ` 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=6601ef47.170a0220.cc80d.41c8SMTPIN_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).