Package: pyzmq; Maintainer for pyzmq is Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>;
Reported by: Lucas Nussbaum <lucas@lucas-nussbaum.net>
Date: Sat, 14 Jan 2012 05:21:16 UTC
Severity: serious
Tags: confirmed, sid, wheezy
Found in version 2.1.10-2
Fixed in version pyzmq/2.1.11-1
Done: Julian Taylor <jtaylor.debian@googlemail.com>
Bug is archived. No further changes may be made.
View this report as an mbox folder, status mbox, maintainer mbox
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>:
Bug#655793; Package src:pyzmq.
(Sat, 14 Jan 2012 05:21:20 GMT) (full text, mbox, link).
Acknowledgement sent
to Lucas Nussbaum <lucas@lucas-nussbaum.net>:
New Bug report received and forwarded. Copy sent to Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>.
(Sat, 14 Jan 2012 05:21:20 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Source: pyzmq
Version: 2.1.10-2
Severity: serious
Tags: wheezy sid
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20120112 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> make[1]: Entering directory `/build/pyzmq-hAhNUX/pyzmq-2.1.10'
> set -e; \
> for python in python2.7 python2.6; do \
> for build in \ -dbg; do \
> find zmq -name '*.so' -delete; \
> $python$build setup.py build_ext --inplace; \
> $python$build setup.py test; \
> done; \
> done
> running build_ext
> skipping 'zmq/core/constants.c' Cython extension (up-to-date)
> building 'zmq.core.constants' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7 -c zmq/core/constants.c -o build/temp.linux-x86_64-2.7/zmq/core/constants.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/zmq/core/constants.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/constants.so
> skipping 'zmq/core/context.c' Cython extension (up-to-date)
> building 'zmq.core.context' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7 -c zmq/core/context.c -o build/temp.linux-x86_64-2.7/zmq/core/context.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/context.c: In function '__pyx_pf_3zmq_4core_7context_7Context_4term':
> zmq/core/context.c:1288:7: warning: variable '__pyx_v_i' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/zmq/core/context.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/context.so
> skipping 'zmq/core/device.c' Cython extension (up-to-date)
> building 'zmq.core.device' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7 -c zmq/core/device.c -o build/temp.linux-x86_64-2.7/zmq/core/device.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/zmq/core/device.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/device.so
> skipping 'zmq/core/error.c' Cython extension (up-to-date)
> building 'zmq.core.error' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7 -c zmq/core/error.c -o build/temp.linux-x86_64-2.7/zmq/core/error.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/zmq/core/error.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/error.so
> skipping 'zmq/core/message.c' Cython extension (up-to-date)
> building 'zmq.core.message' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7 -c zmq/core/message.c -o build/temp.linux-x86_64-2.7/zmq/core/message.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/message.c: In function '__pyx_pf_3zmq_4core_7message_14MessageTracker_2wait':
> zmq/core/message.c:1527:7: warning: variable '__pyx_v_done' set but not used [-Wunused-but-set-variable]
> zmq/core/message.c: In function '__pyx_pf_3zmq_4core_7message_7Message_1__init__':
> zmq/core/message.c:2574:13: warning: variable '__pyx_v_track' set but not used [-Wunused-but-set-variable]
> zmq/core/message.c:2573:13: warning: variable '__pyx_v_data' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/zmq/core/message.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/message.so
> skipping 'zmq/core/poll.c' Cython extension (up-to-date)
> building 'zmq.core.poll' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7 -c zmq/core/poll.c -o build/temp.linux-x86_64-2.7/zmq/core/poll.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/zmq/core/poll.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/poll.so
> skipping 'zmq/core/socket.c' Cython extension (up-to-date)
> building 'zmq.core.socket' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7 -c zmq/core/socket.c -o build/temp.linux-x86_64-2.7/zmq/core/socket.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/socket.c: In function '__pyx_pf_3zmq_4core_6socket_6Socket_3__init__':
> zmq/core/socket.c:2484:13: warning: variable '__pyx_v_socket_type' set but not used [-Wunused-but-set-variable]
> zmq/core/socket.c:2483:13: warning: variable '__pyx_v_context' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/zmq/core/socket.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/socket.so
> skipping 'zmq/core/stopwatch.c' Cython extension (up-to-date)
> building 'zmq.core.stopwatch' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7 -c zmq/core/stopwatch.c -o build/temp.linux-x86_64-2.7/zmq/core/stopwatch.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/zmq/core/stopwatch.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/stopwatch.so
> skipping 'zmq/core/version.c' Cython extension (up-to-date)
> building 'zmq.core.version' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7 -c zmq/core/version.c -o build/temp.linux-x86_64-2.7/zmq/core/version.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/zmq/core/version.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/version.so
> skipping 'zmq/utils/initthreads.c' Cython extension (up-to-date)
> building 'zmq.utils.initthreads' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7 -c zmq/utils/initthreads.c -o build/temp.linux-x86_64-2.7/zmq/utils/initthreads.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/zmq/utils/initthreads.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/utils/initthreads.so
> skipping 'zmq/utils/rebuffer.c' Cython extension (up-to-date)
> building 'zmq.utils.rebuffer' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7 -c zmq/utils/rebuffer.c -o build/temp.linux-x86_64-2.7/zmq/utils/rebuffer.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/zmq/utils/rebuffer.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/utils/rebuffer.so
> skipping 'zmq/devices/monitoredqueue.c' Cython extension (up-to-date)
> building 'zmq.devices.monitoredqueue' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7 -c zmq/devices/monitoredqueue.c -o build/temp.linux-x86_64-2.7/zmq/devices/monitoredqueue.o -Wno-unused-function -Wno-strict-aliasing
> zmq/devices/monitoredqueue.c: In function '__pyx_pf_3zmq_7devices_14monitoredqueue_monitored_queue':
> zmq/devices/monitoredqueue.c:1403:6: warning: '__pyx_v_rc' may be used uninitialized in this function [-Wuninitialized]
> zmq/devices/monitoredqueue.c:1273:7: note: '__pyx_v_rc' was declared here
> zmq/devices/monitoredqueue.c:1403:6: warning: '__pyx_v_rc' may be used uninitialized in this function [-Wuninitialized]
> zmq/devices/monitoredqueue.c:1273:7: note: '__pyx_v_rc' was declared here
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/zmq/devices/monitoredqueue.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/devices/monitoredqueue.so
> running test
> test_callable_check (zmq.tests.test_zmqstream.TestZMQStream)
> Ensure callable check works (py3k). ... 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
> test_double_stop (zmq.tests.test_stopwatch.TestStopWatch)
> Test error raised on multiple calls to stop. ... ok
> test_stop_long (zmq.tests.test_stopwatch.TestStopWatch)
> Ensure stop returns a long int. ... ok
> test_stop_microseconds (zmq.tests.test_stopwatch.TestStopWatch)
> Test that stop/sleep have right units. ... ok
> test_attr (zmq.tests.test_socket.TestSocket)
> set setting/getting sockopts as attributes ... ok
> test_bad_attr (zmq.tests.test_socket.TestSocket) ... ok
> test_close (zmq.tests.test_socket.TestSocket) ... ok
> test_close_after_destroy (zmq.tests.test_socket.TestSocket)
> s.close() after ctx.destroy() should be fine ... ok
> test_create (zmq.tests.test_socket.TestSocket) ... ok
> test_int_sockopts (zmq.tests.test_socket.TestSocket)
> test non-uint64 sockopts ... ok
> test_prefix (zmq.tests.test_socket.TestSocket) ... skipped 'Only applies to libzmq >= 3.0'
> test_recv_multipart (zmq.tests.test_socket.TestSocket) ... ok
> test_send_unicode (zmq.tests.test_socket.TestSocket)
> test sending unicode objects ... ok
> test_sockopt_roundtrip (zmq.tests.test_socket.TestSocket)
> test set/getsockopt roundtrip. ... ok
> test_subclass (zmq.tests.test_socket.TestSocket)
> subclasses can assign attributes ... ok
> test_tracker (zmq.tests.test_socket.TestSocket)
> test the MessageTracker object for tracking when zmq is done with a buffer ... ok
> test_unicode_sockopts (zmq.tests.test_socket.TestSocket)
> test setting/getting sockopts with unicode strings ... 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
> test_basic (zmq.tests.test_pubsub.TestPubSub) ... ok
> test_topic (zmq.tests.test_pubsub.TestPubSub) ... 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
> test_timeout (zmq.tests.test_poll.TestPoll)
> make sure Poller.poll timeout has the right units (milliseconds). ... ok
> test_pair (zmq.tests.test_poll.TestSelect) ... ok
> test_timeout (zmq.tests.test_poll.TestSelect)
> make sure select timeout has the right units (seconds). ... 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_basic_multipart (zmq.tests.test_multipart.TestMultipart) ... ok
> test_router_dealer (zmq.tests.test_multipart.TestMultipart) ... 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 (zmq.tests.test_monqueue.TestMonitoredQueue)
> test router-router MQ devices ... ok
> test_above_30 (zmq.tests.test_message.TestMessage)
> Message above 30 bytes are never copied by 0MQ. ... ok
> test_bad_buffer_in (zmq.tests.test_message.TestMessage)
> test using a bad object ... ok
> test_buffer_in (zmq.tests.test_message.TestMessage)
> test using a buffer as input ... ok
> test_buffer_numpy (zmq.tests.test_message.TestMessage)
> test non-copying numpy array messages ... skipped 'requires numpy'
> test_buffer_out (zmq.tests.test_message.TestMessage)
> receiving buffered output ... ok
> test_bytes (zmq.tests.test_message.TestMessage)
> Test the Message.bytes property. ... ok
> test_len (zmq.tests.test_message.TestMessage)
> Test the len of the Messages. ... ok
> test_lifecycle1 (zmq.tests.test_message.TestMessage)
> Run through a ref counting cycle with a copy. ... ok
> test_lifecycle2 (zmq.tests.test_message.TestMessage)
> Run through a different ref counting cycle with a copy. ... ok
> test_memoryview (zmq.tests.test_message.TestMessage)
> test messages from memoryview ... ok
> test_multi_tracker (zmq.tests.test_message.TestMessage) ... ok
> test_multisend (zmq.tests.test_message.TestMessage)
> ensure that a message remains intact after multiple sends ... ok
> test_no_tracker (zmq.tests.test_message.TestMessage) ... ok
> test_noncopying_recv (zmq.tests.test_message.TestMessage)
> check for clobbering message buffers ... ok
> test_str (zmq.tests.test_message.TestMessage)
> Test the str representations of the Messages. ... ok
> test_tracker (zmq.tests.test_message.TestMessage) ... ok
> test_unicode (zmq.tests.test_message.TestMessage)
> Test the unicode representations of the Messages. ... ok
> test_init_iface (zmq.tests.test_log.TestPubLog) ... message
> ok
> test_init_socket (zmq.tests.test_log.TestPubLog) ... message
> ok
> test_root_topic (zmq.tests.test_log.TestPubLog) ... ignored
> ok
> test_simple (zmq.tests.test_ioloop.TestIOLoop)
> simple IOLoop creation test ... ok
> test_timeout_compare (zmq.tests.test_ioloop.TestIOLoop)
> test timeout comparisons ... ok
> test_core (zmq.tests.test_imports.TestImports)
> test core imports ... ok
> test_devices (zmq.tests.test_imports.TestImports)
> test device imports ... ok
> test_eventloop (zmq.tests.test_imports.TestImports)
> test eventloop imports ... ok
> test_log (zmq.tests.test_imports.TestImports)
> test log imports ... ok
> test_toplevel (zmq.tests.test_imports.TestImports)
> test toplevel import ... ok
> test_utils (zmq.tests.test_imports.TestImports)
> test util imports ... ok
> test_strerror (zmq.tests.test_error.TestZMQError)
> test that strerror gets the right type. ... ok
> test_zmqerror (zmq.tests.test_error.TestZMQError) ... ok
> test_device_attributes (zmq.tests.test_device.TestDevice) ... ok
> test_device_types (zmq.tests.test_device.TestDevice) ... ok
> test_labels (zmq.tests.test_device.TestDevice)
> test device support for SNDLABEL ... skipped 'Only for libzmq 3'
> 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_cyclic_destroy (zmq.tests.test_context.TestContext)
> ctx.destroy should succeed when cyclic ref prevents gc ... ok
> test_destroy (zmq.tests.test_context.TestContext)
> Context.destroy should close sockets ... ok
> test_destroy_linger (zmq.tests.test_context.TestContext)
> Context.destroy should set linger on closing sockets ... ok
> test_fail_init (zmq.tests.test_context.TestContext) ... ok
> test_gc (zmq.tests.test_context.TestContext)
> test close&term by garbage collection alone ... ok
> test_init (zmq.tests.test_context.TestContext) ... ok
> test_instance (zmq.tests.test_context.TestContext) ... ok
> test_many_sockets (zmq.tests.test_context.TestContext)
> opening and closing many sockets shouldn't cause problems ... ok
> test_term (zmq.tests.test_context.TestContext) ... ok
> test_term_hang (zmq.tests.test_context.TestContext) ... ok
> test_term_noclose (zmq.tests.test_context.TestContext)
> Context.term won't close sockets ... ok
> test_term_thread (zmq.tests.test_context.TestContext)
> ctx.term should not crash active threads (#139) ... ok
>
> ----------------------------------------------------------------------
> Ran 96 tests in 10.122s
>
> OK (skipped=3)
> nose unavailable, falling back on unittest. Skipped tests will appear as ERRORs.
> running build_ext
> skipping 'zmq/core/constants.c' Cython extension (up-to-date)
> building 'zmq.core.constants' extension
> gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7_d -c zmq/core/constants.c -o build/temp.linux-x86_64-2.7-pydebug/zmq/core/constants.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/zmq/core/constants.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/constants_d.so
> skipping 'zmq/core/context.c' Cython extension (up-to-date)
> building 'zmq.core.context' extension
> gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7_d -c zmq/core/context.c -o build/temp.linux-x86_64-2.7-pydebug/zmq/core/context.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/context.c: In function '__pyx_pf_3zmq_4core_7context_7Context_4term':
> zmq/core/context.c:1288:7: warning: variable '__pyx_v_i' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/zmq/core/context.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/context_d.so
> skipping 'zmq/core/device.c' Cython extension (up-to-date)
> building 'zmq.core.device' extension
> gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7_d -c zmq/core/device.c -o build/temp.linux-x86_64-2.7-pydebug/zmq/core/device.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/zmq/core/device.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/device_d.so
> skipping 'zmq/core/error.c' Cython extension (up-to-date)
> building 'zmq.core.error' extension
> gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7_d -c zmq/core/error.c -o build/temp.linux-x86_64-2.7-pydebug/zmq/core/error.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/zmq/core/error.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/error_d.so
> skipping 'zmq/core/message.c' Cython extension (up-to-date)
> building 'zmq.core.message' extension
> gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7_d -c zmq/core/message.c -o build/temp.linux-x86_64-2.7-pydebug/zmq/core/message.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/message.c: In function '__pyx_pf_3zmq_4core_7message_14MessageTracker_2wait':
> zmq/core/message.c:1527:7: warning: variable '__pyx_v_done' set but not used [-Wunused-but-set-variable]
> zmq/core/message.c: In function '__pyx_pf_3zmq_4core_7message_7Message_1__init__':
> zmq/core/message.c:2574:13: warning: variable '__pyx_v_track' set but not used [-Wunused-but-set-variable]
> zmq/core/message.c:2573:13: warning: variable '__pyx_v_data' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/zmq/core/message.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/message_d.so
> skipping 'zmq/core/poll.c' Cython extension (up-to-date)
> building 'zmq.core.poll' extension
> gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7_d -c zmq/core/poll.c -o build/temp.linux-x86_64-2.7-pydebug/zmq/core/poll.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/zmq/core/poll.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/poll_d.so
> skipping 'zmq/core/socket.c' Cython extension (up-to-date)
> building 'zmq.core.socket' extension
> gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7_d -c zmq/core/socket.c -o build/temp.linux-x86_64-2.7-pydebug/zmq/core/socket.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/socket.c: In function '__pyx_pf_3zmq_4core_6socket_6Socket_3__init__':
> zmq/core/socket.c:2484:13: warning: variable '__pyx_v_socket_type' set but not used [-Wunused-but-set-variable]
> zmq/core/socket.c:2483:13: warning: variable '__pyx_v_context' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/zmq/core/socket.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/socket_d.so
> skipping 'zmq/core/stopwatch.c' Cython extension (up-to-date)
> building 'zmq.core.stopwatch' extension
> gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7_d -c zmq/core/stopwatch.c -o build/temp.linux-x86_64-2.7-pydebug/zmq/core/stopwatch.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/zmq/core/stopwatch.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/stopwatch_d.so
> skipping 'zmq/core/version.c' Cython extension (up-to-date)
> building 'zmq.core.version' extension
> gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7_d -c zmq/core/version.c -o build/temp.linux-x86_64-2.7-pydebug/zmq/core/version.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/zmq/core/version.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/version_d.so
> skipping 'zmq/utils/initthreads.c' Cython extension (up-to-date)
> building 'zmq.utils.initthreads' extension
> gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7_d -c zmq/utils/initthreads.c -o build/temp.linux-x86_64-2.7-pydebug/zmq/utils/initthreads.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/zmq/utils/initthreads.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/utils/initthreads_d.so
> skipping 'zmq/utils/rebuffer.c' Cython extension (up-to-date)
> building 'zmq.utils.rebuffer' extension
> gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7_d -c zmq/utils/rebuffer.c -o build/temp.linux-x86_64-2.7-pydebug/zmq/utils/rebuffer.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/zmq/utils/rebuffer.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/utils/rebuffer_d.so
> skipping 'zmq/devices/monitoredqueue.c' Cython extension (up-to-date)
> building 'zmq.devices.monitoredqueue' extension
> gcc -pthread -fno-strict-aliasing -g -O0 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.7_d -c zmq/devices/monitoredqueue.c -o build/temp.linux-x86_64-2.7-pydebug/zmq/devices/monitoredqueue.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7-pydebug/zmq/devices/monitoredqueue.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/devices/monitoredqueue_d.so
> [81873 refs]
> running test
> test_callable_check (zmq.tests.test_zmqstream.TestZMQStream)
> Ensure callable check works (py3k). ... 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
> test_double_stop (zmq.tests.test_stopwatch.TestStopWatch)
> Test error raised on multiple calls to stop. ... ok
> test_stop_long (zmq.tests.test_stopwatch.TestStopWatch)
> Ensure stop returns a long int. ... ok
> test_stop_microseconds (zmq.tests.test_stopwatch.TestStopWatch)
> Test that stop/sleep have right units. ... ok
> test_attr (zmq.tests.test_socket.TestSocket)
> set setting/getting sockopts as attributes ... ok
> test_bad_attr (zmq.tests.test_socket.TestSocket) ... ok
> test_close (zmq.tests.test_socket.TestSocket) ... ok
> test_close_after_destroy (zmq.tests.test_socket.TestSocket)
> s.close() after ctx.destroy() should be fine ... ok
> test_create (zmq.tests.test_socket.TestSocket) ... ok
> test_int_sockopts (zmq.tests.test_socket.TestSocket)
> test non-uint64 sockopts ... ok
> test_prefix (zmq.tests.test_socket.TestSocket) ... skipped 'Only applies to libzmq >= 3.0'
> test_recv_multipart (zmq.tests.test_socket.TestSocket) ... ok
> test_send_unicode (zmq.tests.test_socket.TestSocket)
> test sending unicode objects ... ok
> test_sockopt_roundtrip (zmq.tests.test_socket.TestSocket)
> test set/getsockopt roundtrip. ... ok
> test_subclass (zmq.tests.test_socket.TestSocket)
> subclasses can assign attributes ... ok
> test_tracker (zmq.tests.test_socket.TestSocket)
> test the MessageTracker object for tracking when zmq is done with a buffer ... ok
> test_unicode_sockopts (zmq.tests.test_socket.TestSocket)
> test setting/getting sockopts with unicode strings ... 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
> test_basic (zmq.tests.test_pubsub.TestPubSub) ... ok
> test_topic (zmq.tests.test_pubsub.TestPubSub) ... 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
> test_timeout (zmq.tests.test_poll.TestPoll)
> make sure Poller.poll timeout has the right units (milliseconds). ... ok
> test_pair (zmq.tests.test_poll.TestSelect) ... ok
> test_timeout (zmq.tests.test_poll.TestSelect)
> make sure select timeout has the right units (seconds). ... 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_basic_multipart (zmq.tests.test_multipart.TestMultipart) ... ok
> test_router_dealer (zmq.tests.test_multipart.TestMultipart) ... 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 (zmq.tests.test_monqueue.TestMonitoredQueue)
> test router-router MQ devices ... ok
> test_above_30 (zmq.tests.test_message.TestMessage)
> Message above 30 bytes are never copied by 0MQ. ... ok
> test_bad_buffer_in (zmq.tests.test_message.TestMessage)
> test using a bad object ... ok
> test_buffer_in (zmq.tests.test_message.TestMessage)
> test using a buffer as input ... ok
> test_buffer_numpy (zmq.tests.test_message.TestMessage)
> test non-copying numpy array messages ... skipped 'requires numpy'
> test_buffer_out (zmq.tests.test_message.TestMessage)
> receiving buffered output ... ok
> test_bytes (zmq.tests.test_message.TestMessage)
> Test the Message.bytes property. ... ok
> test_len (zmq.tests.test_message.TestMessage)
> Test the len of the Messages. ... ok
> test_lifecycle1 (zmq.tests.test_message.TestMessage)
> Run through a ref counting cycle with a copy. ... ok
> test_lifecycle2 (zmq.tests.test_message.TestMessage)
> Run through a different ref counting cycle with a copy. ... ok
> test_memoryview (zmq.tests.test_message.TestMessage)
> test messages from memoryview ... ok
> test_multi_tracker (zmq.tests.test_message.TestMessage) ... ok
> test_multisend (zmq.tests.test_message.TestMessage)
> ensure that a message remains intact after multiple sends ... ok
> test_no_tracker (zmq.tests.test_message.TestMessage) ... ok
> test_noncopying_recv (zmq.tests.test_message.TestMessage)
> check for clobbering message buffers ... ok
> test_str (zmq.tests.test_message.TestMessage)
> Test the str representations of the Messages. ... ok
> test_tracker (zmq.tests.test_message.TestMessage) ... ok
> test_unicode (zmq.tests.test_message.TestMessage)
> Test the unicode representations of the Messages. ... ok
> test_init_iface (zmq.tests.test_log.TestPubLog) ... message
> ok
> test_init_socket (zmq.tests.test_log.TestPubLog) ... message
> ok
> test_root_topic (zmq.tests.test_log.TestPubLog) ... ignored
> ok
> test_simple (zmq.tests.test_ioloop.TestIOLoop)
> simple IOLoop creation test ... ok
> test_timeout_compare (zmq.tests.test_ioloop.TestIOLoop)
> test timeout comparisons ... ok
> test_core (zmq.tests.test_imports.TestImports)
> test core imports ... ok
> test_devices (zmq.tests.test_imports.TestImports)
> test device imports ... ok
> test_eventloop (zmq.tests.test_imports.TestImports)
> test eventloop imports ... ok
> test_log (zmq.tests.test_imports.TestImports)
> test log imports ... ok
> test_toplevel (zmq.tests.test_imports.TestImports)
> test toplevel import ... ok
> test_utils (zmq.tests.test_imports.TestImports)
> test util imports ... ok
> test_strerror (zmq.tests.test_error.TestZMQError)
> test that strerror gets the right type. ... ok
> test_zmqerror (zmq.tests.test_error.TestZMQError) ... ok
> test_device_attributes (zmq.tests.test_device.TestDevice) ... ok
> test_device_types (zmq.tests.test_device.TestDevice) ... ok
> test_labels (zmq.tests.test_device.TestDevice)
> test device support for SNDLABEL ... skipped 'Only for libzmq 3'
> 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_cyclic_destroy (zmq.tests.test_context.TestContext)
> ctx.destroy should succeed when cyclic ref prevents gc ... ok
> test_destroy (zmq.tests.test_context.TestContext)
> Context.destroy should close sockets ... ok
> test_destroy_linger (zmq.tests.test_context.TestContext)
> Context.destroy should set linger on closing sockets ... ok
> test_fail_init (zmq.tests.test_context.TestContext) ... ok
> test_gc (zmq.tests.test_context.TestContext)
> test close&term by garbage collection alone ... ok
> test_init (zmq.tests.test_context.TestContext) ... ok
> test_instance (zmq.tests.test_context.TestContext) ... ok
> test_many_sockets (zmq.tests.test_context.TestContext)
> opening and closing many sockets shouldn't cause problems ... ok
> test_term (zmq.tests.test_context.TestContext) ... ok
> test_term_hang (zmq.tests.test_context.TestContext) ... ok
> test_term_noclose (zmq.tests.test_context.TestContext)
> Context.term won't close sockets ... ok
> test_term_thread (zmq.tests.test_context.TestContext)
> ctx.term should not crash active threads (#139) ... ok
>
> ----------------------------------------------------------------------
> Ran 96 tests in 10.204s
>
> OK (skipped=3)
> nose unavailable, falling back on unittest. Skipped tests will appear as ERRORs.
> [71348 refs]
> running build_ext
> skipping 'zmq/core/constants.c' Cython extension (up-to-date)
> building 'zmq.core.constants' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/constants.c -o build/temp.linux-x86_64-2.6/zmq/core/constants.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/zmq/core/constants.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/constants.so
> skipping 'zmq/core/context.c' Cython extension (up-to-date)
> building 'zmq.core.context' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/context.c -o build/temp.linux-x86_64-2.6/zmq/core/context.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/context.c: In function '__pyx_pf_3zmq_4core_7context_7Context_4term':
> zmq/core/context.c:1288:7: warning: variable '__pyx_v_i' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/zmq/core/context.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/context.so
> skipping 'zmq/core/device.c' Cython extension (up-to-date)
> building 'zmq.core.device' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/device.c -o build/temp.linux-x86_64-2.6/zmq/core/device.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/zmq/core/device.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/device.so
> skipping 'zmq/core/error.c' Cython extension (up-to-date)
> building 'zmq.core.error' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/error.c -o build/temp.linux-x86_64-2.6/zmq/core/error.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/zmq/core/error.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/error.so
> skipping 'zmq/core/message.c' Cython extension (up-to-date)
> building 'zmq.core.message' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/message.c -o build/temp.linux-x86_64-2.6/zmq/core/message.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/message.c: In function '__pyx_pf_3zmq_4core_7message_14MessageTracker_2wait':
> zmq/core/message.c:1527:7: warning: variable '__pyx_v_done' set but not used [-Wunused-but-set-variable]
> zmq/core/message.c: In function '__pyx_pf_3zmq_4core_7message_7Message_1__init__':
> zmq/core/message.c:2574:13: warning: variable '__pyx_v_track' set but not used [-Wunused-but-set-variable]
> zmq/core/message.c:2573:13: warning: variable '__pyx_v_data' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/zmq/core/message.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/message.so
> skipping 'zmq/core/poll.c' Cython extension (up-to-date)
> building 'zmq.core.poll' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/poll.c -o build/temp.linux-x86_64-2.6/zmq/core/poll.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/zmq/core/poll.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/poll.so
> skipping 'zmq/core/socket.c' Cython extension (up-to-date)
> building 'zmq.core.socket' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/socket.c -o build/temp.linux-x86_64-2.6/zmq/core/socket.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/socket.c: In function '__pyx_pf_3zmq_4core_6socket_6Socket_3__init__':
> zmq/core/socket.c:2484:13: warning: variable '__pyx_v_socket_type' set but not used [-Wunused-but-set-variable]
> zmq/core/socket.c:2483:13: warning: variable '__pyx_v_context' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/zmq/core/socket.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/socket.so
> skipping 'zmq/core/stopwatch.c' Cython extension (up-to-date)
> building 'zmq.core.stopwatch' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/stopwatch.c -o build/temp.linux-x86_64-2.6/zmq/core/stopwatch.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/zmq/core/stopwatch.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/stopwatch.so
> skipping 'zmq/core/version.c' Cython extension (up-to-date)
> building 'zmq.core.version' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/core/version.c -o build/temp.linux-x86_64-2.6/zmq/core/version.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/zmq/core/version.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/version.so
> skipping 'zmq/utils/initthreads.c' Cython extension (up-to-date)
> building 'zmq.utils.initthreads' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/utils/initthreads.c -o build/temp.linux-x86_64-2.6/zmq/utils/initthreads.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/zmq/utils/initthreads.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/utils/initthreads.so
> skipping 'zmq/utils/rebuffer.c' Cython extension (up-to-date)
> building 'zmq.utils.rebuffer' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/utils/rebuffer.c -o build/temp.linux-x86_64-2.6/zmq/utils/rebuffer.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/zmq/utils/rebuffer.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/utils/rebuffer.so
> skipping 'zmq/devices/monitoredqueue.c' Cython extension (up-to-date)
> building 'zmq.devices.monitoredqueue' extension
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6 -c zmq/devices/monitoredqueue.c -o build/temp.linux-x86_64-2.6/zmq/devices/monitoredqueue.o -Wno-unused-function -Wno-strict-aliasing
> zmq/devices/monitoredqueue.c: In function '__pyx_pf_3zmq_7devices_14monitoredqueue_monitored_queue':
> zmq/devices/monitoredqueue.c:1403:6: warning: '__pyx_v_rc' may be used uninitialized in this function [-Wuninitialized]
> zmq/devices/monitoredqueue.c:1273:7: note: '__pyx_v_rc' was declared here
> zmq/devices/monitoredqueue.c:1403:6: warning: '__pyx_v_rc' may be used uninitialized in this function [-Wuninitialized]
> zmq/devices/monitoredqueue.c:1273:7: note: '__pyx_v_rc' was declared here
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6/zmq/devices/monitoredqueue.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/devices/monitoredqueue.so
> running test
> Ensure callable check works (py3k). ... 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
> Test error raised on multiple calls to stop. ... ok
> Ensure stop returns a long int. ... ok
> Test that stop/sleep have right units. ... ok
> set setting/getting sockopts as attributes ... ok
> test_bad_attr (zmq.tests.test_socket.TestSocket) ... 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
> test_prefix (zmq.tests.test_socket.TestSocket) ... ERROR
> 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_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
> test_basic (zmq.tests.test_pubsub.TestPubSub) ... ok
> test_topic (zmq.tests.test_pubsub.TestPubSub) ... 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_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_basic_multipart (zmq.tests.test_multipart.TestMultipart) ... ok
> test_router_dealer (zmq.tests.test_multipart.TestMultipart) ... 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
> 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 ... ERROR
> receiving buffered output ... ok
> Test the Message.bytes property. ... ok
> Test the len of the Messages. ... 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 ... ERROR
> test_multi_tracker (zmq.tests.test_message.TestMessage) ... ok
> ensure that a message remains intact after multiple sends ... ok
> test_no_tracker (zmq.tests.test_message.TestMessage) ... ok
> check for clobbering message buffers ... ok
> Test the str representations of the Messages. ... ok
> test_tracker (zmq.tests.test_message.TestMessage) ... ok
> Test the unicode representations of the Messages. ... ok
> test_init_iface (zmq.tests.test_log.TestPubLog) ... message
> ok
> test_init_socket (zmq.tests.test_log.TestPubLog) ... message
> ok
> test_root_topic (zmq.tests.test_log.TestPubLog) ... ignored
> ok
> simple IOLoop creation test ... ok
> test timeout comparisons ... 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
> test that strerror gets the right type. ... ok
> test_zmqerror (zmq.tests.test_error.TestZMQError) ... ok
> test_device_attributes (zmq.tests.test_device.TestDevice) ... ok
> test_device_types (zmq.tests.test_device.TestDevice) ... ok
> test device support for SNDLABEL ... ERROR
> 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
> 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
> 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
>
> ======================================================================
> ERROR: test_prefix (zmq.tests.test_socket.TestSocket)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/tests/test_socket.py", line 258, in test_prefix
> raise SkipTest("Only applies to libzmq >= 3.0")
> SkipTest: Only applies to libzmq >= 3.0
>
> ======================================================================
> ERROR: test non-copying numpy array messages
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/tests/test_message.py", line 317, in test_buffer_numpy
> raise SkipTest("requires numpy")
> SkipTest: requires numpy
>
> ======================================================================
> ERROR: test messages from memoryview
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/tests/test_message.py", line 278, in test_memoryview
> raise SkipTest("memoryviews only in python >= 2.7")
> SkipTest: memoryviews only in python >= 2.7
>
> ======================================================================
> ERROR: test device support for SNDLABEL
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/tests/test_device.py", line 122, in test_labels
> raise SkipTest("Only for libzmq 3")
> SkipTest: Only for libzmq 3
>
> ----------------------------------------------------------------------
> Ran 96 tests in 10.097s
>
> FAILED (errors=4)
> nose unavailable, falling back on unittest. Skipped tests will appear as ERRORs.
> running build_ext
> skipping 'zmq/core/constants.c' Cython extension (up-to-date)
> building 'zmq.core.constants' extension
> gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6_d -c zmq/core/constants.c -o build/temp.linux-x86_64-2.6-pydebug/zmq/core/constants.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/zmq/core/constants.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/constants_d.so
> skipping 'zmq/core/context.c' Cython extension (up-to-date)
> building 'zmq.core.context' extension
> gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6_d -c zmq/core/context.c -o build/temp.linux-x86_64-2.6-pydebug/zmq/core/context.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/context.c: In function '__pyx_pf_3zmq_4core_7context_7Context_4term':
> zmq/core/context.c:1288:7: warning: variable '__pyx_v_i' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/zmq/core/context.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/context_d.so
> skipping 'zmq/core/device.c' Cython extension (up-to-date)
> building 'zmq.core.device' extension
> gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6_d -c zmq/core/device.c -o build/temp.linux-x86_64-2.6-pydebug/zmq/core/device.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/zmq/core/device.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/device_d.so
> skipping 'zmq/core/error.c' Cython extension (up-to-date)
> building 'zmq.core.error' extension
> gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6_d -c zmq/core/error.c -o build/temp.linux-x86_64-2.6-pydebug/zmq/core/error.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/zmq/core/error.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/error_d.so
> skipping 'zmq/core/message.c' Cython extension (up-to-date)
> building 'zmq.core.message' extension
> gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6_d -c zmq/core/message.c -o build/temp.linux-x86_64-2.6-pydebug/zmq/core/message.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/message.c: In function '__pyx_pf_3zmq_4core_7message_14MessageTracker_2wait':
> zmq/core/message.c:1527:7: warning: variable '__pyx_v_done' set but not used [-Wunused-but-set-variable]
> zmq/core/message.c: In function '__pyx_pf_3zmq_4core_7message_7Message_1__init__':
> zmq/core/message.c:2574:13: warning: variable '__pyx_v_track' set but not used [-Wunused-but-set-variable]
> zmq/core/message.c:2573:13: warning: variable '__pyx_v_data' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/zmq/core/message.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/message_d.so
> skipping 'zmq/core/poll.c' Cython extension (up-to-date)
> building 'zmq.core.poll' extension
> gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6_d -c zmq/core/poll.c -o build/temp.linux-x86_64-2.6-pydebug/zmq/core/poll.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/zmq/core/poll.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/poll_d.so
> skipping 'zmq/core/socket.c' Cython extension (up-to-date)
> building 'zmq.core.socket' extension
> gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6_d -c zmq/core/socket.c -o build/temp.linux-x86_64-2.6-pydebug/zmq/core/socket.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/socket.c: In function '__pyx_pf_3zmq_4core_6socket_6Socket_3__init__':
> zmq/core/socket.c:2484:13: warning: variable '__pyx_v_socket_type' set but not used [-Wunused-but-set-variable]
> zmq/core/socket.c:2483:13: warning: variable '__pyx_v_context' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/zmq/core/socket.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/socket_d.so
> skipping 'zmq/core/stopwatch.c' Cython extension (up-to-date)
> building 'zmq.core.stopwatch' extension
> gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6_d -c zmq/core/stopwatch.c -o build/temp.linux-x86_64-2.6-pydebug/zmq/core/stopwatch.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/zmq/core/stopwatch.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/stopwatch_d.so
> skipping 'zmq/core/version.c' Cython extension (up-to-date)
> building 'zmq.core.version' extension
> gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6_d -c zmq/core/version.c -o build/temp.linux-x86_64-2.6-pydebug/zmq/core/version.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/zmq/core/version.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/version_d.so
> skipping 'zmq/utils/initthreads.c' Cython extension (up-to-date)
> building 'zmq.utils.initthreads' extension
> gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6_d -c zmq/utils/initthreads.c -o build/temp.linux-x86_64-2.6-pydebug/zmq/utils/initthreads.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/zmq/utils/initthreads.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/utils/initthreads_d.so
> skipping 'zmq/utils/rebuffer.c' Cython extension (up-to-date)
> building 'zmq.utils.rebuffer' extension
> gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6_d -c zmq/utils/rebuffer.c -o build/temp.linux-x86_64-2.6-pydebug/zmq/utils/rebuffer.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/zmq/utils/rebuffer.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/utils/rebuffer_d.so
> skipping 'zmq/devices/monitoredqueue.c' Cython extension (up-to-date)
> building 'zmq.devices.monitoredqueue' extension
> gcc -pthread -fno-strict-aliasing -g -Wall -Wstrict-prototypes -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python2.6_d -c zmq/devices/monitoredqueue.c -o build/temp.linux-x86_64-2.6-pydebug/zmq/devices/monitoredqueue.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.6-pydebug/zmq/devices/monitoredqueue.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/devices/monitoredqueue_d.so
> [73596 refs]
> running test
> Ensure callable check works (py3k). ... 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
> Test error raised on multiple calls to stop. ... ok
> Ensure stop returns a long int. ... ok
> Test that stop/sleep have right units. ... ok
> set setting/getting sockopts as attributes ... ok
> test_bad_attr (zmq.tests.test_socket.TestSocket) ... 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
> test_prefix (zmq.tests.test_socket.TestSocket) ... ERROR
> 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_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
> test_basic (zmq.tests.test_pubsub.TestPubSub) ... ok
> test_topic (zmq.tests.test_pubsub.TestPubSub) ... 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_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_basic_multipart (zmq.tests.test_multipart.TestMultipart) ... ok
> test_router_dealer (zmq.tests.test_multipart.TestMultipart) ... 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
> 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 ... ERROR
> receiving buffered output ... ok
> Test the Message.bytes property. ... ok
> Test the len of the Messages. ... 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 ... ERROR
> test_multi_tracker (zmq.tests.test_message.TestMessage) ... ok
> ensure that a message remains intact after multiple sends ... ok
> test_no_tracker (zmq.tests.test_message.TestMessage) ... ok
> check for clobbering message buffers ... ok
> Test the str representations of the Messages. ... ok
> test_tracker (zmq.tests.test_message.TestMessage) ... ok
> Test the unicode representations of the Messages. ... ok
> test_init_iface (zmq.tests.test_log.TestPubLog) ... message
> ok
> test_init_socket (zmq.tests.test_log.TestPubLog) ... message
> ok
> test_root_topic (zmq.tests.test_log.TestPubLog) ... ignored
> ok
> simple IOLoop creation test ... ok
> test timeout comparisons ... 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
> test that strerror gets the right type. ... ok
> test_zmqerror (zmq.tests.test_error.TestZMQError) ... ok
> test_device_attributes (zmq.tests.test_device.TestDevice) ... ok
> test_device_types (zmq.tests.test_device.TestDevice) ... ok
> test device support for SNDLABEL ... ERROR
> 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
> 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
> 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
>
> ======================================================================
> ERROR: test_prefix (zmq.tests.test_socket.TestSocket)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/tests/test_socket.py", line 258, in test_prefix
> raise SkipTest("Only applies to libzmq >= 3.0")
> SkipTest: Only applies to libzmq >= 3.0
>
> ======================================================================
> ERROR: test non-copying numpy array messages
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/tests/test_message.py", line 317, in test_buffer_numpy
> raise SkipTest("requires numpy")
> SkipTest: requires numpy
>
> ======================================================================
> ERROR: test messages from memoryview
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/tests/test_message.py", line 278, in test_memoryview
> raise SkipTest("memoryviews only in python >= 2.7")
> SkipTest: memoryviews only in python >= 2.7
>
> ======================================================================
> ERROR: test device support for SNDLABEL
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/tests/test_device.py", line 122, in test_labels
> raise SkipTest("Only for libzmq 3")
> SkipTest: Only for libzmq 3
>
> ----------------------------------------------------------------------
> Ran 96 tests in 10.150s
>
> FAILED (errors=4)
> nose unavailable, falling back on unittest. Skipped tests will appear as ERRORs.
> [60403 refs]
> set -e; \
> for python in 3.2; do \
> for build in \ -dbg; do \
> find zmq -name '*.so' -delete; \
> python$python$build setup.py build_ext --inplace; \
> python$python$build setup.py test; \
> done; \
> done
> running build_ext
> building 'zmq.core.constants' extension
> creating build/temp.linux-x86_64-3.2
> creating build/temp.linux-x86_64-3.2/zmq
> creating build/temp.linux-x86_64-3.2/zmq/core
> gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python3.2mu -c zmq/core/constants.c -o build/temp.linux-x86_64-3.2/zmq/core/constants.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-3.2/zmq/core/constants.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/constants.cpython-32mu.so
> building 'zmq.core.context' extension
> gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python3.2mu -c zmq/core/context.c -o build/temp.linux-x86_64-3.2/zmq/core/context.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/context.c: In function '__pyx_pf_3zmq_4core_7context_7Context_4term':
> zmq/core/context.c:1288:7: warning: variable '__pyx_v_i' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-3.2/zmq/core/context.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/context.cpython-32mu.so
> building 'zmq.core.device' extension
> gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python3.2mu -c zmq/core/device.c -o build/temp.linux-x86_64-3.2/zmq/core/device.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-3.2/zmq/core/device.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/device.cpython-32mu.so
> building 'zmq.core.error' extension
> gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python3.2mu -c zmq/core/error.c -o build/temp.linux-x86_64-3.2/zmq/core/error.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-3.2/zmq/core/error.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/error.cpython-32mu.so
> building 'zmq.core.message' extension
> gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python3.2mu -c zmq/core/message.c -o build/temp.linux-x86_64-3.2/zmq/core/message.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/message.c: In function '__pyx_pf_3zmq_4core_7message_14MessageTracker_2wait':
> zmq/core/message.c:1527:7: warning: variable '__pyx_v_done' set but not used [-Wunused-but-set-variable]
> zmq/core/message.c: In function '__pyx_pf_3zmq_4core_7message_7Message_1__init__':
> zmq/core/message.c:2574:13: warning: variable '__pyx_v_track' set but not used [-Wunused-but-set-variable]
> zmq/core/message.c:2573:13: warning: variable '__pyx_v_data' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-3.2/zmq/core/message.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/message.cpython-32mu.so
> building 'zmq.core.poll' extension
> gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python3.2mu -c zmq/core/poll.c -o build/temp.linux-x86_64-3.2/zmq/core/poll.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-3.2/zmq/core/poll.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/poll.cpython-32mu.so
> building 'zmq.core.socket' extension
> gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python3.2mu -c zmq/core/socket.c -o build/temp.linux-x86_64-3.2/zmq/core/socket.o -Wno-unused-function -Wno-strict-aliasing
> zmq/core/socket.c: In function '__pyx_pf_3zmq_4core_6socket_6Socket_3__init__':
> zmq/core/socket.c:2484:13: warning: variable '__pyx_v_socket_type' set but not used [-Wunused-but-set-variable]
> zmq/core/socket.c:2483:13: warning: variable '__pyx_v_context' set but not used [-Wunused-but-set-variable]
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-3.2/zmq/core/socket.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/socket.cpython-32mu.so
> building 'zmq.core.stopwatch' extension
> gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python3.2mu -c zmq/core/stopwatch.c -o build/temp.linux-x86_64-3.2/zmq/core/stopwatch.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-3.2/zmq/core/stopwatch.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/stopwatch.cpython-32mu.so
> building 'zmq.core.version' extension
> gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python3.2mu -c zmq/core/version.c -o build/temp.linux-x86_64-3.2/zmq/core/version.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-3.2/zmq/core/version.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/core/version.cpython-32mu.so
> building 'zmq.utils.initthreads' extension
> creating build/temp.linux-x86_64-3.2/zmq/utils
> gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python3.2mu -c zmq/utils/initthreads.c -o build/temp.linux-x86_64-3.2/zmq/utils/initthreads.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-3.2/zmq/utils/initthreads.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/utils/initthreads.cpython-32mu.so
> building 'zmq.utils.rebuffer' extension
> gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python3.2mu -c zmq/utils/rebuffer.c -o build/temp.linux-x86_64-3.2/zmq/utils/rebuffer.o -Wno-unused-function -Wno-strict-aliasing
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-3.2/zmq/utils/rebuffer.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/utils/rebuffer.cpython-32mu.so
> building 'zmq.devices.monitoredqueue' extension
> creating build/temp.linux-x86_64-3.2/zmq/devices
> gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -fPIC -Izmq/utils -Izmq/core -Izmq/devices -I/usr/include/python3.2mu -c zmq/devices/monitoredqueue.c -o build/temp.linux-x86_64-3.2/zmq/devices/monitoredqueue.o -Wno-unused-function -Wno-strict-aliasing
> zmq/devices/monitoredqueue.c: In function '__pyx_pf_3zmq_7devices_14monitoredqueue_monitored_queue':
> zmq/devices/monitoredqueue.c:1403:6: warning: '__pyx_v_rc' may be used uninitialized in this function [-Wuninitialized]
> zmq/devices/monitoredqueue.c:1273:7: note: '__pyx_v_rc' was declared here
> zmq/devices/monitoredqueue.c:1403:6: warning: '__pyx_v_rc' may be used uninitialized in this function [-Wuninitialized]
> zmq/devices/monitoredqueue.c:1273:7: note: '__pyx_v_rc' was declared here
> gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-3.2/zmq/devices/monitoredqueue.o -lzmq -o /build/pyzmq-hAhNUX/pyzmq-2.1.10/zmq/devices/monitoredqueue.cpython-32mu.so
> running test
> test_callable_check (zmq.tests.test_zmqstream.TestZMQStream)
> Ensure callable check works (py3k). ... 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
> test_double_stop (zmq.tests.test_stopwatch.TestStopWatch)
> Test error raised on multiple calls to stop. ... ok
> test_stop_long (zmq.tests.test_stopwatch.TestStopWatch)
> Ensure stop returns a long int. ... ok
> test_stop_microseconds (zmq.tests.test_stopwatch.TestStopWatch)
> Test that stop/sleep have right units. ... ok
> test_attr (zmq.tests.test_socket.TestSocket)
> set setting/getting sockopts as attributes ... ok
> test_bad_attr (zmq.tests.test_socket.TestSocket) ... ok
> test_close (zmq.tests.test_socket.TestSocket) ... ok
> test_close_after_destroy (zmq.tests.test_socket.TestSocket)
> s.close() after ctx.destroy() should be fine ... ok
> test_create (zmq.tests.test_socket.TestSocket) ... ok
> test_int_sockopts (zmq.tests.test_socket.TestSocket)
> test non-uint64 sockopts ... ok
> test_prefix (zmq.tests.test_socket.TestSocket) ... skipped 'Only applies to libzmq >= 3.0'
> test_recv_multipart (zmq.tests.test_socket.TestSocket) ... ok
> test_send_unicode (zmq.tests.test_socket.TestSocket)
> test sending unicode objects ... ok
> test_sockopt_roundtrip (zmq.tests.test_socket.TestSocket)
> test set/getsockopt roundtrip. ... ok
> test_subclass (zmq.tests.test_socket.TestSocket)
> subclasses can assign attributes ... ok
> test_tracker (zmq.tests.test_socket.TestSocket)
> test the MessageTracker object for tracking when zmq is done with a buffer ... ok
> test_unicode_sockopts (zmq.tests.test_socket.TestSocket)
> test setting/getting sockopts with unicode strings ... 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
> test_basic (zmq.tests.test_pubsub.TestPubSub) ... ok
> test_topic (zmq.tests.test_pubsub.TestPubSub) ... 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
> test_timeout (zmq.tests.test_poll.TestPoll)
> make sure Poller.poll timeout has the right units (milliseconds). ... ok
> test_pair (zmq.tests.test_poll.TestSelect) ... ok
> test_timeout (zmq.tests.test_poll.TestSelect)
> make sure select timeout has the right units (seconds). ... 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_basic_multipart (zmq.tests.test_multipart.TestMultipart) ... ok
> test_router_dealer (zmq.tests.test_multipart.TestMultipart) ... 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) ... Assertion failed: !inpipe && !outpipe (pair.cpp:49)
> Aborted
> make[1]: *** [override_dh_auto_test] Error 134
The full build log is available from:
http://people.debian.org/~lucas/logs/2012/01/12/pyzmq_2.1.10-2_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
Added blocking bug(s) of 655793: 647920 and 604038
Request was from Stefano Rivera <stefanor@debian.org>
to control@bugs.debian.org.
(Sat, 14 Jan 2012 08:39:06 GMT) (full text, mbox, link).
Removed blocking bug(s) of 655793: 647920 and 604038
Request was from Stefano Rivera <stefanor@debian.org>
to control@bugs.debian.org.
(Sat, 14 Jan 2012 09:45:10 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>:
Bug#655793; Package src:pyzmq.
(Sat, 14 Jan 2012 12:23:23 GMT) (full text, mbox, link).
Acknowledgement sent
to Julian Taylor <jtaylor.debian@googlemail.com>:
Extra info received and forwarded to list. Copy sent to Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>.
Your message did not contain a Subject field. They are recommended and useful because the title of a $gBug is determined using this field. Please remember to include a Subject field in your messages in future.
Message #14 received at 655793@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
reassign 655793 python3.2 3.2.2-4 affects 655793 pyzmq 2.1.10-2 thanks the testsuite fails due to a change somewhere between python3.2 3.2.2-2 (works) and 3.2.2-4 (fails). Is there some change I must be aware of? could this be due to the -flto used to compile python3?
[signature.asc (application/pgp-signature, attachment)]
Bug reassigned from package 'src:pyzmq' to 'python3.2'.
Request was from Julian Taylor <jtaylor.debian@googlemail.com>
to control@bugs.debian.org.
(Sat, 14 Jan 2012 12:49:33 GMT) (full text, mbox, link).
Bug No longer marked as found in versions pyzmq/2.1.10-2.
Request was from Julian Taylor <jtaylor.debian@googlemail.com>
to control@bugs.debian.org.
(Sat, 14 Jan 2012 12:49:33 GMT) (full text, mbox, link).
Bug Marked as found in versions python3.2/3.2.2-4.
Request was from Julian Taylor <jtaylor.debian@googlemail.com>
to control@bugs.debian.org.
(Sat, 14 Jan 2012 12:49:34 GMT) (full text, mbox, link).
Added indication that 655793 affects 2.1.10-2 and pyzmq
Request was from Julian Taylor <jtaylor.debian@googlemail.com>
to control@bugs.debian.org.
(Sat, 14 Jan 2012 12:49:35 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#655793; Package python3.2.
(Sat, 14 Jan 2012 13:09:16 GMT) (full text, mbox, link).
Acknowledgement sent
to Julian Taylor <jtaylor.debian@googlemail.com>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.
(Sat, 14 Jan 2012 13:09:21 GMT) (full text, mbox, link).
Message #27 received at 655793@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
On 01/14/2012 01:15 PM, Julian Taylor wrote: > reassign 655793 python3.2 3.2.2-4 > affects 655793 pyzmq 2.1.10-2 > thanks > > the testsuite fails due to a change somewhere between python3.2 3.2.2-2 > (works) and 3.2.2-4 (fails). > Is there some change I must be aware of? > could this be due to the -flto used to compile python3? > I built python3.2 without lto and it still fails, it must be something else.
[signature.asc (application/pgp-signature, attachment)]
Information forwarded
to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#655793; Package python3.2.
(Mon, 16 Jan 2012 07:06:05 GMT) (full text, mbox, link).
Acknowledgement sent
to Scott Kitterman <scott@kitterman.com>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.
(Mon, 16 Jan 2012 07:06:05 GMT) (full text, mbox, link).
Message #32 received at 655793@bugs.debian.org (full text, mbox, reply):
I just built pyzmq without a problem locally on Sid/i386. Is this only an amd64 problem?
Information forwarded
to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#655793; Package python3.2.
(Mon, 16 Jan 2012 19:39:07 GMT) (full text, mbox, link).
Acknowledgement sent
to Julian Taylor <jtaylor.debian@googlemail.com>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.
(Mon, 16 Jan 2012 19:39:07 GMT) (full text, mbox, link).
Message #37 received at 655793@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
tags 655793 + confirmed thanks confirmed by Sebastinas in irc that -4 is broken -2 works on amd64. I can also confirm it on a i386 chroot on amd64 machine.
[signature.asc (application/pgp-signature, attachment)]
Added tag(s) confirmed.
Request was from Julian Taylor <jtaylor.debian@googlemail.com>
to control@bugs.debian.org.
(Mon, 16 Jan 2012 19:39:09 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Matthias Klose <doko@debian.org>:
Bug#655793; Package python3.2.
(Tue, 17 Jan 2012 21:03:12 GMT) (full text, mbox, link).
Acknowledgement sent
to Julian Taylor <jtaylor.debian@googlemail.com>:
Extra info received and forwarded to list. Copy sent to Matthias Klose <doko@debian.org>.
(Tue, 17 Jan 2012 21:03:12 GMT) (full text, mbox, link).
Message #44 received at 655793@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
the buildlog above shows skips as ERROR's due to the missing nose. Those are *not* the problem. real issue which occurs in my clean chroot looks like the following and occurs in 2/3 of my builds: test_monitor (zmq.tests.test_monqueue.TestMonitoredQueue) ... FAIL test_monitor_subscribe (zmq.tests.test_monqueue.TestMonitoredQueue) ... FAIL test_prefix (zmq.tests.test_monqueue.TestMonitoredQueue) ... FAIL test_queue (zmq.tests.test_monqueue.TestMonitoredQueue) ... FAIL test_reply (zmq.tests.test_monqueue.TestMonitoredQueue) ... /tmp/buildd/pyzmq-2.1.10/zmq/tests/__init__.py:121: ResourceWarning: unclosed file <_io.FileIO name=14 mode='wb'> r,w,x = zmq.select([socket], [], [], timeout=5) /tmp/buildd/pyzmq-2.1.10/zmq/tests/__init__.py:121: ResourceWarning: unclosed file <_io.FileIO name=13 mode='rb'> r,w,x = zmq.select([socket], [], [], timeout=5) FAIL + ... sometimes indefinite hang. I sometimes got the exact same assertion failure as in the log in the first mail, but its mostly looks like this.
[signature.asc (application/pgp-signature, attachment)]
Bug reassigned from package 'python3.2' to 'pyzmq'.
Request was from Julian Taylor <jtaylor.debian@googlemail.com>
to control@bugs.debian.org.
(Tue, 17 Jan 2012 23:09:05 GMT) (full text, mbox, link).
Bug No longer marked as found in versions python3.2/3.2.2-4.
Request was from Julian Taylor <jtaylor.debian@googlemail.com>
to control@bugs.debian.org.
(Tue, 17 Jan 2012 23:09:05 GMT) (full text, mbox, link).
Bug Marked as found in versions 2.1.10-2.
Request was from Julian Taylor <jtaylor.debian@googlemail.com>
to control@bugs.debian.org.
(Tue, 17 Jan 2012 23:09:06 GMT) (full text, mbox, link).
Added tag(s) pending.
Request was from jtaylor-guest@users.alioth.debian.org
to control@bugs.debian.org.
(Sat, 18 Feb 2012 13:57:02 GMT) (full text, mbox, link).
Reply sent
to Julian Taylor <jtaylor.debian@googlemail.com>:
You have taken responsibility.
(Sun, 19 Feb 2012 17:21:11 GMT) (full text, mbox, link).
Notification sent
to Lucas Nussbaum <lucas@lucas-nussbaum.net>:
Bug acknowledged by developer.
(Sun, 19 Feb 2012 17:21:11 GMT) (full text, mbox, link).
Message #57 received at 655793-close@bugs.debian.org (full text, mbox, reply):
Source: pyzmq
Source-Version: 2.1.11-1
We believe that the bug you reported is fixed in the latest version of
pyzmq, which is due to be installed in the Debian FTP archive:
python-zmq-dbg_2.1.11-1_amd64.deb
to main/p/pyzmq/python-zmq-dbg_2.1.11-1_amd64.deb
python-zmq_2.1.11-1_amd64.deb
to main/p/pyzmq/python-zmq_2.1.11-1_amd64.deb
python3-zmq-dbg_2.1.11-1_amd64.deb
to main/p/pyzmq/python3-zmq-dbg_2.1.11-1_amd64.deb
python3-zmq_2.1.11-1_amd64.deb
to main/p/pyzmq/python3-zmq_2.1.11-1_amd64.deb
pyzmq_2.1.11-1.debian.tar.gz
to main/p/pyzmq/pyzmq_2.1.11-1.debian.tar.gz
pyzmq_2.1.11-1.dsc
to main/p/pyzmq/pyzmq_2.1.11-1.dsc
pyzmq_2.1.11.orig.tar.gz
to main/p/pyzmq/pyzmq_2.1.11.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 655793@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Julian Taylor <jtaylor.debian@googlemail.com> (supplier of updated pyzmq package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 19 Feb 2012 14:53:20 +0100
Source: pyzmq
Binary: python-zmq python-zmq-dbg python3-zmq python3-zmq-dbg
Architecture: source amd64
Version: 2.1.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Changed-By: Julian Taylor <jtaylor.debian@googlemail.com>
Description:
python-zmq - Python bindings for 0MQ library
python-zmq-dbg - Python bindings for 0MQ library - debugging files
python3-zmq - Python3 bindings for 0MQ library
python3-zmq-dbg - Python3 bindings for 0MQ library - debugging files
Closes: 655793
Changes:
pyzmq (2.1.11-1) unstable; urgency=low
.
[ Julian Taylor ]
* New upstream release (Closes: #655793)
* added myself to Uploaders
* properly clean to allow building twice in a row
* ignore testsuite result due to random failures on armel and mips
probably caused by libzmq or toolchain
* add Python3 to short description of py3 packages
* wrap-and-sort debian/
* add python-nose to build depends to get better test result output
* add python-numpy to build depends to get more tests
* use githubredir.debian.net in debian/watch
Checksums-Sha1:
e25aa74c47086cac765c8cfa2eb75853520c0b1c 2359 pyzmq_2.1.11-1.dsc
c7d6a402f7b437b98fef395c2ed1fa28b21499db 338326 pyzmq_2.1.11.orig.tar.gz
68ce384c612d47a1796bd2a67db858c6929f763d 4708 pyzmq_2.1.11-1.debian.tar.gz
30f5f7fa3f1f5052f881e3384e31756d328fc97b 410240 python-zmq_2.1.11-1_amd64.deb
2075edf0381fc6472c362ac8b94238bd282a8db9 1589590 python-zmq-dbg_2.1.11-1_amd64.deb
c910977aca97e3ae535be5d1b1ab7c510173b221 232210 python3-zmq_2.1.11-1_amd64.deb
4ff97f5c6f8817e80d96caff8eebd4793fd0909c 804918 python3-zmq-dbg_2.1.11-1_amd64.deb
Checksums-Sha256:
469c9e5b1ea101feea9c23fe7f08291a96f89fabe0f9dd1ae09cc0fee9b7100f 2359 pyzmq_2.1.11-1.dsc
03cc78ffe94bc673fb92a4c7e3862105712dbc2414a7e8d12447d0a8751ee3c4 338326 pyzmq_2.1.11.orig.tar.gz
945e1292e3b9b8c5f363a39d3a7ab6b122a1cf13b2ac86c0c7459a4b23bcb11f 4708 pyzmq_2.1.11-1.debian.tar.gz
2526c37556fba0252760585104a5b41e70df211920f25e1632eb391f1c64428a 410240 python-zmq_2.1.11-1_amd64.deb
4f7c8dade64bac065fd0f5e353d93f7560862b872df5b9d4f7ae7880d21050b7 1589590 python-zmq-dbg_2.1.11-1_amd64.deb
eaea883379772d5f8be0ac771105d1c50c2279a9e622ecd95960453035ac948c 232210 python3-zmq_2.1.11-1_amd64.deb
0586a67872a3f3adf5170f231d184c6df14bc14d3c630dbcbc3b059560924d3f 804918 python3-zmq-dbg_2.1.11-1_amd64.deb
Files:
b3bd5deacfd499b87132870b87350cbe 2359 python optional pyzmq_2.1.11-1.dsc
afbfd06d14f51fd5638fb28c066ccacf 338326 python optional pyzmq_2.1.11.orig.tar.gz
219977b741e5f78e85689f5d57182bf9 4708 python optional pyzmq_2.1.11-1.debian.tar.gz
ec2f45ae0f5612ee725205d15cb45679 410240 python optional python-zmq_2.1.11-1_amd64.deb
34e6680864c04ea7f11606cc9230f94e 1589590 debug extra python-zmq-dbg_2.1.11-1_amd64.deb
a9a62d3c7ac35dfcbe98ea7accebf2a6 232210 python optional python3-zmq_2.1.11-1_amd64.deb
2d1e4f6e35299fe8e7589839908a3d0f 804918 debug extra python3-zmq-dbg_2.1.11-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJPQSoNAAoJEOs2Fxpv+UNfQ1MQAIDJDGb2UBSPIayw4WqYKJPO
QaARTyKyQs8ONGQvSPtt6N8bvwMvU2lz7Dx2cKrztJI4isHJtiBPJqH4naihhr6i
21cTeVmuV/u5UoZNQx8Ip9oaYmqOvfNv6yVGNyZO3RdODaENrBWObtqiaowWNtGx
qvfN9os4A1tUMTTPJ4cJHksIMNcGCvCN+6qIQPHYAk9w2s9pp89SpakmeNFFmgfD
MwekKkAK2wucp6ZpYUFTupw4raRu0nNV0lkiRTyZTROa67912lOl8cxYPZq1IPUJ
3eDGW8cXNn999BkwMiEqFHMKQyYX5aRaaqsShZi1/HGRAKxtbn+LHOuD+3COCkuj
QhDhzssAkLoeCqTecqPhZwD5bmXKiB3s9S28N53dtVfxHxC/qX0q1R6VqMfZcbQr
7fuAVie5tM2d3KYIMxPSF7vRHYOyFnIc/7zk6Hwvjm3djTBEP9VuktoRYIDrpueC
Sb5h9tfPeLtjq6T0B0gBWfI4dnt4J3MsOxlwgF5p6IEBG4GM+Ent06elfr61+18o
PVwvlmmxIPGU+ZI8RH2TPAMDRFqvi47+w1O9zv+eE3OFdfHM8ikMau/c8NXQSJB+
ZguupRAm09SK1KDbJZmDLVda8TgUl7F6zfixn6VshfPSNFeSQWnQzsVIax2WgYbO
2+QMmuwJhmgk8nteLiDs
=LJpN
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Thu, 29 Mar 2012 07:39:57 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.