You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stefan Bodewig <bo...@apache.org> on 2006/07/09 10:11:54 UTC

[GUMP@vmgump]: Project commons-openpgp (in module jakarta-commons-sandbox) failed

To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general@gump.apache.org.

Project commons-openpgp has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-openpgp :  Commons OpenPGP


Full details are available at:
    http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-openpgp/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [commons-openpgp-09072006.jar] identifier set to project name
 -INFO- Made directory [/usr/local/gump/public/workspace/jakarta-commons-sandbox/openpgp/target/classes]
 -INFO- Made directory [/usr/local/gump/public/workspace/jakarta-commons-sandbox/openpgp/target/test-classes]
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-openpgp/gump_work/build_jakarta-commons-sandbox_commons-openpgp.html
Work Name: build_jakarta-commons-sandbox_commons-openpgp (Type: Build)
Work ended in a state of : Failed
Elapsed: 10 secs
Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dbuild.jar.version=09072006 -Dbuild.junit.fork=true jar 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons-sandbox/openpgp]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/openpgp/target/classes:/usr/local/gump/public/workspace/jakarta-commons-sandbox/openpgp/target/test-classes:/usr/local/gump/public/workspace/jakarta-commons-sandbox/openpgp/src/test/resources:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/packages/bouncycastle-jdk14/bcprov-130.jar:/usr/local/gump/packages/bouncycastle-jdk14/bcpg-130.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar
---------------------------------------------
    [javac] Compiling 13 source files to /x1/gump/public/workspace/jakarta-commons-sandbox/openpgp/target/classes

compile-tests:
    [javac] Compiling 1 source file to /x1/gump/public/workspace/jakarta-commons-sandbox/openpgp/target/test-classes

test:
    [junit] Testsuite: org.apache.commons.openpgp.BouncyCastleOpenPgpSignerTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.837 sec

    [junit] Exception in thread "main" java.io.FileNotFoundException: 1/gump/public/workspace/jakarta-commons-sandbox/openpgp/junitvmwatcher500792657.properties (No such file or directory)
    [junit] ------------- Standard Output ---------------
    [junit] org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner$1:testSignDataDetachedBinary(org.apache.commons.openpgp.BouncyCastleOpenPgpSignerTest)
    [junit] 	at java.io.FileOutputStream.open(Native Method)
    [junit] org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner$1:testVerifySignatureDetachedBinary(org.apache.commons.openpgp.BouncyCastleOpenPgpSignerTest)
    [junit] 	at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    [junit] 	at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
    [junit] ------------- ---------------- ---------------
    [junit] 	at java.io.FileWriter.<init>(FileWriter.java:46)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.registerNonCrash(JUnitTestRunner.java:823)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:676)
    [junit] java.io.FileNotFoundException: /x1/gump/public/workspace/jakarta-commons-sandbox/openpgp/junitvmwatcher500792657.properties (No such file or directory)
    [junit] 	at java.io.FileInputStream.open(Native Method)
    [junit] 	at java.io.FileInputStream.<init>(FileInputStream.java:106)
    [junit] 	at java.io.FileReader.<init>(FileReader.java:55)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:996)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:792)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:755)
    [junit] 	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:585)
    [junit] 	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:104)
    [junit] 	at org.apache.tools.ant.Task.perform(Task.java:375)
    [junit] 	at org.apache.tools.ant.Target.execute(Target.java:356)
    [junit] 	at org.apache.tools.ant.Target.performTasks(Target.java:384)
    [junit] 	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1268)
    [junit] 	at org.apache.tools.ant.Project.executeTarget(Project.java:1237)
    [junit] 	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [junit] 	at org.apache.tools.ant.Project.executeTargets(Project.java:1120)
    [junit] 	at org.apache.tools.ant.Main.runBuild(Main.java:686)
    [junit] 	at org.apache.tools.ant.Main.startAnt(Main.java:196)
    [junit] 	at org.apache.tools.ant.Main.start(Main.java:158)
    [junit] 	at org.apache.tools.ant.Main.main(Main.java:247)
    [junit] Test org.apache.commons.openpgp.BouncyCastleOpenPgpSignerTest FAILED (crashed)

BUILD FAILED
/x1/gump/public/workspace/jakarta-commons-sandbox/openpgp/build.xml:74: At least one test has failed.

Total time: 9 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-openpgp/rss.xml
- Atom: http://vmgump.apache.org/gump/public/jakarta-commons-sandbox/commons-openpgp/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 37000009072006, vmgump.apache.org:vmgump-public:37000009072006
Gump E-mail Identifier (unique within run) #25.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org