Clearly I was trying to say findbugs but my spell-checker disagreed with me.
Here is an example: https://builds.apache.org/view/PreCommit%20Builds/job/PreCommit-ZOOKEEPER-Build/3512/ which fails with: BUILD FAILED /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-Build/build.xml:1580: 'findbugs.home' is not defined. Please pass -Dfindbugs.home=<base of Findbugs installation> to Ant on the command-line. and we are defining the variable like this in the confguration: -Dfindbugs.home=/home/jenkins/tools/findbugs/latest Also, in this other queue got pull requests: https://builds.apache.org/view/PreCommit%20Builds/job/PreCommit-ZOOKEEPER-github-pr-build/35/ <https://builds.apache.org/view/PreCommit%20Builds/job/PreCommit-ZOOKEEPER-github-pr-build/35/> I got this: -1 findbugs. The patch appears to introduce 19 new Findbugs (version 3.0.1) warnings. and I should be really getting no new warning because it is a shell script I'm adding and there is nothing that has changed that I'm aware of. These two cases made me suspect that something changed with the findbugs installation, but you tell me if that's the case or not. -Flavio > On 04 Nov 2016, at 13:50, Pono Takamori <p...@apache.org> wrote: > > A link to a failing job would be great. > > Cheers > -Pono > > On Fri, Nov 4, 2016 at 1:11 PM, Flavio Junqueira <f...@apache.org> wrote: >> Has there been any changes to windbags recently? Recently being the last day >> or two. >> >> Thanks, >> -Flavio