[Python-checkins] buildbot failure in amd64 XP 3.0

buildbot at python.org buildbot at python.org
Sun Jun 1 13:29:32 CEST 2008


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

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

Buildslave for this Build: heller-windows-amd64

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: martin.v.loewis

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 281, in _handle_request_noblock
    self.process_request(request, client_address)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 307, in process_request
    self.finish_request(request, client_address)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 320, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 614, in __init__
    self.handle()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 364, in handle
    self.handle_one_request()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 358, in handle_one_request
    method()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 617, in do_GET
    f = self.send_head()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 849, in send_head
    return self.run_cgi()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 1102, in run_cgi
    exec(open(scriptfile).read(), {"__name__": "__main__"})
  File "<string>", line 3, in <module>
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socket.py", line 222, in write
    return self._sock.send(b)
TypeError: send() argument 1 must be bytes or read-only buffer, not str

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 281, in _handle_request_noblock
    self.process_request(request, client_address)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 307, in process_request
    self.finish_request(request, client_address)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 320, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 614, in __init__
    self.handle()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 364, in handle
    self.handle_one_request()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 358, in handle_one_request
    method()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 617, in do_GET
    f = self.send_head()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 849, in send_head
    return self.run_cgi()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 1102, in run_cgi
    exec(open(scriptfile).read(), {"__name__": "__main__"})
  File "<string>", line 3, in <module>
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socket.py", line 222, in write
    return self._sock.send(b)
TypeError: send() argument 1 must be bytes or read-only buffer, not str

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 281, in _handle_request_noblock
    self.process_request(request, client_address)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 307, in process_request
    self.finish_request(request, client_address)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 320, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 614, in __init__
    self.handle()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 364, in handle
    self.handle_one_request()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 358, in handle_one_request
    method()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 842, in do_POST
    self.run_cgi()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 1102, in run_cgi
    exec(open(scriptfile).read(), {"__name__": "__main__"})
  File "<string>", line 4, in <module>
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socket.py", line 222, in write
    return self._sock.send(b)
TypeError: send() argument 1 must be bytes or read-only buffer, not str

5 tests failed:
    test_httpservers test_platform test_pydoc test_site test_winsound

======================================================================
ERROR: test_post (test.test_httpservers.CGIHTTPServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_httpservers.py", line 325, in test_post
    res = self.request('/cgi-bin/file2.py', 'POST', params, headers)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_httpservers.py", line 63, in request
    return self.connection.getresponse()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\client.py", line 975, in getresponse
    response.begin()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\client.py", line 424, in begin
    self.msg = HTTPMessage(self.fp, 0)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\mimetools.py", line 16, in __init__
    rfc822.Message.__init__(self, fp, seekable)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\rfc822.py", line 104, in __init__
    self.readheaders()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\client.py", line 266, in readheaders
    line = str(self.fp.readline(), "iso-8859-1")
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\io.py", line 510, in readline
    b = self.read(nreadahead())
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\io.py", line 577, in read
    n = self.readinto(b)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socket.py", line 217, in readinto
    return self._sock.recv_into(b)
socket.error: [Errno 10054] An existing connection was forcibly closed by the remote host

======================================================================
FAIL: test_authorization (test.test_httpservers.CGIHTTPServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_httpservers.py", line 339, in test_authorization
    (res.read(), res.getheader('Content-type'), res.status))
AssertionError: (b'Hello World\n', 'text/html', 200) != (b'', None, 200)

======================================================================
FAIL: test_headers_and_content (test.test_httpservers.CGIHTTPServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_httpservers.py", line 320, in test_headers_and_content
    (res.read(), res.getheader('Content-type'), res.status))
AssertionError: (b'Hello World\n', 'text/html', 200) != (b'', None, 200)

======================================================================
ERROR: test_mac_ver (test.test_platform.PlatformTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_platform.py", line 68, in test_mac_ver
    if os.uname()[0] == 'Darwin':
AttributeError: 'module' object has no attribute 'uname'

======================================================================
FAIL: test_html_doc (test.test_pydoc.PyDocDocTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_pydoc.py", line 237, in test_html_doc
    self.fail("outputs are not equal, see diff above")
AssertionError: outputs are not equal, see diff above

======================================================================
FAIL: test_s_option (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_site.py", line 105, in test_s_option
    self.assertEqual(rc, 1)
AssertionError: 0 != 1

======================================================================
ERROR: test_alias_asterisk (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_winsound.py", line 87, in test_alias_asterisk
    winsound.PlaySound('SystemAsterisk', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

======================================================================
ERROR: test_alias_exclamation (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_winsound.py", line 97, in test_alias_exclamation
    winsound.PlaySound('SystemExclamation', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

======================================================================
ERROR: test_alias_exit (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_winsound.py", line 107, in test_alias_exit
    winsound.PlaySound('SystemExit', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

======================================================================
ERROR: test_alias_hand (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_winsound.py", line 117, in test_alias_hand
    winsound.PlaySound('SystemHand', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

======================================================================
ERROR: test_alias_question (test.test_winsound.PlaySoundTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\test\test_winsound.py", line 127, in test_alias_question
    winsound.PlaySound('SystemQuestion', winsound.SND_ALIAS)
RuntimeError: Failed to play sound

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 281, in _handle_request_noblock
    self.process_request(request, client_address)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 307, in process_request
    self.finish_request(request, client_address)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 320, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 614, in __init__
    self.handle()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 364, in handle
    self.handle_one_request()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 358, in handle_one_request
    method()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 617, in do_GET
    f = self.send_head()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 849, in send_head
    return self.run_cgi()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 1102, in run_cgi
    exec(open(scriptfile).read(), {"__name__": "__main__"})
  File "<string>", line 3, in <module>
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socket.py", line 222, in write
    return self._sock.send(b)
TypeError: send() argument 1 must be bytes or read-only buffer, not str

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 281, in _handle_request_noblock
    self.process_request(request, client_address)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 307, in process_request
    self.finish_request(request, client_address)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 320, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 614, in __init__
    self.handle()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 364, in handle
    self.handle_one_request()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 358, in handle_one_request
    method()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 617, in do_GET
    f = self.send_head()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 849, in send_head
    return self.run_cgi()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 1102, in run_cgi
    exec(open(scriptfile).read(), {"__name__": "__main__"})
  File "<string>", line 3, in <module>
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socket.py", line 222, in write
    return self._sock.send(b)
TypeError: send() argument 1 must be bytes or read-only buffer, not str

Traceback (most recent call last):
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 281, in _handle_request_noblock
    self.process_request(request, client_address)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 307, in process_request
    self.finish_request(request, client_address)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 320, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socketserver.py", line 614, in __init__
    self.handle()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 364, in handle
    self.handle_one_request()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 358, in handle_one_request
    method()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 842, in do_POST
    self.run_cgi()
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\http\server.py", line 1102, in run_cgi
    exec(open(scriptfile).read(), {"__name__": "__main__"})
  File "<string>", line 4, in <module>
  File "C:\buildbot\3.0.heller-windows-amd64\build\lib\socket.py", line 222, in write
    return self._sock.send(b)
TypeError: send() argument 1 must be bytes or read-only buffer, not str

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list