|FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Sat Oct 28 00:59:02 CEST 2023
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit at amd.com>
Date: Friday, October 27 2023 16:22:11
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:656dfad43136ef43f4315ab6ed45b78b68c287a7
133513 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| CentOS Stream 9 | FAIL |
+---------------------+----------------+
| CentOS Stream 8 | PASS |
+---------------------+----------------+
| Fedora 38 | PASS |
+---------------------+----------------+
| Debian Bullseye | PASS |
+---------------------+----------------+
| Fedora 37 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| Debian Buster | PASS |
+---------------------+----------------+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
| Ubuntu 22.04 | FAIL |
+---------------------+----------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
../drivers/bus/cdx/cdx_vfio.c:668:49: note: referencing an object of size 0 allocated by 'malloc'
668 | feature = (struct vfio_device_feature *)malloc(argsz);
| ^~~~~~~~~~~~~
../drivers/bus/cdx/cdx_vfio.c:686:16: error: array subscript 0 is outside array bounds of 'struct vfio_device_feature[0]' [-Werror=array-bounds]
686 | feature->flags = RTE_VFIO_DEVICE_FEATURE_BUS_MASTER | VFIO_DEVICE_FEATURE_SET;
| ^~
../drivers/bus/cdx/cdx_vfio.c:668:49: note: referencing an object of size 0 allocated by 'malloc'
668 | feature = (struct vfio_device_feature *)malloc(argsz);
| ^~~~~~~~~~~~~
../drivers/bus/cdx/cdx_vfio.c:687:24: error: array subscript 2 is outside array bounds of 'struct vfio_device_feature[0]' [-Werror=array-bounds]
687 | vfio_bm_feature->op = VFIO_DEVICE_FEATURE_CLEAR_MASTER;
| ^~
../drivers/bus/cdx/cdx_vfio.c:668:49: note: referencing an object of size 0 allocated by 'malloc'
668 | feature = (struct vfio_device_feature *)malloc(argsz);
| ^~~~~~~~~~~~~
cc1: all warnings being treated as errors
[611/2743] Generating rte_bus_dpaa.pmd.c with a custom command.
[612/2743] Generating pipeline.sym_chk with a meson_exe.py custom command.
[613/2743] Generating rte_common_idpf.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
openSUSE Leap 15
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
Windows Server 2019
Kernel: 10.0
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
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: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/28117/
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