Test-Label: Performance-Testing Test-Status: FAILURE http://dpdk.org/patch/80557 _build patch failure_ Submitter: Jiawei Wang Date: Tuesday, October 13 2020 14:11:52 Applied on: CommitID:88c380bb51fc19d78dc7005ed107d1d12fde36be Apply patch set 80557-80554 failed: [1/996] Linking static target drivers/libtmp_rte_pmd_ixgbe.a. [2/996] Compiling C object 'drivers/a715181@@rte_pmd_memif@sta/meson-generated_.._rte_pmd_memif.pmd.c.o'. [3/996] Compiling C object 'drivers/a715181@@rte_pmd_memif@sha/meson-generated_.._rte_pmd_memif.pmd.c.o'. [4/996] Linking static target drivers/libtmp_rte_pmd_mlx4.a. [5/996] Linking static target drivers/librte_pmd_memif.a. [6/996] Generating rte_pmd_mlx5_def with a custom command. [7/996] Generating rte_pmd_mlx5_mingw with a custom command. [8/996] Generating rte_pmd_mlx4.pmd.c with a custom command. [9/996] Compiling C object 'drivers/a715181@@rte_pmd_mlx4@sta/meson-generated_.._rte_pmd_mlx4.pmd.c.o'. [10/996] Linking static target drivers/librte_pmd_mlx4.a. [11/996] Generating rte_pmd_ixgbe.pmd.c with a custom command. [12/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_mlx5_vlan.c.o'. [13/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_linux_mlx5_vlan_os.c.o'. [14/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_linux_mlx5_socket.c.o'. [15/996] Compiling C object 'drivers/a715181@@rte_pmd_ixgbe@sta/meson-generated_.._rte_pmd_ixgbe.pmd.c.o'. [16/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_linux_mlx5_mp_os.c.o'. [17/996] Compiling C object 'drivers/a715181@@rte_pmd_ixgbe@sha/meson-generated_.._rte_pmd_ixgbe.pmd.c.o'. [18/996] Linking static target drivers/librte_pmd_ixgbe.a. [19/996] Compiling C object 'drivers/a715181@@rte_pmd_mlx4@sha/meson-generated_.._rte_pmd_mlx4.pmd.c.o'. [20/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_mlx5_flow.c.o'. FAILED: drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_mlx5_flow.c.o cc -Idrivers/a715181@@tmp_rte_pmd_mlx5@sta -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_telemetry/../librte_metrics -I../lib/librte_telemetry/../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 -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-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/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_mlx5_flow.c.o' -MF 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_mlx5_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_mlx5_flow.c.o' -c ../drivers/net/mlx5/mlx5_flow.c ../drivers/net/mlx5/mlx5_flow.c: In function ‘flow_check_match_action’: ../drivers/net/mlx5/mlx5_flow.c:4292:24: error: ‘RTE_FLOW_ACTION_TYPE_SAMPLE’ undeclared (first use in this function); did you mean ‘RTE_FLOW_ACTION_TYPE_AGE’? if (actions->type == RTE_FLOW_ACTION_TYPE_SAMPLE) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_AGE ../drivers/net/mlx5/mlx5_flow.c:4292:24: note: each undeclared identifier is reported only once for each function it appears in ../drivers/net/mlx5/mlx5_flow.c:4294:18: error: dereferencing pointer to incomplete type ‘const struct rte_flow_action_sample’ ratio = sample->ratio; ^~ ../drivers/net/mlx5/mlx5_flow.c: In function ‘flow_create_split_sample’: ../drivers/net/mlx5/mlx5_flow.c:4861:6: error: ‘RTE_FLOW_ACTION_TYPE_SAMPLE’ undeclared (first use in this function); did you mean ‘RTE_FLOW_ACTION_TYPE_AGE’? RTE_FLOW_ACTION_TYPE_SAMPLE, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ RTE_FLOW_ACTION_TYPE_AGE [21/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_mlx5_trigger.c.o'. [22/996] Generating rte_pmd_liquidio.sym_chk with a meson_exe.py custom command. [23/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_linux_mlx5_verbs.c.o'. [24/996] Generating rte_pmd_memif.sym_chk with a meson_exe.py custom command. [25/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_mlx5_devx.c.o'. [26/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_mlx5_utils.c.o'. [27/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc@sta/net_netvsc_hn_ethdev.c.o'. [28/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_mlx5_txq.c.o'. [29/996] Generating rte_pmd_mlx4.sym_chk with a meson_exe.py custom command. [30/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_mlx5_rxtx_vec.c.o'. [31/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_linux_mlx5_ethdev_os.c.o'. [32/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc@sta/net_netvsc_hn_nvs.c.o'. [33/996] Generating rte_pmd_ixgbe.sym_chk with a meson_exe.py custom command. [34/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_mlx5@sta/net_mlx5_linux_mlx5_os.c.o'. [35/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc@sta/net_netvsc_hn_vf.c.o'. [36/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc@sta/net_netvsc_hn_rndis.c.o'. [37/996] Compiling C object 'drivers/a715181@@tmp_rte_pmd_netvsc@sta/net_netvsc_hn_rxtx.c.o'. ninja: build stopped: subcommand failed. https://lab.dpdk.org/results/dashboard/patchsets/13669/ UNH-IOL DPDK Community Lab