|WARNING| pw142707-142709 [PATCH] [v4,3/3] test-pmd: add more packet
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Thu Jul 25 11:03:06 CEST 2024
Test-Label: iol-compile-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/142709
_Testing issues_
Submitter: Stephen Hemminger <stephen at networkplumber.org>
Date: Wednesday, July 24 2024 18:46:14
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:82c47f005b9a0a1e3a649664b7713443d18abe43
142707-142709 --> testing issues
Upstream job id: Generic-DPDK-Compile-Meson#279626
Test environment and result as below:
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+======================+===================+==================+===================+
| Windows Server 2022 | PASS | FAIL | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Windows Server 2019 | PASS | FAIL | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| CentOS Stream 8 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Debian Bullseye | PEND | SKIPPED | SKIPPED | PEND | PEND |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Debian 12 | PEND | SKIPPED | SKIPPED | PEND | PEND |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 37 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 38 (Clang) | PEND | SKIPPED | SKIPPED | PEND | PEND |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 38 | PEND | SKIPPED | SKIPPED | PEND | PEND |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 39 (Clang) | PEND | SKIPPED | SKIPPED | PEND | PEND |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 39 | PEND | SKIPPED | SKIPPED | PEND | PEND |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 40 (Clang) | PEND | SKIPPED | SKIPPED | PEND | PEND |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 40 | PEND | SKIPPED | SKIPPED | PEND | PEND |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| openSUSE Leap 15 | PEND | SKIPPED | SKIPPED | PEND | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| RHEL8 | PEND | SKIPPED | SKIPPED | PEND | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| RHEL9 | PEND | SKIPPED | SKIPPED | PEND | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Ubuntu 20.04 | PEND | SKIPPED | SKIPPED | PEND | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Ubuntu 22.04 | PEND | SKIPPED | SKIPPED | PEND | PEND |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Ubuntu 24.04 | PEND | SKIPPED | SKIPPED | PEND | PEND |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Alpine | PEND | SKIPPED | SKIPPED | PEND | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
In file included from ..\lib\net/rte_ip.h:21,
from ../lib/net/rte_dissect.c:20:
C:/mingw64/mingw64/x86_64-w64-mingw32/include/ws2tcpip.h:447:63: note: expected 'PVOID' {aka 'void *'} but argument is of type 'const uint8_t *' {aka 'const unsigned char *'}
WINSOCK_API_LINKAGE LPCSTR WSAAPI InetNtopA(INT Family, PVOID pAddr, LPSTR pStringBuf, size_t StringBufSize);
~~~~~~^~~~~
../lib/net/rte_dissect.c:292:29: error: passing argument 2 of 'inet_ntop' discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
inet_ntop(AF_INET6, ip6_hdr->dst_addr, dbuf, sizeof(dbuf));
~~~~~~~^~~~~~~~~~
In file included from ..\lib\net/rte_ip.h:21,
from ../lib/net/rte_dissect.c:20:
C:/mingw64/mingw64/x86_64-w64-mingw32/include/ws2tcpip.h:447:63: note: expected 'PVOID' {aka 'void *'} but argument is of type 'const uint8_t *' {aka 'const unsigned char *'}
WINSOCK_API_LINKAGE LPCSTR WSAAPI InetNtopA(INT Family, PVOID pAddr, LPSTR pStringBuf, size_t StringBufSize);
~~~~~~^~~~~
cc1.exe: all warnings being treated as errors
[247/752] Generating rte_rcu_mingw with a custom command
[248/752] Compiling C object lib/librte_net.a.p/net_rte_net_crc.c.obj
[249/752] Compiling C object lib/librte_eal.a.p/eal_x86_rte_spinlock.c.obj
[250/752] Compiling C object lib/librte_rcu.a.p/rcu_rte_rcu_qsbr.c.obj
[251/752] Compiling C object lib/librte_net.a.p/net_rte_net.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38 (Clang)
Kernel: Depends on container host
Compiler: clang 16.0.6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 39 (Clang)
Kernel: Depends on container host
Compiler: clang 17.0.6
Fedora 39
Kernel: Depends on container host
Compiler: gcc 13.2.1
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.6
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30615/
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