automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw115421-115424 [PATCH] [v2, 4/4] eal: remove unneeded includes from a public header
@ 2022-08-25 16:17 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-08-25 16:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Dmitry Kozlyuk

[-- Attachment #1: Type: text/plain, Size: 3252 bytes --]

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

_Testing issues_

Submitter: Dmitry Kozlyuk <dmitry.kozliuk@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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* |FAILURE| pw115421-115424 [PATCH] [v2, 4/4] eal: remove unneeded includes from a public header
@ 2022-08-25 17:00 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-08-25 17:00 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Dmitry Kozlyuk

[-- Attachment #1: Type: text/plain, Size: 5954 bytes --]

Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/115424

_Testing issues_

Submitter: Dmitry Kozlyuk <dmitry.kozliuk@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 | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL 7              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 18.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 31           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 32           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 33           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 34 clang     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[61/1947] Compiling C object lib/librte_eal.a.p/eal_unix_eal_unix_memory.c.o
[62/1947] Compiling C object lib/librte_eal.a.p/eal_unix_eal_unix_timer.c.o
[63/1947] Compiling C object lib/librte_eal.a.p/eal_unix_rte_thread.c.o
[64/1947] Compiling C object lib/librte_eal.a.p/eal_unix_eal_unix_thread.c.o
[65/1947] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_cpuflags.c.o
[66/1947] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_dev.c.o
[67/1947] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal.c.o
FAILED: lib/librte_eal.a.p/eal_freebsd_eal.c.o
ccache cc -Ilib/librte_eal.a.p -Ilib -I../lib -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -fcolor-diagnostics -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-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API '-DABI_VERSION="23.0"' -DRTE_LIBEAL_USE_GETENTROPY -DRTE_LOG_DEFAULT_LOGTYPE=lib.eal -MD -MQ lib/librte_eal.a.p/eal_freebsd_eal.c.o -MF lib/librte_eal.a.p/eal_freebsd_eal.c.o.d -o lib/librte_eal.a.p/eal_freebsd_eal.c.o -c ../lib/eal/freebsd/eal.c
../lib/eal/freebsd/eal.c:470:34: error: implicitly declaring library function 'isprint' with type 'int (int)' [-Werror,-Wimplicit-function-declaration]
if (opt < OPT_LONG_MIN_NUM && isprint(opt)) {
^
../lib/eal/freebsd/eal.c:470:34: note: include the header <ctype.h> or explicitly provide a declaration for 'isprint'
1 error generated.
[68/1947] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_alarm.c.o
[69/1947] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_hugepage_info.c.o
[70/1947] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_memalloc.c.o
[71/1947] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_lcore.c.o
[72/1947] Compiling C object lib/librte_eal.a.p/eal_freebsd_eal_interrupts.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Ubuntu 18.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0-3ubuntu1~18.04

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.1

Fedora 32
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.1

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Fedora 34
	Kernel: 5.4.0-72-generic
	Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)

Fedora 33
	Kernel: 5.4.0-72-generic
	Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)

Fedora 34 clang
	Kernel: 5.4.0-72-generic
	Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)

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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* |FAILURE| pw115421-115424 [PATCH] [v2, 4/4] eal: remove unneeded includes from a public header
@ 2022-08-25 16:50 dpdklab
  0 siblings, 0 replies; 3+ messages in thread
From: dpdklab @ 2022-08-25 16:50 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Dmitry Kozlyuk

[-- Attachment #1: Type: text/plain, Size: 2614 bytes --]

Test-Label: iol-aarch64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/115424

_Testing issues_

Submitter: Dmitry Kozlyuk <dmitry.kozliuk@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_unit_test | lpm_autotest |
+===============================+================+==============+
| Ubuntu 20.04 ARM GCC Native   | FAIL           | SKIPPED      |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM Clang Native | FAIL           | SKIPPED      |
+-------------------------------+----------------+--------------+
| Ubuntu 20.04 ARM SVE          | SKIPPED        | FAIL         |
+-------------------------------+----------------+--------------+

==== 20 line log output for Ubuntu 20.04 ARM SVE (lpm_autotest): ====
../lib/telemetry/telemetry_legacy.c: In function 'send_error_response':
../lib/telemetry/telemetry_legacy.c:139:8: error: 'ENOMEM' undeclared (first use in this function)
139 |  case -ENOMEM:
|        ^~~~~~
../lib/telemetry/telemetry_legacy.c:142:8: error: 'EINVAL' undeclared (first use in this function)
142 |  case -EINVAL:
|        ^~~~~~
../lib/telemetry/telemetry_legacy.c:145:8: error: 'EPERM' undeclared (first use in this function)
145 |  case -EPERM:
|        ^~~~~
../lib/telemetry/telemetry_legacy.c: In function 'parse_client_request':
../lib/telemetry/telemetry_legacy.c:188:11: error: 'EPERM' undeclared (first use in this function)
188 |   return -EPERM;
|           ^~~~~
../lib/telemetry/telemetry_legacy.c:212:13: error: 'EINVAL' undeclared (first use in this function)
212 |     return -EINVAL;
|             ^~~~~~
[8/666] Generating symbol file 'lib/76b5a35@@rte_kvargs@sha/librte_kvargs.so.23.0.symbols'.
[9/666] Compiling C object 'lib/76b5a35@@rte_telemetry@sta/telemetry_telemetry_data.c.o'.
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 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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-25 17:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25 16:17 |FAILURE| pw115421-115424 [PATCH] [v2, 4/4] eal: remove unneeded includes from a public header dpdklab
2022-08-25 16:50 dpdklab
2022-08-25 17:00 dpdklab

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).