|FAILURE| pw127277 [dpdk-dev] [PATCH v2 2/2] net/cnxk: support Tx queue flow pattern item

0-day Robot robot at bytheb.org
Wed May 24 07:19:55 CEST 2023


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5064862770
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-abi+debug+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-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:37-gcc" failed at step Build
"fedora:37-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################
[1179/4342] Linking target drivers/librte_net_bond.so.23.2.
[1180/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cn9k_rx_select.c.o'.
[1181/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cn9k_ethdev.c.o'.
[1182/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_lookup.c.o'.
[1183/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_sec.c.o'.
[1184/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_sec_telemetry.c.o'.
[1185/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_telemetry.c.o'.
[1186/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_link.c.o'.
[1187/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ptp.c.o'.
[1188/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o 
ccache gcc -Idrivers/a715181@@tmp_rte_net_cnxk at sta -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/security -I../lib/security -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -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 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o' -c ../drivers/net/cnxk/cnxk_flow.c
../drivers/net/cnxk/cnxk_flow.c:62:3: error: ‘RTE_FLOW_ITEM_TYPE_TX_QUEUE’ undeclared here (not in a function); did you mean ‘ROC_NPC_ITEM_TYPE_TX_QUEUE’?
   62 |  [RTE_FLOW_ITEM_TYPE_TX_QUEUE] = {ROC_NPC_ITEM_TYPE_TX_QUEUE,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   ROC_NPC_ITEM_TYPE_TX_QUEUE
../drivers/net/cnxk/cnxk_flow.c:62:3: error: array index in initializer not of integer type
../drivers/net/cnxk/cnxk_flow.c:62:3: note: (near initialization for ‘term’)
../drivers/net/cnxk/cnxk_flow.c:63:17: error: invalid application of ‘sizeof’ to incomplete type ‘struct rte_flow_item_tx_queue’
   63 |          sizeof(struct rte_flow_item_tx_queue)}};
      |                 ^~~~~~
[1189/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_stats.c.o'.
[1190/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_tm.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+debug+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[1165/4342] Generating symbol file 'drivers/a715181@@rte_common_cnxk at sha/librte_common_cnxk.so.23.2.symbols'.
[1166/4342] Linking target drivers/librte_mempool_cnxk.so.23.2.
[1167/4342] Generating symbol file 'drivers/a715181@@rte_mempool_cnxk at sha/librte_mempool_cnxk.so.23.2.symbols'.
[1168/4342] Linking target drivers/librte_dma_cnxk.so.23.2.
[1169/4342] Compiling C object 'drivers/a715181@@rte_net_bnxt at sha/meson-generated_.._rte_net_bnxt.pmd.c.o'.
[1170/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cn9k_ethdev.c.o'.
[1171/4342] Linking static target drivers/librte_net_bond.a.
[1172/4342] Generating rte_net_bnxt.sym_chk with a meson_exe.py custom command.
[1173/4342] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o 
ccache clang -Idrivers/a715181@@tmp_rte_net_cnxk at sta -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/security -I../lib/security -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -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 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o' -c ../drivers/net/cnxk/cnxk_flow.c
../drivers/net/cnxk/cnxk_flow.c:63:10: error: invalid application of 'sizeof' to an incomplete type 'struct rte_flow_item_tx_queue'
                                     sizeof(struct rte_flow_item_tx_queue)}};
                                     ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../drivers/net/cnxk/cnxk_flow.c:63:24: note: forward declaration of 'struct rte_flow_item_tx_queue'
                                     sizeof(struct rte_flow_item_tx_queue)}};
                                                   ^
../drivers/net/cnxk/cnxk_flow.c:62:3: error: use of undeclared identifier 'RTE_FLOW_ITEM_TYPE_TX_QUEUE'
        [RTE_FLOW_ITEM_TYPE_TX_QUEUE] = {ROC_NPC_ITEM_TYPE_TX_QUEUE,
         ^
2 errors generated.
[1174/4342] Linking target drivers/librte_net_bnxt.so.23.2.
[1175/4342] Generating rte_net_bond.sym_chk with a meson_exe.py custom command.
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-aarch64" at step Build and test
####################################################################################
[1089/3976] Generating rte_common_cnxk.sym_chk with a meson_exe.py custom command.
[1090/3976] Linking target drivers/librte_common_cnxk.so.23.2.
[1091/3976] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_telemetry.c.o'.
[1092/3976] Generating symbol file 'drivers/a715181@@rte_common_cnxk at sha/librte_common_cnxk.so.23.2.symbols'.
[1093/3976] Linking target drivers/librte_mempool_cnxk.so.23.2.
[1094/3976] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_sec_telemetry.c.o'.
[1095/3976] Linking target drivers/librte_dma_cnxk.so.23.2.
[1096/3976] Generating symbol file 'drivers/a715181@@rte_mempool_cnxk at sha/librte_mempool_cnxk.so.23.2.symbols'.
[1097/3976] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_link.c.o'.
[1098/3976] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o 
ccache aarch64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_cnxk at sta -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/security -I../lib/security -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -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 -fPIC -march=armv8-a+crc -moutline-atomics -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o' -c ../drivers/net/cnxk/cnxk_flow.c
../drivers/net/cnxk/cnxk_flow.c:62:3: error: ‘RTE_FLOW_ITEM_TYPE_TX_QUEUE’ undeclared here (not in a function); did you mean ‘ROC_NPC_ITEM_TYPE_TX_QUEUE’?
   62 |  [RTE_FLOW_ITEM_TYPE_TX_QUEUE] = {ROC_NPC_ITEM_TYPE_TX_QUEUE,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   ROC_NPC_ITEM_TYPE_TX_QUEUE
../drivers/net/cnxk/cnxk_flow.c:62:3: error: array index in initializer not of integer type
../drivers/net/cnxk/cnxk_flow.c:62:3: note: (near initialization for ‘term’)
../drivers/net/cnxk/cnxk_flow.c:63:17: error: invalid application of ‘sizeof’ to incomplete type ‘struct rte_flow_item_tx_queue’
   63 |          sizeof(struct rte_flow_item_tx_queue)}};
      |                 ^~~~~~
[1099/3976] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_lookup.c.o'.
[1100/3976] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cn9k_tx_select.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
####################################################################################
[515/3826] Generating symbol file 'lib/76b5a35@@rte_graph at sha/librte_graph.so.23.2.symbols'.
[516/3826] Linking target lib/librte_node.so.23.2.
[517/3826] Generating rte_common_cpt.sym_chk with a meson_exe.py custom command.
[518/3826] Linking target drivers/librte_common_cpt.so.23.2.
[519/3826] Compiling C object 'drivers/a715181@@tmp_rte_common_dpaax at sta/common_dpaax_dpaa_of.c.o'.
[520/3826] Generating symbol file 'lib/76b5a35@@rte_node at sha/librte_node.so.23.2.symbols'.
[521/3826] Generating symbol file 'drivers/a715181@@rte_common_cpt at sha/librte_common_cpt.so.23.2.symbols'.
[522/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_tm.c.o'.
[523/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cn9k_ethdev.c.o'.
[524/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o 
ccache powerpc64le-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_cnxk at sta -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/security -I../lib/security -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -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 -fPIC -mcpu=power8 -mtune=power8 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o' -c ../drivers/net/cnxk/cnxk_flow.c
../drivers/net/cnxk/cnxk_flow.c:62:3: error: ‘RTE_FLOW_ITEM_TYPE_TX_QUEUE’ undeclared here (not in a function); did you mean ‘ROC_NPC_ITEM_TYPE_TX_QUEUE’?
   62 |  [RTE_FLOW_ITEM_TYPE_TX_QUEUE] = {ROC_NPC_ITEM_TYPE_TX_QUEUE,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   ROC_NPC_ITEM_TYPE_TX_QUEUE
../drivers/net/cnxk/cnxk_flow.c:62:3: error: array index in initializer not of integer type
../drivers/net/cnxk/cnxk_flow.c:62:3: note: (near initialization for ‘term’)
../drivers/net/cnxk/cnxk_flow.c:63:17: error: invalid application of ‘sizeof’ to incomplete type ‘struct rte_flow_item_tx_queue’
   63 |          sizeof(struct rte_flow_item_tx_queue)}};
      |                 ^~~~~~
[525/3826] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_lookup.c.o'.
[526/3826] Generating pipeline.sym_chk with a meson_exe.py custom command.
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
####################################################################################
[1009/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_mtr.c.o'.
[1010/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_ops.c.o'.
[1011/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_sec.c.o'.
[1012/3798] Generating rte_net_bnxt.pmd.c with a custom command.
[1013/3798] Compiling C object 'drivers/a715181@@rte_net_bnxt at sha/meson-generated_.._rte_net_bnxt.pmd.c.o'.
[1014/3798] Compiling C object 'drivers/a715181@@rte_net_bnxt at sta/meson-generated_.._rte_net_bnxt.pmd.c.o'.
[1015/3798] Linking static target drivers/librte_net_bnxt.a.
[1016/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_ethdev_telemetry.c.o'.
[1017/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_link.c.o'.
[1018/3798] Compiling C object 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o'.
FAILED: drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o 
ccache riscv64-linux-gnu-gcc -Idrivers/a715181@@tmp_rte_net_cnxk at sta -Idrivers -I../drivers -Idrivers/net/cnxk -I../drivers/net/cnxk -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 -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -Ilib/eventdev -I../lib/eventdev -Ilib/hash -I../lib/hash -Ilib/timer -I../lib/timer -Ilib/security -I../lib/security -Idrivers/common/cnxk -I../drivers/common/cnxk -Idrivers/common/cnxk/../../bus/pci -I../drivers/common/cnxk/../../bus/pci -Idrivers/common/cnxk/../../../lib/net -I../drivers/common/cnxk/../../../lib/net -Idrivers/common/cnxk/../../../lib/ethdev -I../drivers/common/cnxk/../../../lib/ethdev -Idrivers/common/cnxk/../../../lib/meter -I../drivers/common/cnxk/../../../lib/meter -Idrivers/mempool/cnxk -I../drivers/mempool/cnxk -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 -fPIC -march=rv64gc -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -flax-vector-conversions -Wno-strict-aliasing -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.cnxk -MD -MQ 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o' -MF 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o.d' -o 'drivers/a715181@@tmp_rte_net_cnxk at sta/net_cnxk_cnxk_flow.c.o' -c ../drivers/net/cnxk/cnxk_flow.c
../drivers/net/cnxk/cnxk_flow.c:62:3: error: ‘RTE_FLOW_ITEM_TYPE_TX_QUEUE’ undeclared here (not in a function); did you mean ‘ROC_NPC_ITEM_TYPE_TX_QUEUE’?
   62 |  [RTE_FLOW_ITEM_TYPE_TX_QUEUE] = {ROC_NPC_ITEM_TYPE_TX_QUEUE,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   ROC_NPC_ITEM_TYPE_TX_QUEUE
../drivers/net/cnxk/cnxk_flow.c:62:3: error: array index in initializer not of integer type
../drivers/net/cnxk/cnxk_flow.c:62:3: note: (near initialization for ‘term’)
../drivers/net/cnxk/cnxk_flow.c:63:17: error: invalid application of ‘sizeof’ to incomplete type ‘struct rte_flow_item_tx_queue’
   63 |          sizeof(struct rte_flow_item_tx_queue)}};
      |                 ^~~~~~
[1019/3798] Generating rte_net_bnxt.sym_chk with a meson_exe.py custom command.
[1020/3798] Generating rte_common_cnxk.sym_chk with a meson_exe.py 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:37-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:37-gcc" at step Build
####################################################################################




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


More information about the test-report mailing list