|FAILURE| pw142503-142505 [PATCH] [v2,3/3] net/hns3: fix Rx packet w

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Thu Jul 18 18:42:26 CEST 2024


Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/142505

_Testing issues_

Submitter: Jie Hai <haijie1 at huawei.com>
Date: Thursday, July 18 2024 11:48:05 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:3317515e9377c13e458e31a64f8987a9d1f2eaf6

142503-142505 --> testing issues

Upstream job id: Generic-DPDK-Compile-Meson#276119

Test environment and result as below:

+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+======================+===================+==================+===================+
| FreeBSD 13.3        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Windows Server 2019 | PASS               | PASS                 | SKIPPED           | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| FreeBSD 14.1        | PASS               | SKIPPED              | SKIPPED           | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Windows Server 2022 | PASS               | PASS                 | PASS              | SKIPPED          | SKIPPED           |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| CentOS Stream 8     | PASS               | SKIPPED              | SKIPPED           | PASS             | PASS              |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| CentOS Stream 9     | FAIL               | SKIPPED              | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Debian Bullseye     | PASS               | SKIPPED              | SKIPPED           | PASS             | PASS              |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Debian 12           | FAIL               | SKIPPED              | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 37           | FAIL               | SKIPPED              | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 38 (Clang)   | PEND               | SKIPPED              | SKIPPED           | PEND             | PEND              |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 38           | FAIL               | SKIPPED              | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 39 (Clang)   | PEND               | SKIPPED              | SKIPPED           | PEND             | PEND              |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 39           | FAIL               | SKIPPED              | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 40 (Clang)   | PEND               | SKIPPED              | SKIPPED           | PEND             | PEND              |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 40           | FAIL               | SKIPPED              | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| openSUSE Leap 15    | PEND               | SKIPPED              | SKIPPED           | PEND             | SKIPPED           |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| RHEL8               | PEND               | SKIPPED              | SKIPPED           | PEND             | SKIPPED           |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| RHEL9               | FAIL               | SKIPPED              | SKIPPED           | WARN             | SKIPPED           |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Ubuntu 20.04        | PEND               | SKIPPED              | SKIPPED           | PEND             | SKIPPED           |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Ubuntu 22.04        | FAIL               | SKIPPED              | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Ubuntu 24.04        | FAIL               | SKIPPED              | SKIPPED           | WARN             | WARN              |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Alpine              | FAIL               | SKIPPED              | SKIPPED           | PEND             | SKIPPED           |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+

==== 20 line log output for Alpine (dpdk_meson_compile): ====
/usr/lib/gcc/x86_64-alpine-linux-musl/13.2.1/include/emmintrin.h:706:10: error: array subscript '__m128i_u[0]' is partly outside array bounds of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Werror=array-bounds=]
706 |   return *__P;
|          ^~~~
../drivers/net/hns3/hns3_rxtx.c: In function 'hns3_recv_pkts_simple':
../drivers/net/hns3/hns3_rxtx.c:2454:18: note: object 'crc' of size 4
2454 |         uint32_t crc;
|                  ^~~
In function 'rte_mov15_or_less',
inlined from 'rte_memcpy_aligned' at ../lib/eal/x86/include/rte_memcpy.h:706:10,
inlined from 'rte_memcpy' at ../lib/eal/x86/include/rte_memcpy.h:755:10,
inlined from 'hns3_recalculate_crc' at ../drivers/net/hns3/hns3_rxtx.c:2471:2,
inlined from 'hns3_recv_pkts_simple' at ../drivers/net/hns3/hns3_rxtx.c:2571:4:
../lib/eal/x86/include/rte_memcpy.h:83:63: error: array subscript 'const struct rte_uint64_alias[0]' is partly outside array bounds of 'uint32_t[1]' {aka 'unsigned int[1]'} [-Werror=array-bounds=]
83 |                         ((const struct rte_uint64_alias *)src)->val;
|                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
../drivers/net/hns3/hns3_rxtx.c: In function 'hns3_recv_pkts_simple':
../drivers/net/hns3/hns3_rxtx.c:2454:18: note: object 'crc' of size 4
2454 |         uint32_t crc;
|                  ^~~
cc1: all warnings being treated as errors
==== End log output ====

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

Windows Server 2022
	Kernel: 10.0.20348.2031
	Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9

CentOS Stream 8
	Kernel: 5.4.0-167-generic
	Compiler: gcc 8.5.0 20210514

CentOS Stream 9
	Kernel: 5.4.0-167-generic
	Compiler: gcc 11.4.1 20230605

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

Debian 12
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.0

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Fedora 38 (Clang)
	Kernel: Depends on container host
	Compiler: clang 16.0.6

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 39 (Clang)
	Kernel: Depends on container host
	Compiler: clang 17.0.6

Fedora 39
	Kernel: Depends on container host
	Compiler: gcc 13.2.1

Fedora 40 (Clang)
	Kernel: Depends on container host
	Compiler: clang 18.1.6

Fedora 40
	Kernel: Depends on container host
	Compiler: gcc 14.1.1

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

Ubuntu 20.04
	Kernel: 5.4.0-167-generic
	Compiler: gcc 9.4.0-1ubuntu1~20.04.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

Alpine
	Kernel: 5.4.0-167-generic
	Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014

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

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