automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-17 22:01 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-17 22:01 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

_Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> testing fail

Test environment and result as below:

+------------------------------------+----------------------+--------------------+----------------+-------------------+
|            Environment             | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_unit_test | dpdk_compile_spdk |
+====================================+======================+====================+================+===================+
| Windows Server 2019                | FAIL                 | FAIL               | SKIPPED        | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| FreeBSD 13                         | SKIPPED              | FAIL               | SKIPPED        | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| Ubuntu 18.04 ARM                   | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| Fedora 31                          | SKIPPED              | PASS               | FAIL           | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| CentOS 8                           | SKIPPED              | PASS               | FAIL           | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| Fedora 32                          | SKIPPED              | FAIL               | FAIL           | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| FreeBSD 11.2                       | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| CentOS Stream 8                    | SKIPPED              | FAIL               | FAIL           | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| Arch Linux                         | SKIPPED              | FAIL               | FAIL           | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| Fedora 34                          | SKIPPED              | FAIL               | FAIL           | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| openSUSE Leap 15                   | SKIPPED              | PASS               | FAIL           | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| Ubuntu 18.04                       | SKIPPED              | PASS               | FAIL           | FAIL              |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| Fedora 33                          | SKIPPED              | FAIL               | FAIL           | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| RHEL 7                             | SKIPPED              | PASS               | FAIL           | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| Fedora 34 clang                    | SKIPPED              | FAIL               | FAIL           | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| Ubuntu 20.04                       | SKIPPED              | PASS               | FAIL           | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| RHEL8                              | SKIPPED              | PASS               | FAIL           | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+
| Ubuntu 20.04 ARM cross-compilation | SKIPPED              | PASS               | SKIPPED        | SKIPPED           |
+------------------------------------+----------------------+--------------------+----------------+-------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
fprintf(f, "id %zu: %s, level is %s\n",
^
../lib/librte_eal/common/eal_common_log.c:404:24: error: format '%s' expects argument of type 'char *', but argument 3 has type 'size_t' {aka 'long long unsigned int'} [-Werror=format=]
fprintf(f, "id %zu: %s, level is %s\n",
~^
%I64d
i, rte_logs.dynamic_types[i].name,
~
../lib/librte_eal/common/eal_common_log.c:404:14: error: too many arguments for format [-Werror=format-extra-args]
fprintf(f, "id %zu: %s, level is %s\n",
^~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1.exe: all warnings being treated as errors
[11/18] Compiling C object lib/librte_eal.a.p/librte_eal_windows_eal_eal_debug.c.obj
FAILED: lib/librte_eal.a.p/librte_eal_windows_eal_eal_debug.c.obj
"gcc" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\librte_eal\common\include" "-I..\lib\librte_eal\common\include" "-I..\lib\librte_eal\windows\eal\include" "-Ilib\librte_eal\common" "-I..\lib\librte_eal\common" "-Ilib\librte_eal\common\include\arch\x86" "-I..\lib\librte_eal\common\include\arch\x86" "-Ilib\librte_eal" "-I..\lib\librte_eal" "-Ilib\librte_kvargs" "-I..\lib\librte_kvargs" "-fdiagnostics-color=always" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Werror" "-O3" "-include" "rte_config.h" "-Wextra" "-Wcast-qual" "-Wdeprecated" "-Wformat-nonliteral" "-Wformat-security" "-Wmissing-declarations" "-Wmissing-prototypes" "-Wnested-externs" "-Wold-style-definition" "-Wpointer-arith" "-Wsign-compare" "-Wstrict-prototypes" "-Wundef" "-Wwrite-strings" "-Wno-packed-not-aligned" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-march=native" "-Wno-format-truncation" "-DALLOW_EXPERIMENTAL_API" -MD -MQ lib/librte_eal.a.p/librte_eal_windows_eal_eal_debug.c.obj -MF "lib\librte_eal.a.p\librte_eal_windows_eal_eal_debug.c.obj.d" -o lib/librte_eal.a.p/librte_eal_windows_eal_eal_debug.c.obj "-c" ../lib/librte_eal/windows/eal/eal_debug.c
../lib/librte_eal/windows/eal/eal_debug.c:10:1: error: no previous prototype for '__rte_panic' [-Werror=missing-prototypes]
__rte_panic(const char *funcname, const char *format, ...)
^~~~~~~~~~~
cc1.exe: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: gcc 10.2.0

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

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

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

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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

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

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

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

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)

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

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

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 20.04 ARM cross-compilation
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15539/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-25 16:34 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-25 16:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab

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

_Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> testing fail

Test environment and result as below:

+------------------------------------+----------------------+----------------+-------------------+--------------------+
|            Environment             | dpdk_mingw64_compile | dpdk_unit_test | dpdk_compile_spdk | dpdk_meson_compile |
+====================================+======================+================+===================+====================+
| Windows Server 2019                | FAIL                 | SKIPPED        | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Arch Linux                         | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Ubuntu 18.04                       | SKIPPED              | FAIL           | FAIL              | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| CentOS 8                           | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| CentOS Stream 8                    | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 32                          | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 31                          | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| openSUSE Leap 15                   | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| RHEL 7                             | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| RHEL8                              | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Ubuntu 20.04                       | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 34                          | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 33                          | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 34 clang                    | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| FreeBSD 13                         | SKIPPED              | SKIPPED        | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Ubuntu 18.04 ARM                   | SKIPPED              | SKIPPED        | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| FreeBSD 11.2                       | SKIPPED              | SKIPPED        | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Alpine                             | SKIPPED              | SKIPPED        | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Ubuntu 20.04 ARM cross-compilation | SKIPPED              | SKIPPED        | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
^~~~~~~~~~~~~~~~~~~~
PPROCESSOR_GROUP_INFO
../lib/librte_eal/windows/eal/eal_lcore.c:28:27: note: each undeclared identifier is reported only once for each function it appears in
../lib/librte_eal/windows/eal/eal_lcore.c:37:2: error: implicit declaration of function 'GetLogicalProcessorInformationEx'; did you mean 'GetLogicalProcessorInformation'? [-Werror=implicit-function-declaration]
GetLogicalProcessorInformationEx(lprocRel, NULL, &lprocInfoSize);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GetLogicalProcessorInformation
../lib/librte_eal/windows/eal/eal_lcore.c:37:2: error: nested extern declaration of 'GetLogicalProcessorInformationEx' [-Werror=nested-externs]
../lib/librte_eal/windows/eal/eal_lcore.c: At top level:
../lib/librte_eal/windows/eal/eal_lcore.c:79:1: error: no previous prototype for 'eal_cpu_detected' [-Werror=missing-prototypes]
eal_cpu_detected(unsigned int lcore_id)
^~~~~~~~~~~~~~~~
../lib/librte_eal/windows/eal/eal_lcore.c:88:1: error: no previous prototype for 'eal_cpu_socket_id' [-Werror=missing-prototypes]
eal_cpu_socket_id(unsigned int lcore_id)
^~~~~~~~~~~~~~~~~
../lib/librte_eal/windows/eal/eal_lcore.c:97:1: error: no previous prototype for 'eal_cpu_core_id' [-Werror=missing-prototypes]
eal_cpu_core_id(unsigned int lcore_id)
^~~~~~~~~~~~~~~
cc1.exe: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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

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

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15629/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-25 16:16 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-25 16:16 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab

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

_Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> testing fail

Test environment and result as below:

+------------------------------------+----------------------+--------------------+-------------------+----------------+
|            Environment             | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_compile_spdk | dpdk_unit_test |
+====================================+======================+====================+===================+================+
| Windows Server 2019                | FAIL                 | FAIL               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 13                         | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04 ARM                   | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 11.2                       | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 31                          | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| openSUSE Leap 15                   | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04                       | SKIPPED              | PASS               | FAIL              | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| CentOS Stream 8                    | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 32                          | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Arch Linux                         | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 34                          | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 20.04                       | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| CentOS 8                           | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| RHEL 7                             | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Alpine                             | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 33                          | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 34 clang                    | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| RHEL8                              | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 20.04 ARM cross-compilation | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
PPROCESSOR_GROUP_INFO
../lib/librte_eal/windows/eal/eal_lcore.c:28:27: note: each undeclared identifier is reported only once for each function it appears in
../lib/librte_eal/windows/eal/eal_lcore.c:37:2: error: implicit declaration of function 'GetLogicalProcessorInformationEx'; did you mean 'GetLogicalProcessorInformation'? [-Werror=implicit-function-declaration]
GetLogicalProcessorInformationEx(lprocRel, NULL, &lprocInfoSize);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GetLogicalProcessorInformation
../lib/librte_eal/windows/eal/eal_lcore.c:37:2: error: nested extern declaration of 'GetLogicalProcessorInformationEx' [-Werror=nested-externs]
../lib/librte_eal/windows/eal/eal_lcore.c: At top level:
../lib/librte_eal/windows/eal/eal_lcore.c:79:1: error: no previous prototype for 'eal_cpu_detected' [-Werror=missing-prototypes]
eal_cpu_detected(unsigned int lcore_id)
^~~~~~~~~~~~~~~~
../lib/librte_eal/windows/eal/eal_lcore.c:88:1: error: no previous prototype for 'eal_cpu_socket_id' [-Werror=missing-prototypes]
eal_cpu_socket_id(unsigned int lcore_id)
^~~~~~~~~~~~~~~~~
../lib/librte_eal/windows/eal/eal_lcore.c:97:1: error: no previous prototype for 'eal_cpu_core_id' [-Werror=missing-prototypes]
eal_cpu_core_id(unsigned int lcore_id)
^~~~~~~~~~~~~~~
cc1.exe: all warnings being treated as errors
[10/18] Compiling C object lib/librte_eal.a.p/librte_eal_windows_eal_eal.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

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

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

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

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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

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

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

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)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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)

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 20.04 ARM cross-compilation
	Kernel: 5.4.0-72-generic
	Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15628/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-25 15:33 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-25 15:33 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab

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

_Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> testing fail

Test environment and result as below:

+------------------------------------+----------------------+--------------------+-------------------+----------------+
|            Environment             | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_compile_spdk | dpdk_unit_test |
+====================================+======================+====================+===================+================+
| Windows Server 2019                | FAIL                 | FAIL               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 13                         | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04 ARM                   | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 11.2                       | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 31                          | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| openSUSE Leap 15                   | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| CentOS 8                           | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04                       | SKIPPED              | PASS               | FAIL              | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 32                          | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 20.04                       | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Arch Linux                         | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| CentOS Stream 8                    | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| RHEL8                              | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| RHEL 7                             | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 34                          | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Alpine                             | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 33                          | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 34 clang                    | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 20.04 ARM cross-compilation | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
^
../lib/librte_eal/windows/eal/eal_thread.c:97:41: error: format '%s' expects argument of type 'char *', but argument 5 has type 'long long unsigned int' [-Werror=format=]
lcore_id, (uintptr_t)thread_id, cpuset);
~~~~~~~~~~~~~~~~~~~~        ^
..\lib\librte_eal\common\include/rte_log.h:337:25: note: in definition of macro 'RTE_LOG'
RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
^
../lib/librte_eal/windows/eal/eal_thread.c:97:41: error: too many arguments for format [-Werror=format-extra-args]
lcore_id, (uintptr_t)thread_id, cpuset);
^
..\lib\librte_eal\common\include/rte_log.h:337:25: note: in definition of macro 'RTE_LOG'
RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
^
../lib/librte_eal/windows/eal/eal_thread.c: In function 'eal_thread_create':
../lib/librte_eal/windows/eal/eal_thread.c:145:29: error: cast between incompatible function types from '__attribute__((noreturn)) void * (*)(void *)' to 'DWORD (*)(void *)' {aka 'long unsigned int (*)(void *)'} [-Werror=cast-function-type]
th = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)eal_thread_loop,
^
cc1.exe: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

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

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

