|FAILURE| pw115421-115424 [PATCH] [v2, 4/4] eal: remove unneeded includes from a public header
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Aug 25 18:17:14 CEST 2022
Test-Label: iol-aarch64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/115424
_Testing issues_
Submitter: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>
Date: Thursday, August 25 2022 15:37:09
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:72206323a5dd3182b13f61b25a64abdddfee595c
115421-115424 --> testing fail
Test environment and result as below:
+----------------------------------------+--------------------+
| Environment | dpdk_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Native | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang 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 SVE | FAIL |
+----------------------------------------+--------------------+
==== 20 line log output for Ubuntu 20.04 ARM SVE (dpdk_meson_compile): ====
23 | #include "telemetry_internal.h"
+++ |+#include <errno.h>
24 |
../lib/telemetry/telemetry.c:470:12: error: 'ENOENT' undeclared (first use in this function)
470 | return -ENOENT;
| ^~~~~~
../lib/telemetry/telemetry.c:476:12: error: 'EADDRINUSE' undeclared (first use in this function)
476 | return -EADDRINUSE;
| ^~~~~~~~~~
../lib/telemetry/telemetry.c: In function 'telemetry_v2_init':
../lib/telemetry/telemetry.c:576:26: error: 'EADDRINUSE' undeclared (first use in this function)
576 | if (v2_socket.sock != -EADDRINUSE || suffix < 0) {
| ^~~~~~~~~~
../lib/telemetry/telemetry.c:601:2: error: implicit declaration of function 'atexit'; did you mean '_exit'? [-Werror=implicit-function-declaration]
601 | atexit(unlink_sockets);
| ^~~~~~
| _exit
../lib/telemetry/telemetry.c:601: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 Clang Native
Kernel: 5.4.0-53-generic
Compiler: clang 10.0.0-4ubuntu1
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 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/23308/
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