|FAILURE| pw119817 [PATCH v6] ethdev: add special flags when creating async transfer table

0-day Robot robot at bytheb.org
Mon Nov 14 10:39:27 CET 2022


From: robot at bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/119817/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3459935987
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-mini" failed at step Build and test
"ubuntu-20.04-gcc-doc+tests" failed at step Build and test
"ubuntu-20.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
"ubuntu-20.04-gcc-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" failed at step Build and test
"fedora:35-gcc" failed at step Build
"fedora:35-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################
[525/1493] Compiling C object 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_perf_atq.c.o'.
[526/1493] Compiling C object 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_perf_common.c.o'.
[527/1493] Compiling C object 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_perf_queue.c.o'.
[528/1493] Compiling C object 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_pipeline_atq.c.o'.
[529/1493] Compiling C object 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_pipeline_common.c.o'.
[530/1493] Compiling C object 'app/a172ced@@dpdk-test-flow-perf at exe/test-flow-perf_items_gen.c.o'.
[531/1493] Compiling C object 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_pipeline_queue.c.o'.
[532/1493] Linking target app/dpdk-test-eventdev.
[533/1493] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o'.
FAILED: app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o 
ccache gcc -Iapp/a172ced@@dpdk-testpmd at exe -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 -I../lib/telemetry/../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 -Ilib/bpf -I../lib/bpf -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=corei7 -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -MF 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o.d' -o 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -c ../app/test-pmd/cmdline_flow.c
../app/test-pmd/cmdline_flow.c: In function ‘parse_table’:
../app/test-pmd/cmdline_flow.c:9015:37: error: ‘RTE_FLOW_TRANSFER_WIRE_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_WIRE_ORIG’?
 9015 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_WIRE_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_WIRE_ORIG
../app/test-pmd/cmdline_flow.c:9015:37: note: each undeclared identifier is reported only once for each function it appears in
../app/test-pmd/cmdline_flow.c:9020:37: error: ‘RTE_FLOW_TRANSFER_VPORT_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_VPORT_ORIG’?
 9020 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_VPORT_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_VPORT_ORIG
[534/1493] Compiling C object 'app/a172ced@@dpdk-test-flow-perf at exe/test-flow-perf_flow_gen.c.o'.
[535/1493] Compiling C object 'app/a172ced@@dpdk-test-flow-perf at exe/test-flow-perf_main.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-doc+tests" at step Build and test
####################################################################################
[3490/4718] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline.c.o'.
[3491/4718] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_5tswap.c.o'.
[3492/4718] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_runtime.c.o'.
[3493/4718] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_byteorder.c.o'.
[3494/4718] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/test_cksum.c.o'.
[3495/4718] Compiling C object 'app/a172ced@@dpdk-test-sad at exe/test-sad_main.c.o'.
[3496/4718] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_config.c.o'.
[3497/4718] Compiling C object 'app/test/3062f5d@@dpdk-test at exe/packet_burst_generator.c.o'.
[3498/4718] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o'.
FAILED: app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o 
ccache gcc -Iapp/a172ced@@dpdk-testpmd at exe -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/telemetry/../metrics -I../lib/telemetry/../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/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/metrics -I../lib/metrics -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/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/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -Ilib/hash -I../lib/hash -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/bonding -I../drivers/net/bonding -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -Idrivers/common/iavf -I../drivers/common/iavf -Idrivers/net/mlx5 -I../drivers/net/mlx5 -Idrivers/net/mlx5/linux -I../drivers/net/mlx5/linux -Idrivers/net/mlx5/hws -I../drivers/net/mlx5/hws -Idrivers/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr/include/libnl3 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=corei7 -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -MF 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o.d' -o 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -c ../app/test-pmd/cmdline_flow.c
../app/test-pmd/cmdline_flow.c: In function ‘parse_table’:
../app/test-pmd/cmdline_flow.c:9015:37: error: ‘RTE_FLOW_TRANSFER_WIRE_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_WIRE_ORIG’?
 9015 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_WIRE_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_WIRE_ORIG
../app/test-pmd/cmdline_flow.c:9015:37: note: each undeclared identifier is reported only once for each function it appears in
../app/test-pmd/cmdline_flow.c:9020:37: error: ‘RTE_FLOW_TRANSFER_VPORT_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_VPORT_ORIG’?
 9020 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_VPORT_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_VPORT_ORIG
