* [dpdk-test-report] |FAILURE| pw99468 [dpdk-dev] [PATCH v2] ethdev: replace bit shifts with macros
[not found] <20210923093916.3050958-1-thomas@monjalon.net>
2021-09-23 9:41 ` [dpdk-test-report] |SUCCESS| pw99468 [PATCH v2] ethdev: replace bit shifts with macros checkpatch
@ 2021-09-27 23:58 ` 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-09-27 23:58 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/99468/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1279120025
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
[3128/3262] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_pci.c.o'.
[3129/3262] 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
[3342/3478] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
[3343/3478] 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.
[3133/3264] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_cmdline_parse_num.c.o'.
[3134/3264] 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_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.
[3344/3480] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
[3345/3480] 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
[2380/2512] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
[2381/2512] 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
[3127/3262] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_rte_mtr_driver.c.o'.
[3128/3262] 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
[3346/3475] Compiling C object 'buildtools/chkincs/fe389a9@@chkincs@exe/meson-generated_cmdline_parse_etheraddr.c.o'.
[3347/3475] 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-shared-aarch64" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread