[Python-checkins] buildbot failure in x86 osx.5 3.x
buildbot at python.org
buildbot at python.org
Thu Jul 23 11:56:44 CEST 2009
The Buildbot has detected a new failure of x86 osx.5 3.x.
Full details are available at:
http://www.python.org/dev/buildbot/all/x86%20osx.5%203.x/builds/1235
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: heller-x86-osx5
Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: georg.brandl
BUILD FAILED: failed test
Excerpt from the test logfile:
Traceback (most recent call last):
File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/multiprocessing/process.py", line 233, in _bootstrap
self.run()
File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/multiprocessing/process.py", line 88, in run
self._target(*self._args, **self._kwargs)
File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/test/test_multiprocessing.py", line 1210, in _putter
manager.connect()
File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/multiprocessing/managers.py", line 477, in connect
conn = Client(self._address, authkey=self._authkey)
File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/multiprocessing/connection.py", line 416, in XmlClient
import xmlrpc.client as xmlrpclib
File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/importlib/_bootstrap.py", line 151, in decorated
return fxn(self, module)
File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/importlib/_bootstrap.py", line 320, in load_module
code_object = self.get_code(module.__name__)
File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/importlib/_bootstrap.py", line 415, in get_code
pyc_timestamp = marshal._r_long(data[4:8])
File "/Users/buildbot/buildarea/3.x.heller-x86-osx5/build/Lib/importlib/__init__.py", line 65, in _r_long
x = int_bytes[0]
IndexError: index out of range
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list