automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw105237 [PATCH] eal: fix data race in multi-process support
       [not found] <20211217181649.154972-1-stephen@networkplumber.org>
@ 2021-12-17 18:17 ` checkpatch
  2021-12-17 18:39 ` |FAILURE| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-12-17 18:17 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/105237

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#86: 
EAL: Static memory layout is selected, amount of reserved memory can be adjusted with -m or --socket-mem

total: 0 errors, 1 warnings, 83 lines checked

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

* |FAILURE| pw105237 [PATCH] eal: fix data race in multi-process support
       [not found] <20211217181649.154972-1-stephen@networkplumber.org>
  2021-12-17 18:17 ` |WARNING| pw105237 [PATCH] eal: fix data race in multi-process support checkpatch
@ 2021-12-17 18:39 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-12-17 18:39 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/105237/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1593549903
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-18.04-gcc-static" failed at step Build and test
"ubuntu-18.04-gcc-shared-mini" failed at step Build and test
"ubuntu-18.04-gcc-shared-abi+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
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-static" at step Build and test
####################################################################################
[3405/3405] Linking target buildtools/chkincs/chkincs.
+ [ false != true ]
+ [ false != true ]
+ failed=
+ configure_coredump
+ which gdb
+ ulimit -c unlimited
+ sudo sysctl -w kernel.core_pattern=/tmp/dpdk-core.%e.%p
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected CPU lcores: 2
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: failed to bind /tmp/dpdk/rte/mp_socket: Bad file descriptor
EAL: FATAL: failed to init mp channel
EAL: failed to init mp channel
EAL: Error - exiting with code: 1
  Cause: Cannot init EAL: Bad address
sh: echo: I/O error
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[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-mini" at step Build and test
####################################################################################
[1339/1339] Linking target buildtools/chkincs/chkincs.
+ [ false != true ]
+ [ false != true ]
+ failed=
+ configure_coredump
+ which gdb
+ ulimit -c unlimited
+ sudo sysctl -w kernel.core_pattern=/tmp/dpdk-core.%e.%p
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected CPU lcores: 2
EAL: Detected NUMA nodes: 1
EAL: Detected shared linkage of DPDK
EAL: failed to bind /tmp/dpdk/rte/mp_socket: Bad file descriptor
EAL: FATAL: failed to init mp channel
EAL: failed to init mp channel
EAL: Error - exiting with code: 1
  Cause: Cannot init EAL: Bad address
sh: echo: I/O error
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
[3620/3620] Generating html_guides with a custom command.
+ [ false != true ]
+ [ false != true ]
+ failed=
+ configure_coredump
+ which gdb
+ ulimit -c unlimited
+ sudo sysctl -w kernel.core_pattern=/tmp/dpdk-core.%e.%p
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected CPU lcores: 2
EAL: Detected NUMA nodes: 1
EAL: Detected shared linkage of DPDK
EAL: failed to bind /tmp/dpdk/rte/mp_socket: Bad file descriptor
EAL: FATAL: failed to init mp channel
EAL: failed to init mp channel
EAL: Error - exiting with code: 1
  Cause: Cannot init EAL: Bad address
sh: echo: I/O error
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-18.04-clang-static" at step Build and test
####################################################################################
[3405/3405] Linking target buildtools/chkincs/chkincs.
+ [ false != true ]
+ [ false != true ]
+ failed=
+ configure_coredump
+ which gdb
+ ulimit -c unlimited
+ sudo sysctl -w kernel.core_pattern=/tmp/dpdk-core.%e.%p
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected CPU lcores: 2
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: failed to bind /tmp/dpdk/rte/mp_socket: Bad file descriptor
EAL: FATAL: failed to init mp channel
EAL: failed to init mp channel
EAL: Error - exiting with code: 1
  Cause: Cannot init EAL: Bad address
sh: echo: I/O error
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[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
####################################################################################
[3620/3620] Generating html_guides with a custom command.
+ [ false != true ]
+ [ false != true ]
+ failed=
+ configure_coredump
+ which gdb
+ ulimit -c unlimited
+ sudo sysctl -w kernel.core_pattern=/tmp/dpdk-core.%e.%p
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected CPU lcores: 2
EAL: Detected NUMA nodes: 1
EAL: Detected shared linkage of DPDK
EAL: failed to bind /tmp/dpdk/rte/mp_socket: Bad file descriptor
EAL: FATAL: failed to init mp channel
EAL: failed to init mp channel
EAL: Error - exiting with code: 1
  Cause: Cannot init EAL: Bad address
sh: echo: I/O error
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[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
####################################################################################
[2541/2541] Linking target buildtools/chkincs/chkincs.
+ [ false != true ]
+ [ false != true ]
+ failed=
+ configure_coredump
+ which gdb
+ ulimit -c unlimited
+ sudo sysctl -w kernel.core_pattern=/tmp/dpdk-core.%e.%p
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected CPU lcores: 2
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: failed to bind /tmp/dpdk/rte/mp_socket: Bad file descriptor
EAL: FATAL: failed to init mp channel
EAL: failed to init mp channel
EAL: Error - exiting with code: 1
  Cause: Cannot init EAL: Bad address
sh: echo: I/O error
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-18.04-gcc-static-i386" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

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

end of thread, other threads:[~2021-12-17 18:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211217181649.154972-1-stephen@networkplumber.org>
2021-12-17 18:17 ` |WARNING| pw105237 [PATCH] eal: fix data race in multi-process support checkpatch
2021-12-17 18:39 ` |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).