|FAILURE| pw119118-119125 [PATCH] [8/8] net: mark all big endian types
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Wed Oct 26 00:55:15 CEST 2022
Test-Label: iol-x86_64-unit-testing
Test-Status: FAILURE
http://dpdk.org/patch/119125
_Testing issues_
Submitter: Thomas Monjalon <thomas at monjalon.net>
Date: Tuesday, October 25 2022 21:44:10
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:011c617ca20858ce0ad20625e9d3e4c3d6252047
119118-119125 --> testing fail
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+=====================+================+
| Windows Server 2019 | PASS |
+---------------------+----------------+
| RHEL 7 | FAIL |
+---------------------+----------------+
| openSUSE Leap 15 | PASS |
+---------------------+----------------+
| RHEL8 | PASS |
+---------------------+----------------+
| Ubuntu 18.04 | PASS |
+---------------------+----------------+
| Fedora 31 | PASS |
+---------------------+----------------+
| Ubuntu 20.04 | PASS |
+---------------------+----------------+
| Fedora 33 | PASS |
+---------------------+----------------+
| Fedora 32 | PASS |
+---------------------+----------------+
| Fedora 34 | PASS |
+---------------------+----------------+
| Fedora 34 clang | PASS |
+---------------------+----------------+
==== 20 line log output for RHEL 7 (dpdk_unit_test): ====
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_item_gre':
../drivers/net/mlx5/mlx5_flow_dv.c:8990:22: error: missing braces around initializer [-Werror=missing-braces]
static const struct rte_flow_item_gre empty_gre = {0,};
^
../drivers/net/mlx5/mlx5_flow_dv.c:8990:22: error: (near initialization for 'empty_gre.<anonymous>') [-Werror=missing-braces]
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_item_gre_option':
../drivers/net/mlx5/mlx5_flow_dv.c:9076:22: error: missing braces around initializer [-Werror=missing-braces]
static const struct rte_flow_item_gre empty_gre = {0};
^
../drivers/net/mlx5/mlx5_flow_dv.c:9076:22: error: (near initialization for 'empty_gre.<anonymous>') [-Werror=missing-braces]
../drivers/net/mlx5/mlx5_flow_dv.c: In function 'flow_dv_translate_item_vxlan_gpe':
../drivers/net/mlx5/mlx5_flow_dv.c:9340:22: error: missing braces around initializer [-Werror=missing-braces]
static const struct rte_flow_item_vxlan_gpe dummy_vxlan_gpe_hdr = {0, };
^
../drivers/net/mlx5/mlx5_flow_dv.c:9340:22: error: (near initialization for 'dummy_vxlan_gpe_hdr.<anonymous>') [-Werror=missing-braces]
cc1: all warnings being treated as errors
[1914/3475] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_mlx5_flow_meter.c.o'.
[1915/3475] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_mlx5_flow.c.o'.
[1916/3475] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_mlx5_flow_hw.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)
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)
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 18.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 7.5.0-3ubuntu1~18.04
Fedora 31
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.1
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
Fedora 33
Kernel: 5.4.0-72-generic
Compiler: gcc 10.3.1 20210422 (Red Hat 10.3.1-1)
Fedora 32
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 10.2.1
Fedora 34
Kernel: 5.4.0-72-generic
Compiler: gcc 11.1.1 20210428 (Red Hat 11.1.1-1)
Fedora 34 clang
Kernel: 5.4.0-72-generic
Compiler: clang 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/24192/
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