|WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Jun 26 16:25:07 CEST 2024
_Testing issues_
Branch: dpdk-next-net-intel
d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues
Test environment and result as below:
+---------------------+--------------------+----------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| Windows Server 2019 | PASS | FAIL |
+---------------------+--------------------+----------------------+
| Windows Server 2022 | PASS | FAIL |
+---------------------+--------------------+----------------------+
| FreeBSD 14.1 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13.3 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Windows Server 2022 (dpdk_mingw64_compile): ====
../drivers/net/ice/base/ice_ptp_hw.c:2993:7: error: 'val' may be used uninitialized in this function [-Werror=maybe-uninitialized]
val |= Q_REG_TX_MEM_GBL_CFG_LANE_TYPE_M;
^~
../drivers/net/ice/base/ice_ptp_hw.c: In function 'ice_read_phy_tstamp':
../drivers/net/ice/base/ice_ptp_hw.c:2346:6: error: 'lo' may be used uninitialized in this function [-Werror=maybe-uninitialized]
u32 lo, hi;
^~
../drivers/net/ice/base/ice_ptp_hw.c:2369:13: error: 'hi' may be used uninitialized in this function [-Werror=maybe-uninitialized]
*tstamp = ((u64)hi) << TS_PHY_HIGH_S | ((u64)lo & TS_PHY_LOW_M);
~^~~~~~~~
../drivers/net/ice/base/ice_ptp_hw.c:2346:10: note: 'hi' was declared here
u32 lo, hi;
^~
cc1.exe: all warnings being treated as errors
[278/748] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_bst_tcam.c.obj
[279/748] Compiling C object drivers/net/ice/base/libice_base.a.p/ice_fdir.c.obj
[280/748] Linking static target lib/librte_log.a
[281/748] Compiling C object app/dpdk-test.exe.p/test_virtual_pmd.c.obj
[282/748] Compiling C object app/dpdk-test.exe.p/test_test_trace_perf.c.obj
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/29593/
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