[Python-checkins] buildbot warnings in x86 XP trunk
buildbot at python.org
buildbot at python.org
Tue Apr 3 20:27:19 CEST 2007
The Buildbot has detected a new failure of x86 XP trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/x86%2520XP%2520trunk/builds/356
Buildbot URL: http://www.python.org/dev/buildbot/all/
Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: facundo.batista,walter.doerwald
Build had warnings: warnings test
Excerpt from the test logfile:
5 tests failed:
test_extcall test_os test_profile test_urllib test_urllib2net
======================================================================
ERROR: test_makedir (test.test_os.MakedirTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_os.py", line 384, 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:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_os.py", line 451, in test_access
self.assertRaises(WindowsError, os.utime, test_support.TESTFN, 0)
File "C:\buildbot_py25\trunk.mcintyre-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:\buildbot_py25\trunk.mcintyre-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:\buildbot_py25\trunk.mcintyre-windows\build\lib\test\test_os.py", line 442, in test_chdir
self.assertRaises(WindowsError, os.chdir, test_support.TESTFN)
AssertionError: WindowsError not raised
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list