automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: thomas@monjalon.net, robot@bytheb.org
Subject: [dpdk-test-report] |FAILURE| pw100706 [dpdk-dev] [PATCH v3] ethdev: replace bit shifts with macros
Date: Thu,  7 Oct 2021 09:59:25 -0400	[thread overview]
Message-ID: <20211007135925.17642-1-robot@bytheb.org> (raw)
In-Reply-To: <20211007132700.452945-1-thomas@monjalon.net>

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-----------------------------

      parent reply	other threads:[~2021-10-07 13:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20211007132700.452945-1-thomas@monjalon.net>
2021-10-07 13:27 ` [dpdk-test-report] |SUCCESS| pw100706 " checkpatch
2021-10-07 13:59 ` 0-day Robot [this message]

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=20211007135925.17642-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=test-report@dpdk.org \
    --cc=thomas@monjalon.net \
    /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).