From: dpdklab@iol.unh.edu
To: Test Report <test-report@dpdk.org>
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw152404 [PATCH] raw/cnxk_gpio: switch to character based
Date: Fri, 14 Mar 2025 09:07:39 -0700 (PDT) [thread overview]
Message-ID: <67d4544b.630a0220.1a209a.8d65SMTPIN_ADDED_MISSING@mx.google.com> (raw)
In-Reply-To: <20250314125710.4118027-1-tduszynski@marvell.com>
Test-Label: iol-unit-amd64-testing
Test-Status: WARNING
http://dpdk.org/patch/152404
_Testing issues_
Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Friday, March 14 2025 12:57:09
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:5f37ee9c859f3ce08ca4364f1d8c0e70ec33ac83
152404 --> testing issues
Upstream job id: Generic-Unit-Test-DPDK#324677
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Debian 12 | PASS |
+---------------------+----------------+
| CentOS Stream 9 | PASS |
+---------------------+----------------+
| Fedora 40 | PASS |
+---------------------+----------------+
| CentOS Stream 10 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | WARN |
+---------------------+----------------+
| Fedora 41 | PASS |
+---------------------+----------------+
| RHEL9 | PASS |
+---------------------+----------------+
| Fedora 41 (Clang) | PASS |
+---------------------+----------------+
| RHEL8 | WARN |
+---------------------+----------------+
| Ubuntu 22.04 | PASS |
+---------------------+----------------+
| Fedora 40 (Clang) | PASS |
+---------------------+----------------+
| Ubuntu 24.04 | PASS |
+---------------------+----------------+
| Windows Server 2022 | PASS |
+---------------------+----------------+
==== 20 line log output for RHEL8 (dpdk_unit_test): ====
GPIOLINE_FLAG_ACTIVE_LOW
../drivers/raw/cnxk_gpio/cnxk_gpio.c:715:31: error: 'GPIO_V2_LINE_GET_VALUES_IOCTL' undeclared (first use in this function); did you mean 'GPIOHANDLE_GET_LINE_VALUES_IOCTL'?
ret = cnxk_gpio_ioctl(gpio, GPIO_V2_LINE_GET_VALUES_IOCTL, &values);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPIOHANDLE_GET_LINE_VALUES_IOCTL
../drivers/raw/cnxk_gpio/cnxk_gpio.c:651:27: error: unused variable 'info' [-Werror=unused-variable]
struct gpio_v2_line_info info = {0};
^~~~
../drivers/raw/cnxk_gpio/cnxk_gpio.c:650:29: error: unused variable 'config' [-Werror=unused-variable]
struct gpio_v2_line_config config = {0};
^~~~~~
../drivers/raw/cnxk_gpio/cnxk_gpio.c:649:29: error: unused variable 'values' [-Werror=unused-variable]
struct gpio_v2_line_values values = {0};
^~~~~~
../drivers/raw/cnxk_gpio/cnxk_gpio.c: In function 'cnxk_gpio_available':
../drivers/raw/cnxk_gpio/cnxk_gpio.c:348:1: error: control reaches end of non-void function [-Werror=return-type]
}
^
cc1: all warnings being treated as errors
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
CentOS Stream 9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
CentOS Stream 10
Kernel: Depends on container host
Compiler: gcc 14.2.1 20241104 (Red Hat 14.2.1-6)
Ubuntu 20.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0
Fedora 41
Kernel: Depends on container host
Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2)
Fedora 41 (Clang)
Kernel: Depends on container host
Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41)
RHEL8
Kernel: Depends on container host
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22)
Ubuntu 22.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Fedora 40 (Clang)
Kernel: Depends on container host
Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40)
Ubuntu 24.04
Kernel: Depends on container host
Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
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/32830/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
next prev parent reply other threads:[~2025-03-14 16:07 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250314125710.4118027-1-tduszynski@marvell.com>
2025-03-14 12:23 ` |FAILURE| pw152404 [PATCH] raw/cnxk_gpio: switch to character based GPIO interface qemudev
2025-03-14 12:58 ` |WARNING| " checkpatch
2025-03-14 14:04 ` |SUCCESS| pw152404 [PATCH] raw/cnxk_gpio: switch to character based dpdklab
2025-03-14 14:05 ` dpdklab
2025-03-14 14:10 ` dpdklab
2025-03-14 14:20 ` dpdklab
2025-03-14 14:21 ` dpdklab
2025-03-14 14:24 ` dpdklab
2025-03-14 14:34 ` |PENDING| " dpdklab
2025-03-14 14:36 ` |SUCCESS| " dpdklab
2025-03-14 14:40 ` |FAILURE| " dpdklab
2025-03-14 14:53 ` |SUCCESS| " dpdklab
2025-03-14 14:54 ` |WARNING| " dpdklab
2025-03-14 14:56 ` dpdklab
2025-03-14 14:56 ` |FAILURE| " dpdklab
2025-03-14 15:09 ` |WARNING| " dpdklab
2025-03-14 15:09 ` |FAILURE| " dpdklab
2025-03-14 15:15 ` dpdklab
2025-03-14 15:16 ` dpdklab
2025-03-14 15:41 ` |WARNING| " dpdklab
2025-03-14 15:43 ` dpdklab
2025-03-14 15:49 ` |FAILURE| " dpdklab
2025-03-14 16:07 ` dpdklab [this message]
2025-03-14 16:15 ` dpdklab
2025-03-14 16:47 ` |SUCCESS| pw152404 [PATCH] raw/cnxk_gpio: switch to character based GPIO interface 0-day Robot
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=67d4544b.630a0220.1a209a.8d65SMTPIN_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).