One thing I can see is this:
[exec] [findbugs] Cannot open codebase
filesystem:/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/build/lib/log4j-1.2.15.jar
[exec] [findbugs] java.util.zip.ZipException: Zip file
doesn't exist:
/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-Build/trunk/build/lib/log4j-1.2.15.jar
Thomas, seems your recent change to ivy.xml, you missed the log4j
reference in build.xml. Can you create a jira/patch for this?
I see multiple of these in the log:
[exec] [junit] java.lang.NullPointerException
[exec] [junit] at
org.apache.zookeeper.server.ZKDatabase.addCommittedProposal(ZKDatabase.java:242)
[exec] [junit] at
org.apache.zookeeper.server.FinalRequestProcessor.processRequest(FinalRequestProcessor.java:128)
[exec] [junit] at
org.apache.zookeeper.server.SyncRequestProcessor.run(SyncRequestProcessor.java:138)
Not sure if this is related to this patch or not, but I've not seen it
previously, the other patch tests around that time are also not seeing
this issue.
Patrick
On Thu, Sep 22, 2011 at 11:08 AM, Thomas Koch <[email protected]> wrote:
> Patrick Hunt:
>> A link to an example on Jenkins would be helpful.
> Sorry, stupid of me:
> mine: http://koch.ro:8080/job/ZooKeeper/47/
> issue: https://issues.apache.org/jira/browse/ZOOKEEPER-1199
> (Links to ASF's Jenkins in the issue)
>
> (My build failed because of static code analysis. Tests are fine.)
>
>
>