|FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Feb 21 11:06:22 CET 2023


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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he at corigine.com>
Date: Tuesday, February 21 2023 06:49:30 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:9bd5ebca59c865aead7096358fb733e53a72007b

124266-124271 --> testing fail

Test environment and result as below:

+---------------------+----------------+
|     Environment     | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS           |
+---------------------+----------------+
| openSUSE Leap 15    | PASS           |
+---------------------+----------------+
| RHEL 7              | FAIL           |
+---------------------+----------------+
| Ubuntu 22.04        | PASS           |
+---------------------+----------------+
| CentOS Stream 8     | PASS           |
+---------------------+----------------+
| Debian Buster       | PASS           |
+---------------------+----------------+
| RHEL8               | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[1785/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1786/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfpcore_nfp_nsp_eth.c.o'.
[1787/3139] Generating rte_net_mlx5.sym_chk with a meson_exe.py custom command.
[1788/3139] Linking target drivers/librte_net_mlx5.so.23.1.
[1789/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1790/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_cpp_bridge.c.o'.
[1791/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_ethdev_vf.c.o'.
[1792/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_ethdev.c.o'.
[1793/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp at sta -Idrivers -I../drivers -Idrivers/net/nfp -I../drivers/net/nfp -Ilib/ethdev -I../lib/ethdev -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.nfp -MD -MQ 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_flow.c.o' -c ../drivers/net/nfp/nfp_flow.c
../drivers/net/nfp/nfp_flow.c: In function 'nfp_flow_action_set_ipv6':
../drivers/net/nfp/nfp_flow.c:2167:3: error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
set_ip->ipv6[i].exact = *(const rte_be32_t *)&set_ipv6->ipv6_addr[i * 4];
^
cc1: all warnings being treated as errors
[1794/3139] Compiling C object 'drivers/net/ngbe/base/668b126@@ngbe_base at sta/ngbe_phy.c.o'.
[1795/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_rxtx.c.o'.
[1796/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp at sta/net_nfp_nfp_mtr.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)

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

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)

Ubuntu 22.04
	Kernel: Container Host Kernel
	Compiler: clang 14.0.5-1.fc36

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

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/25483/

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