|FAILURE| pw111810 [PATCH v2 1/1] app/testpmd: support different input color method

0-day Robot robot at bytheb.org
Wed May 25 18:00:01 CEST 2022


From: robot at bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2385296174
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static" failed at step Build and test
"ubuntu-20.04-gcc-shared-mini" failed at step Build and test
"ubuntu-20.04-gcc-shared-abi+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-static" failed at step Build and test
"ubuntu-20.04-clang-shared-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-static-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-static-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-shared-ppc64le" failed at step Build and test
"fedora:35-gcc-static" failed at step Build
"fedora:35-gcc-shared" failed at step Build
"fedora:35-clang-static" failed at step Build
"fedora:35-clang-shared" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################
      |                                 ^~~~~
../app/test-pmd/cmdline_mtr.c:1745:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN’ undeclared (first use in this function)
 1745 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1747:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_VLAN’ undeclared (first use in this function)
 1747 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1749:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_IP’ undeclared (first use in this function)
 1749 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1751:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_IP’ undeclared (first use in this function)
 1751 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: implicit declaration of function ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=implicit-function-declaration]
 1758 |  ret = rte_mtr_color_in_protocol_priority_get(res->port_id, res->mtr_id,
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: nested extern declaration of ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=nested-externs]
../app/test-pmd/cmdline_mtr.c:1736:33: error: unused variable ‘proto’ [-Werror=unused-variable]
 1736 |  enum rte_mtr_color_in_protocol proto;
      |                                 ^~~~~
cc1: all warnings being treated as errors
[3254/4421] Linking target app/dpdk-test-crypto-perf.
[3255/4421] Linking target app/dpdk-test-cmdline.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-mini" at step Build and test
####################################################################################
      |                                 ^~~~~
../app/test-pmd/cmdline_mtr.c:1745:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN’ undeclared (first use in this function)
 1745 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1747:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_VLAN’ undeclared (first use in this function)
 1747 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1749:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_IP’ undeclared (first use in this function)
 1749 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1751:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_IP’ undeclared (first use in this function)
 1751 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: implicit declaration of function ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=implicit-function-declaration]
 1758 |  ret = rte_mtr_color_in_protocol_priority_get(res->port_id, res->mtr_id,
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: nested extern declaration of ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=nested-externs]
../app/test-pmd/cmdline_mtr.c:1736:33: error: unused variable ‘proto’ [-Werror=unused-variable]
 1736 |  enum rte_mtr_color_in_protocol proto;
      |                                 ^~~~~
cc1: all warnings being treated as errors
[496/1523] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline.c.o'.
[497/1523] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_config.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
      |                                 ^~~~~
../app/test-pmd/cmdline_mtr.c:1745:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN’ undeclared (first use in this function)
 1745 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1747:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_VLAN’ undeclared (first use in this function)
 1747 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1749:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_IP’ undeclared (first use in this function)
 1749 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1751:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_IP’ undeclared (first use in this function)
 1751 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: implicit declaration of function ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=implicit-function-declaration]
 1758 |  ret = rte_mtr_color_in_protocol_priority_get(res->port_id, res->mtr_id,
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: nested extern declaration of ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=nested-externs]
../app/test-pmd/cmdline_mtr.c:1736:33: error: unused variable ‘proto’ [-Werror=unused-variable]
 1736 |  enum rte_mtr_color_in_protocol proto;
      |                                 ^~~~~
cc1: all warnings being treated as errors
[3233/4601] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline.c.o'.
[3234/4601] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-static" at step Build and test
####################################################################################
                         ^
../app/test-pmd/cmdline_mtr.c:1666:19: error: use of undeclared identifier 'RTE_MTR_COLOR_IN_PROTO_OUTER_IP'
        if (proto_mask & RTE_MTR_COLOR_IN_PROTO_OUTER_IP)
                         ^
../app/test-pmd/cmdline_mtr.c:1668:19: error: use of undeclared identifier 'RTE_MTR_COLOR_IN_PROTO_INNER_IP'
        if (proto_mask & RTE_MTR_COLOR_IN_PROTO_INNER_IP)
                         ^
../app/test-pmd/cmdline_mtr.c:1736:33: error: variable has incomplete type 'enum rte_mtr_color_in_protocol'
        enum rte_mtr_color_in_protocol proto;
                                       ^
