Test-Label: Performance-Testing Test-Status: FAILURE http://dpdk.org/patch/90930 _build patch failure_ Submitter: Bing Zhao Date: Friday, April 09 2021 03:54:41 Applied on: CommitID:0ee599933ab55fdac3127b73b3ee87f4d503421a Apply patch set 90930 failed: [1/1168] Linking static target drivers/libtmp_rte_net_ixgbe.a [2/1168] Compiling C object drivers/librte_net_memif.a.p/meson-generated_.._rte_net_memif.pmd.c.o [3/1168] Linking static target drivers/libtmp_rte_net_mlx4.a [4/1168] Compiling C object drivers/librte_net_memif.so.21.2.p/meson-generated_.._rte_net_memif.pmd.c.o [5/1168] Linking target drivers/librte_net_liquidio.so.21.2 [6/1168] Linking static target drivers/librte_net_memif.a [7/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_vlan.c.o [8/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_vlan_os.c.o [9/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_socket.c.o [10/1168] Generating rte_net_ixgbe.pmd.c with a custom command [11/1168] Generating rte_net_mlx5_mingw with a custom command [12/1168] Generating rte_net_mlx4.pmd.c with a custom command [13/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_txpp.c.o [14/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow.c.o FAILED: drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow.c.o cc -Idrivers/libtmp_rte_net_mlx5.a.p -Idrivers -I../drivers -Idrivers/net/mlx5 -I../drivers/net/mlx5 -Idrivers/net/mlx5/linux -I../drivers/net/mlx5/linux -Ilib/librte_ethdev -I../lib/librte_ethdev -I. -I.. -Iconfig -I../config -Ilib/librte_eal/include -I../lib/librte_eal/include -Ilib/librte_eal/linux/include -I../lib/librte_eal/linux/include -Ilib/librte_eal/x86/include -I../lib/librte_eal/x86/include -Ilib/librte_eal/common -I../lib/librte_eal/common -Ilib/librte_eal -I../lib/librte_eal -Ilib/librte_kvargs -I../lib/librte_kvargs -Ilib/librte_metrics -I../lib/librte_metrics -Ilib/librte_telemetry -I../lib/librte_telemetry -Ilib/librte_net -I../lib/librte_net -Ilib/librte_mbuf -I../lib/librte_mbuf -Ilib/librte_mempool -I../lib/librte_mempool -Ilib/librte_ring -I../lib/librte_ring -Ilib/librte_meter -I../lib/librte_meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/librte_pci -I../lib/librte_pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/librte_hash -I../lib/librte_hash -Ilib/librte_rcu -I../lib/librte_rcu -Idrivers/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -include rte_config.h -Wextra -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 -Wno-format-truncation -std=c11 -Wno-strict-prototypes -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -UPEDANTIC -MD -MQ drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow.c.o -MF drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow.c.o.d -o drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow.c.o -c ../drivers/net/mlx5/mlx5_flow.c In file included from ../drivers/net/mlx5/mlx5_flow.c:30:0: ../drivers/net/mlx5/mlx5_flow.h:1236:19: warning: ‘struct rte_flow_shared_action_conf’ declared inside parameter list will not be visible outside of this definition or declaration const struct rte_flow_shared_action_conf *conf, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.h:1241:19: warning: ‘struct rte_flow_shared_action_conf’ declared inside parameter list will not be visible outside of this definition or declaration const struct rte_flow_shared_action_conf *conf, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:588:19: warning: ‘struct rte_flow_shared_action_conf’ declared inside parameter list will not be visible outside of this definition or declaration const struct rte_flow_shared_action_conf *conf, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:641:3: error: ‘const struct rte_flow_ops’ has no member named ‘shared_action_create’ .shared_action_create = mlx5_shared_action_create, ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:641:26: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .shared_action_create = mlx5_shared_action_create, ^~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:641:26: note: (near initialization for ‘mlx5_flow_ops.action_handle_create’) ../drivers/net/mlx5/mlx5_flow.c:642:3: error: ‘const struct rte_flow_ops’ has no member named ‘shared_action_destroy’ .shared_action_destroy = mlx5_shared_action_destroy, ^~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:642:27: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .shared_action_destroy = mlx5_shared_action_destroy, ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:642:27: note: (near initialization for ‘mlx5_flow_ops.action_handle_destroy’) ../drivers/net/mlx5/mlx5_flow.c:643:3: error: ‘const struct rte_flow_ops’ has no member named ‘shared_action_update’ .shared_action_update = mlx5_shared_action_update, ^~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:643:26: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .shared_action_update = mlx5_shared_action_update, ^~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:643:26: note: (near initialization for ‘mlx5_flow_ops.action_handle_update’) ../drivers/net/mlx5/mlx5_flow.c:644:3: error: ‘const struct rte_flow_ops’ has no member named ‘shared_action_query’ .shared_action_query = mlx5_shared_action_query, ^~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:644:25: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .shared_action_query = mlx5_shared_action_query, ^~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:644:25: note: (near initialization for ‘mlx5_flow_ops.action_handle_query’) ../drivers/net/mlx5/mlx5_flow.c:7229:18: warning: ‘struct rte_flow_shared_action_conf’ declared inside parameter list will not be visible outside of this definition or declaration const struct rte_flow_shared_action_conf *conf, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c: In function ‘flow_drv_action_validate’: ../drivers/net/mlx5/mlx5_flow.c:7242:36: warning: passing argument 2 of ‘fops->action_validate’ from incompatible pointer type [-Wincompatible-pointer-types] return fops->action_validate(dev, conf, action, error); ^~~~ ../drivers/net/mlx5/mlx5_flow.c:7242:36: note: expected ‘const struct rte_flow_shared_action_conf *’ but argument is of type ‘const struct rte_flow_shared_action_conf *’ ../drivers/net/mlx5/mlx5_flow.c: At top level: ../drivers/net/mlx5/mlx5_flow.c:7333:19: warning: ‘struct rte_flow_shared_action_conf’ declared inside parameter list will not be visible outside of this definition or declaration const struct rte_flow_shared_action_conf *conf, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:7332:1: error: conflicting types for ‘mlx5_shared_action_create’ mlx5_shared_action_create(struct rte_eth_dev *dev, ^~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:587:1: note: previous declaration of ‘mlx5_shared_action_create’ was here mlx5_shared_action_create(struct rte_eth_dev *dev, ^~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c: In function ‘mlx5_shared_action_create’: ../drivers/net/mlx5/mlx5_flow.c:7342:36: warning: passing argument 2 of ‘flow_drv_action_validate’ from incompatible pointer type [-Wincompatible-pointer-types] if (flow_drv_action_validate(dev, conf, action, fops, error)) ^~~~ ../drivers/net/mlx5/mlx5_flow.c:7228:1: note: expected ‘const struct rte_flow_shared_action_conf *’ but argument is of type ‘const struct rte_flow_shared_action_conf *’ flow_drv_action_validate(struct rte_eth_dev *dev, ^~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:7350:34: warning: passing argument 2 of ‘fops->action_create’ from incompatible pointer type [-Wincompatible-pointer-types] return fops->action_create(dev, conf, action, error); ^~~~ ../drivers/net/mlx5/mlx5_flow.c:7350:34: note: expected ‘const struct rte_flow_shared_action_conf *’ but argument is of type ‘const struct rte_flow_shared_action_conf *’ ../drivers/net/mlx5/mlx5_flow.c: At top level: ../drivers/net/mlx5/mlx5_flow.c:587:1: warning: ‘mlx5_shared_action_create’ used but never defined mlx5_shared_action_create(struct rte_eth_dev *dev, ^~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.c:7332:1: warning: ‘mlx5_shared_action_create’ defined but not used [-Wunused-function] mlx5_shared_action_create(struct rte_eth_dev *dev, ^~~~~~~~~~~~~~~~~~~~~~~~~ [15/1168] Generating rte_net_mlx5_def with a custom command [16/1168] Compiling C object drivers/librte_net_ixgbe.so.21.2.p/meson-generated_.._rte_net_ixgbe.pmd.c.o [17/1168] Compiling C object drivers/librte_net_ixgbe.a.p/meson-generated_.._rte_net_ixgbe.pmd.c.o [18/1168] Compiling C object drivers/librte_net_mlx4.a.p/meson-generated_.._rte_net_mlx4.pmd.c.o [19/1168] Compiling C object drivers/librte_net_mlx4.so.21.2.p/meson-generated_.._rte_net_mlx4.pmd.c.o [20/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_devx.c.o In file included from ../drivers/net/mlx5/mlx5_devx.c:26:0: ../drivers/net/mlx5/mlx5_flow.h:1236:19: warning: ‘struct rte_flow_shared_action_conf’ declared inside parameter list will not be visible outside of this definition or declaration const struct rte_flow_shared_action_conf *conf, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.h:1241:19: warning: ‘struct rte_flow_shared_action_conf’ declared inside parameter list will not be visible outside of this definition or declaration const struct rte_flow_shared_action_conf *conf, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [21/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_mp_os.c.o [22/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_flow_os.c.o In file included from ../drivers/net/mlx5/linux/mlx5_flow_os.h:8:0, from ../drivers/net/mlx5/linux/mlx5_flow_os.c:5: ../drivers/net/mlx5/mlx5_flow.h:1236:19: warning: ‘struct rte_flow_shared_action_conf’ declared inside parameter list will not be visible outside of this definition or declaration const struct rte_flow_shared_action_conf *conf, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.h:1241:19: warning: ‘struct rte_flow_shared_action_conf’ declared inside parameter list will not be visible outside of this definition or declaration const struct rte_flow_shared_action_conf *conf, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [23/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_txq.c.o [24/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_utils.c.o [25/1168] Generating rte_net_memif.sym_chk with a custom command (wrapped by meson to capture output) [26/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_ethdev_os.c.o [27/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_verbs.c.o [28/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_flow_verbs.c.o In file included from ../drivers/net/mlx5/mlx5_flow_verbs.c:25:0: ../drivers/net/mlx5/mlx5_flow.h:1236:19: warning: ‘struct rte_flow_shared_action_conf’ declared inside parameter list will not be visible outside of this definition or declaration const struct rte_flow_shared_action_conf *conf, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.h:1241:19: warning: ‘struct rte_flow_shared_action_conf’ declared inside parameter list will not be visible outside of this definition or declaration const struct rte_flow_shared_action_conf *conf, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [29/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_linux_mlx5_os.c.o In file included from ../drivers/net/mlx5/linux/mlx5_os.c:45:0: ../drivers/net/mlx5/mlx5_flow.h:1236:19: warning: ‘struct rte_flow_shared_action_conf’ declared inside parameter list will not be visible outside of this definition or declaration const struct rte_flow_shared_action_conf *conf, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/mlx5/mlx5_flow.h:1241:19: warning: ‘struct rte_flow_shared_action_conf’ declared inside parameter list will not be visible outside of this definition or declaration const struct rte_flow_shared_action_conf *conf, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [30/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_rxtx_vec.c.o [31/1168] Compiling C object drivers/libtmp_rte_net_mlx5.a.p/net_mlx5_mlx5_rxtx.c.o ninja: build stopped: subcommand failed. https://lab.dpdk.org/results/dashboard/patchsets/16392/ UNH-IOL DPDK Community Lab