|FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Sat Oct 28 01:02:44 CEST 2023


Test-Label: iol-unit-arm64-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        | cryptodev_sw_zuc_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest |
+==========================+===========================+================+==============================+
| Debian 11 (arm)          | PASS                      | SKIPPED        | PASS                         |
+--------------------------+---------------------------+----------------+------------------------------+
| CentOS Stream 9 (ARM)    | SKIPPED                   | FAIL           | SKIPPED                      |
+--------------------------+---------------------------+----------------+------------------------------+
| Fedora 37 (ARM)          | SKIPPED                   | FAIL           | SKIPPED                      |
+--------------------------+---------------------------+----------------+------------------------------+
| Fedora 38 (ARM)          | SKIPPED                   | FAIL           | SKIPPED                      |
+--------------------------+---------------------------+----------------+------------------------------+
| Debian 11 (Buster) (ARM) | SKIPPED                   | PASS           | SKIPPED                      |
+--------------------------+---------------------------+----------------+------------------------------+
| Ubuntu 20.04 (ARM)       | SKIPPED                   | PASS           | SKIPPED                      |
+--------------------------+---------------------------+----------------+------------------------------+

==== 20 line log output for Fedora 38 (ARM) (dpdk_unit_test): ====
../drivers/bus/cdx/cdx_vfio.c:668:49: note: 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: 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: at offset 8 into object of size 0 allocated by 'malloc'
668 |         feature = (struct vfio_device_feature *)malloc(argsz);
|                                                 ^~~~~~~~~~~~~
cc1: all warnings being treated as errors
[586/3043] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa at sta/bus_dpaa_base_qbman_dpaa_alloc.c.o'.
[587/3043] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa at sta/bus_dpaa_base_qbman_dpaa_sys.c.o'.
[588/3043] Generating rte_common_idpf.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
==== End log output ====

Debian 11 (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

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

Ubuntu 20.04 (ARM)
	Kernel: Container Host Kernel
	Compiler: gcc 9.4.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