[Python-checkins] buildbot failure in x86 osx.5 trunk

buildbot at python.org buildbot at python.org
Tue Jul 22 00:45:59 CEST 2008


The Buildbot has detected a new failure of x86 osx.5 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20osx.5%20trunk/builds/56

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: heller-x86-osx5

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: amaury.forgeotdarc,benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/multiprocessing/process.py", line 232, in _bootstrap
    self.run()
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/multiprocessing/process.py", line 88, in run
    self._target(*self._args, **self._kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_multiprocessing.py", line 600, in f
    cond.acquire()
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/multiprocessing/managers.py", line 946, in acquire
    return self._callmethod('acquire', (blocking,))
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/multiprocessing/managers.py", line 718, in _callmethod
    self._connect()
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/multiprocessing/managers.py", line 705, in _connect
    conn = self._Client(self._token.address, authkey=self._authkey)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/multiprocessing/connection.py", line 133, in Client
    c = SocketClient(address)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/multiprocessing/connection.py", line 254, in SocketClient
    s.connect(address)
  File "<string>", line 1, in connect
error: [Errno 61] Connection refused

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list