|FAILURE| pw137172-137175 [PATCH] [RFC,v4,6/6] eal: keep per-lcore p

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sun Feb 25 16:58:40 CET 2024


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

_Testing issues_

Submitter: Mattias Ronnblom <mattias.ronnblom at 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               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM)                  | FAIL               |
+----------------------------------------+--------------------+
| Fedora 37 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang)                  | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM)                     | FAIL               |
+----------------------------------------+--------------------+
| Fedora 38 (ARM)                        | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM)               | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Debian 11 (Buster) (ARM) (dpdk_meson_compile): ====
[30/3154] Compiling C object 'lib/76b5a35@@rte_eal at sta/eal_common_eal_common_dev.c.o'.
[31/3154] Compiling C object 'lib/76b5a35@@rte_eal at sta/eal_common_eal_common_devargs.c.o'.
[32/3154] Compiling C object 'lib/76b5a35@@rte_eal at sta/eal_common_eal_common_errno.c.o'.
[33/3154] Compiling C object 'lib/76b5a35@@rte_eal at sta/eal_common_eal_common_fbarray.c.o'.
[34/3154] Compiling C object 'lib/76b5a35@@rte_eal at sta/eal_common_eal_common_hexdump.c.o'.
[35/3154] Compiling C object 'lib/76b5a35@@rte_eal at sta/eal_common_eal_common_lcore.c.o'.
[36/3154] Compiling C object 'lib/76b5a35@@rte_eal at sta/eal_common_eal_common_lcore_var.c.o'.
FAILED: lib/76b5a35@@rte_eal at sta/eal_common_eal_common_lcore_var.c.o
ccache cc -Ilib/76b5a35@@rte_eal at 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-zero-length-bounds -D_GNU_SOURCE -fPIC -march=armv8.1-a+crc+crypto -mcpu=thunderx2t99 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERN
 AL_API -Wno-format-truncation '-DABI_VERSION="24.1"' -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ 'lib/76b5a35@@rte_eal at sta/eal_common_eal_common_lcore_var.c.o' -MF 'lib/76b5a35@@rte_eal at sta/eal_common_eal_common_lcore_var.c.o.d' -o 'lib/76b5a35@@rte_eal at 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
ninja: build stopped: subcommand failed.
==== End log output ====

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

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 Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.3

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

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

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/


More information about the test-report mailing list