This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients nadeem.vawda, neologix, pitrou, python-dev, vstinner
Date 2011-12-19.15:05:27
SpamBayes Score 2.028544e-12
Marked as misclassified No
Message-id <1324307128.64.0.185689778185.issue13453@psf.upfronthosting.co.za>
In-reply-to
Content
Another failure on an OpenIndiana buildbot:
"""
======================================================================
ERROR: testTimeoutConnect (test.test_ftplib.TestTimeouts)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/test/test_ftplib.py", line 837, in testTimeoutConnect
    ftp.connect(HOST, timeout=30)
  File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/ftplib.py", line 142, in connect
    self.sock = socket.create_connection((self.host, self.port), self.timeout)
  File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/socket.py", line 404, in create_connection
    raise err
  File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/socket.py", line 395, in create_connection
    sock.connect(sa)
socket.error: [Errno 146] Connection refused
"""

I guess it's always the same problem, a broken name resolution service which takes a long time to resolve "localhost".
I'll try to bump the timeouts.
History
Date User Action Args
2011-12-19 15:05:29neologixsetrecipients: + neologix, pitrou, vstinner, nadeem.vawda, python-dev
2011-12-19 15:05:28neologixsetmessageid: <1324307128.64.0.185689778185.issue13453@psf.upfronthosting.co.za>
2011-12-19 15:05:28neologixlinkissue13453 messages
2011-12-19 15:05:27neologixcreate