automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw89419-89420 [PATCH] [3/3] Enable the new EAL thread API and rename
@ 2021-03-19  8:19 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-03-19  8:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

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

Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/89420

_Testing issues_

Submitter: Narcisa Ana Maria Vasile <navasile@linux.microsoft.com>
Date: Thursday, March 18 2021 01:00:40 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:643752207964b2abd0863d9b3dc7522a40469ba0

89419-89420 --> 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                 | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 11.2        | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| RHEL 7              | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04 ARM    | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 32           | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04        | SKIPPED              | FAIL               | FAIL              | FAIL           |
+---------------------+----------------------+--------------------+-------------------+----------------+
| RHEL8               | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| CentOS 8            | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Arch Linux          | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| openSUSE Leap 15    | SKIPPED              | FAIL               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 31           | SKIPPED              | FAIL               | FAIL              | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
[52/230] Compiling C object lib/librte_eal.a.p/librte_eal_windows_fnmatch.c.obj
[53/230] Compiling C object lib/librte_eal.a.p/librte_eal_windows_getopt.c.obj
[54/230] Compiling C object lib/librte_eal.a.p/librte_eal_windows_eal_thread.c.obj
[55/230] Generating rte_ring_mingw with a custom command
[56/230] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_hypervisor.c.obj
[57/230] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_cycles.c.obj
[58/230] Compiling C object lib/librte_eal.a.p/librte_eal_windows_rte_thread.c.obj
FAILED: lib/librte_eal.a.p/librte_eal_windows_rte_thread.c.obj
"gcc" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\librte_eal\include" "-I..\lib\librte_eal\include" "-Ilib\librte_eal\windows\include" "-I..\lib\librte_eal\windows\include" "-Ilib\librte_eal\x86\include" "-I..\lib\librte_eal\x86\include" "-Ilib\librte_eal\common" "-I..\lib\librte_eal\common" "-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" "-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" "-D_WIN32_WINNT=0x0A00" "-D__USE_MINGW_ANSI_STDIO" "-march=native" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-Wno-format-truncation" "-DABI_VERSION=\"21.2\"" -MD -MQ lib/librte_eal.a.p/librte_eal_windows_rte_thread.c.obj -MF "lib\librte_eal.a.p\librte_eal_windows_rte_thread.c.obj.d" -o lib/librte_eal.a.p/librte_eal_windows_rte_thread.c.obj "-c" ../lib/librte_eal/windows/rte_thread.c
../lib/librte_eal/windows/rte_thread.c: In function 'rte_thread_create':
../lib/librte_eal/windows/rte_thread.c:333:40: error: cast between incompatible function types from 'void * (*)(void *)' to 'DWORD (*)(void *)' {aka 'long unsigned int (*)(void *)'} [-Werror=cast-function-type]
thread_handle = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)thread_func, args, 0, thread_id);
^
cc1.exe: all warnings being treated as errors
[59/230] Generating rte_eal_mingw with a custom command
[60/230] Compiling C object lib/librte_eal.a.p/librte_eal_windows_eal_timer.c.obj
[61/230] Compiling C object lib/librte_eal.a.p/librte_eal_x86_rte_power_intrinsics.c.obj
[62/230] Compiling C object lib/librte_ring.a.p/librte_ring_rte_ring.c.obj
[63/230] Compiling C object lib/librte_rcu.a.p/librte_rcu_rte_rcu_qsbr.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 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

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 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

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

Ubuntu 18.04
	Kernel: 4.15.0-generic
	Compiler: gcc 7.5

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

CentOS 8
	Kernel: 4.18.0.el8_0
	Compiler: gcc 8.3.1

Arch Linux
	Kernel: latest
	Compiler: gcc latest

openSUSE Leap 15
	Kernel: 4.12.14
	Compiler: gcc 7.4.1

Fedora 31
	Kernel: 5.3.16
	Compiler: gcc 9.2.1

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/16020/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-19  8:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19  8:19 [dpdk-test-report] |FAILURE| pw89419-89420 [PATCH] [3/3] Enable the new EAL thread API and rename 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).