[Python-checkins] buildbot failure in x86 W2k8 3.0

buildbot at python.org buildbot at python.org
Sun Oct 19 17:02:57 CEST 2008


The Buildbot has detected a new failure of x86 W2k8 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20W2k8%203.0/builds/358

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

Buildslave for this Build: nelson-windows

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: alexandre.vassalotti,benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
1 test failed:
    test_largefile

======================================================================
ERROR: test_seek (test.test_largefile.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_largefile.py", line 42, in test_seek
    f.flush()
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\io.py", line 1069, in flush
    self._flush_unlocked()
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\io.py", line 1077, in _flush_unlocked
    n = self.raw.write(self._write_buf)
IOError: [Errno 28] No space left on device

======================================================================
FAIL: test_osstat (test.test_largefile.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_largefile.py", line 50, in test_osstat
    self.assertEqual(os.stat(TESTFN)[stat.ST_SIZE], size+1)
AssertionError: 1 != 2500000001

======================================================================
FAIL: test_seek_read (test.test_largefile.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_largefile.py", line 72, in test_seek_read
    self.assertEqual(f.tell(), size + 1 + 0)
AssertionError: 1 != 2500000001

======================================================================
FAIL: test_lseek (test.test_largefile.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_largefile.py", line 93, in test_lseek
    self.assertEqual(os.lseek(f.fileno(), 0, 2), size+1+0)
AssertionError: 1 != 2500000001

======================================================================
FAIL: test_truncate (test.test_largefile.TestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "S:\buildbots\python\3.0.nelson-windows\build\lib\test\test_largefile.py", line 110, in test_truncate
    self.assertEqual(f.tell(), size+1)
AssertionError: 1 != 2500000001

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list