[Python-checkins] buildbot warnings in ia64 Ubuntu trunk trunk

buildbot at python.org buildbot at python.org
Wed Nov 8 09:29:03 CET 2006


The Buildbot has detected a new failure of ia64 Ubuntu trunk trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ia64%2520Ubuntu%2520trunk%2520trunk/builds/205

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: andrew.kuchling,martin.v.loewis,thomas.heller

Build had warnings: warnings test

Excerpt from the test logfile:
1 test failed:
    test_socket_ssl

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 554, in runtest_inner
    indirect_test()
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_socket_ssl.py", line 124, in test_main
    test_basic()
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_socket_ssl.py", line 30, in test_basic
    f = urllib.urlopen('https://sf.net')
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/urllib.py", line 82, in urlopen
    return opener.open(url)
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/urllib.py", line 190, in open
    return getattr(self, name)(url)
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/urllib.py", line 412, in open_https
    h.endheaders()
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/httplib.py", line 856, in endheaders
    self._send_output()
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/httplib.py", line 728, in _send_output
    self.send(msg)
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/httplib.py", line 695, in send
    self.connect()
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/httplib.py", line 1131, in connect
    ssl = socket.ssl(sock, self.key_file, self.cert_file)
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/socket.py", line 74, in ssl
    return _realssl(sock, keyfile, certfile)
IOError: [Errno socket error] (8, 'EOF occurred in violation of protocol')

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list