[Python-checkins] buildbot failure in x86 FreeBSD trunk

buildbot at python.org buildbot at python.org
Tue Feb 5 20:08:52 CET 2008


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

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

Buildslave for this Build: bolen-freebsd

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: andrew.kuchling

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/trunk.bolen-freebsd/build/Lib/SocketServer.py", line 227, in handle_request
    self.process_request(request, client_address)
  File "/usr/home/db3l/buildarea/trunk.bolen-freebsd/build/Lib/SocketServer.py", line 268, in process_request
    self.finish_request(request, client_address)
  File "/usr/home/db3l/buildarea/trunk.bolen-freebsd/build/Lib/SocketServer.py", line 281, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/home/db3l/buildarea/trunk.bolen-freebsd/build/Lib/SocketServer.py", line 560, in __init__
    self.handle()
  File "/usr/home/db3l/buildarea/trunk.bolen-freebsd/build/Lib/BaseHTTPServer.py", line 316, in handle
    self.handle_one_request()
  File "/usr/home/db3l/buildarea/trunk.bolen-freebsd/build/Lib/BaseHTTPServer.py", line 299, in handle_one_request
    self.raw_requestline = self.rfile.readline()
  File "/usr/home/db3l/buildarea/trunk.bolen-freebsd/build/Lib/socket.py", line 369, in readline
    data = self._sock.recv(self._rbufsize)
error: [Errno 35] Resource temporarily unavailable

2 tests failed:
    test_docxmlrpc test_sys

======================================================================
FAIL: Test that the server correctly automatically wraps references to PEPS
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/trunk.bolen-freebsd/build/Lib/test/test_docxmlrpc.py", line 124, in test_autolinking
    in response.read())
AssertionError

======================================================================
FAIL: test_compact_freelists (test.test_sys.SysModuleTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/trunk.bolen-freebsd/build/Lib/test/test_sys.py", line 385, in test_compact_freelists
    self.assert_(r[0][2] > 100, r[0][2])
AssertionError: 0

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list