|FAILURE| pw141485-141486 [PATCH] [v3,2/2] eventdev: add support for
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Sat Jun 22 02:20:42 CEST 2024
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/141486
_Testing issues_
Submitter: Abdullah Sevincer <abdullah.sevincer at intel.com>
Date: Friday, June 21 2024 22:24:08
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4a44d97f0a52a76258c6a6cb6a713f4380a8ab1f
141485-141486 --> testing issues
Test environment and result as below:
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+======================+===================+==================+===================+
| Windows Server 2022 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Windows Server 2019 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 39 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| CentOS Stream 8 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 37 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| openSUSE Leap 15 | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| RHEL9 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 38 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Debian 12 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 40 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Ubuntu 24.04 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
==== 20 line log output for openSUSE Leap 15 (dpdk_meson_compile): ====
memcpy(tmp, from, p_cnt * sizeof(struct dlb2_enqueue_qe));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/event/dlb2/dlb2.c:3064:23: note: 'from' was declared here
__m128i new_qes[4], *from;
^~~~
../drivers/event/dlb2/dlb2.c: In function 'dlb2_event_dequeue_burst_sparse':
../drivers/event/dlb2/dlb2.c:3154:4: error: 'from' may be used uninitialized in this function [-Werror=maybe-uninitialized]
memcpy(tmp, from, p_cnt * sizeof(struct dlb2_enqueue_qe));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/event/dlb2/dlb2.c:3064:23: note: 'from' was declared here
__m128i new_qes[4], *from;
^~~~
../drivers/event/dlb2/dlb2.c:3154:4: error: 'from' may be used uninitialized in this function [-Werror=maybe-uninitialized]
memcpy(tmp, from, p_cnt * sizeof(struct dlb2_enqueue_qe));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/event/dlb2/dlb2.c:3064:23: note: 'from' was declared here
__m128i new_qes[4], *from;
^~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
==== End log output ====
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
Fedora 39
Kernel: Depends on container host
Compiler: clang 17.0.6
CentOS Stream 8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30275/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
More information about the test-report
mailing list