|FAILURE| pw117481 [v2 19/19] net/mlx5/hws: Enable HWS
0-day Robot
robot at bytheb.org
Thu Oct 6 18:19:17 CEST 2022
From: robot at bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/117481/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3198401904
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static" failed at step Build and test
"ubuntu-20.04-gcc-shared-doc+tests" failed at step Build and test
"ubuntu-20.04-clang-static" failed at step Build and test
"ubuntu-20.04-clang-shared-asan+doc+tests" failed at step Build and test
"fedora:35-gcc-static" failed at step Build
"fedora:35-gcc-shared" failed at step Build
"fedora:35-clang-static" failed at step Build
"fedora:35-clang-shared" failed at step Build
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ACTION_TYPE_METER_COLOR
../drivers/net/mlx5/hws/mlx5dr_definer.c:1458:27: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/mlx5/hws/mlx5dr_definer.c: In function ‘mlx5dr_definer_conv_items_to_hl’:
../drivers/net/mlx5/hws/mlx5dr_definer.c:1541:8: error: ‘MLX5_RTE_FLOW_ITEM_TYPE_SQ’ undeclared (first use in this function); did you mean ‘MLX5_RTE_FLOW_ITEM_TYPE_TAG’?
1541 | case MLX5_RTE_FLOW_ITEM_TYPE_SQ:
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| MLX5_RTE_FLOW_ITEM_TYPE_TAG
../drivers/net/mlx5/hws/mlx5dr_definer.c:1543:18: error: ‘MLX5_FLOW_ITEM_SQ’ undeclared (first use in this function); did you mean ‘MLX5_FLOW_ITEM_ESP’?
1543 | item_flags |= MLX5_FLOW_ITEM_SQ;
| ^~~~~~~~~~~~~~~~~
| MLX5_FLOW_ITEM_ESP
../drivers/net/mlx5/hws/mlx5dr_definer.c:1582:8: error: ‘RTE_FLOW_ITEM_TYPE_METER_COLOR’ undeclared (first use in this function); did you mean ‘RTE_FLOW_ACTION_TYPE_METER_COLOR’?
1582 | case RTE_FLOW_ITEM_TYPE_METER_COLOR:
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ACTION_TYPE_METER_COLOR
../drivers/net/mlx5/hws/mlx5dr_definer.c:1584:18: error: ‘MLX5_FLOW_ITEM_METER_COLOR’ undeclared (first use in this function); did you mean ‘MLX5_FLOW_ITEM_OUTER_FLEX’?
1584 | item_flags |= MLX5_FLOW_ITEM_METER_COLOR;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| MLX5_FLOW_ITEM_OUTER_FLEX
cc1: all warnings being treated as errors
[1919/4476] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_hws_mlx5dr_debug.c.o'.
[1920/4476] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc at sta/net_netvsc_hn_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ACTION_TYPE_METER_COLOR
../drivers/net/mlx5/hws/mlx5dr_definer.c:1458:27: note: each undeclared identifier is reported only once for each function it appears in
../drivers/net/mlx5/hws/mlx5dr_definer.c: In function ‘mlx5dr_definer_conv_items_to_hl’:
../drivers/net/mlx5/hws/mlx5dr_definer.c:1541:8: error: ‘MLX5_RTE_FLOW_ITEM_TYPE_SQ’ undeclared (first use in this function); did you mean ‘MLX5_RTE_FLOW_ITEM_TYPE_TAG’?
1541 | case MLX5_RTE_FLOW_ITEM_TYPE_SQ:
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| MLX5_RTE_FLOW_ITEM_TYPE_TAG
../drivers/net/mlx5/hws/mlx5dr_definer.c:1543:18: error: ‘MLX5_FLOW_ITEM_SQ’ undeclared (first use in this function); did you mean ‘MLX5_FLOW_ITEM_ESP’?
1543 | item_flags |= MLX5_FLOW_ITEM_SQ;
| ^~~~~~~~~~~~~~~~~
| MLX5_FLOW_ITEM_ESP
../drivers/net/mlx5/hws/mlx5dr_definer.c:1582:8: error: ‘RTE_FLOW_ITEM_TYPE_METER_COLOR’ undeclared (first use in this function); did you mean ‘RTE_FLOW_ACTION_TYPE_METER_COLOR’?
1582 | case RTE_FLOW_ITEM_TYPE_METER_COLOR:
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| RTE_FLOW_ACTION_TYPE_METER_COLOR
../drivers/net/mlx5/hws/mlx5dr_definer.c:1584:18: error: ‘MLX5_FLOW_ITEM_METER_COLOR’ undeclared (first use in this function); did you mean ‘MLX5_FLOW_ITEM_OUTER_FLEX’?
1584 | item_flags |= MLX5_FLOW_ITEM_METER_COLOR;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| MLX5_FLOW_ITEM_OUTER_FLEX
cc1: all warnings being treated as errors
[1926/4654] Generating rte_net_mlx5_mingw with a custom command.
[1927/4654] Compiling C object 'drivers/a715181@@tmp_rte_net_netvsc at sta/net_netvsc_hn_ethdev.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-static" at step Build and test
####################################################################################
../drivers/net/mlx5/hws/mlx5dr_definer.c:920:9: error: no member named 'pdu_type' in 'struct rte_flow_item_gtp_psc'
if (m->pdu_type) {
~ ^
../drivers/net/mlx5/hws/mlx5dr_definer.c:933:9: error: no member named 'qfi' in 'struct rte_flow_item_gtp_psc'
if (m->qfi) {
~ ^
../drivers/net/mlx5/hws/mlx5dr_definer.c:1178:7: error: incomplete definition of type 'struct mlx5_rte_flow_item_sq'
if (m->queue) {
~^
../drivers/net/mlx5/hws/mlx5dr_definer.c:1172:15: note: forward declaration of 'struct mlx5_rte_flow_item_sq'
const struct mlx5_rte_flow_item_sq *m = item->mask;
^
../drivers/net/mlx5/hws/mlx5dr_definer.c:1458:27: error: use of undeclared identifier 'RTE_FLOW_ITEM_TYPE_METER_COLOR'; did you mean 'RTE_FLOW_ACTION_TYPE_METER_COLOR'?
reg = flow_hw_get_reg_id(RTE_FLOW_ITEM_TYPE_METER_COLOR, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_FLOW_ACTION_TYPE_METER_COLOR
../lib/ethdev/rte_flow.h:2753:2: note: 'RTE_FLOW_ACTION_TYPE_METER_COLOR' declared here
RTE_FLOW_ACTION_TYPE_METER_COLOR,
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1914/4476] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_hws_mlx5dr_debug.c.o'.
[1915/4476] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_mlx5_tx_txpp.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-static" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
../drivers/net/mlx5/hws/mlx5dr_definer.c:920:9: error: no member named 'pdu_type' in 'struct rte_flow_item_gtp_psc'
if (m->pdu_type) {
~ ^
../drivers/net/mlx5/hws/mlx5dr_definer.c:933:9: error: no member named 'qfi' in 'struct rte_flow_item_gtp_psc'
if (m->qfi) {
~ ^
../drivers/net/mlx5/hws/mlx5dr_definer.c:1178:7: error: incomplete definition of type 'struct mlx5_rte_flow_item_sq'
if (m->queue) {
~^
../drivers/net/mlx5/hws/mlx5dr_definer.c:1172:15: note: forward declaration of 'struct mlx5_rte_flow_item_sq'
const struct mlx5_rte_flow_item_sq *m = item->mask;
^
../drivers/net/mlx5/hws/mlx5dr_definer.c:1458:27: error: use of undeclared identifier 'RTE_FLOW_ITEM_TYPE_METER_COLOR'; did you mean 'RTE_FLOW_ACTION_TYPE_METER_COLOR'?
reg = flow_hw_get_reg_id(RTE_FLOW_ITEM_TYPE_METER_COLOR, 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
RTE_FLOW_ACTION_TYPE_METER_COLOR
../lib/ethdev/rte_flow.h:2753:2: note: 'RTE_FLOW_ACTION_TYPE_METER_COLOR' declared here
RTE_FLOW_ACTION_TYPE_METER_COLOR,
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[1925/4654] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_hws_mlx5dr_debug.c.o'.
[1926/4654] Compiling C object 'drivers/a715181@@tmp_rte_net_mlx5 at sta/net_mlx5_mlx5_tx_nompw.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "fedora:35-gcc-static" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc-static" at step Build
####################################################################################
####################################################################################
#### [Begin job log] "fedora:35-gcc-shared" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc-shared" at step Build
####################################################################################
####################################################################################
#### [Begin job log] "fedora:35-clang-static" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang-static" at step Build
####################################################################################
####################################################################################
#### [Begin job log] "fedora:35-clang-shared" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang-shared" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------
More information about the test-report
mailing list