<div dir="ltr">The home page only show the running builds.<div>in the builder page, there is the list of buildrequests.</div><div><br></div><div>A reason why a master won't start them might be</div><div>- there is no worker available</div><div>- there is a nextWorker or a nextBuild callback which returns None or []</div><div><br></div><div>In the case those checks do not help, the code where you can start to add debug logs is:</div><div><a href="https://github.com/buildbot/buildbot/blob/master/master/buildbot/process/buildrequestdistributor.py#L189">https://github.com/buildbot/buildbot/blob/master/master/buildbot/process/buildrequestdistributor.py#L189</a><br></div><div><br></div><div>Regards</div><div>Pierre</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jun 13, 2017 at 4:49 PM alan somers <<a href="mailto:asomers@gmail.com">asomers@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">No, the home page shows no pending builds.<br>
<br>
On Tue, Jun 13, 2017 at 8:46 AM, Neil Gilmore <<a href="mailto:ngilmore@grammatech.com" target="_blank">ngilmore@grammatech.com</a>> wrote:<br>
> Alan,<br>
><br>
> Does your setup have a web UI? If so, are you seeing builds being queued?<br>
> Big difference between a queued build not starting and builds not getting<br>
> queued at all...<br>
><br>
> Neil Gilmore<br>
> <a href="http://grammatech.com" rel="noreferrer" target="_blank">grammatech.com</a><br>
><br>
><br>
> On 6/12/2017 11:12 PM, alan somers wrote:<br>
>><br>
>> I have a buildmaster with one DockerLatentWorker and two builders.<br>
>> Each builder has two change sources: a GitPoller and a<br>
>> GitHubPullrequestPoller.  Each builder also has two schedulers: an<br>
>> AnyBranchScheduler for a few select branches and an AnyBranchScheduler<br>
>> for pull requests.  I also have Github hooks setup to push commit<br>
>> notifications into the buildmaster.  There is a WorkerLock with a<br>
>> maxCount of 1 that is shared by one step of both builders'<br>
>> BuilderConfigs.<br>
>><br>
>> Everything was working fine until today, but now the buildmaster never<br>
>> attempts to kick off a build.  I can see from twistd.log that the<br>
>> GitHub hook is still working, and I see log entries like "added<br>
>> buildset 183 to database".  However, whereas normally that entry would<br>
>> be followed up by a "starting build" entry, now there is nothing.<br>
>> There aren't any errors; there's just nothing at all.<br>
>><br>
>> How can I debug this problem?  I have Manhole working, but I don't<br>
>> know what to look for.  Any advice would be appreciated.<br>
>><br>
>> Buildless in Boulder,<br>
>> -Alan<br>
>> _______________________________________________<br>
>> users mailing list<br>
>> <a href="mailto:users@buildbot.net" target="_blank">users@buildbot.net</a><br>
>> <a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><br>
><br>
><br>
> _______________________________________________<br>
> users mailing list<br>
> <a href="mailto:users@buildbot.net" target="_blank">users@buildbot.net</a><br>
> <a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><br>
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@buildbot.net" target="_blank">users@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/users</a><br>
</blockquote></div>