|FAILURE| pw127725 [PATCH] [v1] bus/pci: get PCI address from rte_de

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Fri Jun 9 00:32:11 CEST 2023


Test-Label: iol-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/127725

_Testing issues_

Submitter: Elena Agostini <eagostini at nvidia.com>
Date: Tuesday, May 30 2023 11:42:02 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:c9df59bcc9bec67783de98486879594e52bdc418

127725 --> testing fail

Test environment and result as below:

+--------------------------+----------------+
|       Environment        | dpdk_unit_test |
+==========================+================+
| Fedora 38 (ARM)          | FAIL           |
+--------------------------+----------------+
| Debian 11 (Buster) (ARM) | FAIL           |
+--------------------------+----------------+
| CentOS Stream 9 (ARM)    | FAIL           |
+--------------------------+----------------+
| Fedora 37 (ARM)          | FAIL           |
+--------------------------+----------------+
| Ubuntu 20.04 (ARM)       | FAIL           |
+--------------------------+----------------+
| RHEL 7                   | FAIL           |
+--------------------------+----------------+
| Fedora 37                | FAIL           |
+--------------------------+----------------+
| Debian Buster            | FAIL           |
+--------------------------+----------------+
| Fedora 38                | FAIL           |
+--------------------------+----------------+
| CentOS Stream 8          | FAIL           |
+--------------------------+----------------+
| openSUSE Leap 15         | FAIL           |
+--------------------------+----------------+
| Ubuntu 20.04             | FAIL           |
+--------------------------+----------------+
| RHEL8                    | FAIL           |
+--------------------------+----------------+
| Debian Bullseye          | FAIL           |
+--------------------------+----------------+
| Ubuntu 22.04             | FAIL           |
+--------------------------+----------------+
| CentOS Stream 9          | FAIL           |
+--------------------------+----------------+

==== 20 line log output for CentOS Stream 9 (dpdk_unit_test): ====
[596/3206] Generating rte_bus_ifpga.pmd.c with a custom command.
[597/3206] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci at sta/bus_pci_pci_common.c.o'.
[598/3206] Compiling C object 'drivers/a715181@@rte_bus_ifpga at sta/meson-generated_.._rte_bus_ifpga.pmd.c.o'.
[599/3206] Compiling C object 'drivers/a715181@@rte_bus_ifpga at sha/meson-generated_.._rte_bus_ifpga.pmd.c.o'.
[600/3206] Linking static target drivers/librte_bus_ifpga.a.
[601/3206] Compiling C object 'drivers/a715181@@tmp_rte_bus_fslmc at sta/bus_fslmc_portal_dpaa2_hw_dpio.c.o'.
[602/3206] Linking static target drivers/libtmp_rte_bus_fslmc.a.
[603/3206] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci at sta/bus_pci_pci_params.c.o'.
[604/3206] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci at sta/bus_pci_pci_common_uio.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_pci at sta/bus_pci_pci_common_uio.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_pci at sta -Idrivers -I../drivers -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -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 -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=na
 tive -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=bus.pci -MD -MQ 'drivers/a715181@@tmp_rte_bus_pci at sta/bus_pci_pci_common_uio.c.o' -MF 'drivers/a715181@@tmp_rte_bus_pci at sta/bus_pci_pci_common_uio.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_pci at sta/bus_pci_pci_common_uio.c.o' -c ../drivers/bus/pci/pci_common_uio.c
In file included from ../drivers/bus/pci/pci_common_uio.c:14:
../drivers/bus/pci/rte_bus_pci.h:82:59: error: 'struct rte_device' declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
82 | const struct rte_pci_addr * rte_pci_get_addr(const struct rte_device *dev);
|                                                           ^~~~~~~~~~
cc1: all warnings being treated as errors
[605/3206] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command.
[606/3206] Generating rte_bus_fslmc.pmd.c with a custom command.
[607/3206] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Fedora 38 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

Debian 11 (Buster) (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 10.2.1

CentOS Stream 9 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 11.3.1

Fedora 37 (ARM)
	Kernel: Depends on container host
	Compiler: gcc 12.3.1

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.0

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

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

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