automatic DPDK test reports
 help / color / mirror / Atom feed
* |SUCCESS| pw119665 [PATCH v2 14/14] net/bnx2x: fix whitespace
       [not found] <20221109195331.143473-15-stephen@networkplumber.org>
@ 2022-11-09 19:56 ` checkpatch
  2022-11-09 20:19 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-11-09 19:56 UTC (permalink / raw)
  To: test-report

Test-Label: checkpatch
Test-Status: SUCCESS
http://dpdk.org/patch/119665

_coding style OK_



^ permalink raw reply	[flat|nested] 2+ messages in thread

* |FAILURE| pw119665 [PATCH v2 14/14] net/bnx2x: fix whitespace
       [not found] <20221109195331.143473-15-stephen@networkplumber.org>
  2022-11-09 19:56 ` |SUCCESS| pw119665 [PATCH v2 14/14] net/bnx2x: fix whitespace checkpatch
@ 2022-11-09 20:19 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2022-11-09 20:19 UTC (permalink / raw)
  To: test-report; +Cc: stephen, robot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-09 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221109195331.143473-15-stephen@networkplumber.org>
2022-11-09 19:56 ` |SUCCESS| pw119665 [PATCH v2 14/14] net/bnx2x: fix whitespace checkpatch
2022-11-09 20:19 ` |FAILURE| " 0-day Robot

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