automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu,
	Andre Muezerie <andremue@linux.microsoft.com>
Subject: |FAILURE| pw149501-149503 [PATCH] [v2,3/3] drivers/net: add diagnost
Date: Fri, 07 Feb 2025 10:11:03 -0800 (PST)	[thread overview]
Message-ID: <67a64cb7.050a0220.91e17.25b1SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <1735346757-14891-4-git-send-email-andremue@linux.microsoft.com>

Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/149503

_Testing issues_

Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Saturday, December 28 2024 00:45:57 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fd51012de5369679e807be1d6a81d63ef15015ce

149501-149503 --> testing issues

Test environment and result as below:

+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_llvm_clang_compile | dpdk_msvc_compile | dpdk_mingw64_compile |
+=====================+====================+==================+===================+=========================+===================+======================+
| CentOS Stream 9     | FAIL               | WARN             | WARN              | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| Debian Bullseye     | FAIL               | WARN             | WARN              | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| Debian 12           | FAIL               | WARN             | WARN              | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| Fedora 40           | FAIL               | WARN             | WARN              | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| Fedora 40 (Clang)   | FAIL               | WARN             | WARN              | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| Fedora 41 (Clang)   | FAIL               | WARN             | WARN              | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| openSUSE Leap 15    | FAIL               | WARN             | SKIPPED           | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| Fedora 41           | FAIL               | WARN             | WARN              | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| RHEL8               | FAIL               | WARN             | SKIPPED           | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| RHEL9               | FAIL               | WARN             | SKIPPED           | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| Ubuntu 22.04        | FAIL               | WARN             | WARN              | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| Ubuntu 24.04        | FAIL               | WARN             | WARN              | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| Ubuntu 20.04        | FAIL               | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| Alpine              | PASS               | PASS             | SKIPPED           | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| FreeBSD 13.4        | PASS               | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| FreeBSD 14.2        | PASS               | SKIPPED          | SKIPPED           | SKIPPED                 | SKIPPED           | SKIPPED              |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+
| Windows Server 2022 | SKIPPED            | SKIPPED          | SKIPPED           | PASS                    | PASS              | PASS                 |
+---------------------+--------------------+------------------+-------------------+-------------------------+-------------------+----------------------+

==== 20 line log output for Ubuntu 20.04 (dpdk_meson_compile): ====
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:699:29: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
699 |   cqe_tmp2 = _mm_load_si128((__m128i *)&cq[pos + p1]);
|                             ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:700:29: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
700 |   cqe_tmp1 = _mm_load_si128((__m128i *)&cq[pos]);
|                             ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:703:30: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
703 |   cqe_tmp2 = _mm_loadu_si128((__m128i *)&cq[pos + p1].csum);
|                              ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:704:30: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
704 |   cqe_tmp1 = _mm_loadu_si128((__m128i *)&cq[pos].csum);
|                              ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:707:30: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
707 |   cqe_tmp2 = _mm_loadl_epi64((__m128i *)&cq[pos + p1].rsvd4[2]);
|                              ^
../drivers/net/mlx5/mlx5_rxtx_vec_sse.h:708:30: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
708 |   cqe_tmp1 = _mm_loadl_epi64((__m128i *)&cq[pos].rsvd4[2]);
|                              ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

CentOS Stream 9
	Kernel: Depends on container host
	Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)

Debian Bullseye
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

Debian 12
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

Fedora 40
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)

Fedora 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)

Fedora 41 (Clang)
	Kernel: Depends on container host
	Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)

openSUSE Leap 15
	Kernel: Depends on container host
	Compiler: gcc (SUSE Linux) 7.5.0

Fedora 41
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)

RHEL8
	Kernel: Depends on container host
	Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)

RHEL9
	Kernel: Depends on container host
	Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)

Ubuntu 22.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

Ubuntu 24.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Ubuntu 20.04
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0

Alpine
	Kernel: Depends on container host
	Compiler: gcc (Alpine 14.2.0) 14.2.0

FreeBSD 13.4
	Kernel: 13.4-RELEASE-p1
	Compiler: clang 18.1.6

FreeBSD 14.2
	Kernel: 14.2-RELEASE
	Compiler: clang 18.1.6

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/32221/

UNH-IOL DPDK Community Lab

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

  parent reply	other threads:[~2025-02-07 18:11 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1735346757-14891-4-git-send-email-andremue@linux.microsoft.com>
2024-12-28  0:15 ` |SUCCESS| pw149501-149503 [PATCH v2 3/3] drivers/net: add diagnostics macros to make code portable qemudev
2024-12-28  0:20 ` qemudev
2024-12-28  0:47 ` |WARNING| pw149503 " checkpatch
2024-12-28  1:24 ` |FAILURE| " 0-day Robot
2024-12-28  1:28 ` |FAILURE| pw149501-149503 [PATCH] [v2,3/3] drivers/net: add diagnost dpdklab
2024-12-28  1:31 ` |SUCCESS| " dpdklab
2024-12-28  1:38 ` dpdklab
2024-12-28  1:44 ` dpdklab
2024-12-28  1:46 ` dpdklab
2024-12-28  1:46 ` |FAILURE| " dpdklab
2024-12-28  1:49 ` |PENDING| " dpdklab
2024-12-28  1:52 ` |SUCCESS| " dpdklab
2024-12-28  1:52 ` |WARNING| " dpdklab
2024-12-28  1:53 ` |SUCCESS| " dpdklab
2024-12-28  1:54 ` |WARNING| " dpdklab
2024-12-28  2:01 ` |FAILURE| " dpdklab
2024-12-28  2:02 ` dpdklab
2024-12-28  2:05 ` dpdklab
2024-12-28  2:09 ` |SUCCESS| " dpdklab
2024-12-28  2:18 ` |FAILURE| " dpdklab
2024-12-28  2:19 ` |WARNING| " dpdklab
2024-12-28  2:24 ` |FAILURE| " dpdklab
2024-12-28  2:30 ` |WARNING| " dpdklab
2024-12-28  2:39 ` dpdklab
2024-12-28  2:41 ` |FAILURE| " dpdklab
2024-12-28  2:43 ` dpdklab
2024-12-28  2:50 ` dpdklab
2024-12-28  2:51 ` dpdklab
2024-12-28  3:03 ` dpdklab
2024-12-28  3:15 ` dpdklab
2024-12-28  3:15 ` dpdklab
2024-12-28  3:21 ` dpdklab
2025-01-06 23:03 ` |PENDING| " dpdklab
2025-02-07 18:11 ` dpdklab [this message]
2025-02-07 19:52 ` |FAILURE| " dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=67a64cb7.050a0220.91e17.25b1SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --cc=andremue@linux.microsoft.com \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).