[Python-checkins] buildbot failure in AMD64 W2k8 trunk

buildbot at python.org buildbot at python.org
Wed Oct 15 23:32:41 CEST 2008


The Buildbot has detected a new failure of AMD64 W2k8 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/AMD64%20W2k8%20trunk/builds/1021

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

Buildslave for this Build: nelson-win64

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
    test_largefile test_pickletools

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

Traceback (most recent call last):
  File "S:\buildbots\python.x64\trunk.nelson-win64\build\lib\test\test_largefile.py", line 42, in test_seek
    f.flush()
IOError: [Errno 28] No space left on device

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

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

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

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

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

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

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

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

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list