[3499/4718] Linking target app/dpdk-test-pipeline.
[3500/4718] Linking target app/dpdk-test-gpudev.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[3476/4718] Linking target app/dpdk-test-crypto-perf.
[3477/4718] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmd_flex_item.c.o'.
[3478/4718] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_config.c.o'.
[3479/4718] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o'.
FAILED: app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o 
ccache clang -Iapp/a172ced@@dpdk-testpmd at exe -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/telemetry/../metrics -I../lib/telemetry/../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/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/metrics -I../lib/metrics -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/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/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -Ilib/hash -I../lib/hash -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/bonding -I../drivers/net/bonding -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -Idrivers/common/iavf -I../drivers/common/iavf -Idrivers/net/mlx5 -I../drivers/net/mlx5 -Idrivers/net/mlx5/linux -I../drivers/net/mlx5/linux -Idrivers/net/mlx5/hws -I../drivers/net/mlx5/hws -Idrivers/common/mlx5 -I../drivers/common/mlx5 -Idrivers/common/mlx5/linux -I../drivers/common/mlx5/linux -Idrivers/bus/auxiliary -I../drivers/bus/auxiliary -I/usr/include/libnl3 -Xclang -fcolor-diagnostics -fsanitize=address -fno-omit-frame-pointer -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -march=corei7 -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -MF 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o.d' -o 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -c ../app/test-pmd/cmdline_flow.c
../app/test-pmd/cmdline_flow.c:9015:37: error: use of undeclared identifier 'RTE_FLOW_TRANSFER_WIRE_ORIG'; did you mean 'TABLE_TRANSFER_WIRE_ORIG'?
                out->args.table.attr.specialize = RTE_FLOW_TRANSFER_WIRE_ORIG;
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                  TABLE_TRANSFER_WIRE_ORIG
../app/test-pmd/cmdline_flow.c:187:2: note: 'TABLE_TRANSFER_WIRE_ORIG' declared here
        TABLE_TRANSFER_WIRE_ORIG,
        ^
../app/test-pmd/cmdline_flow.c:9020:37: error: use of undeclared identifier 'RTE_FLOW_TRANSFER_VPORT_ORIG'; did you mean 'TABLE_TRANSFER_VPORT_ORIG'?
                out->args.table.attr.specialize = RTE_FLOW_TRANSFER_VPORT_ORIG;
                                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                  TABLE_TRANSFER_VPORT_ORIG
../app/test-pmd/cmdline_flow.c:188:2: note: 'TABLE_TRANSFER_VPORT_ORIG' declared here
        TABLE_TRANSFER_VPORT_ORIG,
        ^
2 errors generated.
[3480/4718] Linking target app/dpdk-test-fib.
[3481/4718] Linking target app/dpdk-test-eventdev.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
[2098/3316] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline.c.o'.
[2099/3316] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_iofwd.c.o'.
[2100/3316] Linking target app/dpdk-test-pipeline.
[2101/3316] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_csumonly.c.o'.
[2102/3316] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_flowgen.c.o'.
[2103/3316] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_macfwd.c.o'.
[2104/3316] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_config.c.o'.
[2105/3316] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_parameters.c.o'.
[2106/3316] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o'.
FAILED: app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o 
ccache gcc -Iapp/a172ced@@dpdk-testpmd at exe -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/telemetry/../metrics -I../lib/telemetry/../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/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/metrics -I../lib/metrics -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/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/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -Ilib/hash -I../lib/hash -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/bonding -I../drivers/net/bonding -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -Idrivers/common/iavf -I../drivers/common/iavf -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -march=corei7 -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -MF 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o.d' -o 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -c ../app/test-pmd/cmdline_flow.c
../app/test-pmd/cmdline_flow.c: In function ‘parse_table’:
../app/test-pmd/cmdline_flow.c:9015:37: error: ‘RTE_FLOW_TRANSFER_WIRE_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_WIRE_ORIG’?
 9015 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_WIRE_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_WIRE_ORIG
../app/test-pmd/cmdline_flow.c:9015:37: note: each undeclared identifier is reported only once for each function it appears in
../app/test-pmd/cmdline_flow.c:9020:37: error: ‘RTE_FLOW_TRANSFER_VPORT_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_VPORT_ORIG’?
 9020 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_VPORT_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_VPORT_ORIG