CentOS 8
	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 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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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)

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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)

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

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15627/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-25 14:47 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-25 14:47 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab

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

_Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> testing fail

Test environment and result as below:

+------------------------------------+----------------------+----------------+-------------------+--------------------+
|            Environment             | dpdk_mingw64_compile | dpdk_unit_test | dpdk_compile_spdk | dpdk_meson_compile |
+====================================+======================+================+===================+====================+
| Windows Server 2019                | FAIL                 | SKIPPED        | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Arch Linux                         | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Ubuntu 18.04                       | SKIPPED              | FAIL           | FAIL              | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| CentOS Stream 8                    | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| CentOS 8                           | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 31                          | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 32                          | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| openSUSE Leap 15                   | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| RHEL 7                             | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| RHEL8                              | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Ubuntu 20.04                       | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 34                          | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 33                          | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 34 clang                    | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| FreeBSD 13                         | SKIPPED              | SKIPPED        | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Ubuntu 18.04 ARM                   | SKIPPED              | SKIPPED        | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| FreeBSD 11.2                       | SKIPPED              | SKIPPED        | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Alpine                             | SKIPPED              | SKIPPED        | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Ubuntu 20.04 ARM cross-compilation | SKIPPED              | SKIPPED        | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
%I64d
i, rte_logs.dynamic_types[i].name,
~
../lib/librte_eal/common/eal_common_log.c:404:14: error: too many arguments for format [-Werror=format-extra-args]
fprintf(f, "id %zu: %s, level is %s\n",
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/librte_eal/common/eal_common_log.c:404:19: error: unknown conversion type character 'z' in format [-Werror=format=]
fprintf(f, "id %zu: %s, level is %s\n",
^
../lib/librte_eal/common/eal_common_log.c:404:24: error: format '%s' expects argument of type 'char *', but argument 3 has type 'size_t' {aka 'long long unsigned int'} [-Werror=format=]
fprintf(f, "id %zu: %s, level is %s\n",
~^
%I64d
i, rte_logs.dynamic_types[i].name,
~
../lib/librte_eal/common/eal_common_log.c:404:14: error: too many arguments for format [-Werror=format-extra-args]
fprintf(f, "id %zu: %s, level is %s\n",
^~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1.exe: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15626/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-25 13:37 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-25 13:37 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab

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

_Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> testing fail

Test environment and result as below:

+------------------------------------+----------------------+--------------------+-------------------+----------------+
|            Environment             | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_compile_spdk | dpdk_unit_test |
+====================================+======================+====================+===================+================+
| Windows Server 2019                | FAIL                 | FAIL               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 13                         | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04 ARM                   | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 11.2                       | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 31                          | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| openSUSE Leap 15                   | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| CentOS 8                           | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04                       | SKIPPED              | PASS               | FAIL              | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| CentOS Stream 8                    | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 32                          | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Arch Linux                         | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 34                          | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 20.04                       | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| RHEL8                              | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 33                          | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Alpine                             | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 34 clang                    | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| RHEL 7                             | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 20.04 ARM cross-compilation | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
^~~~~~~~~~~~~~~~~~~~
PPROCESSOR_GROUP_INFO
../lib/librte_eal/windows/eal/eal_lcore.c:28:27: note: each undeclared identifier is reported only once for each function it appears in
../lib/librte_eal/windows/eal/eal_lcore.c:37:2: error: implicit declaration of function 'GetLogicalProcessorInformationEx'; did you mean 'GetLogicalProcessorInformation'? [-Werror=implicit-function-declaration]
GetLogicalProcessorInformationEx(lprocRel, NULL, &lprocInfoSize);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GetLogicalProcessorInformation
../lib/librte_eal/windows/eal/eal_lcore.c:37:2: error: nested extern declaration of 'GetLogicalProcessorInformationEx' [-Werror=nested-externs]
../lib/librte_eal/windows/eal/eal_lcore.c: At top level:
../lib/librte_eal/windows/eal/eal_lcore.c:79:1: error: no previous prototype for 'eal_cpu_detected' [-Werror=missing-prototypes]
eal_cpu_detected(unsigned int lcore_id)
^~~~~~~~~~~~~~~~
../lib/librte_eal/windows/eal/eal_lcore.c:88:1: error: no previous prototype for 'eal_cpu_socket_id' [-Werror=missing-prototypes]
eal_cpu_socket_id(unsigned int lcore_id)
^~~~~~~~~~~~~~~~~
../lib/librte_eal/windows/eal/eal_lcore.c:97:1: error: no previous prototype for 'eal_cpu_core_id' [-Werror=missing-prototypes]
eal_cpu_core_id(unsigned int lcore_id)
^~~~~~~~~~~~~~~
cc1.exe: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

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

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

CentOS 8
	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

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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

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

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

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

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

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)

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

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15624/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-25 13:13 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-25 13:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab

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

_Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> testing fail

Test environment and result as below:

+------------------------------------+----------------------+--------------------+-------------------+----------------+
|            Environment             | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_compile_spdk | dpdk_unit_test |
+====================================+======================+====================+===================+================+
| Windows Server 2019                | FAIL                 | FAIL               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 13                         | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04 ARM                   | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 11.2                       | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 31                          | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04                       | SKIPPED              | PASS               | FAIL              | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| CentOS 8                           | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| openSUSE Leap 15                   | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 32                          | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Arch Linux                         | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| CentOS Stream 8                    | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 34                          | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 33                          | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Alpine                             | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 34 clang                    | SKIPPED              | FAIL               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| RHEL 7                             | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 20.04 ARM cross-compilation | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 20.04                       | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+
| RHEL8                              | SKIPPED              | PASS               | SKIPPED           | FAIL           |
+------------------------------------+----------------------+--------------------+-------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
^~~~~~~~~~~~~~~~~~~~
PPROCESSOR_GROUP_INFO
../lib/librte_eal/windows/eal/eal_lcore.c:28:27: note: each undeclared identifier is reported only once for each function it appears in
../lib/librte_eal/windows/eal/eal_lcore.c:37:2: error: implicit declaration of function 'GetLogicalProcessorInformationEx'; did you mean 'GetLogicalProcessorInformation'? [-Werror=implicit-function-declaration]
GetLogicalProcessorInformationEx(lprocRel, NULL, &lprocInfoSize);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GetLogicalProcessorInformation
../lib/librte_eal/windows/eal/eal_lcore.c:37:2: error: nested extern declaration of 'GetLogicalProcessorInformationEx' [-Werror=nested-externs]
../lib/librte_eal/windows/eal/eal_lcore.c: At top level:
../lib/librte_eal/windows/eal/eal_lcore.c:79:1: error: no previous prototype for 'eal_cpu_detected' [-Werror=missing-prototypes]
eal_cpu_detected(unsigned int lcore_id)
^~~~~~~~~~~~~~~~
../lib/librte_eal/windows/eal/eal_lcore.c:88:1: error: no previous prototype for 'eal_cpu_socket_id' [-Werror=missing-prototypes]
eal_cpu_socket_id(unsigned int lcore_id)
^~~~~~~~~~~~~~~~~
../lib/librte_eal/windows/eal/eal_lcore.c:97:1: error: no previous prototype for 'eal_cpu_core_id' [-Werror=missing-prototypes]
eal_cpu_core_id(unsigned int lcore_id)
^~~~~~~~~~~~~~~
cc1.exe: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

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

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

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

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

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

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

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)

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

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

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

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15623/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-23 20:33 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-23 20:33 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

_Functional Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> functional testing fail

Test environment and result as below:

Ubuntu 18.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Mellanox ConnectX-5 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 4/4
	Failed Tests:
		- mac_filter
		- mtu_update
		- stats_checks
		- unit_tests_mbuf


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15543/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-23 17:28 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-23 17:28 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

_Functional Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> functional testing fail

Test environment and result as below:

Ubuntu 18.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Mellanox ConnectX-5 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 4/4
	Failed Tests:
		- mac_filter
		- mtu_update
		- stats_checks
		- unit_tests_mbuf


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15541/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-23 12:15 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-23 12:15 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

_Functional Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> functional testing fail

Test environment and result as below:

Ubuntu 18.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Mellanox ConnectX-5 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 4/4
	Failed Tests:
		- mac_filter
		- mtu_update
		- stats_checks
		- unit_tests_mbuf


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15539/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-23  7:03 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-23  7:03 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

_Functional Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> functional testing fail

Test environment and result as below:

Ubuntu 18.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Mellanox ConnectX-5 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 4/4
	Failed Tests:
		- mac_filter
		- mtu_update
		- stats_checks
		- unit_tests_mbuf


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15537/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-22 20:32 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-22 20:32 UTC (permalink / raw)
  To: Ali Alnubani, Test Report; +Cc: dpdk-test-reports

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

_Functional Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> functional testing fail

Test environment and result as below:

Ubuntu 18.04 ARM
Kernel: 4.15.0-132-generic
Compiler: gcc 7.5
NIC: Arm Mellanox ConnectX-5 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 4/4
	Failed Tests:
		- mac_filter
		- mtu_update
		- stats_checks
		- unit_tests_mbuf


To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15533/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-17 23:32 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-17 23:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab

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

_Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> testing fail

Test environment and result as below:

+------------------------------------+----------------------+-------------------+----------------+--------------------+
|            Environment             | dpdk_mingw64_compile | dpdk_compile_spdk | dpdk_unit_test | dpdk_meson_compile |
+====================================+======================+===================+================+====================+
| Windows Server 2019                | FAIL                 | SKIPPED           | SKIPPED        | FAIL               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| Ubuntu 18.04                       | SKIPPED              | FAIL              | FAIL           | PASS               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| Arch Linux                         | SKIPPED              | SKIPPED           | FAIL           | FAIL               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| CentOS Stream 8                    | SKIPPED              | SKIPPED           | FAIL           | FAIL               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| CentOS 8                           | SKIPPED              | SKIPPED           | FAIL           | PASS               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| Fedora 31                          | SKIPPED              | SKIPPED           | FAIL           | PASS               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| Fedora 32                          | SKIPPED              | SKIPPED           | FAIL           | FAIL               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| openSUSE Leap 15                   | SKIPPED              | SKIPPED           | FAIL           | PASS               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| RHEL 7                             | SKIPPED              | SKIPPED           | FAIL           | PASS               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| RHEL8                              | SKIPPED              | SKIPPED           | FAIL           | PASS               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| Fedora 34                          | SKIPPED              | SKIPPED           | FAIL           | FAIL               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| Ubuntu 20.04                       | SKIPPED              | SKIPPED           | FAIL           | PASS               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| Fedora 33                          | SKIPPED              | SKIPPED           | FAIL           | FAIL               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| Fedora 34 clang                    | SKIPPED              | SKIPPED           | FAIL           | FAIL               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| FreeBSD 13                         | SKIPPED              | SKIPPED           | SKIPPED        | FAIL               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| Ubuntu 18.04 ARM                   | SKIPPED              | SKIPPED           | SKIPPED        | PASS               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| FreeBSD 11.2                       | SKIPPED              | SKIPPED           | SKIPPED        | PASS               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+
| Ubuntu 20.04 ARM cross-compilation | SKIPPED              | SKIPPED           | SKIPPED        | PASS               |
+------------------------------------+----------------------+-------------------+----------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
^
../lib/librte_eal/windows/eal/eal_thread.c:97:41: error: format '%s' expects argument of type 'char *', but argument 5 has type 'long long unsigned int' [-Werror=format=]
lcore_id, (uintptr_t)thread_id, cpuset);
~~~~~~~~~~~~~~~~~~~~        ^
..\lib\librte_eal\common\include/rte_log.h:337:25: note: in definition of macro 'RTE_LOG'
RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
^
../lib/librte_eal/windows/eal/eal_thread.c:97:41: error: too many arguments for format [-Werror=format-extra-args]
lcore_id, (uintptr_t)thread_id, cpuset);
^
..\lib\librte_eal\common\include/rte_log.h:337:25: note: in definition of macro 'RTE_LOG'
RTE_LOGTYPE_ ## t, # t ": " __VA_ARGS__)
^
../lib/librte_eal/windows/eal/eal_thread.c: In function 'eal_thread_create':
../lib/librte_eal/windows/eal/eal_thread.c:145:29: error: cast between incompatible function types from '__attribute__((noreturn)) void * (*)(void *)' to 'DWORD (*)(void *)' {aka 'long unsigned int (*)(void *)'} [-Werror=cast-function-type]
th = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)eal_thread_loop,
^
cc1.exe: all warnings being treated as errors
[11/18] Compiling C object lib/librte_eal.a.p/librte_eal_windows_eal_eal.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

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)

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

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

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)

