automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action
@ 2023-02-21 10:17 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-21 10:17 UTC (permalink / raw)
  To: Test Report
  Cc: Chaoyong He, dpdklab, David Marchand, Thomas Monjalon, Chaoyong He

[-- Attachment #1: Type: text/plain, Size: 5295 bytes --]

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@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           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[1785/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1786/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1790/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[1791/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[1792/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[1793/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp@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@sta/ngbe_phy.c.o'.
[1795/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[1796/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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

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/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action
@ 2023-02-21 14:44 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-21 14:44 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Chaoyong He

[-- Attachment #1: Type: text/plain, Size: 5552 bytes --]

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@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_meson_compile |
+==================+====================+
| FreeBSD 13       | PASS               |
+------------------+--------------------+
| openSUSE Leap 15 | PASS               |
+------------------+--------------------+
| CentOS Stream 8  | PASS               |
+------------------+--------------------+
| RHEL 7           | FAIL               |
+------------------+--------------------+
| Ubuntu 22.04     | PASS               |
+------------------+--------------------+
| CentOS Stream 9  | PASS               |
+------------------+--------------------+
| Debian Bullseye  | PASS               |
+------------------+--------------------+
| RHEL8            | PASS               |
+------------------+--------------------+
| Debian Buster    | PASS               |
+------------------+--------------------+
| Ubuntu 20.04     | PASS               |
+------------------+--------------------+

==== 20 line log output for RHEL 7 (dpdk_meson_compile): ====
[1804/3167] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nffw.c.o'.
[1805/3167] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_rtsym.c.o'.
[1806/3167] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1807/3167] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_crc.c.o'.
[1808/3167] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_mutex.c.o'.
[1809/3167] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_eth.c.o'.
[1810/3167] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1811/3167] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[1812/3167] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[1813/3167] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[1814/3167] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[1815/3167] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp@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
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

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

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: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

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

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-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)

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

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action
@ 2023-02-21 10:18 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-21 10:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Chaoyong He

[-- Attachment #1: Type: text/plain, Size: 5475 bytes --]

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@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           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[1785/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1786/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1790/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[1791/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[1792/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[1793/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp@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@sta/ngbe_phy.c.o'.
[1795/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[1796/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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

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/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action
@ 2023-02-21 10:18 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-21 10:18 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Chaoyong He

[-- Attachment #1: Type: text/plain, Size: 5463 bytes --]

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@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           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+
| Debian Bullseye     | PASS           |
+---------------------+----------------+
| CentOS Stream 9     | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[1785/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1786/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1790/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[1791/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[1792/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[1793/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp@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@sta/ngbe_phy.c.o'.
[1795/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[1796/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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

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/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action
@ 2023-02-21 10:11 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-21 10:11 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Chaoyong He

[-- Attachment #1: Type: text/plain, Size: 5145 bytes --]

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@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           |
+---------------------+----------------+
| Ubuntu 20.04        | PASS           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[1785/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1786/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1790/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[1791/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[1792/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[1793/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp@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@sta/ngbe_phy.c.o'.
[1795/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[1796/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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)

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

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/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action
@ 2023-02-21 10:07 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-21 10:07 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Chaoyong He

[-- Attachment #1: Type: text/plain, Size: 4974 bytes --]

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@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@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1786/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1790/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[1791/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[1792/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[1793/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp@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@sta/ngbe_phy.c.o'.
[1795/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[1796/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action
@ 2023-02-21 10:06 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-21 10:06 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Chaoyong He

[-- Attachment #1: Type: text/plain, Size: 4974 bytes --]

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@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@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1786/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1790/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[1791/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[1792/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[1793/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp@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@sta/ngbe_phy.c.o'.
[1795/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[1796/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action
@ 2023-02-21 10:06 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-21 10:06 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Chaoyong He

[-- Attachment #1: Type: text/plain, Size: 4974 bytes --]

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@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@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1786/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1790/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[1791/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[1792/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[1793/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp@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@sta/ngbe_phy.c.o'.
[1795/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[1796/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action
@ 2023-02-21 10:04 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-21 10:04 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Chaoyong He

[-- Attachment #1: Type: text/plain, Size: 4974 bytes --]

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@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@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1786/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1790/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[1791/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[1792/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[1793/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp@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@sta/ngbe_phy.c.o'.
[1795/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[1796/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action
@ 2023-02-21  9:52 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-21  9:52 UTC (permalink / raw)
  To: Test Report
  Cc: Chaoyong He, dpdklab, David Marchand, Thomas Monjalon, Chaoyong He

[-- Attachment #1: Type: text/plain, Size: 4799 bytes --]

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@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           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[1785/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1786/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1790/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[1791/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[1792/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[1793/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp@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@sta/ngbe_phy.c.o'.
[1795/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[1796/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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

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/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action
@ 2023-02-21  9:45 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-21  9:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Chaoyong He

[-- Attachment #1: Type: text/plain, Size: 4652 bytes --]

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@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           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[1785/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1786/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1790/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[1791/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[1792/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[1793/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp@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@sta/ngbe_phy.c.o'.
[1795/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[1796/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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

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/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action
@ 2023-02-21  9:45 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-21  9:45 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Chaoyong He

[-- Attachment #1: Type: text/plain, Size: 4485 bytes --]

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@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           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[1785/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1786/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1790/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[1791/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[1792/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[1793/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp@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@sta/ngbe_phy.c.o'.
[1795/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[1796/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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

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/

^ permalink raw reply	[flat|nested] 13+ messages in thread

* |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action
@ 2023-02-21  9:43 dpdklab
  0 siblings, 0 replies; 13+ messages in thread
From: dpdklab @ 2023-02-21  9:43 UTC (permalink / raw)
  To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon, Chaoyong He

[-- Attachment #1: Type: text/plain, Size: 4327 bytes --]

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

_Testing issues_

Submitter: Chaoyong He <chaoyong.he@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           |
+---------------------+----------------+

==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
[1785/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfpcore_nfp_nsp_cmds.c.o'.
[1786/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfpcore_nfp_hwinfo.c.o'.
[1790/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_cpp_bridge.c.o'.
[1791/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev_vf.c.o'.
[1792/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_ethdev.c.o'.
[1793/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o
ccache cc -Idrivers/a715181@@tmp_rte_net_nfp@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@sta/net_nfp_nfp_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_nfp@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@sta/ngbe_phy.c.o'.
[1795/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@sta/net_nfp_nfp_rxtx.c.o'.
[1796/3139] Compiling C object 'drivers/a715181@@tmp_rte_net_nfp@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)

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/

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-02-21 14:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 10:17 |FAILURE| pw124266-124271 [PATCH] [6/6] net/nfp: fix the set IPv4/v6 DSCP flow action dpdklab
  -- strict thread matches above, loose matches on Subject: below --
2023-02-21 14:44 dpdklab
2023-02-21 10:18 dpdklab
2023-02-21 10:18 dpdklab
2023-02-21 10:11 dpdklab
2023-02-21 10:07 dpdklab
2023-02-21 10:06 dpdklab
2023-02-21 10:06 dpdklab
2023-02-21 10:04 dpdklab
2023-02-21  9:52 dpdklab
2023-02-21  9:45 dpdklab
2023-02-21  9:45 dpdklab
2023-02-21  9: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).