|FAILURE| pw142417 [PATCH] [RFC,v2] ethdev: an API for cache stashin
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Jul 16 13:18:12 CEST 2024
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/142417
_Testing issues_
Submitter: Wathsala Vithanage <wathsala.vithanage at arm.com>
Date: Monday, July 15 2024 22:11:41
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:fa8d2f7f28524a6c8defa3dcd94f5aa131aae084
142417 --> testing issues
Test environment and result as below:
+---------------------+--------------------+----------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile |
+=====================+====================+======================+===================+
| Windows Server 2022 | FAIL | PASS | PEND |
+---------------------+--------------------+----------------------+-------------------+
| Windows Server 2019 | FAIL | PEND | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+
| FreeBSD 14.1 | PEND | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+
==== 20 line log output for Windows Server 2019 (dpdk_meson_compile): ====
FAILED: drivers/libtmp_rte_net_ice.a.p/net_ice_ice_dcf_sched.c.obj
"clang" "-Idrivers\libtmp_rte_net_ice.a.p" "-Idrivers" "-I..\drivers" "-Idrivers\net\ice" "-I..\drivers\net\ice" "-Idrivers\net\ice\base" "-I..\drivers\net\ice\base" "-Idrivers\common\iavf" "-I..\drivers\common\iavf" "-Ilib\ethdev" "-I..\lib\ethdev" "-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\log" "-I..\lib\log" "-Ilib\kvargs" "-I..\lib\kvargs" "-Ilib\net" "-I..\lib\net" "-Ilib\mbuf" "-I..\lib\mbuf" "-Ilib\mempool" "-I..\lib\mempool" "-Ilib\ring" "-I..\lib\ring" "-Ilib\metrics" "-I..\lib\metrics" "-Ilib\telemetry" "-I..\lib\telemetry" "-Ilib\meter" "-I..\lib\meter" "-Idrivers\bus\pci" "-I..\drivers\bus\pci" "-I..\drivers\bus\pci\windows" "-Ilib\pci" "-I..\lib\pci" "-Idrivers\bus\vdev" "-I..\drivers\bus\vdev" "-Ilib\hash" "-I..\lib\hash" "-Ilib\rcu" "-I..\lib\rcu" "-
IC:\Program Files\Mellanox\MLNX_WinOF2_DevX_SDK\inc" "-Xclang" "-fcolor-diagnostics" "-pipe" "-D_FILE_OFFSET_BITS=64" "-Wall" "-Winvalid-pch" "-Wextra" "-Werror" "-std=c11" "-O3" "-include" "rte_config.h" "-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" "-mrtm" "-DALLOW_EXPERIMENTAL_API" "-DALLOW_INTERNAL_API" "-DCC_AVX512_SUPPORT" "-DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.ice" "-DRTE_ANNOTATE_LOCKS" "-Wthread-safety" -MD -MQ drivers/libtmp_rte_net_ice.a.p/net_ice_ice_dcf_sched.c.obj -MF "drivers\libtmp_rte_net_ice.a.p\net_ice_ice_dcf_sched.c.obj.d" -o drivers/libtmp_rte_net_ice.a.p/net_ice_ice_dcf_sched.c.obj "-c" ../drivers/net/ice/ic
e_dcf_sched.c
In file included from ../drivers/net/ice/ice_dcf_sched.c:4:
In file included from ..\lib\ethdev\rte_tm_driver.h:20:
..\lib\ethdev/rte_ethdev.h:6114:22: error: unknown type name 'off_t'
uint16_t types, off_t offset, uint16_t hints);
^
..\lib\ethdev/rte_ethdev.h:6163:22: error: unknown type name 'off_t'
uint16_t types, off_t offset, uint16_t hints);
^
In file included from ../drivers/net/ice/ice_dcf_sched.c:4:
In file included from ..\lib\ethdev\rte_tm_driver.h:21:
..\lib\ethdev/ethdev_driver.h:1278:37: error: unknown type name 'off_t'
uint16_t types, uint8_t hints, off_t offset);
^
3 errors generated.
[102/833] Compiling C object drivers/libtmp_rte_net_ice.a.p/net_ice_ice_dcf_vf_representor.c.obj
[103/833] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_flow.c.obj
[104/833] Compiling C object drivers/libtmp_rte_net_ixgbe.a.p/net_ixgbe_ixgbe_ethdev.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
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30524/
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