* [dpdk-test-report] |FAILURE| pw98954 [dpdk-dev] [PATCH] ethdev: replace bit shifts with macros
[not found] <20210915210444.3126008-1-thomas@monjalon.net>
2021-09-15 21:06 ` [dpdk-test-report] |SUCCESS| pw98954 [PATCH] ethdev: replace bit shifts with macros checkpatch
@ 2021-09-15 21:41 ` 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-09-15 21:41 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/98954/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1239297610
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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(7),
^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[3124/3259] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr.c.o'.
[3125/3259] 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-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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(7),
^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[3340/3475] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
[3341/3475] 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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(7),
^~~~~~~~~~~~
19 errors generated.
[3127/3261] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
[3128/3261] 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-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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(7),
^~~~~~~~~~~~
19 errors generated.
[3343/3477] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_tm_driver.c.o'.
[3344/3477] 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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(7),
^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[2378/2509] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
[2379/2509] 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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(7),
^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[3125/3259] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
[3126/3259] 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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(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_BIT64(7),
^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
[3337/3472] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr.c.o'.
[3338/3472] 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