|FAILURE| pw152404 [PATCH] raw/cnxk_gpio: switch to character based

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Mar 14 16:49:18 CET 2025


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

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski at 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-DPDK-Compile-Meson#372379

Test environment and result as below:

+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
|            Environment            | dpdk_meson_compile | dpdk_compile_spdk | dpdk_compile_ovs | dpdk_llvm_clang_compile | dpdk_msvc_compile | dpdk_mingw64_compile |
+===================================+====================+===================+==================+=========================+===================+======================+
| CentOS Stream 9                   | PASS               | PASS              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Debian 12                         | PASS               | PASS              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| CentOS Stream 10                  | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 40 (Clang)                 | PASS               | PASS              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 41 (Clang)                 | PASS               | PASS              | PASS             | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 40                         | PASS               | PASS              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Fedora 41                         | PASS               | PASS              | PASS             | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| RHEL8                             | FAIL               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| openSUSE Leap 15                  | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| RHEL9                             | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 20.04                      | FAIL               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 22.04                      | PASS               | PASS              | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 24.04                      | PASS               | PASS              | PASS             | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Alpine                            | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| FreeBSD 13.4                      | PASS               | SKIPPED           | SKIPPED          | SKIPPED                 | SKIPPED           | SKIPPED              |
+-----------------------------------+--------------------+-------------------+------------------+-------------------------+-------------------+----------------------+
| Ubuntu 24.04 32 Bit Cross Compile | 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): ====
|                  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'?
715 |   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]
651 |  struct gpio_v2_line_info info = {0};
|                           ^~~~
../drivers/raw/cnxk_gpio/cnxk_gpio.c:650:29: error: unused variable 'config' [-Werror=unused-variable]
650 |  struct gpio_v2_line_config config = {0};
|                             ^~~~~~
../drivers/raw/cnxk_gpio/cnxk_gpio.c:649:29: error: unused variable 'values' [-Werror=unused-variable]
649 |  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]
348 | }
| ^
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 12
	Kernel: Depends on container host
	Compiler: gcc (Debian 12.2.0-14) 12.2.0

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

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)

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

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)

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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


More information about the test-report mailing list