[Python-checkins] buildbot warnings in amd64 XP trunk

buildbot at python.org buildbot at python.org
Sun Jun 10 20:24:43 CEST 2007


The Buildbot has detected a new failure of amd64 XP trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/amd64%2520XP%2520trunk/builds/2

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: thomas.heller

Build had warnings: warnings test clean

Excerpt from the test logfile:
5 tests failed:
    test_ctypes test_exceptions test_str test_unicode test_winsound

======================================================================
ERROR: testSettingException (test.test_exceptions.ExceptionTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\test\test_exceptions.py", line 184, in testSettingException
    test_capi1()
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\test\test_exceptions.py", line 158, in test_capi1
    import _testcapi
ImportError: No module named _testcapi

======================================================================
ERROR: test_expandtabs_overflows_gracefully (test.test_str.StrTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\test\test_str.py", line 93, in test_expandtabs_overflows_gracefully
    self.assertRaises(OverflowError, 't\tt\t'.expandtabs, sys.maxint)
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\unittest.py", line 329, in failUnlessRaises
    callableObj(*args, **kwargs)
MemoryError

======================================================================
ERROR: test_expandtabs_overflows_gracefully (test.test_unicode.UnicodeTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\test\test_unicode.py", line 826, in test_expandtabs_overflows_gracefully
    self.assertRaises(OverflowError, u't\tt\t'.expandtabs, sys.maxint)
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\unittest.py", line 329, in failUnlessRaises
    callableObj(*args, **kwargs)
MemoryError

======================================================================
FAIL: test_alias_nofallback (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\test\test_winsound.py", line 151, in test_alias_nofallback
    '!"$%&/(#+*', winsound.SND_ALIAS | winsound.SND_NODEFAULT
AssertionError: RuntimeError not raised

======================================================================
FAIL: test_stopasync (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\trunk.heller-windows-amd64\build\lib\test\test_winsound.py", line 175, in test_stopasync
    None, winsound.SND_PURGE
AssertionError: RuntimeError not raised

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list