automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 16:26 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 16:26 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile |
+=====================+====================+======================+==================+===================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Alpine              | PASS               | SKIPPED              | PASS             | SKIPPED           | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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/tarballs/29593/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 16:28 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 16:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile |
+=====================+====================+======================+==================+===================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Alpine              | PASS               | SKIPPED              | PASS             | SKIPPED           | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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/tarballs/29593/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 16:24 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 16:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile |
+=====================+====================+======================+==================+===================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Alpine              | PASS               | SKIPPED              | PASS             | SKIPPED           | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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/tarballs/29593/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 16:18 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 16:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile |
+=====================+====================+======================+==================+===================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Alpine              | PASS               | SKIPPED              | PASS             | SKIPPED           | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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/tarballs/29593/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 16:12 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 16:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile |
+=====================+====================+======================+==================+===================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Alpine              | PASS               | SKIPPED              | PASS             | SKIPPED           | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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/tarballs/29593/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 16:11 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 16:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile |
+=====================+====================+======================+==================+===================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Alpine              | PASS               | SKIPPED              | PASS             | SKIPPED           | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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/tarballs/29593/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:50 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:50 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile |
+=====================+====================+======================+==================+===================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Alpine              | PASS               | SKIPPED              | PASS             | SKIPPED           | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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/tarballs/29593/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:48 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:48 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile |
+=====================+====================+======================+==================+===================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Alpine              | PASS               | SKIPPED              | PASS             | SKIPPED           | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.1

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/tarballs/29593/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:35 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:35 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile |
+=====================+====================+======================+==================+===================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:34 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile |
+=====================+====================+======================+==================+===================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:34 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:34 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_msvc_compile |
+=====================+====================+======================+==================+===================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:32 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:32 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+======================+==================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+

==== 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:29 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:29 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+======================+==================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+

==== 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:28 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+======================+==================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 40           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+

==== 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

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

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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:25 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+======================+==================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 38 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 39 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Ubuntu 24.04        | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 40 (Clang)   | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+

==== 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

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

Fedora 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:13 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+======================+==================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:13 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:13 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+======================+==================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:12 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+======================+==================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

openSUSE Leap 15
	Kernel: 5.4.0-167-generic
	Compiler: gcc 7.5.0

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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:07 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:07 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+======================+==================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL9               | PASS               | SKIPPED              | PASS             | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 38           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+

==== 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 15:02 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 15:02 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_Testing issues_

Branch: dpdk-next-net-intel

d3564c17132748bad38fa7bd4e0c870012b5bae0 --> testing issues

Test environment and result as below:

+---------------------+--------------------+----------------------+------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+======================+==================+===================+
| Windows Server 2019 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Windows Server 2022 | PASS               | FAIL                 | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 37           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Debian 12           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| CentOS Stream 9     | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| Fedora 39           | PASS               | SKIPPED              | PASS             | PASS              |
+---------------------+--------------------+----------------------+------------------+-------------------+
| RHEL8               | PASS               | SKIPPED              | 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

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

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

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

RHEL8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)

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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 14:28 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 14:28 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 14:25 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 14:25 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 14:24 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 14:24 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 14:23 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 14:23 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

* |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0
@ 2024-06-26 14:23 dpdklab
  0 siblings, 0 replies; 25+ messages in thread
From: dpdklab @ 2024-06-26 14:23 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

_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/

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2024-06-26 16:28 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-26 16:26 |WARNING| [GIT MASTER] d3564c17132748bad38fa7bd4e0c870012b5bae0 dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2024-06-26 16:28 dpdklab
2024-06-26 16:24 dpdklab
2024-06-26 16:18 dpdklab
2024-06-26 16:12 dpdklab
2024-06-26 16:11 dpdklab
2024-06-26 15:50 dpdklab
2024-06-26 15:48 dpdklab
2024-06-26 15:35 dpdklab
2024-06-26 15:34 dpdklab
2024-06-26 15:34 dpdklab
2024-06-26 15:32 dpdklab
2024-06-26 15:29 dpdklab
2024-06-26 15:28 dpdklab
2024-06-26 15:25 dpdklab
2024-06-26 15:13 dpdklab
2024-06-26 15:13 dpdklab
2024-06-26 15:12 dpdklab
2024-06-26 15:07 dpdklab
2024-06-26 15:02 dpdklab
2024-06-26 14:28 dpdklab
2024-06-26 14:25 dpdklab
2024-06-26 14:24 dpdklab
2024-06-26 14:23 dpdklab
2024-06-26 14:23 dpdklab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).