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.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to