[Python-checkins] buildbot failure in OS X x86 3.0
buildbot at python.org
buildbot at python.org
Thu Jul 31 17:26:52 CEST 2008
The Buildbot has detected a new failure of OS X x86 3.0.
Full details are available at:
http://www.python.org/dev/buildbot/all/OS%20X%20x86%203.0/builds/106
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: noller-osx86
Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson
BUILD FAILED: failed test
Excerpt from the test logfile:
1 test failed:
test_multiprocessing
======================================================================
ERROR: test_bounded_semaphore (test.test_multiprocessing.WithManagerTestSemaphore)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/test/test_multiprocessing.py", line 568, in test_bounded_semaphore
sem = self.BoundedSemaphore(2)
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/multiprocessing/managers.py", line 638, in temp
token, exp = self._create(typeid, *args, **kwds)
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/multiprocessing/managers.py", line 536, in _create
conn = self._Client(self._address, authkey=self._authkey)
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/multiprocessing/connection.py", line 133, in Client
c = SocketClient(address)
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/multiprocessing/connection.py", line 254, in SocketClient
s.connect(address)
socket.error: [Errno 61] Connection refused
======================================================================
ERROR: test_semaphore (test.test_multiprocessing.WithManagerTestSemaphore)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/test/test_multiprocessing.py", line 560, in test_semaphore
sem = self.Semaphore(2)
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/multiprocessing/managers.py", line 638, in temp
token, exp = self._create(typeid, *args, **kwds)
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/multiprocessing/managers.py", line 536, in _create
conn = self._Client(self._address, authkey=self._authkey)
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/multiprocessing/connection.py", line 133, in Client
c = SocketClient(address)
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/multiprocessing/connection.py", line 254, in SocketClient
s.connect(address)
socket.error: [Errno 61] Connection refused
======================================================================
ERROR: test_number_of_objects (test.test_multiprocessing.WithManagerTestZZZNumberOfObjects)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/test/test_multiprocessing.py", line 1039, in test_number_of_objects
refs = self.manager._number_of_objects()
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/multiprocessing/managers.py", line 563, in _number_of_objects
conn = self._Client(self._address, authkey=self._authkey)
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/multiprocessing/connection.py", line 133, in Client
c = SocketClient(address)
File "/Users/buildbot/buildarea/3.0.noller-osx86/build/Lib/multiprocessing/connection.py", line 254, in SocketClient
s.connect(address)
socket.error: [Errno 61] Connection refused
make: *** [buildbottest] Error 1
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list