[Python-checkins] buildbot failure in amd64 gentoo 3.x
buildbot at python.org
buildbot at python.org
Wed Jul 1 02:34:29 CEST 2009
The Buildbot has detected a new failure of amd64 gentoo 3.x.
Full details are available at:
http://www.python.org/dev/buildbot/all/amd64%20gentoo%203.x/builds/885
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: norwitz-amd64
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_binhex
======================================================================
ERROR: test_binhex (test.test_binhex.BinHexTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/slave/py-build/3.x.norwitz-amd64/build/Lib/test/test_binhex.py", line 32, in test_binhex
binhex.hexbin(self.fname2, self.fname1)
File "/home/buildbot/slave/py-build/3.x.norwitz-amd64/build/Lib/binhex.py", line 445, in hexbin
ifp = HexBin(inp)
File "/home/buildbot/slave/py-build/3.x.norwitz-amd64/build/Lib/binhex.py", line 364, in __init__
self._readheader()
File "/home/buildbot/slave/py-build/3.x.norwitz-amd64/build/Lib/binhex.py", line 384, in _readheader
rest = self._read(1 + 4 + 4 + 2 + 4 + 4)
File "/home/buildbot/slave/py-build/3.x.norwitz-amd64/build/Lib/binhex.py", line 367, in _read
data = self.ifp.read(len)
File "/home/buildbot/slave/py-build/3.x.norwitz-amd64/build/Lib/binhex.py", line 300, in read
self._fill(wtd - len(self.post_buffer))
File "/home/buildbot/slave/py-build/3.x.norwitz-amd64/build/Lib/binhex.py", line 337, in _fill
binascii.rledecode_hqx(self.pre_buffer[:mark])
binascii.Error: Orphaned RLE code at start
make: *** [buildbottest] Error 1
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list