automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: stephen@networkplumber.org, robot@bytheb.org
Subject: |FAILURE| pw119665 [PATCH v2 14/14] net/bnx2x: fix whitespace
Date: Wed,  9 Nov 2022 15:19:34 -0500	[thread overview]
Message-ID: <20221109201934.1233341-1-robot@bytheb.org> (raw)
In-Reply-To: <20221109195331.143473-15-stephen@networkplumber.org>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/3431423157
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-mini" failed at step Build and test
"ubuntu-20.04-gcc-doc+tests" failed at step Build and test
"ubuntu-20.04-clang-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-aarch64" failed at step Build and test
"ubuntu-20.04-gcc-ppc64le" failed at step Build and test
"ubuntu-20.04-gcc-riscv64" failed at step Build and test
"fedora:35-gcc" failed at step Build
"fedora:35-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################
../lib/cmdline/cmdline_parse_string.c: At top level:
../lib/cmdline/cmdline_parse_string.c:93:2: error: expected identifier or ‘(’ before ‘else’
   93 |  else if (sd->str != NULL) {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:107:2: error: expected identifier or ‘(’ before ‘else’
  107 |  else {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:119:2: error: expected identifier or ‘(’ before ‘if’
  119 |  if (res) {
      |  ^~
../lib/cmdline/cmdline_parse_string.c:130:2: error: expected identifier or ‘(’ before ‘return’
  130 |  return token_len;
      |  ^~~~~~
../lib/cmdline/cmdline_parse_string.c:131:1: error: expected identifier or ‘(’ before ‘}’ token
  131 | }
      | ^
../lib/cmdline/cmdline_parse_string.c: In function ‘cmdline_parse_string’:
../lib/cmdline/cmdline_parse_string.c:91:2: error: control reaches end of non-void function [-Werror=return-type]
   91 |  }
      |  ^
cc1: all warnings being treated as errors
[166/1493] Generating ethdev.sym_chk with a meson_exe.py custom command.
[167/1493] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-doc+tests" at step Build and test
####################################################################################
../lib/cmdline/cmdline_parse_string.c: At top level:
../lib/cmdline/cmdline_parse_string.c:93:2: error: expected identifier or ‘(’ before ‘else’
   93 |  else if (sd->str != NULL) {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:107:2: error: expected identifier or ‘(’ before ‘else’
  107 |  else {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:119:2: error: expected identifier or ‘(’ before ‘if’
  119 |  if (res) {
      |  ^~
../lib/cmdline/cmdline_parse_string.c:130:2: error: expected identifier or ‘(’ before ‘return’
  130 |  return token_len;
      |  ^~~~~~
../lib/cmdline/cmdline_parse_string.c:131:1: error: expected identifier or ‘(’ before ‘}’ token
  131 | }
      | ^
../lib/cmdline/cmdline_parse_string.c: In function ‘cmdline_parse_string’:
../lib/cmdline/cmdline_parse_string.c:91:2: error: control reaches end of non-void function [-Werror=return-type]
   91 |  }
      |  ^
cc1: all warnings being treated as errors
[166/4718] Generating eal.sym_chk with a meson_exe.py custom command.
[167/4718] Generating ethdev.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
                                continue;
                                ^
../lib/cmdline/cmdline_parse_string.c:86:4: error: 'break' statement not in loop or switch statement
                        break;
                        ^
../lib/cmdline/cmdline_parse_string.c:93:2: error: expected identifier or '('
        else if (sd->str != NULL) {
        ^
../lib/cmdline/cmdline_parse_string.c:107:2: error: expected identifier or '('
        else {
        ^
../lib/cmdline/cmdline_parse_string.c:119:2: error: expected identifier or '('
        if (res) {
        ^
../lib/cmdline/cmdline_parse_string.c:130:2: error: expected identifier or '('
        return token_len;
        ^
../lib/cmdline/cmdline_parse_string.c:131:1: error: extraneous closing brace ('}')
}
^
8 errors generated.
[165/4718] Generating ethdev.sym_chk with a meson_exe.py custom command.
[166/4718] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
../lib/cmdline/cmdline_parse_string.c: At top level:
../lib/cmdline/cmdline_parse_string.c:93:2: error: expected identifier or ‘(’ before ‘else’
   93 |  else if (sd->str != NULL) {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:107:2: error: expected identifier or ‘(’ before ‘else’
  107 |  else {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:119:2: error: expected identifier or ‘(’ before ‘if’
  119 |  if (res) {
      |  ^~
../lib/cmdline/cmdline_parse_string.c:130:2: error: expected identifier or ‘(’ before ‘return’
  130 |  return token_len;
      |  ^~~~~~
../lib/cmdline/cmdline_parse_string.c:131:1: error: expected identifier or ‘(’ before ‘}’ token
  131 | }
      | ^
../lib/cmdline/cmdline_parse_string.c: In function ‘cmdline_parse_string’:
../lib/cmdline/cmdline_parse_string.c:91:2: error: control reaches end of non-void function [-Werror=return-type]
   91 |  }
      |  ^
cc1: all warnings being treated as errors
[162/3316] Generating ethdev.sym_chk with a meson_exe.py custom command.
[163/3316] Generating eal.sym_chk with a meson_exe.py custom command.
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
####################################################################################
../lib/cmdline/cmdline_parse_string.c: At top level:
../lib/cmdline/cmdline_parse_string.c:93:2: error: expected identifier or ‘(’ before ‘else’
   93 |  else if (sd->str != NULL) {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:107:2: error: expected identifier or ‘(’ before ‘else’
  107 |  else {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:119:2: error: expected identifier or ‘(’ before ‘if’
  119 |  if (res) {
      |  ^~
../lib/cmdline/cmdline_parse_string.c:130:2: error: expected identifier or ‘(’ before ‘return’
  130 |  return token_len;
      |  ^~~~~~
../lib/cmdline/cmdline_parse_string.c:131:1: error: expected identifier or ‘(’ before ‘}’ token
  131 | }
      | ^
../lib/cmdline/cmdline_parse_string.c: In function ‘cmdline_parse_string’:
../lib/cmdline/cmdline_parse_string.c:91:2: error: control reaches end of non-void function [-Werror=return-type]
   91 |  }
      |  ^
cc1: all warnings being treated as errors
[152/1339] Generating symbol file 'lib/76b5a35@@rte_mempool@sha/librte_mempool-23.dll.symbols'.
[153/1339] Generating symbol file 'lib/76b5a35@@rte_rcu@sha/librte_rcu-23.dll.symbols'.
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-aarch64" at step Build and test
####################################################################################
../lib/cmdline/cmdline_parse_string.c: At top level:
../lib/cmdline/cmdline_parse_string.c:93:2: error: expected identifier or ‘(’ before ‘else’
   93 |  else if (sd->str != NULL) {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:107:2: error: expected identifier or ‘(’ before ‘else’
  107 |  else {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:119:2: error: expected identifier or ‘(’ before ‘if’
  119 |  if (res) {
      |  ^~
../lib/cmdline/cmdline_parse_string.c:130:2: error: expected identifier or ‘(’ before ‘return’
  130 |  return token_len;
      |  ^~~~~~
../lib/cmdline/cmdline_parse_string.c:131:1: error: expected identifier or ‘(’ before ‘}’ token
  131 | }
      | ^
../lib/cmdline/cmdline_parse_string.c: In function ‘cmdline_parse_string’:
../lib/cmdline/cmdline_parse_string.c:91:2: error: control reaches end of non-void function [-Werror=return-type]
   91 |  }
      |  ^
cc1: all warnings being treated as errors
[161/4305] Generating ethdev.sym_chk with a meson_exe.py custom command.
[162/4305] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################
../lib/cmdline/cmdline_parse_string.c: At top level:
../lib/cmdline/cmdline_parse_string.c:93:2: error: expected identifier or ‘(’ before ‘else’
   93 |  else if (sd->str != NULL) {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:107:2: error: expected identifier or ‘(’ before ‘else’
  107 |  else {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:119:2: error: expected identifier or ‘(’ before ‘if’
  119 |  if (res) {
      |  ^~
../lib/cmdline/cmdline_parse_string.c:130:2: error: expected identifier or ‘(’ before ‘return’
  130 |  return token_len;
      |  ^~~~~~
../lib/cmdline/cmdline_parse_string.c:131:1: error: expected identifier or ‘(’ before ‘}’ token
  131 | }
      | ^
../lib/cmdline/cmdline_parse_string.c: In function ‘cmdline_parse_string’:
../lib/cmdline/cmdline_parse_string.c:91:2: error: control reaches end of non-void function [-Werror=return-type]
   91 |  }
      |  ^
cc1: all warnings being treated as errors
[159/4141] Generating ethdev.sym_chk with a meson_exe.py custom command.
[160/4141] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################
../lib/cmdline/cmdline_parse_string.c: At top level:
../lib/cmdline/cmdline_parse_string.c:93:2: error: expected identifier or ‘(’ before ‘else’
   93 |  else if (sd->str != NULL) {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:107:2: error: expected identifier or ‘(’ before ‘else’
  107 |  else {
      |  ^~~~
../lib/cmdline/cmdline_parse_string.c:119:2: error: expected identifier or ‘(’ before ‘if’
  119 |  if (res) {
      |  ^~
../lib/cmdline/cmdline_parse_string.c:130:2: error: expected identifier or ‘(’ before ‘return’
  130 |  return token_len;
      |  ^~~~~~
../lib/cmdline/cmdline_parse_string.c:131:1: error: expected identifier or ‘(’ before ‘}’ token
  131 | }
      | ^
../lib/cmdline/cmdline_parse_string.c: In function ‘cmdline_parse_string’:
../lib/cmdline/cmdline_parse_string.c:91:2: error: control reaches end of non-void function [-Werror=return-type]
   91 |  }
      |  ^
cc1: all warnings being treated as errors
[159/4111] Generating ethdev.sym_chk with a meson_exe.py custom command.
[160/4111] Generating eal.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-gcc" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-gcc" at step Build
####################################################################################




####################################################################################
#### [Begin job log] "fedora:35-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:35-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2022-11-09 20:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20221109195331.143473-15-stephen@networkplumber.org>
2022-11-09 19:56 ` |SUCCESS| " checkpatch
2022-11-09 20:19 ` 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=20221109201934.1233341-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=stephen@networkplumber.org \
    --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).