[dpdk-test-report] |FAILURE| pw93165 [PATCH] [v4] eal: fix memory mapping for 32-bit targets

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue May 11 17:35:58 CEST 2021


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

_Testing issues_

Submitter: Lance Richardson <lance.richardson at broadcom.com>
Date: Tuesday, May 11 2021 14:45:54 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:be81f77d807720f01e72e38502c2ca613b36b726

93165 --> testing fail

Test environment and result as below:

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

==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[37/346] Compiling C object lib/librte_eal.a.p/eal_common_malloc_heap.c.obj
[38/346] Compiling C object lib/librte_eal.a.p/eal_common_rte_random.c.obj
[39/346] Compiling C object lib/librte_eal.a.p/eal_common_rte_malloc.c.obj
[40/346] Compiling C object lib/librte_eal.a.p/eal_windows_eal_alarm.c.obj
[41/346] Compiling C object lib/librte_eal.a.p/eal_windows_eal_debug.c.obj
[42/346] Compiling C object lib/librte_eal.a.p/eal_windows_eal.c.obj
[43/346] Compiling C object lib/librte_eal.a.p/eal_windows_eal_memory.c.obj
FAILED: lib/librte_eal.a.p/eal_windows_eal_memory.c.obj
"clang" "-Ilib\librte_eal.a.p" "-Ilib" "-I..\lib" "-I." "-I.." "-Iconfig" "-I..\config" "-Ilib\eal\include" "-I..\lib\eal\include" "-Ilib\eal\windows\include" "-I..\lib\eal\windows\include" "-Ilib\eal\x86\include" "-I..\lib\eal\x86\include" "-Ilib\eal\common" "-I..\lib\eal\common" "-Ilib\eal" "-I..\lib\eal" "-Ilib\kvargs" "-I..\lib\kvargs" "-Xclang" "-fcolor-diagnostics" "-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-address-of-packed-member" "-Wno-missing-field-initializers" "-D_GNU_SOURCE" "-D_WIN32_WINNT=0x0A00" "-D_CRT_SECURE_NO_WARNINGS" "-march=native" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DABI_VERSION=\"21.2\"" -MD -MQ lib/librte_eal.a.p/eal_windows_eal_memory.c.obj -MF "lib\librte_eal.a.p\eal_windows_eal_memory.c.obj.d" -o lib/librte_eal.a.p/eal_windows_eal_memory.c.obj "-c" ../lib/eal/windows/eal_memory.c
../lib/eal/windows/eal_memory.c:519:37: error: shift count >= width of type [-Werror,-Wshift-count-overflow]
DWORD offset_high = (DWORD)(offset >> 32);
^  ~~
1 error generated.
[44/346] Compiling C object lib/librte_eal.a.p/eal_windows_eal_file.c.obj
[45/346] Compiling C object lib/librte_eal.a.p/eal_common_rte_service.c.obj
[46/346] Compiling C object lib/librte_eal.a.p/eal_windows_eal_thread.c.obj
[47/346] Compiling C object lib/librte_eal.a.p/eal_windows_eal_memalloc.c.obj
[48/346] Compiling C object lib/librte_eal.a.p/eal_windows_eal_mp.c.obj
ninja: build stopped: subcommand failed.
[1] Error running command.
==== End log output ====

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

Fedora 31
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.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

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

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)

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

Arch Linux
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 10.2.0

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

UNH-IOL DPDK Community Lab

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


More information about the test-report mailing list