../app/test-pmd/cmdline_mtr.c:1736:7: note: forward declaration of 'enum rte_mtr_color_in_protocol'
        enum rte_mtr_color_in_protocol proto;
             ^
../app/test-pmd/cmdline_mtr.c:1745:11: error: use of undeclared identifier 'RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN'
                proto = RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN;
                        ^
../app/test-pmd/cmdline_mtr.c:1747:11: error: use of undeclared identifier 'RTE_MTR_COLOR_IN_PROTO_INNER_VLAN'
                proto = RTE_MTR_COLOR_IN_PROTO_INNER_VLAN;
                        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[3238/4421] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline.c.o'.
[3239/4421] 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-clang-static" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
                         ^
../app/test-pmd/cmdline_mtr.c:1666:19: error: use of undeclared identifier 'RTE_MTR_COLOR_IN_PROTO_OUTER_IP'
        if (proto_mask & RTE_MTR_COLOR_IN_PROTO_OUTER_IP)
                         ^
../app/test-pmd/cmdline_mtr.c:1668:19: error: use of undeclared identifier 'RTE_MTR_COLOR_IN_PROTO_INNER_IP'
        if (proto_mask & RTE_MTR_COLOR_IN_PROTO_INNER_IP)
                         ^
../app/test-pmd/cmdline_mtr.c:1736:33: error: variable has incomplete type 'enum rte_mtr_color_in_protocol'
        enum rte_mtr_color_in_protocol proto;
                                       ^
../app/test-pmd/cmdline_mtr.c:1736:7: note: forward declaration of 'enum rte_mtr_color_in_protocol'
        enum rte_mtr_color_in_protocol proto;
             ^
../app/test-pmd/cmdline_mtr.c:1745:11: error: use of undeclared identifier 'RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN'
                proto = RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN;
                        ^
../app/test-pmd/cmdline_mtr.c:1747:11: error: use of undeclared identifier 'RTE_MTR_COLOR_IN_PROTO_INNER_VLAN'
                proto = RTE_MTR_COLOR_IN_PROTO_INNER_VLAN;
                        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[3234/4601] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_pipeline_lpm_ipv6.c.o'.
[3235/4601] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
      |                                 ^~~~~
../app/test-pmd/cmdline_mtr.c:1745:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN’ undeclared (first use in this function)
 1745 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1747:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_VLAN’ undeclared (first use in this function)
 1747 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1749:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_IP’ undeclared (first use in this function)
 1749 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1751:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_IP’ undeclared (first use in this function)
 1751 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: implicit declaration of function ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=implicit-function-declaration]
 1758 |  ret = rte_mtr_color_in_protocol_priority_get(res->port_id, res->mtr_id,
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: nested extern declaration of ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=nested-externs]
../app/test-pmd/cmdline_mtr.c:1736:33: error: unused variable ‘proto’ [-Werror=unused-variable]
 1736 |  enum rte_mtr_color_in_protocol proto;
      |                                 ^~~~~
cc1: all warnings being treated as errors
[1927/3088] Linking target app/dpdk-test-pipeline.
[1928/3088] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline.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
####################################################################################
      |                                 ^~~~~
../app/test-pmd/cmdline_mtr.c:1745:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN’ undeclared (first use in this function)
 1745 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1747:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_VLAN’ undeclared (first use in this function)
 1747 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1749:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_IP’ undeclared (first use in this function)
 1749 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1751:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_IP’ undeclared (first use in this function)
 1751 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: implicit declaration of function ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=implicit-function-declaration]
 1758 |  ret = rte_mtr_color_in_protocol_priority_get(res->port_id, res->mtr_id,
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: nested extern declaration of ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=nested-externs]
../app/test-pmd/cmdline_mtr.c:1736:33: error: unused variable ‘proto’ [-Werror=unused-variable]
 1736 |  enum rte_mtr_color_in_protocol proto;
      |                                 ^~~~~
cc1: all warnings being treated as errors
[548/1286] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline.c.obj'.
[549/1286] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.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-static-aarch64" at step Build and test
####################################################################################
      |                                 ^~~~~
