automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |SUCCESS| pw90041 [PATCH] mbuf: Fix illegal pointer access to mempool members
       [not found] <20210330140702.49202-1-wenwux.ma@intel.com>
@ 2021-03-30  2:14 ` checkpatch
  2021-03-30  3:55 ` [dpdk-test-report] |FAILURE| pw90041 " 0-day Robot
  2021-03-30  3:57 ` [dpdk-test-report] |FAILURE| pw90041 [dpdk-dev] [PATCH] " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: checkpatch @ 2021-03-30  2:14 UTC (permalink / raw)
  To: test-report

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

_coding style OK_



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

* [dpdk-test-report] |FAILURE| pw90041 mbuf: Fix illegal pointer access to mempool members
       [not found] <20210330140702.49202-1-wenwux.ma@intel.com>
  2021-03-30  2:14 ` [dpdk-test-report] |SUCCESS| pw90041 [PATCH] mbuf: Fix illegal pointer access to mempool members checkpatch
@ 2021-03-30  3:55 ` 0-day Robot
  2021-03-30  3:57 ` [dpdk-test-report] |FAILURE| pw90041 [dpdk-dev] [PATCH] " 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-03-30  3:55 UTC (permalink / raw)
  To: test-report; +Cc: wenwux.ma, robot

From: robot@bytheb.org

Test-Label: travis-robot
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/90041/

_travis build: failed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/221582387

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

* [dpdk-test-report] |FAILURE| pw90041 [dpdk-dev] [PATCH] mbuf: Fix illegal pointer access to mempool members
       [not found] <20210330140702.49202-1-wenwux.ma@intel.com>
  2021-03-30  2:14 ` [dpdk-test-report] |SUCCESS| pw90041 [PATCH] mbuf: Fix illegal pointer access to mempool members checkpatch
  2021-03-30  3:55 ` [dpdk-test-report] |FAILURE| pw90041 " 0-day Robot
@ 2021-03-30  3:57 ` 0-day Robot
  2 siblings, 0 replies; 3+ messages in thread
From: 0-day Robot @ 2021-03-30  3:57 UTC (permalink / raw)
  To: test-report; +Cc: wenwux.ma, robot

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/699987575
Build Logs:
-----------------------Summary of failed steps-----------------------
ubuntu-18.04-gcc-static 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"
####################################################################################
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected 2 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /tmp/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
testpmd: create a new mbuf pool <mb_pool_0>: n=2048, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
mb_pool_0 mbuf_data_room_size 0 < 128 (RTE_PKTMBUF_HEADROOM=128 + min_rx_bufsize(dev)=0)
EAL: Error - exiting with code: 1
  Cause: Start ports failed
Interactive-mode selected
Auto-start selected
Configuring Port 0 (socket 0)
Fail to configure port 0 rx queues
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-abi+doc+tests at step "Build and test"
####################################################################################
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected 2 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Detected shared linkage of DPDK
EAL: Multi-process socket /tmp/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
testpmd: create a new mbuf pool <mb_pool_0>: n=2048, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
mb_pool_0 mbuf_data_room_size 0 < 128 (RTE_PKTMBUF_HEADROOM=128 + min_rx_bufsize(dev)=0)
EAL: Error - exiting with code: 1
  Cause: Start ports failed
Interactive-mode selected
Auto-start selected
Configuring Port 0 (socket 0)
Fail to configure port 0 rx queues
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"
####################################################################################
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected 2 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /tmp/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
testpmd: create a new mbuf pool <mb_pool_0>: n=2048, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
mb_pool_0 mbuf_data_room_size 0 < 128 (RTE_PKTMBUF_HEADROOM=128 + min_rx_bufsize(dev)=0)
EAL: Error - exiting with code: 1
  Cause: Start ports failed
Interactive-mode selected
Auto-start selected
Configuring Port 0 (socket 0)
Fail to configure port 0 rx queues
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"
####################################################################################
kernel.core_pattern = /tmp/dpdk-core.%e.%p
+ devtools/test-null.sh
EAL: Detected 2 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Detected shared linkage of DPDK
EAL: Multi-process socket /tmp/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
testpmd: create a new mbuf pool <mb_pool_0>: n=2048, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
mb_pool_0 mbuf_data_room_size 0 < 128 (RTE_PKTMBUF_HEADROOM=128 + min_rx_bufsize(dev)=0)
EAL: Error - exiting with code: 1
  Cause: Start ports failed
Interactive-mode selected
Auto-start selected
Configuring Port 0 (socket 0)
Fail to configure port 0 rx queues
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"
####################################################################################
+ devtools/test-null.sh
EAL: Detected 2 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /tmp/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: Probing VFIO support...
EAL: VFIO support initialized
TELEMETRY: No legacy callbacks, legacy socket not created
testpmd: create a new mbuf pool <mb_pool_0>: n=2048, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
mb_pool_0 mbuf_data_room_size 0 < 128 (RTE_PKTMBUF_HEADROOM=128 + min_rx_bufsize(dev)=0)
EAL: Error - exiting with code: 1
  Cause: Start ports failed
Interactive-mode selected
Auto-start selected
Configuring Port 0 (socket 0)
Fail to configure port 0 rx queues
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] 3+ messages in thread

end of thread, other threads:[~2021-03-30  3:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210330140702.49202-1-wenwux.ma@intel.com>
2021-03-30  2:14 ` [dpdk-test-report] |SUCCESS| pw90041 [PATCH] mbuf: Fix illegal pointer access to mempool members checkpatch
2021-03-30  3:55 ` [dpdk-test-report] |FAILURE| pw90041 " 0-day Robot
2021-03-30  3:57 ` [dpdk-test-report] |FAILURE| pw90041 [dpdk-dev] [PATCH] " 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).