[Python-checkins] buildbot failure in ppc Debian unstable 3.x

buildbot at python.org buildbot at python.org
Wed Mar 4 05:27:33 CET 2009


The Buildbot has detected a new failure of ppc Debian unstable 3.x.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ppc%20Debian%20unstable%203.x/builds/406

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

Buildslave for this Build: klose-debian-ppc

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson,brett.cannon,hirokazu.yamamoto,raymond.hettinger

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_fileio test_io test_urllib2_localnet test_urllibnet

======================================================================
ERROR: testBytesOpen (test.test_fileio.OtherFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ppc/build/Lib/test/test_fileio.py", line 186, in testBytesOpen
    f = _FileIO(fn, "w")
SystemError: null argument to internal routine

======================================================================
ERROR: testInvalidFd (test.test_fileio.OtherFileTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ppc/build/Lib/test/test_fileio.py", line 196, in testInvalidFd
    self.assertRaises(ValueError, _fileio._FileIO, -10)
NameError: global name '_fileio' is not defined

======================================================================
FAIL: test_append_mode_tell (test.test_io.CIOTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ppc/build/Lib/test/test_io.py", line 379, in test_append_mode_tell
    self.assertEqual(f.tell(), 3)
AssertionError: 0 != 3

======================================================================
FAIL: test_append_mode_tell (test.test_io.PyIOTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ppc/build/Lib/test/test_io.py", line 379, in test_append_mode_tell
    self.assertEqual(f.tell(), 3)
AssertionError: 0 != 3

======================================================================
ERROR: test_chunked (test.test_urllib2_localnet.TestUrlopen)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ppc/build/Lib/test/test_urllib2_localnet.py", line 392, in test_chunked
    data = self.urlopen("http://localhost:%s/" % handler.port)
  File "/home/pybot/buildarea/3.x.klose-debian-ppc/build/Lib/test/test_urllib2_localnet.py", line 348, in urlopen
    l.extend(f.readlines(200))
ValueError: I/O operation on closed file.

======================================================================
ERROR: test_readlines (test.test_urllibnet.urlopenNetworkTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ppc/build/Lib/test/test_urllibnet.py", line 78, in test_readlines
    self.assert_(isinstance(open_url.readlines(), list),
ValueError: I/O operation on closed file.

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list