[Python-Dev] Python 2.7 root buildbot showing errors

Christian Heimes christian at python.org
Mon Jan 6 09:11:35 CET 2014


On 06.01.2014 08:09, Chris Angelico wrote:
> Then further down, several SSL tests attempt:
>
> s.connect_ex(("svn.python.org", 444)))
>
> and get back EAGAIN when they're expecting ECONNREFUSED. Possibly my
> firewall's delaying things somewhat and it's timing out with a signal;
> when I try manually, the connection times out.

Are you running the VM on Windows? I've seen similar issues on Windows 
and Windows as host platform for VMs:

http://bugs.python.org/issue19919

Christian



More information about the Python-Dev mailing list