From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Subject: |FAILURE| pw137415-137419 [PATCH] [RFC,v5,6/6] eal: keep per-lcore p
Date: Wed, 28 Feb 2024 04:26:54 -0800 (PST) [thread overview]
Message-ID: <65df268e.170a0220.b07bc.7e57SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20240228100928.524277-7-mattias.ronnblom@ericsson.com>
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137419
_Testing issues_
Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Wednesday, February 28 2024 10:09:28
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049
137415-137419 --> testing fail
Test environment and result as below:
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Environment | dpdk_unit_test | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | lpm_autotest |
+==========================+================+==============================+===========================+==============+
| Debian 12 (arm) | FAIL | FAIL | FAIL | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| CentOS Stream 9 (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Debian 11 (Buster) (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 37 (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 38 (ARM Clang) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Fedora 38 (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 (ARM) | FAIL | SKIPPED | SKIPPED | SKIPPED |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | FAIL |
+--------------------------+----------------+------------------------------+---------------------------+--------------+
==== 20 line log output for Ubuntu 20.04 ARM SVE (lpm_autotest): ====
[26/369] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[27/369] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[28/369] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[29/369] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore_var.c.o'.
FAILED: lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore_var.c.o
gcc-10 -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 -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-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.2-a+crypto+sve -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_lcore_var.c.o' -MF 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore_var.c.o.d' -o 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore_var.c.o' -c ../lib/eal/common/eal_common_lcore_var.c
../lib/eal/common/eal_common_lcore_var.c: In function 'lcore_var_alloc':
../lib/eal/common/eal_common_lcore_var.c:29:18: error: implicit declaration of function 'aligned_alloc' [-Werror=implicit-function-declaration]
29 | lcore_buffer = aligned_alloc(RTE_CACHE_LINE_SIZE,
| ^~~~~~~~~~~~~
../lib/eal/common/eal_common_lcore_var.c:29:18: error: incompatible implicit declaration of built-in function 'aligned_alloc' [-Werror]
../lib/eal/common/eal_common_lcore_var.c:14:1: note: include '<stdlib.h>' or provide a declaration of 'aligned_alloc'
13 | #include "eal_private.h"
+++ |+#include <stdlib.h>
14 |
cc1: all warnings being treated as errors
[30/369] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[31/369] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[32/369] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====
Debian 12 (arm)
Kernel: Container Host Kernel
Compiler: gcc 11
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Debian 11 (Buster) (ARM)
Kernel: Container Host Kernel
Compiler: gcc 10.2.1
Fedora 37 (ARM)
Kernel: Depends on container host
Compiler: gcc 12.3.1
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Fedora 38 (ARM)
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 20.04 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 9.4.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29312/
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-02-28 12:27 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20240228100928.524277-7-mattias.ronnblom@ericsson.com>
2024-02-28 9:55 ` |SUCCESS| pw137415-137419 [RFC v5 6/6] eal: keep per-lcore power intrinsics state in lcore variable qemudev
2024-02-28 9:59 ` qemudev
2024-02-28 10:19 ` |SUCCESS| pw137419 " checkpatch
2024-02-28 11:05 ` |FAILURE| " 0-day Robot
2024-02-28 11:44 ` |SUCCESS| pw137415-137419 [PATCH] [RFC,v5,6/6] eal: keep per-lcore p dpdklab
2024-02-28 11:44 ` dpdklab
2024-02-28 11:59 ` dpdklab
2024-02-28 12:01 ` dpdklab
2024-02-28 12:06 ` dpdklab
2024-02-28 12:07 ` dpdklab
2024-02-28 12:10 ` dpdklab
2024-02-28 12:10 ` dpdklab
2024-02-28 12:11 ` dpdklab
2024-02-28 12:12 ` |FAILURE| " dpdklab
2024-02-28 12:12 ` dpdklab
2024-02-28 12:13 ` dpdklab
2024-02-28 12:13 ` |SUCCESS| " dpdklab
2024-02-28 12:14 ` dpdklab
2024-02-28 12:15 ` |FAILURE| " dpdklab
2024-02-28 12:15 ` |SUCCESS| " dpdklab
2024-02-28 12:15 ` |FAILURE| " dpdklab
2024-02-28 12:16 ` dpdklab
2024-02-28 12:16 ` dpdklab
2024-02-28 12:21 ` |SUCCESS| " dpdklab
2024-02-28 12:22 ` |FAILURE| " dpdklab
2024-02-28 12:22 ` dpdklab
2024-02-28 12:24 ` dpdklab
2024-02-28 12:24 ` dpdklab
2024-02-28 12:26 ` |SUCCESS| " dpdklab
2024-02-28 12:26 ` dpdklab [this message]
2024-02-28 12:33 ` dpdklab
2024-02-28 12:33 ` dpdklab
2024-02-28 12:44 ` dpdklab
2024-02-28 12:52 ` dpdklab
2024-02-28 12:54 ` dpdklab
2024-02-28 12:55 ` dpdklab
2024-02-28 12:59 ` dpdklab
2024-02-28 13:00 ` dpdklab
2024-02-28 13:00 ` dpdklab
2024-02-28 13:00 ` dpdklab
2024-02-28 13:00 ` dpdklab
2024-02-28 13:01 ` |FAILURE| " dpdklab
2024-02-28 13:01 ` |SUCCESS| " dpdklab
2024-02-28 13:01 ` |FAILURE| " dpdklab
2024-02-28 13:01 ` dpdklab
2024-02-28 13:01 ` dpdklab
2024-02-28 13:01 ` dpdklab
2024-02-28 13:02 ` dpdklab
2024-02-28 13:02 ` |SUCCESS| " dpdklab
2024-02-28 13:03 ` |FAILURE| " dpdklab
2024-02-28 13:07 ` dpdklab
2024-02-28 13:08 ` dpdklab
2024-02-28 13:09 ` dpdklab
2024-02-28 13:09 ` dpdklab
2024-02-28 13:09 ` dpdklab
2024-02-28 13:10 ` dpdklab
2024-02-28 13:10 ` dpdklab
2024-02-28 13:10 ` dpdklab
2024-02-28 13:10 ` dpdklab
2024-02-28 13:11 ` dpdklab
2024-02-28 13:11 ` dpdklab
2024-02-28 13:11 ` dpdklab
2024-02-28 13:19 ` dpdklab
2024-02-28 13:23 ` dpdklab
2024-02-28 17:09 ` dpdklab
2024-02-28 18:45 ` |SUCCESS| " dpdklab
2024-02-28 18:52 ` dpdklab
2024-02-29 9:25 ` dpdklab
2024-02-29 21:12 ` dpdklab
2024-02-29 21:14 ` dpdklab
2024-02-29 21:18 ` dpdklab
2024-02-29 21:34 ` dpdklab
2024-03-01 11:58 ` dpdklab
2024-03-01 12:23 ` dpdklab
2024-03-01 12:59 ` 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=65df268e.170a0220.b07bc.7e57SMTPIN_ADDED_MISSING@mx.google.com \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=mattias.ronnblom@ericsson.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).