[2107/3316] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_noisy_vnf.c.o'.
[2108/3316] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_rxonly.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
[544/1339] Compiling C object 'drivers/a715181@@rte_net_octeon_ep at sta/meson-generated_.._rte_net_octeon_ep.pmd.c.obj'.
[545/1339] Linking static target drivers/librte_net_octeon_ep.a.
[546/1339] Compiling C object 'drivers/a715181@@rte_net_octeon_ep at sha/meson-generated_.._rte_net_octeon_ep.pmd.c.obj'.
[547/1339] Linking target drivers/librte_net_octeon_ep-23.dll.
[548/1339] Generating rte_net_vmxnet3_def with a custom command.
[549/1339] Generating rte_net_vmxnet3_mingw with a custom command.
[550/1339] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3 at sta/net_vmxnet3_vmxnet3_ethdev.c.obj'.
[551/1339] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_5tswap.c.obj'.
[552/1339] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.obj'.
FAILED: app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.obj 
ccache x86_64-w64-mingw32-gcc -Iapp/a172ced@@dpdk-testpmd at exe -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/windows/include -I../lib/eal/windows/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/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/meter -I../lib/meter -Ilib/cmdline -I../lib/cmdline -Ilib/bitratestats -I../lib/bitratestats -Ilib/metrics -I../lib/metrics -Ilib/gro -I../lib/gro -Ilib/gso -I../lib/gso -Ilib/latencystats -I../lib/latencystats -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/windows -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/hash -I../lib/hash -Ilib/rcu -I../lib/rcu -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -Idrivers/common/iavf -I../drivers/common/iavf -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.obj' -MF 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.obj.d' -o 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.obj' -c ../app/test-pmd/cmdline_flow.c
../app/test-pmd/cmdline_flow.c: In function ‘parse_table’:
../app/test-pmd/cmdline_flow.c:9015:37: error: ‘RTE_FLOW_TRANSFER_WIRE_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_WIRE_ORIG’?
 9015 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_WIRE_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_WIRE_ORIG
../app/test-pmd/cmdline_flow.c:9015:37: note: each undeclared identifier is reported only once for each function it appears in
../app/test-pmd/cmdline_flow.c:9020:37: error: ‘RTE_FLOW_TRANSFER_VPORT_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_VPORT_ORIG’?
 9020 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_VPORT_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_VPORT_ORIG
[553/1339] Compiling C object 'drivers/a715181@@tmp_rte_net_vmxnet3 at sta/net_vmxnet3_vmxnet3_rxtx.c.obj'.
[554/1339] Compiling C object 'app/a172ced@@dpdk-test-gpudev at exe/test-gpudev_main.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################
[3132/4305] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_config.c.o'.
[3133/4305] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_pipeline_lpm_ipv6.c.o'.
[3134/4305] Compiling C object 'app/a172ced@@dpdk-test-gpudev at exe/test-gpudev_main.c.o'.
[3135/4305] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_runtime.c.o'.
[3136/4305] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_flowgen.c.o'.
[3137/4305] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_csumonly.c.o'.
[3138/4305] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_5tswap.c.o'.
[3139/4305] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_tm.c.o'.
[3140/4305] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o'.
FAILED: app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o 
ccache aarch64-linux-gnu-gcc -Iapp/a172ced@@dpdk-testpmd at exe -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/arm/include -I../lib/eal/arm/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../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/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/metrics -I../lib/metrics -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/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/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -Ilib/hash -I../lib/hash -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/bonding -I../drivers/net/bonding -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -Idrivers/common/iavf -I../drivers/common/iavf -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -MF 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o.d' -o 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -c ../app/test-pmd/cmdline_flow.c
../app/test-pmd/cmdline_flow.c: In function ‘parse_table’:
../app/test-pmd/cmdline_flow.c:9015:37: error: ‘RTE_FLOW_TRANSFER_WIRE_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_WIRE_ORIG’?
 9015 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_WIRE_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_WIRE_ORIG
../app/test-pmd/cmdline_flow.c:9015:37: note: each undeclared identifier is reported only once for each function it appears in
../app/test-pmd/cmdline_flow.c:9020:37: error: ‘RTE_FLOW_TRANSFER_VPORT_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_VPORT_ORIG’?
 9020 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_VPORT_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_VPORT_ORIG
