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| pw152041-152044 [PATCH] [V1,4/4] net/mlx5/hws: allow diffe
Date: Tue, 25 Feb 2025 10:12:10 -0800 (PST)	[thread overview]
Message-ID: <67be07fa.050a0220.eb900.27feSMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250225120213.2968616-4-ophirmu@nvidia.com>

Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/152044

_Testing issues_

Submitter: Ophir Munk <ophirmu@nvidia.com>
Date: Tuesday, February 25 2025 12:02:13 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:61fc05f1c6a079c0b25b27d1668450134a784d56

152041-152044 --> testing issues

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

Test environment and result as below:

+-------------------+----------------+
|    Environment    | dpdk_unit_test |
+===================+================+
| Debian 12         | PASS           |
+-------------------+----------------+
| Debian Bullseye   | WARN           |
+-------------------+----------------+
| CentOS Stream 9   | PASS           |
+-------------------+----------------+
| CentOS Stream 10  | PASS           |
+-------------------+----------------+
| Fedora 40         | PASS           |
+-------------------+----------------+
| Fedora 40 (Clang) | PASS           |
+-------------------+----------------+
| Fedora 41 (Clang) | PASS           |
+-------------------+----------------+
| RHEL9             | PASS           |
+-------------------+----------------+
| RHEL8             | PASS           |
+-------------------+----------------+
| Fedora 41         | PASS           |
+-------------------+----------------+
| Ubuntu 20.04      | WARN           |
+-------------------+----------------+
| Ubuntu 24.04      | PASS           |
+-------------------+----------------+
| Ubuntu 22.04      | WARN           |
+-------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
[1832/3156] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_hws_mlx5dr_buddy.c.o
[1833/3156] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o
FAILED: drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o
ccache cc -Idrivers/libtmp_rte_net_mlx5.a.p -Idrivers -I../drivers -Idrivers/net/mlx5 -I../drivers/net/mlx5 -Idrivers/net/mlx5/linux -I../drivers/net/mlx5/linux -Idrivers/net/mlx5/hws -I../drivers/net/mlx5/hws -Ilib/ethdev -I../lib/ethdev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -I../kernel/linux -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers
 /common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr/include/libnl3 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wvla -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -std=c11 -Wno-strict-prototypes -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -UPEDANTIC -Wno-vla -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.mlx5 -MD -MQ drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o -MF drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o.d -o drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_hw.c.o -c ../driver
 s/net/mlx5/mlx5_flow_hw.c
../drivers/net/mlx5/mlx5_flow_hw.c: In function 'mlx5_flow_hw_actions_validate':
../drivers/net/mlx5/mlx5_flow_hw.c:7238:14: error: unused variable 'res' [-Werror=unused-variable]
7238 |         bool res;
|              ^~~
../drivers/net/mlx5/mlx5_flow_hw.c: In function 'flow_hw_create_send_to_kernel_actions':
../drivers/net/mlx5/mlx5_flow_hw.c:9652:57: error: unused parameter 'priv' [-Werror=unused-parameter]
9652 | flow_hw_create_send_to_kernel_actions(struct mlx5_priv *priv, bool is_proxy)
|                                       ~~~~~~~~~~~~~~~~~~^~~~
../drivers/net/mlx5/mlx5_flow_hw.c:9652:68: error: unused parameter 'is_proxy' [-Werror=unused-parameter]
9652 | flow_hw_create_send_to_kernel_actions(struct mlx5_priv *priv, bool is_proxy)
|                                                                    ^
cc1: all warnings being treated as errors
[1834/3156] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_hws_mlx5dr_action.c.o
[1835/3156] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_hws_mlx5dr_pool.c.o
[1836/3156] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_hws_mlx5dr_cmd.c.o
ninja: build stopped: subcommand failed.
==== End log output ====

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

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

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

CentOS Stream 10
	Kernel: Depends on container host
	Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)

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)

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

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

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

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

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

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

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

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-25 18:12 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250225120213.2968616-4-ophirmu@nvidia.com>
2025-02-25 11:40 ` |SUCCESS| pw152041-152044 [PATCH V1 4/4] net/mlx5/hws: allow different types in miss validation qemudev
2025-02-25 11:45 ` qemudev
2025-02-25 12:05 ` |SUCCESS| pw152044 " checkpatch
2025-02-25 13:04 ` |FAILURE| " 0-day Robot
2025-02-25 16:11 ` |SUCCESS| pw152041-152044 [PATCH] [V1,4/4] net/mlx5/hws: allow diffe dpdklab
2025-02-25 16:11 ` dpdklab
2025-02-25 16:20 ` dpdklab
2025-02-25 16:25 ` dpdklab
2025-02-25 16:33 ` dpdklab
2025-02-25 16:46 ` dpdklab
2025-02-25 17:08 ` |PENDING| " dpdklab
2025-02-25 17:37 ` |FAILURE| " dpdklab
2025-02-25 17:39 ` |PENDING| " dpdklab
2025-02-25 18:07 ` |SUCCESS| " dpdklab
2025-02-25 18:12 ` dpdklab [this message]
2025-02-25 18:21 ` |WARNING| " dpdklab
2025-02-25 19:11 ` dpdklab
2025-02-25 19:17 ` |FAILURE| " dpdklab
2025-02-25 19:17 ` dpdklab
2025-02-25 19:17 ` dpdklab
2025-02-25 19:45 ` dpdklab
2025-02-25 20:18 ` 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=67be07fa.050a0220.eb900.27feSMTPIN_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).