Message133429
| Author |
pitrou |
| Recipients |
pitrou |
| Date |
2011年04月09日.21:56:53 |
| SpamBayes Score |
0.0096241115 |
| Marked as misclassified |
No |
| Message-id |
<1302386214.84.0.811032327589.issue11812@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.x/builds/2920/steps/test/logs/stdio
test test_telnetlib failed -- Traceback (most recent call last):
File "D:\cygwin\home\db3l\buildarea3円.x.bolen-windows7\build\lib\test\test_telnetlib.py", line 45, in testBasic
telnet = telnetlib.Telnet(HOST, self.port)
File "D:\cygwin\home\db3l\buildarea3円.x.bolen-windows7\build\lib\telnetlib.py", line 209, in __init__
self.open(host, port, timeout)
File "D:\cygwin\home\db3l\buildarea3円.x.bolen-windows7\build\lib\telnetlib.py", line 225, in open
self.sock = socket.create_connection((host, port), timeout)
File "D:\cygwin\home\db3l\buildarea3円.x.bolen-windows7\build\lib\socket.py", line 407, in create_connection
raise err
File "D:\cygwin\home\db3l\buildarea3円.x.bolen-windows7\build\lib\socket.py", line 398, in create_connection
sock.connect(sa)
socket.error: [Errno 10061] No connection could be made because the target machine actively refused it |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2011年04月09日 21:56:54 | pitrou | set | recipients:
+ pitrou |
| 2011年04月09日 21:56:54 | pitrou | set | messageid: <1302386214.84.0.811032327589.issue11812@psf.upfronthosting.co.za> |
| 2011年04月09日 21:56:54 | pitrou | link | issue11812 messages |
| 2011年04月09日 21:56:53 | pitrou | create |
|