[3141/4305] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_config.c.o'.
[3142/4305] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk at sta/event_cnxk_tx_cn10k_tx_112_127_seg.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
[2963/4141] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline.c.o'.
[2964/4141] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_pipeline_acl.c.o'.
[2965/4141] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_config.c.o'.
[2966/4141] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_pipeline_stub.c.o'.
[2967/4141] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_runtime.c.o'.
[2968/4141] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_config.c.o'.
[2969/4141] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_pipeline_lpm.c.o'.
[2970/4141] Linking target app/dpdk-test-flow-perf.
[2971/4141] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o'.
FAILED: app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o 
ccache powerpc64le-linux-gnu-gcc -Iapp/a172ced@@dpdk-testpmd at exe -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/ppc/include -I../lib/eal/ppc/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../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/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/metrics -I../lib/metrics -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/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/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/i40e -I../drivers/net/i40e -Idrivers/net/i40e/base -I../drivers/net/i40e/base -Ilib/hash -I../lib/hash -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/bonding -I../drivers/net/bonding -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -Idrivers/common/iavf -I../drivers/common/iavf -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -MF 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o.d' -o 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -c ../app/test-pmd/cmdline_flow.c
../app/test-pmd/cmdline_flow.c: In function ‘parse_table’:
../app/test-pmd/cmdline_flow.c:9015:37: error: ‘RTE_FLOW_TRANSFER_WIRE_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_WIRE_ORIG’?
 9015 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_WIRE_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_WIRE_ORIG
../app/test-pmd/cmdline_flow.c:9015:37: note: each undeclared identifier is reported only once for each function it appears in
../app/test-pmd/cmdline_flow.c:9020:37: error: ‘RTE_FLOW_TRANSFER_VPORT_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_VPORT_ORIG’?
 9020 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_VPORT_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_VPORT_ORIG
[2972/4141] Linking target app/dpdk-test-eventdev.
[2973/4141] Linking target app/dpdk-test-gpudev.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
[2918/4111] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_pipeline_hash.c.o'.
[2919/4111] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_init.c.o'.
[2920/4111] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_pipeline_stub.c.o'.
[2921/4111] Compiling C object 'app/a172ced@@dpdk-test-flow-perf at exe/test-flow-perf_flow_gen.c.o'.
[2922/4111] Compiling C object 'app/a172ced@@dpdk-test-eventdev at exe/test-eventdev_test_pipeline_common.c.o'.
[2923/4111] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_pipeline_lpm.c.o'.
[2924/4111] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_config.c.o'.
[2925/4111] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_runtime.c.o'.
[2926/4111] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o'.
FAILED: app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o 
ccache riscv64-linux-gnu-gcc -Iapp/a172ced@@dpdk-testpmd at exe -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/riscv/include -I../lib/eal/riscv/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../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/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/metrics -I../lib/metrics -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/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/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/net/ixgbe -I../drivers/net/ixgbe -Idrivers/net/ixgbe/base -I../drivers/net/ixgbe/base -Ilib/hash -I../lib/hash -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/bonding -I../drivers/net/bonding -Ilib/sched -I../lib/sched -Ilib/ip_frag -I../lib/ip_frag -Idrivers/net/ice -I../drivers/net/ice -Idrivers/net/ice/base -I../drivers/net/ice/base -Idrivers/net/ice/../../common/iavf -I../drivers/net/ice/../../common/iavf -Idrivers/common/iavf -I../drivers/common/iavf -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -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-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -march=rv64gc -DALLOW_EXPERIMENTAL_API -Wno-deprecated-declarations -MD -MQ 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -MF 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o.d' -o 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o' -c ../app/test-pmd/cmdline_flow.c
../app/test-pmd/cmdline_flow.c: In function ‘parse_table’:
../app/test-pmd/cmdline_flow.c:9015:37: error: ‘RTE_FLOW_TRANSFER_WIRE_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_WIRE_ORIG’?
 9015 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_WIRE_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_WIRE_ORIG
../app/test-pmd/cmdline_flow.c:9015:37: note: each undeclared identifier is reported only once for each function it appears in
../app/test-pmd/cmdline_flow.c:9020:37: error: ‘RTE_FLOW_TRANSFER_VPORT_ORIG’ undeclared (first use in this function); did you mean ‘TABLE_TRANSFER_VPORT_ORIG’?
 9020 |   out->args.table.attr.specialize = RTE_FLOW_TRANSFER_VPORT_ORIG;
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                     TABLE_TRANSFER_VPORT_ORIG
[2927/4111] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_config.c.o'.
[2928/4111] Generating rte_event_cnxk.pmd.c with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------


More information about the test-report mailing list