[Python-checkins] buildbot failure in x86 XP-3 trunk

buildbot at python.org buildbot at python.org
Wed Jan 16 20:55:48 CET 2008


The Buildbot has detected a new failure of x86 XP-3 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20XP-3%20trunk/builds/665

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

Buildslave for this Build: heller-windows

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: andrew.kuchling,georg.brandl,thomas.heller

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
    test_winreg test_zipfile

======================================================================
FAIL: testLocalMachineRegistryWorks (test.test_winreg.WinregTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_winreg.py", line 151, in testLocalMachineRegistryWorks
    self.TestAll(HKEY_CURRENT_USER)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_winreg.py", line 146, in TestAll
    self.WriteTestData(root_key)
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_winreg.py", line 48, in WriteTestData
    self.assertEquals(nkeys, 1, "Not the correct number of sub keys")
AssertionError: Not the correct number of sub keys

======================================================================
ERROR: testExtract (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_zipfile.py", line 357, in tearDown
    os.remove(TESTFN2)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: '@test2'

======================================================================
FAIL: testExtract (test.test_zipfile.TestsWithSourceFile)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\work\trunk.heller-windows\build\lib\test\test_zipfile.py", line 320, in testExtract
    self.assertEqual(writtenfile, correctfile)
AssertionError: 'C:\\buildbot\\work\\trunk.heller-windows\\build\\PCbuild\\ziptest2dir\\_ziptest2' != 'C:\\buildbot\\work\\trunk.heller-windows\\build\\PCbuild\\ziptest2dir/_ziptest2'

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list