[Python-checkins] buildbot failure in sparc solaris10 gcc trunk
buildbot at python.org
buildbot at python.org
Wed Jan 14 06:31:59 CET 2009
The Buildbot has detected a new failure of sparc solaris10 gcc trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/sparc%20solaris10%20gcc%20trunk/builds/8
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: loewis-sun
Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: amaury.forgeotdarc,antoine.pitrou,benjamin.peterson,raymond.hettinger
BUILD FAILED: failed test
Excerpt from the test logfile:
3 tests failed:
test_datetime test_hotshot test_os
======================================================================
FAIL: test_strftime (test.test_datetime.TestDate)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_datetime.py", line 860, in test_strftime
self.assertRaises(ValueError, t.strftime, "%e")
AssertionError: ValueError not raised
======================================================================
FAIL: test_strftime (test.test_datetime.TestDateTime)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_datetime.py", line 860, in test_strftime
self.assertRaises(ValueError, t.strftime, "%e")
AssertionError: ValueError not raised
======================================================================
FAIL: test_strftime (test.test_datetime.TestDateTimeTZ)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_datetime.py", line 860, in test_strftime
self.assertRaises(ValueError, t.strftime, "%e")
AssertionError: ValueError not raised
======================================================================
FAIL: test_logreader_eof_error (test.test_hotshot.HotShotTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_hotshot.py", line 130, in test_logreader_eof_error
self.assertRaises((IOError, EOFError), _hotshot.logreader, ".")
AssertionError: (<type 'exceptions.IOError'>, <type 'exceptions.EOFError'>) not raised
======================================================================
ERROR: test_fchown (test.test_os.TestInvalidFD)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_os.py", line 562, in test_fchown
self.assertRaises(OSError, os.fchmod, 10, -1, -1)
File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/unittest.py", line 345, in failUnlessRaises
callableObj(*args, **kwargs)
TypeError: fchmod() takes exactly 2 arguments (3 given)
======================================================================
ERROR: test_fpathconf (test.test_os.TestInvalidFD)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_os.py", line 566, in test_fpathconf
self.assertRaises(OSError, os.fpathconf, 10, "foo")
File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/unittest.py", line 345, in failUnlessRaises
callableObj(*args, **kwargs)
ValueError: unrecognized configuration name
======================================================================
ERROR: test_ftruncate (test.test_os.TestInvalidFD)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_os.py", line 570, in test_ftruncate
self.assertRaises(OSError, os.ftruncate, 10, 0)
File "/home2/buildbot/slave/trunk.loewis-sun/build/Lib/unittest.py", line 345, in failUnlessRaises
callableObj(*args, **kwargs)
IOError: [Errno 9] Bad file number
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list