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
Subject: |WARNING| pw149558-149560 [PATCH] [v8,3/3] drivers/net: add diagnost
Date: Thu, 02 Jan 2025 15:59:15 -0800 (PST)	[thread overview]
Message-ID: <67772853.170a0220.39d5e8.cbf0SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <1735692511-4196-4-git-send-email-andremue@linux.microsoft.com>

Test-Label: iol-unit-arm64-testing
Test-Status: WARNING
http://dpdk.org/patch/149560

_Testing issues_

Submitter: Andre Muezerie <andremue@linux.microsoft.com>
Date: Wednesday, January 01 2025 00:48:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:fd51012de5369679e807be1d6a81d63ef15015ce

149558-149560 --> testing issues

Upstream job id: Generic-Unit-Test-DPDK#303120

Test environment and result as below:

+-----------------------------+----------------+--------------+---------------------------+------------------------------+
|         Environment         | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest |
+=============================+================+==============+===========================+==============================+
| 32-bit Ubuntu 22.04.4 (ARM) | PEND           | SKIPPED      | SKIPPED                   | SKIPPED                      |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| CentOS Stream 9 (ARM)       | WARN           | SKIPPED      | SKIPPED                   | SKIPPED                      |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 41 (ARM Clang)       | WARN           | SKIPPED      | SKIPPED                   | SKIPPED                      |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM)             | WARN           | SKIPPED      | SKIPPED                   | SKIPPED                      |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 12 (arm)             | WARN           | SKIPPED      | WARN                      | WARN                         |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Debian 11 (Buster) (ARM)    | WARN           | SKIPPED      | SKIPPED                   | SKIPPED                      |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 40 (ARM Clang)       | WARN           | SKIPPED      | SKIPPED                   | SKIPPED                      |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Fedora 41 (ARM)             | WARN           | SKIPPED      | SKIPPED                   | SKIPPED                      |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 (ARM)          | WARN           | SKIPPED      | SKIPPED                   | SKIPPED                      |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| RHEL9 (ARM)                 | WARN           | SKIPPED      | SKIPPED                   | SKIPPED                      |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 22.04 (ARM)          | WARN           | SKIPPED      | SKIPPED                   | SKIPPED                      |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 24.04 (ARM)          | WARN           | SKIPPED      | SKIPPED                   | SKIPPED                      |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+
| Ubuntu 20.04 ARM SVE        | SKIPPED        | PASS         | SKIPPED                   | SKIPPED                      |
+-----------------------------+----------------+--------------+---------------------------+------------------------------+

==== 20 line log output for Ubuntu 24.04 (ARM) (dpdk_unit_test): ====
142 |                 uint8_t *p = (void *)&mcq[pos % 8];
|                              ^
../drivers/net/mlx5/mlx5_rxtx_vec_neon.h:158:55: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
158 |                                         rte_prefetch0((void *)(cq + pos + i));
|                                                       ^
../drivers/net/mlx5/mlx5_rxtx_vec_neon.h:368:55: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
368 |                                         rte_prefetch0((void *)(cq + pos + 8));
|                                                       ^
../drivers/net/mlx5/mlx5_rxtx_vec_neon.h:369:39: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
369 |                                 mcq = (void *)&(cq + pos)->pkt_info;
|                                       ^
../drivers/net/mlx5/mlx5_rxtx_vec_neon.h:384:31: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
384 |                         mcq = (void *)cq;
|                               ^
../drivers/net/mlx5/mlx5_rxtx_vec_neon.h: In function 'rxq_cq_process_v':
../drivers/net/mlx5/mlx5_rxtx_vec_neon.h:664:22: error: cast discards 'volatile' qualifier from pointer target type [-Werror=cast-qual]
664 |                 p0 = (void *)&cq[pos].pkt_info;
|                      ^
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====

32-bit Ubuntu 22.04.4 (ARM)
	Kernel: 5.15.83+ aarch64
	Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0

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

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

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

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

Debian 11 (Buster) (ARM)
	Kernel: Depends on container host
	Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110

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

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

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

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

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

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

Ubuntu 20.04 ARM SVE
	Kernel: Depends on container host
	Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0

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

UNH-IOL DPDK Community Lab

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

  parent reply	other threads:[~2025-01-02 23:59 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1735692511-4196-4-git-send-email-andremue@linux.microsoft.com>
2025-01-01  0:17 ` |SUCCESS| pw149558-149560 [PATCH v8 3/3] drivers/net: add diagnostics macros to make code portable qemudev
2025-01-01  0:21 ` qemudev
2025-01-01  0:50 ` |WARNING| pw149560 " checkpatch
2025-01-01  1:44 ` |FAILURE| " 0-day Robot
2025-01-02 21:03 ` |SUCCESS| pw149558-149560 [PATCH] [v8,3/3] drivers/net: add diagnost dpdklab
2025-01-02 21:04 ` dpdklab
2025-01-02 21:19 ` dpdklab
2025-01-02 21:20 ` dpdklab
2025-01-02 21:21 ` dpdklab
2025-01-02 21:42 ` dpdklab
2025-01-02 21:58 ` dpdklab
2025-01-02 22:31 ` dpdklab
2025-01-02 22:45 ` |FAILURE| " dpdklab
2025-01-02 23:33 ` |PENDING| " dpdklab
2025-01-02 23:47 ` dpdklab
2025-01-02 23:59 ` dpdklab [this message]
2025-01-03  0:15 ` |SUCCESS| " dpdklab
2025-01-03  0:31 ` |WARNING| " dpdklab
2025-01-03  0:36 ` |SUCCESS| " dpdklab
2025-01-03  0:44 ` |FAILURE| " dpdklab
2025-01-03  0:44 ` dpdklab
2025-01-03  1:03 ` dpdklab
2025-01-03  1:45 ` |SUCCESS| " dpdklab
2025-01-03  4:26 ` |WARNING| " dpdklab
2025-01-06 21:05 ` |SUCCESS| " 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=67772853.170a0220.39d5e8.cbf0SMTPIN_ADDED_MISSING@mx.google.com \
    --to=dpdklab@iol.unh.edu \
    --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).