This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients db3l, jkloth, loewis, python-dev, steve.dower, tim.golden, zach.ware
Date 2014-07-09.15:29:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404919757.24.0.119805997476.issue21907@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for getting the XP bot running again, it looks like it's now having issues with how the tests are now run (some issue with how sys.stdin is set up in a subprocess); I'm not sure if that should be fixed by reverting back to not using run_tests.py, or fixing stdin in a subprocess on XP (which is now officially unsupported by 3.5 anyway...).

As for the fact that your bots are now doing full clones instead of pulls is disturbing and must be fixed, but I'm not sure how that happened.  The AMD64 Windows 7 bot is still doing pulls, so the new clean script shouldn't be a problem.  Do you have any insight into what happened on the x86 Win7 bot's build 8503[1]?  That should have been the first build with this issue's changes, but it didn't even try to update at all.

Build 10744[2] on the XP bot seems to have tried to clobber the build directory on update after a successful clean on the previous build, which doesn't make sense to me either (though the 'test' step did time out, which might play into it).

[1] http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/8503
[2] http://buildbot.python.org/all/builders/x86%20XP-4%203.x/builds/10744
History
Date User Action Args
2014-07-09 15:29:17zach.waresetrecipients: + zach.ware, loewis, db3l, tim.golden, jkloth, python-dev, steve.dower
2014-07-09 15:29:17zach.waresetmessageid: <1404919757.24.0.119805997476.issue21907@psf.upfronthosting.co.za>
2014-07-09 15:29:17zach.warelinkissue21907 messages
2014-07-09 15:29:16zach.warecreate