automatic DPDK test reports
 help / color / mirror / Atom feed
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| pw137172-137175 [PATCH] [RFC,v4,6/6] eal: keep per-lcore p
Date: Sun, 25 Feb 2024 08:01:11 -0800 (PST)	[thread overview]
Message-ID: <65db6447.050a0220.98269.82efSMTPIN_ADDED_MISSING@mx.google.com> (raw)

Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/137175

_Testing issues_

Submitter: Mattias Ronnblom <mattias.ronnblom@ericsson.com>
Date: Sunday, February 25 2024 15:03:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:92c0ad70caf3ed6f4b93de6ddaf7bc369737c049

137172-137175 --> testing fail

Test environment and result as below:

+--------------------------+---------------------------+--------------+------------------------------+----------------+
|       Environment        | cryptodev_sw_zuc_autotest | lpm_autotest | cryptodev_sw_snow3g_autotest | dpdk_unit_test |
+==========================+===========================+==============+==============================+================+
| Debian 11 (arm)          | FAIL                      | SKIPPED      | FAIL                         | SKIPPED        |
+--------------------------+---------------------------+--------------+------------------------------+----------------+
| Ubuntu 20.04 ARM SVE     | SKIPPED                   | FAIL         | SKIPPED                      | SKIPPED        |
+--------------------------+---------------------------+--------------+------------------------------+----------------+
| Debian 11 (Buster) (ARM) | SKIPPED                   | SKIPPED      | SKIPPED                      | FAIL           |
+--------------------------+---------------------------+--------------+------------------------------+----------------+
| CentOS Stream 9 (ARM)    | SKIPPED                   | SKIPPED      | SKIPPED                      | FAIL           |
+--------------------------+---------------------------+--------------+------------------------------+----------------+
| Fedora 37 (ARM)          | SKIPPED                   | SKIPPED      | SKIPPED                      | FAIL           |
+--------------------------+---------------------------+--------------+------------------------------+----------------+
| Fedora 38 (ARM)          | SKIPPED                   | SKIPPED      | SKIPPED                      | FAIL           |
+--------------------------+---------------------------+--------------+------------------------------+----------------+
| Ubuntu 20.04 (ARM)       | SKIPPED                   | SKIPPED      | SKIPPED                      | FAIL           |
+--------------------------+---------------------------+--------------+------------------------------+----------------+
| Fedora 38 (ARM Clang)    | SKIPPED                   | SKIPPED      | SKIPPED                      | FAIL           |
+--------------------------+---------------------------+--------------+------------------------------+----------------+

==== 20 line log output for Fedora 38 (ARM Clang) (dpdk_unit_test): ====
[26/3120] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_hexdump.c.o'.
[27/3120] Generating telemetry.sym_chk with a meson_exe.py custom command.
[28/3120] Linking target lib/librte_telemetry.so.24.1.
[29/3120] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.24.1.symbols'.
[30/3120] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_interrupts.c.o'.
[31/3120] Generating symbol file 'lib/76b5a35@@rte_telemetry@sha/librte_telemetry.so.24.1.symbols'.
[32/3120] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_launch.c.o'.
[33/3120] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_fbarray.c.o'.
[34/3120] 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
clang -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 -Xclang -fcolor-diagnostics -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API '-DABI_VERSION="24.1"' -DRTE_LOG_DEFAULT_LOG
 TYPE=lib.eal -DRTE_ANNOTATE_LOCKS -Wthread-safety -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:29:18: error: call to undeclared library function 'aligned_alloc' with type 'void *(unsigned long, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
lcore_buffer = aligned_alloc(RTE_CACHE_LINE_SIZE,
^
../lib/eal/common/eal_common_lcore_var.c:29:18: note: include the header <stdlib.h> or explicitly provide a declaration for 'aligned_alloc'
1 error generated.
[35/3120] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_mcfg.c.o'.
[36/3120] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_lcore.c.o'.
[37/3120] Compiling C object 'lib/76b5a35@@rte_eal@sta/eal_common_eal_common_memalloc.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Debian 11 (arm)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

Ubuntu 20.04 ARM SVE
	Kernel: 5.4.0-80-generic
	Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

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

Fedora 38 (ARM Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/29252/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

             reply	other threads:[~2024-02-25 16:01 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-25 16:01 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-25 16:05 dpdklab
2024-02-25 16:04 dpdklab
2024-02-25 16:04 dpdklab
2024-02-25 16:04 dpdklab
2024-02-25 16:04 dpdklab
2024-02-25 16:04 dpdklab
2024-02-25 16:03 dpdklab
2024-02-25 16:03 dpdklab
2024-02-25 16:03 dpdklab
2024-02-25 16:03 dpdklab
2024-02-25 16:02 dpdklab
2024-02-25 16:02 dpdklab
2024-02-25 16:02 dpdklab
2024-02-25 16:02 dpdklab
2024-02-25 16:01 dpdklab
2024-02-25 16:01 dpdklab
2024-02-25 16:01 dpdklab
2024-02-25 16:01 dpdklab
2024-02-25 16:00 dpdklab
2024-02-25 16:00 dpdklab
2024-02-25 15:59 dpdklab
2024-02-25 15:59 dpdklab
2024-02-25 15:59 dpdklab
2024-02-25 15:59 dpdklab
2024-02-25 15:58 dpdklab
2024-02-25 15:58 dpdklab
2024-02-25 15:58 dpdklab
2024-02-25 15:58 dpdklab
2024-02-25 15:58 dpdklab
2024-02-25 15:58 dpdklab
2024-02-25 15:57 dpdklab
2024-02-25 15:57 dpdklab
2024-02-25 15:57 dpdklab
2024-02-25 15:57 dpdklab
2024-02-25 15:57 dpdklab
2024-02-25 15:56 dpdklab
2024-02-25 15:56 dpdklab
2024-02-25 15:55 dpdklab
2024-02-25 15:55 dpdklab
2024-02-25 15:54 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=65db6447.050a0220.98269.82efSMTPIN_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).