[Python-buildbots] Finally ! Many thanks!
Finally, got to this point that the tests are all passing on the bot - 3.X!! p.s. - now that 3.8 is beta - Will there be a separate bot for 3.8 in the near future? signature.asc Description: OpenPGP digital signature ___ Python-Buildbots mailing list Python-Buildbots@python.org https://mail.python.org/mailman/listinfo/python-buildbots
[Python-buildbots] Current build stuck for four days(!)
Turns out that this isn't a massive queue of builds happening, but just one single build. https://buildbot.python.org/all/#/builders/211/builds/46 The builder is saturating one CPU core and has been doing so for literally days. I don't think it's going to get anywhere at this point. Is there a way to bomb the build and tell it to start over? ChrisA ___ Python-Buildbots mailing list Python-Buildbots@python.org https://mail.python.org/mailman/listinfo/python-buildbots
Re: [Python-buildbots] Current build stuck for four days(!)
If you're signed in with your github.com account, then on the buildbot web interface you should be able to stop the build as builder owner (if your github.com account matches the worker information and is in the python group - or something like that). Although I suppose in this case it may depend on how its hung. In most cases for me, I usually just kill the test process locally on the builder - that'll fail that build abruptly but then everything just moves on. -- David On Sun, Jun 16, 2019 at 9:20 PM Chris Angelico wrote: > Turns out that this isn't a massive queue of builds happening, but > just one single build. > > https://buildbot.python.org/all/#/builders/211/builds/46 > > The builder is saturating one CPU core and has been doing so for > literally days. I don't think it's going to get anywhere at this > point. Is there a way to bomb the build and tell it to start over? > > ChrisA > ___ > Python-Buildbots mailing list > Python-Buildbots@python.org > https://mail.python.org/mailman/listinfo/python-buildbots > ___ Python-Buildbots mailing list Python-Buildbots@python.org https://mail.python.org/mailman/listinfo/python-buildbots
Re: [Python-buildbots] Current build stuck for four days(!)
On Mon, Jun 17, 2019 at 11:49 AM David Bolen wrote: > > If you're signed in with your github.com account, then on the buildbot web > interface you should be able to stop the build as builder owner (if your > github.com account matches the worker information and is in the python > group - or something like that). Although I suppose in this case it may > depend on how its hung. Hmm. I'm logged in and looking at the page, but can't see anything about stopping the job. So it's probably not set up to recognize me as an owner - possibly a groups issue. > In most cases for me, I usually just kill the test process locally on the > builder - that'll fail that build abruptly but then everything just moves > on. I took the easy way out and restarted the whole VM :) Thanks for the advice. ChrisA ___ Python-Buildbots mailing list Python-Buildbots@python.org https://mail.python.org/mailman/listinfo/python-buildbots