|FAILURE| pw125727-125728 [PATCH] [2/2] telemetry: use portable syntax to initialize array
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon Apr 3 19:05:10 CEST 2023
Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/125728
_Testing issues_
Submitter: Tyler Retzlaff <roretzla at linux.microsoft.com>
Date: Monday, April 03 2023 16:30:24
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:c682c8991963be243dcc3b7cdc9d6984a1961f4e
125727-125728 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Native | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM GCC Native | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM Clang Cross Compile (dpdk_meson_compile): ====
../lib/telemetry/telemetry_json.h:33:14: error: implicitly declaring library function 'malloc' with type 'void *(unsigned long)' [-Werror,-Wimplicit-function-declaration]
char *tmp = malloc(len);
^
../lib/telemetry/telemetry_json.h:33:14: note: include the header <stdlib.h> or explicitly provide a declaration for 'malloc'
../lib/telemetry/telemetry_json.h:47:2: error: implicit declaration of function 'free' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
free(tmp);
^
../lib/telemetry/telemetry_json.h:112:2: error: implicit declaration of function 'free' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
free(tmp);
^
In file included from ../app/test/test_telemetry_json.c:9:
In file included from ../app/test/test.h:10:
/usr/aarch64-linux-gnu/include/stdlib.h:565:13: error: conflicting types for 'free'
extern void free (void *__ptr) __THROW;
^
../lib/telemetry/telemetry_json.h:47:2: note: previous implicit declaration is here
free(tmp);
^
4 errors generated.
ninja: build stopped: subcommand failed.
==== End log output ====
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 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)
Ubuntu 20.04 ARM GCC Native
Kernel: 5.4.0-53-generic
Compiler: gcc 9.3
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/25908/
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