[Python-checkins] buildbot warnings in x86 gentoo trunk

buildbot at python.org buildbot at python.org
Wed Jun 6 22:50:54 CEST 2007


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

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: thomas.heller

Build had warnings: warnings test

Excerpt from the test logfile:
1 test failed:
    test_telnetlib

======================================================================
ERROR: testBasic (test.test_telnetlib.GeneralTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/test/test_telnetlib.py", line 36, in testBasic
    telnet = telnetlib.Telnet("localhost", 9091)
  File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/telnetlib.py", line 209, in __init__
    self.open(host, port, timeout)
  File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/telnetlib.py", line 227, in open
    self.sock = socket.create_connection((host, port), self.timeout)
  File "/home/buildslave/python-trunk/trunk.norwitz-x86/build/Lib/socket.py", line 443, in create_connection
    raise error, msg
error: (111, 'Connection refused')

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list