[Python-Dev] SPARC testers (and buildbot!) needed
"Martin v. Löwis"
martin at v.loewis.de
Fri Aug 10 07:48:04 CEST 2012
>> Sent in a private message.
>
> Thanks, it seems to be working fine.
Actually, there appears to be a glitch in the network setup: it appears
that connections to localhost are not possible in your zone. The tests
fail with an assertion
self.assertEqual(cm.exception.errno, errno.ECONNREFUSED)
AssertionError: 128 != 146
where 128 is ENETUNREACH. It would be good if localhost was reachable
on a build slave.
Also, if you haven't done so, please make sure that the build slave
restarts when the zone or the machine is restarted. Don't worry that
restarting will abort builds in progress - that happens from time
to time on any slave.
Regards,
Martin
More information about the Python-Dev
mailing list