There is a bug in hudson build script.
--------------------------------------
Key: HAMA-198
URL: https://issues.apache.org/jira/browse/HAMA-198
Project: Hama
Issue Type: Task
Components: scripts
Reporter: Edward J. Yoon
Assignee: Edward J. Yoon
Priority: Minor
======================================================================
======================================================================
Determining number of patched Findbugs warnings.
======================================================================
======================================================================
Buildfile: build.xml
init:
cc-compile:
compile:
jar:
findbugs:
[findbugs] Executing findbugs from ant task
[findbugs] Running FindBugs...
[findbugs] Warnings generated: 1
[findbugs] Output saved to
/zonestorage/hudson/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/build/reports/findbugs/hama-findbugs.xml
BUILD SUCCESSFUL
Total time: 41 seconds
Exception in thread "main" java.io.FileNotFoundException:
/export/home/edwardyoon/patchQueue/current/trunkFindbugsWarnings.xml (No such
file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at
edu.umd.cs.findbugs.SortedBugCollection.readXML(SortedBugCollection.java:177)
at
edu.umd.cs.findbugs.SortedBugCollection.readXML(SortedBugCollection.java:164)
at
edu.umd.cs.findbugs.workflow.SetBugDatabaseInfo.main(SetBugDatabaseInfo.java:122)
Starting with
/export/home/edwardyoon/patchQueue/current/trunkFindbugsWarnings.xml
Exception in thread "main" java.io.FileNotFoundException:
/export/home/edwardyoon/patchQueue/current/trunkFindbugsWarnings.xml (No such
file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at
edu.umd.cs.findbugs.SortedBugCollection.readXML(SortedBugCollection.java:177)
at
edu.umd.cs.findbugs.SortedBugCollection.readXML(SortedBugCollection.java:164)
at edu.umd.cs.findbugs.workflow.Update.doit(Update.java:392)
at edu.umd.cs.findbugs.workflow.Update.main(Update.java:363)
Exception in thread "main" java.io.FileNotFoundException:
/export/home/edwardyoon/patchQueue/current/findbugsMerge.xml (No such file or
directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at
edu.umd.cs.findbugs.SortedBugCollection.readXML(SortedBugCollection.java:177)
at
edu.umd.cs.findbugs.SortedBugCollection.readXML(SortedBugCollection.java:164)
at edu.umd.cs.findbugs.workflow.Filter.main(Filter.java:439)
Exception in thread "main" java.io.FileNotFoundException:
/export/home/hudson/hudson/jobs/Hama-Patch/workspace/trunk/build/reports/findbugs/newPatchFindbugsWarnings.xml
(No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at
edu.umd.cs.findbugs.SortedBugCollection.readXML(SortedBugCollection.java:177)
at
edu.umd.cs.findbugs.SortedBugCollection.readXML(SortedBugCollection.java:164)
at
edu.umd.cs.findbugs.PrintingBugReporter.xslt(PrintingBugReporter.java:177)
at
edu.umd.cs.findbugs.PrintingBugReporter.main(PrintingBugReporter.java:114)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.