[Python-checkins] buildbot failure in ARM Linux EABI 2.5

buildbot at python.org buildbot at python.org
Tue Jun 3 18:47:44 CEST 2008


The Buildbot has detected a new failure of ARM Linux EABI 2.5.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ARM%20Linux%20EABI%202.5/builds/3

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

Buildslave for this Build: klose-linux-armeabi

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

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/test/test_socketserver.py", line 91, in run
    svr.serve_a_few()
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/test/test_socketserver.py", line 35, in serve_a_few
    self.handle_request()
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/SocketServer.py", line 217, in handle_request
    request, client_address = self.get_request()
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/SocketServer.py", line 374, in get_request
    return self.socket.accept()
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/socket.py", line 167, in accept
    sock, addr = self._sock.accept()
SystemError: Negative size passed to PyString_FromStringAndSize

2 tests failed:
    test_socket test_socketserver

======================================================================
ERROR: testLinuxAbstractNamespace (test.test_socket.TestLinuxAbstractNamespace)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/test/test_socket.py", line 926, in testLinuxAbstractNamespace
    s1.accept()
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/socket.py", line 167, in accept
    sock, addr = self._sock.accept()
SystemError: Negative size passed to PyString_FromStringAndSize

======================================================================
FAIL: testReadline (test.test_socket.FileObjectClassTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/test/test_socket.py", line 759, in testReadline
    self.assertEqual(line, MSG)
AssertionError: '\xcb\xcb\xcb\xcbael Gilfix was here\n' != 'Michael Gilfix was here\n'

======================================================================
FAIL: testMaxName (test.test_socket.TestLinuxAbstractNamespace)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/test/test_socket.py", line 934, in testMaxName
    self.assertEqual(s.getsockname(), address)
AssertionError: '\x00hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh' != '\x00hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh'

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/test/test_socketserver.py", line 91, in run
    svr.serve_a_few()
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/test/test_socketserver.py", line 35, in serve_a_few
    self.handle_request()
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/SocketServer.py", line 217, in handle_request
    request, client_address = self.get_request()
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/SocketServer.py", line 374, in get_request
    return self.socket.accept()
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/socket.py", line 167, in accept
    sock, addr = self._sock.accept()
SystemError: Negative size passed to PyString_FromStringAndSize

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 557, in runtest_inner
    indirect_test()
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/test/test_socketserver.py", line 212, in test_main
    testall()
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/test/test_socketserver.py", line 200, in testall
    testloop(socket.AF_UNIX, streamservers, MyStreamHandler, teststream)
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/test/test_socketserver.py", line 144, in testloop
    testfunc(proto, addr)
  File "/home/pybot/buildarea-armeabi/2.5.klose-linux-armeabi/build/Lib/test/test_socketserver.py", line 63, in teststream
    s.sendall(teststring)
  File "<string>", line 1, in sendall
error: (32, 'Broken pipe')

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list