FreeBSD 13
	Kernel: 13.0
	Compiler: gcc 10.2.0

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

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

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15543/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2021-06-17 22:51 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2021-06-17 22:51 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab

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

_Testing issues_

Branch: tags/v19.11

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> testing fail

Test environment and result as below:

+------------------------------------+----------------------+----------------+-------------------+--------------------+
|            Environment             | dpdk_mingw64_compile | dpdk_unit_test | dpdk_compile_spdk | dpdk_meson_compile |
+====================================+======================+================+===================+====================+
| Windows Server 2019                | FAIL                 | SKIPPED        | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Arch Linux                         | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Ubuntu 18.04                       | SKIPPED              | FAIL           | FAIL              | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| CentOS Stream 8                    | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| CentOS 8                           | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 32                          | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 31                          | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| RHEL 7                             | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| openSUSE Leap 15                   | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| RHEL8                              | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Ubuntu 20.04                       | SKIPPED              | FAIL           | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 33                          | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 34                          | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Fedora 34 clang                    | SKIPPED              | FAIL           | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| FreeBSD 13                         | SKIPPED              | SKIPPED        | SKIPPED           | FAIL               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Ubuntu 18.04 ARM                   | SKIPPED              | SKIPPED        | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| FreeBSD 11.2                       | SKIPPED              | SKIPPED        | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+
| Ubuntu 20.04 ARM cross-compilation | SKIPPED              | SKIPPED        | SKIPPED           | PASS               |
+------------------------------------+----------------------+----------------+-------------------+--------------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
%I64d
i, rte_logs.dynamic_types[i].name,
~
../lib/librte_eal/common/eal_common_log.c:404:14: error: too many arguments for format [-Werror=format-extra-args]
fprintf(f, "id %zu: %s, level is %s\n",
^~~~~~~~~~~~~~~~~~~~~~~~~~~
../lib/librte_eal/common/eal_common_log.c:404:19: error: unknown conversion type character 'z' in format [-Werror=format=]
fprintf(f, "id %zu: %s, level is %s\n",
^
../lib/librte_eal/common/eal_common_log.c:404:24: error: format '%s' expects argument of type 'char *', but argument 3 has type 'size_t' {aka 'long long unsigned int'} [-Werror=format=]
fprintf(f, "id %zu: %s, level is %s\n",
~^
%I64d
i, rte_logs.dynamic_types[i].name,
~
../lib/librte_eal/common/eal_common_log.c:404:14: error: too many arguments for format [-Werror=format-extra-args]
fprintf(f, "id %zu: %s, level is %s\n",
^~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1.exe: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

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

Arch Linux
	Kernel: 5.4.0-73-generic
	Compiler: gcc 11.1.0

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

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

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

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

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

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)

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

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 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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

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

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

FreeBSD 13
	Kernel: 13.0
	Compiler: gcc 10.2.0

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

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

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/15541/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2019-12-02 20:28 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2019-12-02 20:28 UTC (permalink / raw)
  To: Lijuan Tu, Test Report; +Cc: dpdk-test-reports

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

_Performance Testing issues_

Branch: dpdk-next-net-brcm

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> performance testing fail

Test environment and result as below:

Ubuntu 18.04
Kernel: 4.15.0-generic
GCC: 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/3

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 128     | 0.192                               |
+------------+---------+-------------------------------------+
| 64         | 512     | -0.151                              |
+------------+---------+-------------------------------------+
| 64         | 2048    | 0.094                               |
+------------+---------+-------------------------------------+

Ubuntu 18.04
Kernel: 4.15.0-generic
GCC: 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 512     | -1.575                              |
+------------+---------+-------------------------------------+
| 64         | 2048    | -0.197                              |
+------------+---------+-------------------------------------+

https://lab.dpdk.org/results/dashboard/tarballs/7356/

UNH-IOL DPDK Performance Test Lab

To manage your email subscriptions visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2019-12-01 15:36 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2019-12-01 15:36 UTC (permalink / raw)
  To: Lijuan Tu, Test Report; +Cc: dpdk-test-reports

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

_Performance Testing issues_

Branch: dpdk-next-net-mlx

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> performance testing fail

Test environment and result as below:

Ubuntu 18.04
Kernel: 4.15.0-generic
GCC: 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/3

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 128     | 0.211                               |
+------------+---------+-------------------------------------+
| 64         | 512     | -0.032                              |
+------------+---------+-------------------------------------+
| 64         | 2048    | 0.040                               |
+------------+---------+-------------------------------------+

Ubuntu 18.04
Kernel: 4.15.0-generic
GCC: 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/2

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 512     | -1.633                              |
+------------+---------+-------------------------------------+
| 64         | 2048    | -0.076                              |
+------------+---------+-------------------------------------+

https://lab.dpdk.org/results/dashboard/tarballs/7344/

UNH-IOL DPDK Performance Test Lab

To manage your email subscriptions visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

* [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf
@ 2019-11-29 19:28 dpdklab
  0 siblings, 0 replies; 17+ messages in thread
From: dpdklab @ 2019-11-29 19:28 UTC (permalink / raw)
  To: Lijuan Tu, Test Report; +Cc: dpdk-test-reports

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

_Performance Testing issues_

Branch: dpdk-next-net

7001c8fdb27357c67147c0a13cb3826e48c0f2bf --> performance testing fail

Test environment and result as below:

Ubuntu 18.04
Kernel: 4.15.0-generic
GCC: 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 1/3

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 128     | 0.467                               |
+------------+---------+-------------------------------------+
| 64         | 512     | -2.318                              |
+------------+---------+-------------------------------------+
| 64         | 2048    | 0.049                               |
+------------+---------+-------------------------------------+

Ubuntu 18.04
Kernel: 4.15.0-generic
GCC: 7.4
NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps
Target: x86_64-native-linuxapp-gcc
Fail/Total: 0/2

Detail performance results: 
+------------+---------+-------------------------------------+
| frame_size | txd/rxd | throughput difference from expected |
+============+=========+=====================================+
| 64         | 512     | -0.607                              |
+------------+---------+-------------------------------------+
| 64         | 2048    | -0.066                              |
+------------+---------+-------------------------------------+

https://lab.dpdk.org/results/dashboard/tarballs/7340/

UNH-IOL DPDK Performance Test Lab

To manage your email subscriptions visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

end of thread, other threads:[~2021-06-25 16:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17 22:01 [dpdk-test-report] |FAILURE| [GIT MASTER] 7001c8fdb27357c67147c0a13cb3826e48c0f2bf dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2021-06-25 16:34 dpdklab
2021-06-25 16:16 dpdklab
2021-06-25 15:33 dpdklab
2021-06-25 14:47 dpdklab
2021-06-25 13:37 dpdklab
2021-06-25 13:13 dpdklab
2021-06-23 20:33 dpdklab
2021-06-23 17:28 dpdklab
2021-06-23 12:15 dpdklab
2021-06-23  7:03 dpdklab
2021-06-22 20:32 dpdklab
2021-06-17 23:32 dpdklab
2021-06-17 22:51 dpdklab
2019-12-02 20:28 dpdklab
2019-12-01 15:36 dpdklab
2019-11-29 19:28 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).