koobs added the comment:

Observed the following test_smtplib failure on koobs-freebsd10, noting that the 
timeout parameter is still 3 

test test_smtplib failed -- Traceback (most recent call last):
  File 
"/usr/home/buildbot/python/2.7.koobs-freebsd10/build/Lib/test/test_smtplib.py", 
line 222, in testHELP
    smtp = smtplib.SMTP(HOST, self.port, local_hostname='localhost', timeout=3)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd10/build/Lib/smtplib.py", 
line 256, in __init__
    (code, msg) = self.connect(host, port)
  File "/usr/home/buildbot/python/2.7.koobs-freebsd10/build/Lib/smtplib.py", 
line 317, in connect
    (code, msg) = self.getreply()
  File "/usr/home/buildbot/python/2.7.koobs-freebsd10/build/Lib/smtplib.py", 
line 365, in getreply
    + str(e))
SMTPServerDisconnected: Connection unexpectedly closed: timed out[283/401] 
test_abstract_numbers

Complete log attached.

----------
nosy: +koobs
resolution: wont fix -> 
stage: resolved -> needs patch
status: closed -> open
Added file: 
http://bugs.python.org/file39777/koobs-freebsd10.python.27.build978.log

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12210>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to