../app/test-pmd/cmdline_mtr.c:1745:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN’ undeclared (first use in this function)
 1745 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1747:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_VLAN’ undeclared (first use in this function)
 1747 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1749:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_IP’ undeclared (first use in this function)
 1749 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1751:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_IP’ undeclared (first use in this function)
 1751 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: implicit declaration of function ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=implicit-function-declaration]
 1758 |  ret = rte_mtr_color_in_protocol_priority_get(res->port_id, res->mtr_id,
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: nested extern declaration of ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=nested-externs]
../app/test-pmd/cmdline_mtr.c:1736:33: error: unused variable ‘proto’ [-Werror=unused-variable]
 1736 |  enum rte_mtr_color_in_protocol proto;
      |                                 ^~~~~
cc1: all warnings being treated as errors
[2903/3571] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_config.c.o'.
[2904/3571] 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-static-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-aarch64" at step Build and test
####################################################################################
      |                                 ^~~~~
../app/test-pmd/cmdline_mtr.c:1745:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN’ undeclared (first use in this function)
 1745 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1747:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_VLAN’ undeclared (first use in this function)
 1747 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1749:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_IP’ undeclared (first use in this function)
 1749 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1751:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_IP’ undeclared (first use in this function)
 1751 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: implicit declaration of function ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=implicit-function-declaration]
 1758 |  ret = rte_mtr_color_in_protocol_priority_get(res->port_id, res->mtr_id,
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: nested extern declaration of ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=nested-externs]
../app/test-pmd/cmdline_mtr.c:1736:33: error: unused variable ‘proto’ [-Werror=unused-variable]
 1736 |  enum rte_mtr_color_in_protocol proto;
      |                                 ^~~~~
cc1: all warnings being treated as errors
[2926/3749] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o'.
[2927/3749] 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-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-ppc64le" at step Build and test
####################################################################################
      |                                 ^~~~~
../app/test-pmd/cmdline_mtr.c:1745:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN’ undeclared (first use in this function)
 1745 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1747:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_VLAN’ undeclared (first use in this function)
 1747 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1749:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_IP’ undeclared (first use in this function)
 1749 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1751:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_IP’ undeclared (first use in this function)
 1751 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: implicit declaration of function ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=implicit-function-declaration]
 1758 |  ret = rte_mtr_color_in_protocol_priority_get(res->port_id, res->mtr_id,
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: nested extern declaration of ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=nested-externs]
../app/test-pmd/cmdline_mtr.c:1736:33: error: unused variable ‘proto’ [-Werror=unused-variable]
 1736 |  enum rte_mtr_color_in_protocol proto;
      |                                 ^~~~~
cc1: all warnings being treated as errors
[2749/3413] Compiling C object 'app/a172ced@@dpdk-test-pipeline at exe/test-pipeline_runtime.c.o'.
[2750/3413] Linking target app/dpdk-test-bbdev.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################
      |                                 ^~~~~
../app/test-pmd/cmdline_mtr.c:1745:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN’ undeclared (first use in this function)
 1745 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1747:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_VLAN’ undeclared (first use in this function)
 1747 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_VLAN;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1749:11: error: ‘RTE_MTR_COLOR_IN_PROTO_OUTER_IP’ undeclared (first use in this function)
 1749 |   proto = RTE_MTR_COLOR_IN_PROTO_OUTER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1751:11: error: ‘RTE_MTR_COLOR_IN_PROTO_INNER_IP’ undeclared (first use in this function)
 1751 |   proto = RTE_MTR_COLOR_IN_PROTO_INNER_IP;
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: implicit declaration of function ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=implicit-function-declaration]
 1758 |  ret = rte_mtr_color_in_protocol_priority_get(res->port_id, res->mtr_id,
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../app/test-pmd/cmdline_mtr.c:1758:8: error: nested extern declaration of ‘rte_mtr_color_in_protocol_priority_get’ [-Werror=nested-externs]
../app/test-pmd/cmdline_mtr.c:1736:33: error: unused variable ‘proto’ [-Werror=unused-variable]
 1736 |  enum rte_mtr_color_in_protocol proto;
      |                                 ^~~~~
cc1: all warnings being treated as errors
[2784/3591] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline_flow.c.o'.
[2785/3591] Compiling C object 'app/a172ced@@dpdk-testpmd at exe/test-pmd_cmdline.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-ppc64le" at step Build and test
####################################################################################




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




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




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




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


More information about the test-report mailing list