On Sat, Oct 22, 2011 at 5:31 AM, Ted Yu <yuzhih...@gmail.com> wrote: > Please see the hanging build: > https://builds.apache.org/view/G-L/view/HBase/job/HBase-0.92/78/console > > It would be nice to know where the build got hung.
For whatever reason, Jenkins decided to run this build on master. But, we don't allow builds on master, and thus Jenkins should never schedule builds there. The master has no executors and therefore the build is stuck waiting on an executor that it will never get. This is a bug in Jenkins that we reported some time back but nothing has really been done on it: https://issues.jenkins-ci.org/browse/JENKINS-9688 /niklas