[Python-checkins] buildbot warnings in S-390 Debian 2.5

buildbot at python.org buildbot at python.org
Thu Mar 8 23:15:43 CET 2007


The Buildbot has detected a new failure of S-390 Debian 2.5.
Full details are available at:
 http://www.python.org/dev/buildbot/all/S-390%2520Debian%25202.5/builds/203

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

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

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 557, in runtest_inner
    indirect_test()
  File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/test/test_socket_ssl.py", line 124, in test_main
    test_basic()
  File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/test/test_socket_ssl.py", line 30, in test_basic
    f = urllib.urlopen('https://sf.net')
  File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/urllib.py", line 82, in urlopen
    return opener.open(url)
  File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/urllib.py", line 190, in open
    return getattr(self, name)(url)
  File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/urllib.py", line 412, in open_https
    h.endheaders()
  File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/httplib.py", line 856, in endheaders
    self._send_output()
  File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/httplib.py", line 728, in _send_output
    self.send(msg)
  File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/httplib.py", line 695, in send
    self.connect()
  File "/home/pybot/buildarea/2.5.klose-debian-s390/build/Lib/httplib.py", line 1130, in connect
    sock.connect((self.host, self.port))
  File "<string>", line 1, in connect
IOError: [Errno socket error] (110, 'Connection timed out')

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list