[Python-checkins] buildbot failure in amd64 gentoo 3.0

buildbot at python.org buildbot at python.org
Sun Mar 16 01:32:07 CET 2008


The Buildbot has detected a new failure of amd64 gentoo 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/amd64%20gentoo%203.0/builds/157

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: christian.heimes

BUILD FAILED: failed test

Excerpt from the test logfile:
3 tests failed:
    test_datetime test_struct test_tokenize

======================================================================
ERROR: test_strptime (test.test_datetime.TestDateTime)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_datetime.py", line 1530, in test_strptime
    got = self.theclass.strptime(string, format)
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/_strptime.py", line 320, in _strptime
    raise ValueError("stray %% in format '%s'" % format)
ValueError: stray % in format '%'

======================================================================
ERROR: test_strptime (test.test_datetime.TestDateTimeTZ)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_datetime.py", line 1530, in test_strptime
    got = self.theclass.strptime(string, format)
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/_strptime.py", line 320, in _strptime
    raise ValueError("stray %% in format '%s'" % format)
ValueError: stray % in format '%'

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 590, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_struct.py", line 689, in <module>
    test_bool()
  File "/home/buildbot/slave/py-build/3.0.norwitz-amd64/build/Lib/test/test_struct.py", line 686, in test_bool
    if struct.unpack('>?', c)[0] is not True:
TypeError: 'int' does not have the buffer interface

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list