* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:59 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:59 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-28 0:08 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-28 0:08 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
| Fedora 38 (ARM Clang) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
../drivers/bus/cdx/cdx_vfio.c:677:24: error: array subscript 0 is outside array bounds of 'struct vfio_device_feature[0]' [-Werror=array-bounds]
677 | feature->flags |= 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: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
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
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
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 23:31 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 23:31 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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 | lpm_autotest |
+==========================+===========================+================+==============================+==============+
| Debian 11 (arm) | PASS | SKIPPED | PASS | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| CentOS Stream 9 (ARM) | SKIPPED | FAIL | SKIPPED | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| Fedora 37 (ARM) | SKIPPED | FAIL | SKIPPED | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| Fedora 38 (ARM) | SKIPPED | FAIL | SKIPPED | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| Debian 11 (Buster) (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| Ubuntu 20.04 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| Fedora 38 (ARM Clang) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
==== 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@sta/bus_dpaa_base_qbman_dpaa_alloc.c.o'.
[587/3043] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@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
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 23:31 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 23:31 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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 | lpm_autotest |
+==========================+===========================+================+==============================+==============+
| Debian 11 (arm) | PASS | SKIPPED | PASS | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| CentOS Stream 9 (ARM) | SKIPPED | FAIL | SKIPPED | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| Fedora 37 (ARM) | SKIPPED | FAIL | SKIPPED | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| Fedora 38 (ARM) | SKIPPED | FAIL | SKIPPED | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| Debian 11 (Buster) (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| Ubuntu 20.04 (ARM) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| Fedora 38 (ARM Clang) | SKIPPED | PASS | SKIPPED | SKIPPED |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
| Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS |
+--------------------------+---------------------------+----------------+------------------------------+--------------+
==== 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@sta/bus_dpaa_base_qbman_dpaa_alloc.c.o'.
[587/3043] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@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
Fedora 38 (ARM Clang)
Kernel: Depends on container host
Compiler: clang 16.0.3
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 23:30 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 23:30 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:677:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
677 | feature^[[01;31m^[[K->^[[m^[[Kflags |= VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:686:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
686 | feature^[[01;31m^[[K->^[[m^[[Kflags = RTE_VFIO_DEVICE_FEATURE_BUS_MASTER | VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:687:24:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 2 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
687 | vfio_bm_feature^[[01;31m^[[K->^[[m^[[Kop = VFIO_DEVICE_FEATURE_CLEAR_MASTER;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kat offset 8 into object of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
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)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 23:05 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 23:05 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 23:05 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 23:05 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 23:04 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 23:04 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 23:04 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 23:04 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 23:03 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 23:03 UTC (permalink / raw)
To: Test Report; +Cc: Ferruh Yigit, dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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@sta/bus_dpaa_base_qbman_dpaa_alloc.c.o'.
[587/3043] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 23:03 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 23:03 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 23:03 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 23:03 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 23:03 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 23:03 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 23:02 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 23:02 UTC (permalink / raw)
To: Test Report; +Cc: Ferruh Yigit, dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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@sta/bus_dpaa_base_qbman_dpaa_alloc.c.o'.
[587/3043] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 23:00 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 23:00 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:59 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:59 UTC (permalink / raw)
To: Test Report; +Cc: Ferruh Yigit, dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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@sta/bus_dpaa_base_qbman_dpaa_alloc.c.o'.
[587/3043] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:58 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:58 UTC (permalink / raw)
To: Test Report; +Cc: Ferruh Yigit, dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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@sta/bus_dpaa_base_qbman_dpaa_alloc.c.o'.
[587/3043] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:58 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:58 UTC (permalink / raw)
To: Test Report; +Cc: Ferruh Yigit, dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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@sta/bus_dpaa_base_qbman_dpaa_alloc.c.o'.
[587/3043] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:58 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:58 UTC (permalink / raw)
To: Test Report; +Cc: Ferruh Yigit, dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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@sta/bus_dpaa_base_qbman_dpaa_alloc.c.o'.
[587/3043] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:58 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:58 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:58 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:58 UTC (permalink / raw)
To: Test Report; +Cc: Ferruh Yigit, dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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@sta/bus_dpaa_base_qbman_dpaa_alloc.c.o'.
[587/3043] Compiling C object 'drivers/a715181@@tmp_rte_bus_dpaa@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:57 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:57 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
../drivers/bus/cdx/cdx_vfio.c:677:24: error: array subscript 0 is outside array bounds of 'struct vfio_device_feature[0]' [-Werror=array-bounds]
677 | feature->flags |= 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: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
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
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
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:57 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:57 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
../drivers/bus/cdx/cdx_vfio.c:677:24: error: array subscript 0 is outside array bounds of 'struct vfio_device_feature[0]' [-Werror=array-bounds]
677 | feature->flags |= 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: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
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
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
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:57 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:57 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:677:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
677 | feature^[[01;31m^[[K->^[[m^[[Kflags |= VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:686:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
686 | feature^[[01;31m^[[K->^[[m^[[Kflags = RTE_VFIO_DEVICE_FEATURE_BUS_MASTER | VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:687:24:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 2 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
687 | vfio_bm_feature^[[01;31m^[[K->^[[m^[[Kop = VFIO_DEVICE_FEATURE_CLEAR_MASTER;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kat offset 8 into object of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
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)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:57 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:57 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-unit-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:56 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:56 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
../drivers/bus/cdx/cdx_vfio.c:677:24: error: array subscript 0 is outside array bounds of 'struct vfio_device_feature[0]' [-Werror=array-bounds]
677 | feature->flags |= 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: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
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
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
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:56 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:56 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
../drivers/bus/cdx/cdx_vfio.c:677:24: error: array subscript 0 is outside array bounds of 'struct vfio_device_feature[0]' [-Werror=array-bounds]
677 | feature->flags |= 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: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
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
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
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:56 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:56 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:677:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
677 | feature^[[01;31m^[[K->^[[m^[[Kflags |= VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:686:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
686 | feature^[[01;31m^[[K->^[[m^[[Kflags = RTE_VFIO_DEVICE_FEATURE_BUS_MASTER | VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:687:24:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 2 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
687 | vfio_bm_feature^[[01;31m^[[K->^[[m^[[Kop = VFIO_DEVICE_FEATURE_CLEAR_MASTER;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kat offset 8 into object of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
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)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:55 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:55 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
../drivers/bus/cdx/cdx_vfio.c:677:24: error: array subscript 0 is outside array bounds of 'struct vfio_device_feature[0]' [-Werror=array-bounds]
677 | feature->flags |= 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: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
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
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
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:50 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:50 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
../drivers/bus/cdx/cdx_vfio.c:677:24: error: array subscript 0 is outside array bounds of 'struct vfio_device_feature[0]' [-Werror=array-bounds]
677 | feature->flags |= 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: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
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
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
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:50 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:50 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
../drivers/bus/cdx/cdx_vfio.c:677:24: error: array subscript 0 is outside array bounds of 'struct vfio_device_feature[0]' [-Werror=array-bounds]
677 | feature->flags |= 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: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
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
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
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:49 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:49 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-arm64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile |
+========================================+====================+
| Ubuntu 20.04 ARM GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM SVE | PASS |
+----------------------------------------+--------------------+
| Fedora 37 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Fedora 38 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 ARM Clang Cross Compile | PASS |
+----------------------------------------+--------------------+
| CentOS Stream 9 (ARM) | FAIL |
+----------------------------------------+--------------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS |
+----------------------------------------+--------------------+
| Debian 11 (Buster) (ARM) | PASS |
+----------------------------------------+--------------------+
| Ubuntu 20.04 (ARM) | PASS |
+----------------------------------------+--------------------+
==== 20 line log output for CentOS Stream 9 (ARM) (dpdk_meson_compile): ====
../drivers/bus/cdx/cdx_vfio.c:677:24: error: array subscript 0 is outside array bounds of 'struct vfio_device_feature[0]' [-Werror=array-bounds]
677 | feature->flags |= 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: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
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 20.04 ARM GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Ubuntu 20.04 ARM SVE
Kernel: 5.4.0-80-generic
Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04)
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
Ubuntu 20.04 ARM Clang Cross Compile
Kernel: 5.4.0-72-generic
Compiler: clang version 10.0.0-4ubuntu1
CentOS Stream 9 (ARM)
Kernel: Container Host Kernel
Compiler: gcc 11.3.1
Ubuntu 20.04 aarch32 GCC Cross Compile
Kernel: 5.4.0-72-generic
Compiler: gcc 9.3.0
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:49 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:49 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:677:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
677 | feature^[[01;31m^[[K->^[[m^[[Kflags |= VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:686:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
686 | feature^[[01;31m^[[K->^[[m^[[Kflags = RTE_VFIO_DEVICE_FEATURE_BUS_MASTER | VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:687:24:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 2 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
687 | vfio_bm_feature^[[01;31m^[[K->^[[m^[[Kop = VFIO_DEVICE_FEATURE_CLEAR_MASTER;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kat offset 8 into object of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
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)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:48 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:677:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
677 | feature^[[01;31m^[[K->^[[m^[[Kflags |= VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:686:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
686 | feature^[[01;31m^[[K->^[[m^[[Kflags = RTE_VFIO_DEVICE_FEATURE_BUS_MASTER | VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:687:24:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 2 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
687 | vfio_bm_feature^[[01;31m^[[K->^[[m^[[Kop = VFIO_DEVICE_FEATURE_CLEAR_MASTER;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kat offset 8 into object of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
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)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:48 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:48 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:677:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
677 | feature^[[01;31m^[[K->^[[m^[[Kflags |= VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:686:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
686 | feature^[[01;31m^[[K->^[[m^[[Kflags = RTE_VFIO_DEVICE_FEATURE_BUS_MASTER | VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:687:24:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 2 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
687 | vfio_bm_feature^[[01;31m^[[K->^[[m^[[Kop = VFIO_DEVICE_FEATURE_CLEAR_MASTER;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kat offset 8 into object of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
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)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:47 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:47 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:677:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
677 | feature^[[01;31m^[[K->^[[m^[[Kflags |= VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:686:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
686 | feature^[[01;31m^[[K->^[[m^[[Kflags = RTE_VFIO_DEVICE_FEATURE_BUS_MASTER | VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:687:24:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 2 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
687 | vfio_bm_feature^[[01;31m^[[K->^[[m^[[Kop = VFIO_DEVICE_FEATURE_CLEAR_MASTER;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kat offset 8 into object of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
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)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:47 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:47 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:677:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
677 | feature^[[01;31m^[[K->^[[m^[[Kflags |= VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:686:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
686 | feature^[[01;31m^[[K->^[[m^[[Kflags = RTE_VFIO_DEVICE_FEATURE_BUS_MASTER | VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:687:24:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 2 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
687 | vfio_bm_feature^[[01;31m^[[K->^[[m^[[Kop = VFIO_DEVICE_FEATURE_CLEAR_MASTER;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kat offset 8 into object of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
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)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:46 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:46 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:677:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
677 | feature^[[01;31m^[[K->^[[m^[[Kflags |= VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:686:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
686 | feature^[[01;31m^[[K->^[[m^[[Kflags = RTE_VFIO_DEVICE_FEATURE_BUS_MASTER | VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:687:24:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 2 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
687 | vfio_bm_feature^[[01;31m^[[K->^[[m^[[Kop = VFIO_DEVICE_FEATURE_CLEAR_MASTER;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kat offset 8 into object of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
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)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:46 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:46 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:677:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
677 | feature^[[01;31m^[[K->^[[m^[[Kflags |= VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:686:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
686 | feature^[[01;31m^[[K->^[[m^[[Kflags = RTE_VFIO_DEVICE_FEATURE_BUS_MASTER | VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:687:24:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 2 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
687 | vfio_bm_feature^[[01;31m^[[K->^[[m^[[Kop = VFIO_DEVICE_FEATURE_CLEAR_MASTER;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kat offset 8 into object of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
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)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:46 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:46 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:677:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
677 | feature^[[01;31m^[[K->^[[m^[[Kflags |= VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:686:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
686 | feature^[[01;31m^[[K->^[[m^[[Kflags = RTE_VFIO_DEVICE_FEATURE_BUS_MASTER | VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:687:24:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 2 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
687 | vfio_bm_feature^[[01;31m^[[K->^[[m^[[Kop = VFIO_DEVICE_FEATURE_CLEAR_MASTER;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kat offset 8 into object of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
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)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
* |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD
@ 2023-10-27 22:43 dpdklab
0 siblings, 0 replies; 41+ messages in thread
From: dpdklab @ 2023-10-27 22:43 UTC (permalink / raw)
To: Test Report; +Cc: dpdk-test-reports, Ferruh Yigit
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/133513
_Testing issues_
Submitter: Ferruh Yigit <ferruh.yigit@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_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| CentOS Stream 9 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 37 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Fedora 38 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04 | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| FreeBSD 13 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Bullseye | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Debian Buster | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| CentOS Stream 8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
| Alpine | FAIL | SKIPPED |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS | PASS |
+---------------------+--------------------+----------------------+
| RHEL8 | PASS | SKIPPED |
+---------------------+--------------------+----------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:677:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
677 | feature^[[01;31m^[[K->^[[m^[[Kflags |= VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:686:16:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 0 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
686 | feature^[[01;31m^[[K->^[[m^[[Kflags = RTE_VFIO_DEVICE_FEATURE_BUS_MASTER | VFIO_DEVICE_FEATURE_SET;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kobject of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:687:24:^[[m^[[K ^[[01;31m^[[Kerror: ^[[m^[[Karray subscript 2 is outside array bounds of '^[[01m^[[Kstruct vfio_device_feature[0]^[[m^[[K' [^[[01;31m^[[K-Werror=array-bounds^[[m^[[K]
687 | vfio_bm_feature^[[01;31m^[[K->^[[m^[[Kop = VFIO_DEVICE_FEATURE_CLEAR_MASTER;
| ^[[01;31m^[[K^~^[[m^[[K
^[[01m^[[K../drivers/bus/cdx/cdx_vfio.c:668:49:^[[m^[[K ^[[01;36m^[[Knote: ^[[m^[[Kat offset 8 into object of size 0 allocated by '^[[01m^[[Kmalloc^[[m^[[K'
668 | feature = (struct vfio_device_feature *)^[[01;36m^[[Kmalloc(argsz)^[[m^[[K;
| ^[[01;36m^[[K^~~~~~~~~~~~~^[[m^[[K
cc1: all warnings being treated as errors
==== End log output ====
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.1.1
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
FreeBSD 13
Kernel: 13.0
Compiler: clang 11.0.1
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
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: 5.4.0-153-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
Alpine
Kernel: 5.4.0-73-generic
Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424
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)
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/
^ permalink raw reply [flat|nested] 41+ messages in thread
end of thread, other threads:[~2023-10-28 0:08 UTC | newest]
Thread overview: 41+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-27 22:59 |FAILURE| pw133513 [PATCH] Add bus master enable/disable APIs for CD dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-10-28 0:08 dpdklab
2023-10-27 23:31 dpdklab
2023-10-27 23:31 dpdklab
2023-10-27 23:30 dpdklab
2023-10-27 23:05 dpdklab
2023-10-27 23:05 dpdklab
2023-10-27 23:04 dpdklab
2023-10-27 23:04 dpdklab
2023-10-27 23:03 dpdklab
2023-10-27 23:03 dpdklab
2023-10-27 23:03 dpdklab
2023-10-27 23:03 dpdklab
2023-10-27 23:02 dpdklab
2023-10-27 23:00 dpdklab
2023-10-27 22:59 dpdklab
2023-10-27 22:58 dpdklab
2023-10-27 22:58 dpdklab
2023-10-27 22:58 dpdklab
2023-10-27 22:58 dpdklab
2023-10-27 22:58 dpdklab
2023-10-27 22:57 dpdklab
2023-10-27 22:57 dpdklab
2023-10-27 22:57 dpdklab
2023-10-27 22:57 dpdklab
2023-10-27 22:56 dpdklab
2023-10-27 22:56 dpdklab
2023-10-27 22:56 dpdklab
2023-10-27 22:55 dpdklab
2023-10-27 22:50 dpdklab
2023-10-27 22:50 dpdklab
2023-10-27 22:49 dpdklab
2023-10-27 22:49 dpdklab
2023-10-27 22:48 dpdklab
2023-10-27 22:48 dpdklab
2023-10-27 22:47 dpdklab
2023-10-27 22:47 dpdklab
2023-10-27 22:46 dpdklab
2023-10-27 22:46 dpdklab
2023-10-27 22:46 dpdklab
2023-10-27 22:43 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).