|FAILURE| pw115435-115438 [PATCH] [v3, 4/4] eal: remove unneeded includes from a public header

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Aug 26 00:59:06 CEST 2022


Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/115438

_Testing issues_

Submitter: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>
Date: Thursday, August 25 2022 22:33:55 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:a61b319674a99f5f6ad45442a18a65b88df27690

115435-115438 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+
|              Environment               | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native            | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native          | FAIL               |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE                   | FAIL               |
+----------------------------------------+--------------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
[7/666] Compiling C object 'lib/76b5a35@@rte_telemetry at sta/telemetry_telemetry.c.o'.
FAILED: lib/76b5a35@@rte_telemetry at sta/telemetry_telemetry.c.o
gcc-10 -Ilib/76b5a35@@rte_telemetry 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 -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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 -DRTE_LOG_DEFAULT_LOGTYPE=lib.telemetry  -MD -MQ 'lib/76b5a35@@rte_telemetry at sta/telemetry_telemetry.c.o' -MF 'lib/76b5a35@@rte_telemetry at sta/telemetry_telemetry.c.o.d' -o 'lib/76b5a35@@rte_telemetry at sta/telemetry_telemetry.c.o' -c ../lib/telemetry/telemetry.c
../lib/telemetry/telemetry.c: In function 'rte_telemetry_register_cmd':
../lib/telemetry/telemetry.c:81:18: error: implicit declaration of function 'realloc' [-Werror=implicit-function-declaration]
81 |  new_callbacks = realloc(callbacks, sizeof(callbacks[0]) * (num_callbacks + 1));
|                  ^~~~~~~
../lib/telemetry/telemetry.c:81:18: error: incompatible implicit declaration of built-in function 'realloc' [-Werror]
../lib/telemetry/telemetry.c:25:1: note: include '<stdlib.h>' or provide a declaration of 'realloc'
24 | #include "telemetry_internal.h"
+++ |+#include <stdlib.h>
25 |
../lib/telemetry/telemetry.c: In function 'telemetry_v2_init':
../lib/telemetry/telemetry.c:602:2: error: implicit declaration of function 'atexit'; did you mean '_exit'? [-Werror=implicit-function-declaration]
602 |  atexit(unlink_sockets);
|  ^~~~~~
|  _exit
../lib/telemetry/telemetry.c:602:2: error: nested extern declaration of 'atexit' [-Werror=nested-externs]
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

Ubuntu 20.04 ARM GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

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

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

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

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/23311/

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