|FAILURE| pw121448-121449 [PATCH] [v4, 2/2] net/bnx2x: fix warnings about rte_memcpy lengths

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Wed Dec 28 14:49:31 CET 2022


Test-Label: iol-testing
Test-Status: FAILURE
http://dpdk.org/patch/121449

_Testing issues_

Submitter: Morten Brørup <mb at smartsharesystems.com>
Date: Wednesday, December 28 2022 11:40:43 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:373f4c7de8ff350548cacc3d56e788461677f2c7

121448-121449 --> testing fail

Test environment and result as below:

+----------------------------------------+--------------------+----------------------+----------------+
|              Environment               | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_unit_test |
+========================================+====================+======================+================+
| Windows Server 2019                    | PASS               | PASS                 | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Native            | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| FreeBSD 13                             | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Native          | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 22.04                           | PASS               | SKIPPED              | FAIL           |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 8                        | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Buster                          | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL 7                                 | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Debian Bullseye                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| CentOS Stream 9                        | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 aarch32 GCC Cross Compile | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| openSUSE Leap 15                       | PASS               | SKIPPED              | PASS           |
+----------------------------------------+--------------------+----------------------+----------------+
| RHEL8                                  | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04                           | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM Clang Cross Compile   | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+
| Ubuntu 20.04 ARM GCC Cross Compile     | PASS               | SKIPPED              | SKIPPED        |
+----------------------------------------+--------------------+----------------------+----------------+

==== 20 line log output for Ubuntu 22.04 (dpdk_unit_test): ====
5666 |                    RTE_PTR_ADD(ref, offsetof(typeof(*ref), ft_type)),
|                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5667 |                    key_len + data_len);
|                    ~~~~~~~~~~~~~~~~~~~
In file included from ../drivers/net/mlx5/mlx5_flow_dv.c:37:
../drivers/net/mlx5/mlx5_flow.h:567:17: note: destination object ‘ft_type’ of size 1
567 |         uint8_t ft_type; /**< Flow table type, Rx or Tx. */
|                 ^~~~~~~
In file included from ../lib/mempool/rte_mempool.h:48,
from ../lib/mbuf/rte_mbuf.h:38,
from ../lib/net/rte_ether.h:22,
from ../drivers/net/mlx5/mlx5_flow_dv.c:12:
../lib/eal/x86/include/rte_memcpy.h:869:1: note: in a call to function ‘rte_memcpy’ declared with attribute ‘access (read_only, 2, 3)’
869 | rte_memcpy(void *dst, const void *src, size_t n)
| ^~~~~~~~~~
cc1: all warnings being treated as errors
[1695/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_mlx5_trigger.c.o'.
[1696/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_mlx5_tx.c.o'.
[1697/3118] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_mlx5_tx_empw.c.o'.
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Ubuntu 20.04 ARM GCC Native
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

Ubuntu 20.04 ARM Clang Native
	Kernel: 5.4.0-53-generic
	Compiler: clang 10.0.0-4ubuntu1

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: gcc 12.2.1-2

CentOS Stream 8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.4.1 20200928

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

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

CentOS Stream 9
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.1 20220421

Ubuntu 20.04 aarch32 GCC Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: gcc 9.3.0

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

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: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 20.04 ARM Clang Cross Compile
	Kernel: 5.4.0-72-generic
	Compiler: clang version 10.0.0-4ubuntu1

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

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

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