[New-bugs-announce] [issue9774] test_smtpnet fails with "[110] Connection timed out" on AMD64 debian parallel buildbot
Florent Xicluna
report at bugs.python.org
Sat Sep 4 14:22:07 CEST 2010
New submission from Florent Xicluna <florent.xicluna at gmail.com>:
Repeated failure on AMD64 debian parallel buildbot.
[329/346] test_smtpnet
test test_smtpnet failed -- Traceback (most recent call last):
File "/var/autofs/net/homedir/home/martin.vonloewis/buildarea/3.x.loewis-parallel2/build/Lib/test/test_smtpnet.py", line 15, in test_connect
server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
File "/var/autofs/net/homedir/home/martin.vonloewis/buildarea/3.x.loewis-parallel2/build/Lib/smtplib.py", line 758, in __init__
SMTP.__init__(self, host, port, local_hostname, timeout)
File "/var/autofs/net/homedir/home/martin.vonloewis/buildarea/3.x.loewis-parallel2/build/Lib/smtplib.py", line 239, in __init__
(code, msg) = self.connect(host, port)
File "/var/autofs/net/homedir/home/martin.vonloewis/buildarea/3.x.loewis-parallel2/build/Lib/smtplib.py", line 295, in connect
self.sock = self._get_socket(host, port, self.timeout)
File "/var/autofs/net/homedir/home/martin.vonloewis/buildarea/3.x.loewis-parallel2/build/Lib/smtplib.py", line 763, in _get_socket
new_socket = socket.create_connection((host, port), timeout)
File "/var/autofs/net/homedir/home/martin.vonloewis/buildarea/3.x.loewis-parallel2/build/Lib/socket.py", line 319, in create_connection
raise error(msg)
socket.error: [Errno 110] Connection timed out
http://www.python.org/dev/buildbot/builders/AMD64%20debian%20parallel%203.x/builds/94
----------
components: Tests
messages: 115570
nosy: flox
priority: normal
severity: normal
stage: needs patch
status: open
title: test_smtpnet fails with "[110] Connection timed out" on AMD64 debian parallel buildbot
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9774>
_______________________________________
More information about the New-bugs-announce
mailing list