=?UTF-8?Q?Build_failed_in_Jenkins:_raring-adt-pyzmq_=C2=BB_i386, adt_#2?=

Jenkins Notification devnull at canonical.com
Wed Mar 6 11:59:10 UTC 2013


See <http://10.189.74.2:8080/job/raring-adt-pyzmq/./ARCH=i386,label=adt/2/>

------------------------------------------
[...truncated 954 lines...]
ldconfig deferred processing now taking place
 -> Finished parsing the build-deps
adt-run: trace: & dsc0t-python3: [----------------------------------------
+ buildtree=/tmp/tmp.vm6BeTFxeY/dsc0-build/pyzmq-2.2.0.1/
+ shift
+ rm -rf -- /tmp/tmp.vm6BeTFxeY/dsc0t-python3-testtmp /tmp/tmp.vm6BeTFxeY/dsc0t-python3-testtmp/tmpdir /tmp/tmp.vm6BeTFxeY/dsc0t-python3-testtmp/adttmp
+ mkdir -- /tmp/tmp.vm6BeTFxeY/dsc0t-python3-testtmp /tmp/tmp.vm6BeTFxeY/dsc0t-python3-testtmp/tmpdir /tmp/tmp.vm6BeTFxeY/dsc0t-python3-testtmp/adttmp
+ chown ubuntu /tmp/tmp.vm6BeTFxeY/dsc0t-python3-testtmp /tmp/tmp.vm6BeTFxeY/dsc0t-python3-testtmp/tmpdir /tmp/tmp.vm6BeTFxeY/dsc0t-python3-testtmp/adttmp
adt-run: trace: & dsc0t-python3:  - - - - - - - - - - results - - - - - - - - - -
dsc0t-python3        PASS
adt-run: trace: & dsc0t-python3:  - - - - - - - - - - stdout - - - - - - - - - -
=== python3.3 ===
ctx.destroy should succeed when cyclic ref prevents gc ... ok
Context.destroy should close sockets ... ok
Context.destroy should set linger on closing sockets ... ok
test_fail_init (zmq.tests.test_context.TestContext) ... ok
test close&term by garbage collection alone ... ok
test_init (zmq.tests.test_context.TestContext) ... ok
test_instance (zmq.tests.test_context.TestContext) ... ok
opening and closing many sockets shouldn't cause problems ... ok
setting socket options with ctx attributes ... ok
test_term (zmq.tests.test_context.TestContext) ... ok
test_term_hang (zmq.tests.test_context.TestContext) ... ok
Context.term won't close sockets ... ok
ctx.term should not crash active threads (#139) ... ok
test_device_attributes (zmq.tests.test_device.TestDevice) ... ok
test_device_types (zmq.tests.test_device.TestDevice) ... ok
test_single_socket_forwarder_bind (zmq.tests.test_device.TestDevice) ... ok
test_single_socket_forwarder_connect (zmq.tests.test_device.TestDevice) ... ok
test_tsdevice_attributes (zmq.tests.test_device.TestDevice) ... ok
test that strerror gets the right type. ... ok
test_zmqerror (zmq.tests.test_error.TestZMQError) ... ok
test core imports ... ok
test device imports ... ok
test eventloop imports ... ok
test log imports ... ok
test toplevel import ... ok
test util imports ... ok
Tornado poller implementation maps events correctly ... ok
simple IOLoop creation test ... ok
test timeout comparisons ... ok
test_init_iface (zmq.tests.test_log.TestPubLog) ... ok
test_init_socket (zmq.tests.test_log.TestPubLog) ... ok
test_root_topic (zmq.tests.test_log.TestPubLog) ... ok
Message above 30 bytes are never copied by 0MQ. ... ok
test using a bad object ... ok
test using a buffer as input ... ok
test non-copying numpy array messages ... ok
receiving buffered output ... ok
Test the Frame.bytes property. ... ok
test Frame.more attribute ... ok
Test the len of the Frames. ... ok
Run through a ref counting cycle with a copy. ... ok
Run through a different ref counting cycle with a copy. ... ok
test messages from memoryview ... ok
test_multi_tracker (zmq.tests.test_message.TestFrame) ... ok
ensure that a message remains intact after multiple sends ... ok
test_no_tracker (zmq.tests.test_message.TestFrame) ... ok
check for clobbering message buffers ... ok
Test the str representations of the Frames. ... ok
test_tracker (zmq.tests.test_message.TestFrame) ... ok
Test the unicode representations of the Frames. ... ok
test_monitor (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
test_monitor_subscribe (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
test_prefix (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
test_queue (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
test_reply (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
test router-router MQ devices ... ok
test_basic_multipart (zmq.tests.test_multipart.TestMultipart) ... ok
test_router_dealer (zmq.tests.test_multipart.TestMultipart) ... ok
test_basic (zmq.tests.test_pair.TestPair) ... ok
test_json (zmq.tests.test_pair.TestPair) ... ok
test_multiple (zmq.tests.test_pair.TestPair) ... ok
test_pyobj (zmq.tests.test_pair.TestPair) ... ok
test_no_events (zmq.tests.test_poll.TestPoll) ... ok
test_pair (zmq.tests.test_poll.TestPoll) ... ok
test_pubsub (zmq.tests.test_poll.TestPoll) ... ok
test_reqrep (zmq.tests.test_poll.TestPoll) ... ok
make sure Poller.poll timeout has the right units (milliseconds). ... ok
test_pair (zmq.tests.test_poll.TestSelect) ... ok
make sure select timeout has the right units (seconds). ... ok
test_basic (zmq.tests.test_pubsub.TestPubSub) ... ok
test_topic (zmq.tests.test_pubsub.TestPubSub) ... ok
test_bad_send_recv (zmq.tests.test_reqrep.TestReqRep) ... ok
test_basic (zmq.tests.test_reqrep.TestReqRep) ... ok
test_json (zmq.tests.test_reqrep.TestReqRep) ... ok
test_large_msg (zmq.tests.test_reqrep.TestReqRep) ... ok
test_multiple (zmq.tests.test_reqrep.TestReqRep) ... ok
test_pyobj (zmq.tests.test_reqrep.TestReqRep) ... ok
set setting/getting sockopts as attributes ... ok
test_bad_attr (zmq.tests.test_socket.TestSocket) ... ok
Test that appropriate errors are raised on bad socket options ... ok
test_close (zmq.tests.test_socket.TestSocket) ... ok
s.close() after ctx.destroy() should be fine ... ok
test_create (zmq.tests.test_socket.TestSocket) ... ok
test non-uint64 sockopts ... ok
IPC_PATH_MAX_LEN is a sensible value ... ok
test_ipc_path_max_length_msg (zmq.tests.test_socket.TestSocket) ... ok
test_poll (zmq.tests.test_socket.TestSocket) ... ok
test_recv_multipart (zmq.tests.test_socket.TestSocket) ... ok
test sending unicode objects ... ok
test set/getsockopt roundtrip. ... ok
subclasses can assign attributes ... ok
test the MessageTracker object for tracking when zmq is done with a buffer ... ok
test setting/getting sockopts with unicode strings ... ok
Test error raised on multiple calls to stop. ... ok
Ensure stop returns a long int. ... ok
Test that stop/sleep have right units. ... ok
test_pyzmq_version (zmq.tests.test_version.TestVersion) ... ok
test_pyzmq_version_info (zmq.tests.test_version.TestVersion) ... ok
test_zmq_version (zmq.tests.test_version.TestVersion) ... ok
test_zmq_version_info (zmq.tests.test_version.TestVersion) ... ok
zmq.web is importable ... ok
Ensure callable check works (py3k). ... ok

----------------------------------------------------------------------
Ran 102 tests in 10.781s

OK
=== python3.3-dbg ===
/usr/lib/python3/dist-packages/nose/core.py:247: ResourceWarning: unclosed file <_io.TextIOWrapper name='/usr/lib/python3/dist-packages/nose/usage.txt' mode='r' encoding='UTF-8'>
  os.path.dirname(__file__), 'usage.txt'), 'r').read()
ctx.destroy should succeed when cyclic ref prevents gc ... ok
Context.destroy should close sockets ... ok
Context.destroy should set linger on closing sockets ... ok
test_fail_init (zmq.tests.test_context.TestContext) ... ok
test close&term by garbage collection alone ... ok
test_init (zmq.tests.test_context.TestContext) ... ok
test_instance (zmq.tests.test_context.TestContext) ... ok
opening and closing many sockets shouldn't cause problems ... ok
setting socket options with ctx attributes ... ok
test_term (zmq.tests.test_context.TestContext) ... ok
test_term_hang (zmq.tests.test_context.TestContext) ... ok
Context.term won't close sockets ... ok
ctx.term should not crash active threads (#139) ... ok
test_device_attributes (zmq.tests.test_device.TestDevice) ... ok
test_device_types (zmq.tests.test_device.TestDevice) ... ok
test_single_socket_forwarder_bind (zmq.tests.test_device.TestDevice) ... ok
test_single_socket_forwarder_connect (zmq.tests.test_device.TestDevice) ... ok
test_tsdevice_attributes (zmq.tests.test_device.TestDevice) ... ok
test that strerror gets the right type. ... ok
test_zmqerror (zmq.tests.test_error.TestZMQError) ... ok
test core imports ... ok
test device imports ... ok
test eventloop imports ... ok
test log imports ... ok
test toplevel import ... ok
test util imports ... ok
Tornado poller implementation maps events correctly ... ok
simple IOLoop creation test ... ok
test timeout comparisons ... ok
test_init_iface (zmq.tests.test_log.TestPubLog) ... ok
test_init_socket (zmq.tests.test_log.TestPubLog) ... ok
test_root_topic (zmq.tests.test_log.TestPubLog) ... ok
Message above 30 bytes are never copied by 0MQ. ... ok
test using a bad object ... ok
test using a buffer as input ... ok
test non-copying numpy array messages ... /usr/lib/python3.3/importlib/_bootstrap.py:968: ResourceWarning: unclosed file <_io.FileIO name=60 mode='wb'>
  found = marshal.loads(bytes_data)
/usr/lib/python3.3/importlib/_bootstrap.py:968: ResourceWarning: unclosed file <_io.FileIO name=59 mode='rb'>
  found = marshal.loads(bytes_data)
ok
receiving buffered output ... ok
Test the Frame.bytes property. ... ok
test Frame.more attribute ... ok
Test the len of the Frames. ... ok
Run through a ref counting cycle with a copy. ... ok
Run through a different ref counting cycle with a copy. ... ok
test messages from memoryview ... ok
test_multi_tracker (zmq.tests.test_message.TestFrame) ... ok
ensure that a message remains intact after multiple sends ... ok
test_no_tracker (zmq.tests.test_message.TestFrame) ... ok
check for clobbering message buffers ... ok
Test the str representations of the Frames. ... ok
test_tracker (zmq.tests.test_message.TestFrame) ... ok
Test the unicode representations of the Frames. ... ok
test_monitor (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
test_monitor_subscribe (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
test_prefix (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
test_queue (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
test_reply (zmq.tests.test_monqueue.TestMonitoredQueue) ... ok
test router-router MQ devices ... ok
test_basic_multipart (zmq.tests.test_multipart.TestMultipart) ... ok
test_router_dealer (zmq.tests.test_multipart.TestMultipart) ... ok
test_basic (zmq.tests.test_pair.TestPair) ... ok
test_json (zmq.tests.test_pair.TestPair) ... ok
test_multiple (zmq.tests.test_pair.TestPair) ... ok
test_pyobj (zmq.tests.test_pair.TestPair) ... ok
test_no_events (zmq.tests.test_poll.TestPoll) ... ok
test_pair (zmq.tests.test_poll.TestPoll) ... ok
test_pubsub (zmq.tests.test_poll.TestPoll) ... ok
test_reqrep (zmq.tests.test_poll.TestPoll) ... ok
make sure Poller.poll timeout has the right units (milliseconds). ... ok
test_pair (zmq.tests.test_poll.TestSelect) ... ok
make sure select timeout has the right units (seconds). ... ok
test_basic (zmq.tests.test_pubsub.TestPubSub) ... ok
test_topic (zmq.tests.test_pubsub.TestPubSub) ... ok
test_bad_send_recv (zmq.tests.test_reqrep.TestReqRep) ... ok
test_basic (zmq.tests.test_reqrep.TestReqRep) ... ok
test_json (zmq.tests.test_reqrep.TestReqRep) ... ok
test_large_msg (zmq.tests.test_reqrep.TestReqRep) ... ok
test_multiple (zmq.tests.test_reqrep.TestReqRep) ... ok
test_pyobj (zmq.tests.test_reqrep.TestReqRep) ... ok
set setting/getting sockopts as attributes ... ok
test_bad_attr (zmq.tests.test_socket.TestSocket) ... ok
Test that appropriate errors are raised on bad socket options ... ok
test_close (zmq.tests.test_socket.TestSocket) ... ok
s.close() after ctx.destroy() should be fine ... ok
test_create (zmq.tests.test_socket.TestSocket) ... ok
test non-uint64 sockopts ... ok
IPC_PATH_MAX_LEN is a sensible value ... ok
test_ipc_path_max_length_msg (zmq.tests.test_socket.TestSocket) ... ok
test_poll (zmq.tests.test_socket.TestSocket) ... ok
test_recv_multipart (zmq.tests.test_socket.TestSocket) ... ok
test sending unicode objects ... ok
test set/getsockopt roundtrip. ... ok
subclasses can assign attributes ... ok
test the MessageTracker object for tracking when zmq is done with a buffer ... ok
test setting/getting sockopts with unicode strings ... ok
Test error raised on multiple calls to stop. ... ok
Ensure stop returns a long int. ... ok
Test that stop/sleep have right units. ... ok
test_pyzmq_version (zmq.tests.test_version.TestVersion) ... ok
test_pyzmq_version_info (zmq.tests.test_version.TestVersion) ... ok
test_zmq_version (zmq.tests.test_version.TestVersion) ... ok
test_zmq_version_info (zmq.tests.test_version.TestVersion) ... ok
zmq.web is importable ... ok
Ensure callable check works (py3k). ... ok

----------------------------------------------------------------------
Ran 102 tests in 12.093s

OK
[266960 refs]
adt-run: trace: & dsc0t-python3: ----------------------------------------]
adt-run: trace1: ** needs_reset, previously=False
adt-run: trace: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ tests done.
adt-run: trace: ** stop
adt-run: trace: ** close, scratch=tb-scratch~/tmp/tmp.vm6BeTFxeY:-/|/tmp/tmp.vm6BeTFxeY/!
2013-03-06 11:59:06: Failure: adt-run exited with status 4.
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added '[localhost]:54323' (ECDSA) to the list of known hosts.
2013-03-06 11:59:08: Info: Test artifacts copied to <http://10.189.74.2:8080/job/raring-adt-pyzmq/./ARCH=i386,label=adt/ws/results>
2013-03-06 11:59:08: Info: Updating Jenkins results
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added '[localhost]:54323' (ECDSA) to the list of known hosts.
2013-03-06 11:59:09: Info: Cleaning up
Build step 'Execute shell' marked build as failure
Archiving artifacts



More information about the ubuntu-testing-notifications mailing list