[Python-checkins] buildbot warnings in x86 W2k trunk

buildbot at python.org buildbot at python.org
Wed Mar 21 22:01:11 CET 2007


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

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: raymond.hettinger

Build had warnings: warnings test

Excerpt from the test logfile:
7 tests failed:
    test_class test_frozen test_os test_posixpath test_pyexpat
    test_urllib test_winreg

======================================================================
ERROR: test_makedir (test.test_os.MakedirTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\trentm\data\buildbot\python-slave\trunk.mick-windows\build\lib\test\test_os.py", line 376, in setUp
    os.mkdir(test_support.TESTFN)
WindowsError: [Error 183] Cannot create a file when that file already exists: '@test'

======================================================================
ERROR: test_access (test.test_os.Win32ErrorTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\trentm\data\buildbot\python-slave\trunk.mick-windows\build\lib\test\test_os.py", line 443, in test_access
    self.assertRaises(WindowsError, os.utime, test_support.TESTFN, 0)
  File "C:\trentm\data\buildbot\python-slave\trunk.mick-windows\build\lib\unittest.py", line 329, in failUnlessRaises
    callableObj(*args, **kwargs)
TypeError: utime() arg 2 must be a tuple (atime, mtime)

======================================================================
FAIL: test_traversal (test.test_os.WalkTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\trentm\data\buildbot\python-slave\trunk.mick-windows\build\lib\test\test_os.py", line 313, in test_traversal
    self.assertEqual(len(all), 4)
AssertionError: 5 != 4

======================================================================
FAIL: test_chdir (test.test_os.Win32ErrorTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\trentm\data\buildbot\python-slave\trunk.mick-windows\build\lib\test\test_os.py", line 434, in test_chdir
    self.assertRaises(WindowsError, os.chdir, test_support.TESTFN)
AssertionError: WindowsError not raised

======================================================================
FAIL: test_relpath (test.test_posixpath.PosixPathTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\trentm\data\buildbot\python-slave\trunk.mick-windows\build\lib\test\test_posixpath.py", line 486, in test_relpath
    self.assertEqual(posixpath.relpath(os.path.abspath("a")), "a")
AssertionError: 'C:\\trentm\\data\\buildbot\\python-slave\\trunk.mick-windows\\build\\PCbuild\\@test\\@test\\a' != 'a'

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list