[Python-checkins] buildbot failure in g4 osx.4 3.0

buildbot at python.org buildbot at python.org
Sun Mar 16 02:07:36 CET 2008


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

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

Buildslave for this Build: psf-g4

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

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

Traceback (most recent call last):
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_datetime.py", line 1531, in test_strptime
    self.assertEqual(expected, got)
AssertionError: datetime.datetime(2004, 12, 1, 13, 2, 47, 197000) != datetime.datetime(1900, 1, 1, 0, 0)

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

Traceback (most recent call last):
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_datetime.py", line 1531, in test_strptime
    self.assertEqual(expected, got)
AssertionError: datetime.datetime(2004, 12, 1, 13, 2, 47, 197000) != datetime.datetime(1900, 1, 1, 0, 0)

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 590, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_struct.py", line 689, in <module>
    test_bool()
  File "/Users/buildslave/bb/3.0.psf-g4/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