* [dpdk-test-report] |FAILURE| pw100706 [dpdk-dev] [PATCH v3] ethdev: replace bit shifts with macros
[not found] <20211007132700.452945-1-thomas@monjalon.net>
2021-10-07 13:27 ` [dpdk-test-report] |SUCCESS| pw100706 [PATCH v3] ethdev: replace bit shifts with macros checkpatch
@ 2021-10-07 13:59 ` 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-10-07 13:59 UTC (permalink / raw)
To: test-report; +Cc: thomas, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/100706/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1316407098
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-clang-static" failed at step Build and test
"ubuntu-18.04-clang-shared-doc+tests" failed at step Build and test
"ubuntu-18.04-gcc-static-i386" failed at step Build and test
"ubuntu-18.04-gcc-static-aarch64" failed at step Build and test
"ubuntu-18.04-gcc-shared-aarch64" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
RTE_TM_UPDATE_NODE_PARENT_CHANGE_LEVEL = RTE_BIT32(1),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:181:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_ADD_DELETE’ is not an integer constant
RTE_TM_UPDATE_NODE_ADD_DELETE = RTE_BIT32(2),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:184:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_SUSPEND_RESUME’ is not an integer constant
RTE_TM_UPDATE_NODE_SUSPEND_RESUME = RTE_BIT32(3),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:187:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_WFQ_WEIGHT_MODE’ is not an integer constant
RTE_TM_UPDATE_NODE_WFQ_WEIGHT_MODE = RTE_BIT32(4),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:190:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_N_SP_PRIORITIES’ is not an integer constant
RTE_TM_UPDATE_NODE_N_SP_PRIORITIES = RTE_BIT32(5),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:193:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_CMAN’ is not an integer constant
RTE_TM_UPDATE_NODE_CMAN = RTE_BIT32(6),
^~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:196:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_STATS’ is not an integer constant
RTE_TM_UPDATE_NODE_STATS = RTE_BIT32(7),
^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[3143/3278] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
[3144/3278] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_tm_driver.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
RTE_TM_UPDATE_NODE_PARENT_CHANGE_LEVEL = RTE_BIT32(1),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:181:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_ADD_DELETE’ is not an integer constant
RTE_TM_UPDATE_NODE_ADD_DELETE = RTE_BIT32(2),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:184:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_SUSPEND_RESUME’ is not an integer constant
RTE_TM_UPDATE_NODE_SUSPEND_RESUME = RTE_BIT32(3),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:187:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_WFQ_WEIGHT_MODE’ is not an integer constant
RTE_TM_UPDATE_NODE_WFQ_WEIGHT_MODE = RTE_BIT32(4),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:190:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_N_SP_PRIORITIES’ is not an integer constant
RTE_TM_UPDATE_NODE_N_SP_PRIORITIES = RTE_BIT32(5),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:193:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_CMAN’ is not an integer constant
RTE_TM_UPDATE_NODE_CMAN = RTE_BIT32(6),
^~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:196:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_STATS’ is not an integer constant
RTE_TM_UPDATE_NODE_STATS = RTE_BIT32(7),
^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[3358/3494] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
[3359/3494] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
RTE_TM_UPDATE_NODE_PARENT_CHANGE_LEVEL = RTE_BIT32(1),
^~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:181:34: error: expression is not an integer constant expression
RTE_TM_UPDATE_NODE_ADD_DELETE = RTE_BIT32(2),
^~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:184:38: error: expression is not an integer constant expression
RTE_TM_UPDATE_NODE_SUSPEND_RESUME = RTE_BIT32(3),
^~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:187:39: error: expression is not an integer constant expression
RTE_TM_UPDATE_NODE_WFQ_WEIGHT_MODE = RTE_BIT32(4),
^~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:190:39: error: expression is not an integer constant expression
RTE_TM_UPDATE_NODE_N_SP_PRIORITIES = RTE_BIT32(5),
^~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:193:28: error: expression is not an integer constant expression
RTE_TM_UPDATE_NODE_CMAN = RTE_BIT32(6),
^~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:196:29: error: expression is not an integer constant expression
RTE_TM_UPDATE_NODE_STATS = RTE_BIT32(7),
^~~~~~~~~~~~
19 errors generated.
[3144/3280] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
[3145/3280] Linking target app/test/dpdk-test.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
RTE_TM_UPDATE_NODE_PARENT_CHANGE_LEVEL = RTE_BIT32(1),
^~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:181:34: error: expression is not an integer constant expression
RTE_TM_UPDATE_NODE_ADD_DELETE = RTE_BIT32(2),
^~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:184:38: error: expression is not an integer constant expression
RTE_TM_UPDATE_NODE_SUSPEND_RESUME = RTE_BIT32(3),
^~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:187:39: error: expression is not an integer constant expression
RTE_TM_UPDATE_NODE_WFQ_WEIGHT_MODE = RTE_BIT32(4),
^~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:190:39: error: expression is not an integer constant expression
RTE_TM_UPDATE_NODE_N_SP_PRIORITIES = RTE_BIT32(5),
^~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:193:28: error: expression is not an integer constant expression
RTE_TM_UPDATE_NODE_CMAN = RTE_BIT32(6),
^~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:196:29: error: expression is not an integer constant expression
RTE_TM_UPDATE_NODE_STATS = RTE_BIT32(7),
^~~~~~~~~~~~
19 errors generated.
[3361/3496] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_tm_driver.c.o'.
[3362/3496] Generating html_guides with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-clang-shared-doc+tests" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################
RTE_TM_UPDATE_NODE_PARENT_CHANGE_LEVEL = RTE_BIT32(1),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:181:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_ADD_DELETE’ is not an integer constant
RTE_TM_UPDATE_NODE_ADD_DELETE = RTE_BIT32(2),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:184:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_SUSPEND_RESUME’ is not an integer constant
RTE_TM_UPDATE_NODE_SUSPEND_RESUME = RTE_BIT32(3),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:187:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_WFQ_WEIGHT_MODE’ is not an integer constant
RTE_TM_UPDATE_NODE_WFQ_WEIGHT_MODE = RTE_BIT32(4),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:190:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_N_SP_PRIORITIES’ is not an integer constant
RTE_TM_UPDATE_NODE_N_SP_PRIORITIES = RTE_BIT32(5),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:193:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_CMAN’ is not an integer constant
RTE_TM_UPDATE_NODE_CMAN = RTE_BIT32(6),
^~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:196:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_STATS’ is not an integer constant
RTE_TM_UPDATE_NODE_STATS = RTE_BIT32(7),
^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2394/2526] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
[2395/2526] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_tm_driver.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
RTE_TM_UPDATE_NODE_PARENT_CHANGE_LEVEL = RTE_BIT32(1),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:181:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_ADD_DELETE’ is not an integer constant
RTE_TM_UPDATE_NODE_ADD_DELETE = RTE_BIT32(2),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:184:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_SUSPEND_RESUME’ is not an integer constant
RTE_TM_UPDATE_NODE_SUSPEND_RESUME = RTE_BIT32(3),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:187:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_WFQ_WEIGHT_MODE’ is not an integer constant
RTE_TM_UPDATE_NODE_WFQ_WEIGHT_MODE = RTE_BIT32(4),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:190:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_N_SP_PRIORITIES’ is not an integer constant
RTE_TM_UPDATE_NODE_N_SP_PRIORITIES = RTE_BIT32(5),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:193:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_CMAN’ is not an integer constant
RTE_TM_UPDATE_NODE_CMAN = RTE_BIT32(6),
^~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:196:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_STATS’ is not an integer constant
RTE_TM_UPDATE_NODE_STATS = RTE_BIT32(7),
^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[3143/3278] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
[3144/3278] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_tm_driver.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-aarch64" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
RTE_TM_UPDATE_NODE_PARENT_CHANGE_LEVEL = RTE_BIT32(1),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:181:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_ADD_DELETE’ is not an integer constant
RTE_TM_UPDATE_NODE_ADD_DELETE = RTE_BIT32(2),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:184:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_SUSPEND_RESUME’ is not an integer constant
RTE_TM_UPDATE_NODE_SUSPEND_RESUME = RTE_BIT32(3),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:187:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_WFQ_WEIGHT_MODE’ is not an integer constant
RTE_TM_UPDATE_NODE_WFQ_WEIGHT_MODE = RTE_BIT32(4),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:190:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_N_SP_PRIORITIES’ is not an integer constant
RTE_TM_UPDATE_NODE_N_SP_PRIORITIES = RTE_BIT32(5),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:193:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_CMAN’ is not an integer constant
RTE_TM_UPDATE_NODE_CMAN = RTE_BIT32(6),
^~~~~~~~~~~~~~~~~~~~~~~
/home/runner/work/dpdk/dpdk/lib/ethdev/rte_tm.h:196:2: error: enumerator value for ‘RTE_TM_UPDATE_NODE_STATS’ is not an integer constant
RTE_TM_UPDATE_NODE_STATS = RTE_BIT32(7),
^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[3355/3491] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr.c.o'.
[3356/3491] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-aarch64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread