[Python-checkins] buildbot failure in i386 Ubuntu 2.6

buildbot at python.org buildbot at python.org
Wed Jan 14 02:23:52 CET 2009


The Buildbot has detected a new failure of i386 Ubuntu 2.6.
Full details are available at:
 http://www.python.org/dev/buildbot/all/i386%20Ubuntu%202.6/builds/47

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

Buildslave for this Build: klose-ubuntu-i386

Build Reason: 
Build Source Stamp: [branch branches/release26-maint] HEAD
Blamelist: georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
    test_datetime test_os

======================================================================
FAIL: test_strftime (test.test_datetime.TestDate)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/2.6.klose-ubuntu-i386/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 "/home/pybot/buildarea/2.6.klose-ubuntu-i386/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 "/home/pybot/buildarea/2.6.klose-ubuntu-i386/build/Lib/test/test_datetime.py", line 860, in test_strftime
    self.assertRaises(ValueError, t.strftime, "%e")
AssertionError: ValueError not raised

======================================================================
ERROR: test_fchown (test.test_os.TestInvalidFD)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/2.6.klose-ubuntu-i386/build/Lib/test/test_os.py", line 562, in test_fchown
    self.assertRaises(OSError, os.fchmod, 10, -1, -1)
  File "/home/pybot/buildarea/2.6.klose-ubuntu-i386/build/Lib/unittest.py", line 336, 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 "/home/pybot/buildarea/2.6.klose-ubuntu-i386/build/Lib/test/test_os.py", line 566, in test_fpathconf
    self.assertRaises(OSError, os.fpathconf, 10, "foo")
  File "/home/pybot/buildarea/2.6.klose-ubuntu-i386/build/Lib/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
ValueError: unrecognized configuration name

======================================================================
ERROR: test_ftruncate (test.test_os.TestInvalidFD)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/2.6.klose-ubuntu-i386/build/Lib/test/test_os.py", line 570, in test_ftruncate
    self.assertRaises(OSError, os.ftruncate, 10, 0)
  File "/home/pybot/buildarea/2.6.klose-ubuntu-i386/build/Lib/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
IOError: [Errno 9] Bad file descriptor

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list