[Python-checkins] buildbot warnings in x86 mvlgcc trunk

buildbot at python.org buildbot at python.org
Thu Dec 14 00:11:27 CET 2006


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

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: brett.cannon

Build had warnings: warnings test

Excerpt from the test logfile:
2 tests failed:
    test_socket_ssl test_timeout

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 554, in runtest_inner
    indirect_test()
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_socket_ssl.py", line 124, in test_main
    test_basic()
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_socket_ssl.py", line 30, in test_basic
    f = urllib.urlopen('https://sf.net')
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/urllib.py", line 82, in urlopen
    return opener.open(url)
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/urllib.py", line 190, in open
    return getattr(self, name)(url)
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/urllib.py", line 421, in open_https
    return self.http_error(url, fp, errcode, errmsg, headers)
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/urllib.py", line 347, in http_error
    result = method(url, fp, errcode, errmsg, headers)
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/urllib.py", line 622, in http_error_302
    data)
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/urllib.py", line 637, in redirect_internal
    return self.open(newurl)
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/urllib.py", line 190, in open
    return getattr(self, name)(url)
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/urllib.py", line 412, in open_https
    h.endheaders()
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/httplib.py", line 864, in endheaders
    self._send_output()
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/httplib.py", line 736, in _send_output
    self.send(msg)
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/httplib.py", line 695, in send
    self.connect()
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/httplib.py", line 1152, in connect
    sock.connect((self.host, self.port))
  File "<string>", line 1, in connect
IOError: [Errno socket error] (-2, 'Name or service not known')

======================================================================
FAIL: testConnectTimeout (test.test_timeout.TimeoutTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home2/buildbot/slave/trunk.loewis-linux/build/Lib/test/test_timeout.py", line 128, in testConnectTimeout
    %(_delta, self.fuzz, _timeout))
AssertionError: timeout (5.00371) is more than 2 seconds more than expected (0.001)

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list