Test-Label: iol-testing Test-Status: FAILURE http://dpdk.org/patch/112599 _build patch failure_ Submitter: Steve Yang Date: Thursday, June 09 2022 07:39:43 Applied on: CommitID:1ab4156e7d57858fca1db448ac7a0792e1d527b6 Apply patch set 112599 failed: [1/35] Compiling C object drivers/librte_event_cnxk.so.22.2.p/meson-generated_.._rte_event_cnxk.pmd.c.o [2/35] Compiling C object drivers/librte_event_cnxk.a.p/meson-generated_.._rte_event_cnxk.pmd.c.o [3/35] Linking target drivers/librte_common_cnxk.so.22.2 [4/35] Linking static target drivers/librte_event_cnxk.a [5/35] Compiling C object app/dpdk-testpmd.p/.._drivers_net_ice_ice_testpmd.c.o FAILED: app/dpdk-testpmd.p/.._drivers_net_ice_ice_testpmd.c.o ccache cc -Iapp/dpdk-testpmd.p -Iapp -I../app -Iapp/test-pmd -I../app/test-pmd -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/metrics -I../lib/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 -Ilib/cmdline -I../lib/cmdline -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/crypto/scheduler -I../drivers/crypto/scheduler -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/reorder -I../lib/reorder -Ilib/bitratestats -I../lib/bitratestats -Ilib/bpf -I../lib/bpf -Ilib/gro -I../lib/gro -Ilib/gso -I../lib/gso -Ilib/latencystats -I../lib/latencystats -Ilib/pdump -I../lib/pdump -Ilib/pcapng -I../lib/pcapng -Idrivers/net/bonding -I../drivers/net/bonding -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Ilib/hash -I../lib/hash -Idrivers/net/bnxt -I../drivers/net/bnxt -Idrivers/net/bnxt/tf_ulp -I../drivers/net/bnxt/tf_ulp -Idrivers/net/bnxt/tf_ulp/generic_templates -I../drivers/net/bnxt/tf_ulp/generic_templates -Idrivers/net/bnxt/tf_core -I../drivers/net/bnxt/tf_core -Idrivers/net/bnxt/hcapi/cfa -I../drivers/net/bnxt/hcapi/cfa -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Ilib/security -I../lib/security -Idrivers/bus/dpaa -I../drivers/bus/dpaa -I../drivers/bus/dpaa/include -I../drivers/bus/dpaa/base/qbman -Idrivers/common/dpaax -I../drivers/common/dpaax -I../drivers/common/dpaax/caamflib -Ilib/eventdev -I../lib/eventdev -Ilib/timer -I../lib/timer -Idrivers/mempool/dpaa -I../drivers/mempool/dpaa -Idrivers/net/dpaa -I../drivers/net/dpaa -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/common/iavf -I../drivers/common/iavf -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -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 -march=native -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ app/dpdk-testpmd.p/.._drivers_net_ice_ice_testpmd.c.o -MF app/dpdk-testpmd.p/.._drivers_net_ice_ice_testpmd.c.o.d -o app/dpdk-testpmd.p/.._drivers_net_ice_ice_testpmd.c.o -c ../drivers/net/ice/ice_testpmd.c ../drivers/net/ice/ice_testpmd.c:79:15: error: variable ‘ice_cmds’ has initializer but incomplete type static struct testpmd_commands ice_cmds = { ^~~~~~~~~~~~~~~~ ../drivers/net/ice/ice_testpmd.c:80:3: error: ‘struct testpmd_commands’ has no member named ‘commands’ .commands = { ^~~~~~~~ ../drivers/net/ice/ice_testpmd.c:80:14: error: extra brace group at end of initializer .commands = { ^ ../drivers/net/ice/ice_testpmd.c:80:14: note: (near initialization for ‘ice_cmds’) ../drivers/net/ice/ice_testpmd.c:81:2: error: extra brace group at end of initializer { ^ ../drivers/net/ice/ice_testpmd.c:81:2: note: (near initialization for ‘ice_cmds’) ../drivers/net/ice/ice_testpmd.c:87:2: error: extra brace group at end of initializer { NULL, NULL }, ^ ../drivers/net/ice/ice_testpmd.c:87:2: note: (near initialization for ‘ice_cmds’) ../drivers/net/ice/ice_testpmd.c:80:14: warning: excess elements in struct initializer .commands = { ^ ../drivers/net/ice/ice_testpmd.c:80:14: note: (near initialization for ‘ice_cmds’) In file included from ../drivers/net/ice/ice_testpmd.c:9:0: ../drivers/net/ice/ice_testpmd.c: In function ‘__ice_cmds’: ../app/test-pmd/testpmd.h:1215:30: warning: passing argument 1 of ‘testpmd_add_driver_commands’ from incompatible pointer type [-Wincompatible-pointer-types] testpmd_add_driver_commands(&c); \ ^ ../drivers/net/ice/ice_testpmd.c:90:1: note: in expansion of macro ‘TESTPMD_ADD_DRIVER_COMMANDS’ TESTPMD_ADD_DRIVER_COMMANDS(ice_cmds) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../app/test-pmd/testpmd.h:1211:6: note: expected ‘struct testpmd_driver_commands *’ but argument is of type ‘struct testpmd_commands *’ void testpmd_add_driver_commands(struct testpmd_driver_commands *c); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../drivers/net/ice/ice_testpmd.c: At top level: ../drivers/net/ice/ice_testpmd.c:79:32: error: storage size of ‘ice_cmds’ isn’t known static struct testpmd_commands ice_cmds = { ^~~~~~~~ [6/35] Generating symbol file drivers/librte_common_cnxk.so.22.2.p/librte_common_cnxk.so.22.2.symbols [7/35] Generating rte_event_cnxk.sym_chk with a custom command (wrapped by meson to capture output) [8/35] Linking target app/dpdk-dumpcap [9/35] Linking target app/dpdk-proc-info [10/35] Linking target app/dpdk-test-eventdev [11/35] Linking target app/dpdk-test-fib [12/35] Linking target app/dpdk-pdump [13/35] Linking target app/dpdk-test-cmdline [14/35] Linking target app/dpdk-test-acl [15/35] Linking target app/dpdk-test-sad [16/35] Linking target app/dpdk-test-crypto-perf [17/35] Linking target app/dpdk-test-regex [18/35] Linking target app/dpdk-test-flow-perf [19/35] Linking target app/dpdk-test-compress-perf [20/35] Linking target app/dpdk-test-gpudev [21/35] Linking target app/dpdk-test-bbdev [22/35] Linking target app/dpdk-test-pipeline ninja: build stopped: subcommand failed. https://lab.dpdk.org/results/dashboard/patchsets/22522/ UNH-IOL DPDK Community Lab