automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus
@ 2023-02-15 15:19 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-15 15:19 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Tomasz Duszynski

[-- Attachment #1: Type: text/plain, Size: 4675 bytes --]

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

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 15 2023 11:10:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:04ed18cd41f12ea1487581731ef56185d902d827

123948 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[601/3118] Generating rte_bus_fslmc.pmd.c with a custom command.
[602/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[603/3118] Linking static target drivers/librte_bus_fslmc.a.
[604/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[605/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[606/3118] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command.
[607/3118] Linking target drivers/librte_bus_ifpga.so.23.1.
[608/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[609/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_platform@sta -Idrivers -I../drivers -Idrivers/bus/platform -I../drivers/bus/platform -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=bus.platform -MD -MQ 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -MF 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -c ../drivers/bus/platform/platform.c
../drivers/bus/platform/platform.c: In function 'device_setup':
../drivers/bus/platform/platform.c:331:25: error: 'VFIO_DEVICE_FLAGS_PLATFORM' undeclared (first use in this function)
if (!(dev_info.flags & VFIO_DEVICE_FLAGS_PLATFORM)) {
^
../drivers/bus/platform/platform.c:331:25: note: each undeclared identifier is reported only once for each function it appears in
[610/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
[611/3118] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[612/3118] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

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

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)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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/25406/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus
@ 2023-02-17  3:17 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-17  3:17 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Tomasz Duszynski

[-- Attachment #1: Type: text/plain, Size: 5152 bytes --]

Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/123948

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 15 2023 11:10:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:04ed18cd41f12ea1487581731ef56185d902d827

123948 --> testing fail

Test environment and result as below:

+------------------+--------------------+
|   Environment    | dpdk_meson_compile |
+==================+====================+
| FreeBSD 13       | PASS               |
+------------------+--------------------+
| RHEL 7           | FAIL               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| Debian Buster    | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| Ubuntu 22.04     | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+

==== 20 line log output for RHEL 7 (dpdk_meson_compile): ====
[624/3146] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[625/3146] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[626/3146] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
[627/3146] Linking static target drivers/libtmp_rte_bus_pci.a.
[628/3146] Generating rte_bus_pci.pmd.c with a custom command.
[629/3146] Compiling C object 'drivers/a715181@@rte_bus_pci@sta/meson-generated_.._rte_bus_pci.pmd.c.o'.
[630/3146] Linking static target drivers/librte_bus_pci.a.
[631/3146] Generating rte_bus_pci.sym_chk with a meson_exe.py custom command.
[632/3146] Compiling C object 'drivers/a715181@@rte_bus_pci@sha/meson-generated_.._rte_bus_pci.pmd.c.o'.
[633/3146] Linking target drivers/librte_bus_pci.so.23.1.
[634/3146] Generating symbol file 'drivers/a715181@@rte_bus_pci@sha/librte_bus_pci.so.23.1.symbols'.
[635/3146] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_platform@sta -Idrivers -I../drivers -Idrivers/bus/platform -I../drivers/bus/platform -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=bus.platform -MD -MQ 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -MF 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -c ../drivers/bus/platform/platform.c
../drivers/bus/platform/platform.c: In function 'device_setup':
../drivers/bus/platform/platform.c:331:25: error: 'VFIO_DEVICE_FLAGS_PLATFORM' undeclared (first use in this function)
if (!(dev_info.flags & VFIO_DEVICE_FLAGS_PLATFORM)) {
^
../drivers/bus/platform/platform.c:331:25: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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)

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

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

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

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus
@ 2023-02-15 15:41 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-15 15:41 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Tomasz Duszynski

[-- Attachment #1: Type: text/plain, Size: 5155 bytes --]

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

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 15 2023 11:10:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:04ed18cd41f12ea1487581731ef56185d902d827

123948 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[601/3118] Generating rte_bus_fslmc.pmd.c with a custom command.
[602/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[603/3118] Linking static target drivers/librte_bus_fslmc.a.
[604/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[605/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[606/3118] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command.
[607/3118] Linking target drivers/librte_bus_ifpga.so.23.1.
[608/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[609/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_platform@sta -Idrivers -I../drivers -Idrivers/bus/platform -I../drivers/bus/platform -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=bus.platform -MD -MQ 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -MF 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -c ../drivers/bus/platform/platform.c
../drivers/bus/platform/platform.c: In function 'device_setup':
../drivers/bus/platform/platform.c:331:25: error: 'VFIO_DEVICE_FLAGS_PLATFORM' undeclared (first use in this function)
if (!(dev_info.flags & VFIO_DEVICE_FLAGS_PLATFORM)) {
^
../drivers/bus/platform/platform.c:331:25: note: each undeclared identifier is reported only once for each function it appears in
[610/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
[611/3118] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[612/3118] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

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

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)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus
@ 2023-02-15 15:40 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-15 15:40 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Tomasz Duszynski

[-- Attachment #1: Type: text/plain, Size: 5143 bytes --]

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

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 15 2023 11:10:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:04ed18cd41f12ea1487581731ef56185d902d827

123948 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[601/3118] Generating rte_bus_fslmc.pmd.c with a custom command.
[602/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[603/3118] Linking static target drivers/librte_bus_fslmc.a.
[604/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[605/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[606/3118] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command.
[607/3118] Linking target drivers/librte_bus_ifpga.so.23.1.
[608/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[609/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_platform@sta -Idrivers -I../drivers -Idrivers/bus/platform -I../drivers/bus/platform -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=bus.platform -MD -MQ 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -MF 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -c ../drivers/bus/platform/platform.c
../drivers/bus/platform/platform.c: In function 'device_setup':
../drivers/bus/platform/platform.c:331:25: error: 'VFIO_DEVICE_FLAGS_PLATFORM' undeclared (first use in this function)
if (!(dev_info.flags & VFIO_DEVICE_FLAGS_PLATFORM)) {
^
../drivers/bus/platform/platform.c:331:25: note: each undeclared identifier is reported only once for each function it appears in
[610/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
[611/3118] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[612/3118] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

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

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)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus
@ 2023-02-15 15:39 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-15 15:39 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Tomasz Duszynski

[-- Attachment #1: Type: text/plain, Size: 5143 bytes --]

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

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 15 2023 11:10:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:04ed18cd41f12ea1487581731ef56185d902d827

123948 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[601/3118] Generating rte_bus_fslmc.pmd.c with a custom command.
[602/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[603/3118] Linking static target drivers/librte_bus_fslmc.a.
[604/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[605/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[606/3118] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command.
[607/3118] Linking target drivers/librte_bus_ifpga.so.23.1.
[608/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[609/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_platform@sta -Idrivers -I../drivers -Idrivers/bus/platform -I../drivers/bus/platform -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=bus.platform -MD -MQ 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -MF 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -c ../drivers/bus/platform/platform.c
../drivers/bus/platform/platform.c: In function 'device_setup':
../drivers/bus/platform/platform.c:331:25: error: 'VFIO_DEVICE_FLAGS_PLATFORM' undeclared (first use in this function)
if (!(dev_info.flags & VFIO_DEVICE_FLAGS_PLATFORM)) {
^
../drivers/bus/platform/platform.c:331:25: note: each undeclared identifier is reported only once for each function it appears in
[610/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
[611/3118] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[612/3118] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

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

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)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus
@ 2023-02-15 15:37 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-15 15:37 UTC (permalink / raw)
  To: Test Report
  Cc: Tomasz Duszynski, dpdklab, David Marchand, Thomas Monjalon,
	Tomasz Duszynski

[-- Attachment #1: Type: text/plain, Size: 4972 bytes --]

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

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 15 2023 11:10:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:04ed18cd41f12ea1487581731ef56185d902d827

123948 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[601/3118] Generating rte_bus_fslmc.pmd.c with a custom command.
[602/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[603/3118] Linking static target drivers/librte_bus_fslmc.a.
[604/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[605/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[606/3118] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command.
[607/3118] Linking target drivers/librte_bus_ifpga.so.23.1.
[608/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[609/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_platform@sta -Idrivers -I../drivers -Idrivers/bus/platform -I../drivers/bus/platform -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=bus.platform -MD -MQ 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -MF 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -c ../drivers/bus/platform/platform.c
../drivers/bus/platform/platform.c: In function 'device_setup':
../drivers/bus/platform/platform.c:331:25: error: 'VFIO_DEVICE_FLAGS_PLATFORM' undeclared (first use in this function)
if (!(dev_info.flags & VFIO_DEVICE_FLAGS_PLATFORM)) {
^
../drivers/bus/platform/platform.c:331:25: note: each undeclared identifier is reported only once for each function it appears in
[610/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
[611/3118] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[612/3118] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

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

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)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus
@ 2023-02-15 15:27 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-15 15:27 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Tomasz Duszynski

[-- Attachment #1: Type: text/plain, Size: 4822 bytes --]

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

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 15 2023 11:10:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:04ed18cd41f12ea1487581731ef56185d902d827

123948 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[601/3118] Generating rte_bus_fslmc.pmd.c with a custom command.
[602/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[603/3118] Linking static target drivers/librte_bus_fslmc.a.
[604/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[605/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[606/3118] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command.
[607/3118] Linking target drivers/librte_bus_ifpga.so.23.1.
[608/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[609/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_platform@sta -Idrivers -I../drivers -Idrivers/bus/platform -I../drivers/bus/platform -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=bus.platform -MD -MQ 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -MF 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -c ../drivers/bus/platform/platform.c
../drivers/bus/platform/platform.c: In function 'device_setup':
../drivers/bus/platform/platform.c:331:25: error: 'VFIO_DEVICE_FLAGS_PLATFORM' undeclared (first use in this function)
if (!(dev_info.flags & VFIO_DEVICE_FLAGS_PLATFORM)) {
^
../drivers/bus/platform/platform.c:331:25: note: each undeclared identifier is reported only once for each function it appears in
[610/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
[611/3118] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[612/3118] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

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

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)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus
@ 2023-02-15 15:25 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-15 15:25 UTC (permalink / raw)
  To: Test Report
  Cc: Tomasz Duszynski, dpdklab, David Marchand, Thomas Monjalon,
	Tomasz Duszynski

[-- Attachment #1: Type: text/plain, Size: 4822 bytes --]

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

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 15 2023 11:10:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:04ed18cd41f12ea1487581731ef56185d902d827

123948 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[601/3118] Generating rte_bus_fslmc.pmd.c with a custom command.
[602/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[603/3118] Linking static target drivers/librte_bus_fslmc.a.
[604/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[605/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[606/3118] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command.
[607/3118] Linking target drivers/librte_bus_ifpga.so.23.1.
[608/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[609/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_platform@sta -Idrivers -I../drivers -Idrivers/bus/platform -I../drivers/bus/platform -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=bus.platform -MD -MQ 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -MF 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -c ../drivers/bus/platform/platform.c
../drivers/bus/platform/platform.c: In function 'device_setup':
../drivers/bus/platform/platform.c:331:25: error: 'VFIO_DEVICE_FLAGS_PLATFORM' undeclared (first use in this function)
if (!(dev_info.flags & VFIO_DEVICE_FLAGS_PLATFORM)) {
^
../drivers/bus/platform/platform.c:331:25: note: each undeclared identifier is reported only once for each function it appears in
[610/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
[611/3118] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[612/3118] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

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

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)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus
@ 2023-02-15 15:12 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-15 15:12 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Tomasz Duszynski

[-- Attachment #1: Type: text/plain, Size: 4675 bytes --]

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

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 15 2023 11:10:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:04ed18cd41f12ea1487581731ef56185d902d827

123948 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[601/3118] Generating rte_bus_fslmc.pmd.c with a custom command.
[602/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[603/3118] Linking static target drivers/librte_bus_fslmc.a.
[604/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[605/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[606/3118] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command.
[607/3118] Linking target drivers/librte_bus_ifpga.so.23.1.
[608/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[609/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_platform@sta -Idrivers -I../drivers -Idrivers/bus/platform -I../drivers/bus/platform -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=bus.platform -MD -MQ 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -MF 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -c ../drivers/bus/platform/platform.c
../drivers/bus/platform/platform.c: In function 'device_setup':
../drivers/bus/platform/platform.c:331:25: error: 'VFIO_DEVICE_FLAGS_PLATFORM' undeclared (first use in this function)
if (!(dev_info.flags & VFIO_DEVICE_FLAGS_PLATFORM)) {
^
../drivers/bus/platform/platform.c:331:25: note: each undeclared identifier is reported only once for each function it appears in
[610/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
[611/3118] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[612/3118] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

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

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)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.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/25406/

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus
@ 2023-02-15 15:10 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-15 15:10 UTC (permalink / raw)
  To: Test Report
  Cc: dpdk-test-reports, David Marchand, Thomas Monjalon, Tomasz Duszynski

[-- Attachment #1: Type: text/plain, Size: 4507 bytes --]

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

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 15 2023 11:10:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:04ed18cd41f12ea1487581731ef56185d902d827

123948 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[601/3118] Generating rte_bus_fslmc.pmd.c with a custom command.
[602/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[603/3118] Linking static target drivers/librte_bus_fslmc.a.
[604/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[605/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[606/3118] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command.
[607/3118] Linking target drivers/librte_bus_ifpga.so.23.1.
[608/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[609/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_platform@sta -Idrivers -I../drivers -Idrivers/bus/platform -I../drivers/bus/platform -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=bus.platform -MD -MQ 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -MF 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -c ../drivers/bus/platform/platform.c
../drivers/bus/platform/platform.c: In function 'device_setup':
../drivers/bus/platform/platform.c:331:25: error: 'VFIO_DEVICE_FLAGS_PLATFORM' undeclared (first use in this function)
if (!(dev_info.flags & VFIO_DEVICE_FLAGS_PLATFORM)) {
^
../drivers/bus/platform/platform.c:331:25: note: each undeclared identifier is reported only once for each function it appears in
[610/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
[611/3118] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[612/3118] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

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

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)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus
@ 2023-02-15 15:05 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-15 15:05 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Tomasz Duszynski

[-- Attachment #1: Type: text/plain, Size: 4348 bytes --]

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

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 15 2023 11:10:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:04ed18cd41f12ea1487581731ef56185d902d827

123948 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[601/3118] Generating rte_bus_fslmc.pmd.c with a custom command.
[602/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[603/3118] Linking static target drivers/librte_bus_fslmc.a.
[604/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[605/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[606/3118] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command.
[607/3118] Linking target drivers/librte_bus_ifpga.so.23.1.
[608/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[609/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_platform@sta -Idrivers -I../drivers -Idrivers/bus/platform -I../drivers/bus/platform -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=bus.platform -MD -MQ 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -MF 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -c ../drivers/bus/platform/platform.c
../drivers/bus/platform/platform.c: In function 'device_setup':
../drivers/bus/platform/platform.c:331:25: error: 'VFIO_DEVICE_FLAGS_PLATFORM' undeclared (first use in this function)
if (!(dev_info.flags & VFIO_DEVICE_FLAGS_PLATFORM)) {
^
../drivers/bus/platform/platform.c:331:25: note: each undeclared identifier is reported only once for each function it appears in
[610/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
[611/3118] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[612/3118] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

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

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)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus
@ 2023-02-15 15:04 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-15 15:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Tomasz Duszynski

[-- Attachment #1: Type: text/plain, Size: 4173 bytes --]

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

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 15 2023 11:10:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:04ed18cd41f12ea1487581731ef56185d902d827

123948 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[601/3118] Generating rte_bus_fslmc.pmd.c with a custom command.
[602/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[603/3118] Linking static target drivers/librte_bus_fslmc.a.
[604/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[605/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[606/3118] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command.
[607/3118] Linking target drivers/librte_bus_ifpga.so.23.1.
[608/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[609/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_platform@sta -Idrivers -I../drivers -Idrivers/bus/platform -I../drivers/bus/platform -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=bus.platform -MD -MQ 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -MF 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -c ../drivers/bus/platform/platform.c
../drivers/bus/platform/platform.c: In function 'device_setup':
../drivers/bus/platform/platform.c:331:25: error: 'VFIO_DEVICE_FLAGS_PLATFORM' undeclared (first use in this function)
if (!(dev_info.flags & VFIO_DEVICE_FLAGS_PLATFORM)) {
^
../drivers/bus/platform/platform.c:331:25: note: each undeclared identifier is reported only once for each function it appears in
[610/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
[611/3118] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[612/3118] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

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

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)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus
@ 2023-02-15 14:57 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-15 14:57 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Tomasz Duszynski

[-- Attachment #1: Type: text/plain, Size: 4022 bytes --]

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

_Testing issues_

Submitter: Tomasz Duszynski <tduszynski@marvell.com>
Date: Wednesday, February 15 2023 11:10:31 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:04ed18cd41f12ea1487581731ef56185d902d827

123948 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[601/3118] Generating rte_bus_fslmc.pmd.c with a custom command.
[602/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sta/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[603/3118] Linking static target drivers/librte_bus_fslmc.a.
[604/3118] Compiling C object 'drivers/a715181@@rte_bus_fslmc@sha/meson-generated_.._rte_bus_fslmc.pmd.c.o'.
[605/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[606/3118] Generating rte_bus_ifpga.sym_chk with a meson_exe.py custom command.
[607/3118] Linking target drivers/librte_bus_ifpga.so.23.1.
[608/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[609/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o
ccache cc -Idrivers/a715181@@tmp_rte_bus_platform@sta -Idrivers -I../drivers -Idrivers/bus/platform -I../drivers/bus/platform -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 -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-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=bus.platform -MD -MQ 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -MF 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o' -c ../drivers/bus/platform/platform.c
../drivers/bus/platform/platform.c: In function 'device_setup':
../drivers/bus/platform/platform.c:331:25: error: 'VFIO_DEVICE_FLAGS_PLATFORM' undeclared (first use in this function)
if (!(dev_info.flags & VFIO_DEVICE_FLAGS_PLATFORM)) {
^
../drivers/bus/platform/platform.c:331:25: note: each undeclared identifier is reported only once for each function it appears in
[610/3118] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
[611/3118] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[612/3118] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

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

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)

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

UNH-IOL DPDK Community Lab

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-02-17  3:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 15:19 |FAILURE| pw123948 [PATCH] [v3] bus: add platform bus dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-02-17  3:17 dpdklab
2023-02-15 15:41 dpdklab
2023-02-15 15:40 dpdklab
2023-02-15 15:39 dpdklab
2023-02-15 15:37 dpdklab
2023-02-15 15:27 dpdklab
2023-02-15 15:25 dpdklab
2023-02-15 15:12 dpdklab
2023-02-15 15:10 dpdklab
2023-02-15 15:05 dpdklab
2023-02-15 15:04 dpdklab
2023-02-15 14:57 dpdklab

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).