|FAILURE| pw128508 [PATCH] [v7] gro : ipv6 changes to support GRO fo
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Mon Jun 12 14:44:22 CEST 2023
Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/128508
_Testing issues_
Submitter: kumaraparameshwaran rathinavel <kumaraparamesh92 at gmail.com>
Date: Monday, June 12 2023 11:31:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:abb4cc0efc1b0f7779bbe3e24bcb362146351c6e
128508 --> testing fail
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | FAIL | PASS |
+---------------------+--------------------+----------------------+
| RHEL 7 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 9 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
[329/818] Linking target lib/rte_gso-23.dll
Creating library lib\rte_gso.lib and object lib\rte_gso.exp
[330/818] Linking target lib/rte_pcapng-23.dll
Creating library lib\rte_pcapng.lib and object lib\rte_pcapng.exp
[331/818] Linking target lib/rte_gro-23.dll
FAILED: lib/rte_gro-23.dll
"clang" -Wl,/MACHINE:X64 -Wl,/OUT:lib/rte_gro-23.dll lib/librte_gro.a.p/gro_rte_gro.c.obj lib/librte_gro.a.p/gro_gro_tcp_internal.c.obj lib/librte_gro.a.p/gro_gro_tcp4.c.obj lib/librte_gro.a.p/gro_gro_tcp6.c.obj lib/librte_gro.a.p/gro_gro_udp4.c.obj lib/librte_gro.a.p/gro_gro_vxlan_tcp4.c.obj lib/librte_gro.a.p/gro_gro_vxlan_udp4.c.obj "-LC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\lib" "-Wl,/nologo" "-Wl,/release" "-Wl,/nologo" "-Wl,/OPT:REF" "-Wl,/DLL" "-Wl,/IMPLIB:lib\rte_gro.lib" "lib\rte_eal.lib" "lib\rte_kvargs.lib" "lib\rte_ethdev.lib" "lib\rte_net.lib" "lib\rte_mbuf.lib" "lib\rte_mempool.lib" "lib\rte_ring.lib" "lib\rte_telemetry.lib" "lib\rte_meter.lib" "-Wl,/def:C:\Users\builder\jenkins\workspace\Windows-Compile-DPDK-Meson\dpdk\build\lib\rte_gro_exports.def" "-ldbghelp" "-lsetupapi" "-lws2_32" "-lmincore" "-lkernel32" "-luser32" "-lgdi32" "-lwinspool" "-lshell32" "-lole32" "-loleaut32" "-luuid" "-lcomdlg32" "-ladvapi32"
Creating library lib\rte_gro.lib and object lib\rte_gro.exp
gro_gro_tcp4.c.obj : error LNK2019: unresolved external symbol insert_new_tcp_item referenced in function gro_tcp4_reassemble
gro_gro_tcp6.c.obj : error LNK2001: unresolved external symbol insert_new_tcp_item
gro_gro_tcp4.c.obj : error LNK2019: unresolved external symbol delete_tcp_item referenced in function gro_tcp4_reassemble
gro_gro_tcp6.c.obj : error LNK2001: unresolved external symbol delete_tcp_item
lib\rte_gro-23.dll : fatal error LNK1120: 2 unresolved externals
clang: error: linker command failed with exit code 1120 (use -v to see invocation)
[332/818] Generating symbol file lib/rte_metrics-23.dll.p/rte_metrics-23.dll.symbols
[333/818] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_fdir.c.obj
[334/818] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_phy.c.obj
[335/818] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_x550.c.obj
[336/818] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_ethdev.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
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)
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
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 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/26631/
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