automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: skori@marvell.com, robot@bytheb.org
Subject: |FAILURE| pw111693 [PATCH v2 1/1] app/testpmd: support different input color method
Date: Tue, 24 May 2022 04:59:23 -0400	[thread overview]
Message-ID: <20220524085923.22746-1-robot@bytheb.org> (raw)
In-Reply-To: <20220524073554.824162-1-skori@marvell.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2376341514
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
[3256/4421] Linking target app/dpdk-test-crypto-perf.
[3257/4421] Linking target app/dpdk-test-fib.
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@exe/test-pmd_cmdline.c.o'.
[497/1523] Compiling C object 'app/a172ced@@dpdk-testpmd@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@exe/test-pmd_cmdline.c.o'.
[3234/4601] Compiling C object 'app/a172ced@@dpdk-testpmd@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@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@exe/test-pipeline_pipeline_lpm_ipv6.c.o'.
[3235/4601] Compiling C object 'app/a172ced@@dpdk-testpmd@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@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
[549/1286] Compiling C object 'app/a172ced@@dpdk-testpmd@exe/test-pmd_cmdline_tm.c.obj'.
[550/1286] Compiling C object 'app/a172ced@@dpdk-testpmd@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@exe/test-pmd_config.c.o'.
[2904/3571] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@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@exe/test-pmd_cmdline_flow.c.o'.
[2927/3749] Compiling C object 'drivers/a715181@@tmp_rte_event_cnxk@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] Linking target app/dpdk-test-acl.
[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@exe/test-pmd_cmdline_flow.c.o'.
[2785/3591] Compiling C object 'app/a172ced@@dpdk-testpmd@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-----------------------------

  parent reply	other threads:[~2022-05-24  8:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220524073554.824162-1-skori@marvell.com>
2022-05-24  7:37 ` |SUCCESS| " checkpatch
2022-05-24  8:59 ` 0-day Robot [this message]
2022-05-24  7:50 |FAILURE| pw111693 [PATCH] [v2, " dpdklab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220524085923.22746-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=skori@marvell.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).