You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/04/18 17:51:18 UTC

Build failed in Jenkins: PDFBox-ant #1247

See <https://builds.apache.org/job/PDFBox-ant/1247/changes>

Changes:

[tilman] PDFBOX-1897: fix javadoc errors

------------------------------------------
Started by an SCM change
Building remotely on solaris1 (Solaris) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2014-04-18T15:50:03.386 +0000'
U         fontbox/src/main/java/org/apache/fontbox/cff/CFFFont.java
U         pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/PDRange.java
U         pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/RC4Cipher.java
U         pdfbox/src/main/java/org/apache/pdfbox/pdfparser/NonSequentialPDFParser.java
U         pdfbox/src/main/java/org/apache/pdfbox/io/RandomAccessRead.java
U         preflight/src/main/java/org/apache/pdfbox/preflight/process/BookmarkValidationProcess.java
U         preflight/src/main/java/org/apache/pdfbox/preflight/font/Type3FontValidator.java
U         tools/src/main/java/org/apache/pdfbox/tools/gui/PDFTreeModel.java
U         xmpbox/src/main/java/org/apache/xmpbox/DateConverter.java
At revision 1588497
[pdfbox] $ /home/hudson/tools/ant/apache-ant-1.7.0/bin/ant -file build.xml dist
Buildfile: build.xml

pdfbox.clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/bin

get.externallibs.pdfbox:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

get.externallibs.fontbox:

testexist:

downloadfile:

testexist:

downloadfile:

fontbox.init:

fontbox.compile:
    [javac] Compiling 1 source file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/target/classes

fontbox.package:
      [jar] Building jar: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/target/fontbox-2.0.0.jar

get.externallibs.jempbox:

testexist:

downloadfile:

testexist:

downloadfile:

jempbox.init:

jempbox.compile:

jempbox.package:

pdfbox.init:
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/bin
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output/rendering
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output-ext
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output-ext/rendering

pdfbox.compile:
    [javac] Compiling 464 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:178: warning: [deprecation] getContent(java.security.Key,java.lang.String) in org.bouncycastle.cms.RecipientInformation has been deprecated
    [javac] 	                      envelopedData = ri.getContent(material.getPrivateKey(), "BC");
    [javac] 	                                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:406: warning: [deprecation] AlgorithmIdentifier(org.bouncycastle.asn1.DERObjectIdentifier,org.bouncycastle.asn1.ASN1Encodable) in org.bouncycastle.asn1.x509.AlgorithmIdentifier has been deprecated
    [javac]         AlgorithmIdentifier algorithmId = new AlgorithmIdentifier(new DERObjectIdentifier(algorithm), object);
    [javac]                                           ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:421: warning: [deprecation] getAlgorithmId() in org.bouncycastle.asn1.x509.SubjectPublicKeyInfo has been deprecated
    [javac]         AlgorithmIdentifier algorithmId = certificate.getSubjectPublicKeyInfo().getAlgorithmId();
    [javac]                                                                                ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:430: warning: [deprecation] getObjectId() in org.bouncycastle.asn1.x509.AlgorithmIdentifier has been deprecated
    [javac]             cipher = Cipher.getInstance(algorithmId.getObjectId().getId());
    [javac]                                                    ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 warnings
    [javac] Compiling 48 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes
    [javac] Note: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/test/java/org/apache/pdfbox/util/TestImageIOUtils.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

pdfbox.package:
[propertyfile] Updating property file: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/resources/org/apache/pdfbox/resources/pdfbox.version
      [jar] Building jar: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/pdfbox-2.0.0.jar

javadoc:
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/build.xml:895: Javadoc failed: java.io.IOException: Cannot run program "/zonestorage/hudson_solaris/home/hudson/hudson-slave/tools/jdk6-u26-auto-install/bin/javadoc": error=12, Not enough space

Total time: 37 seconds
Build step 'Invoke Ant' marked build as failure

Jenkins build is back to normal : PDFBox-ant #1249

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PDFBox-ant/1249/changes>


Re: Build failed in Jenkins: PDFBox-ant #1248

Posted by Andreas Lehmkuehler <an...@lehmi.de>.
Hi,

I've removed the checkstyle target within the ant build in revision 1588533

BR
Andreas Lehmkühler


Am 18.04.2014 19:51, schrieb Apache Jenkins Server:
> See <https://builds.apache.org/job/PDFBox-ant/1248/changes>
>
> Changes:
>
> [lehmi] removed old checkstyle config
>
> [lehmi] removed old checkstyle config, class version is no longer needed
>
> [lehmi] disabled generation of javadocs within the ant build
>
> ------------------------------------------
> Started by an SCM change
> Building remotely on solaris1 (Solaris) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
> Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2014-04-18T17:50:01.109 +0000'
> D         pdfbox-checkstyle.xml
> U         pdfbox-checkstyle-5.xml
> U         pdfbox/build.xml
> At revision 1588529
> [pdfbox] $ /home/hudson/tools/ant/apache-ant-1.7.0/bin/ant -file build.xml dist
> Buildfile: build.xml
>
> pdfbox.clean:
>     [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target
>     [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/bin
>
> get.externallibs.pdfbox:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> get.externallibs.fontbox:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> fontbox.init:
>
> fontbox.compile:
>
> fontbox.package:
>
> get.externallibs.jempbox:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> jempbox.init:
>
> jempbox.compile:
>
> jempbox.package:
>
> pdfbox.init:
>      [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes
>      [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/bin
>      [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output
>      [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output/rendering
>      [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output-ext
>      [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output-ext/rendering
>
> pdfbox.compile:
>      [javac] Compiling 464 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes
>      [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:178: warning: [deprecation] getContent(java.security.Key,java.lang.String) in org.bouncycastle.cms.RecipientInformation has been deprecated
>      [javac] 	                      envelopedData = ri.getContent(material.getPrivateKey(), "BC");
>      [javac] 	                                        ^
>      [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:406: warning: [deprecation] AlgorithmIdentifier(org.bouncycastle.asn1.DERObjectIdentifier,org.bouncycastle.asn1.ASN1Encodable) in org.bouncycastle.asn1.x509.AlgorithmIdentifier has been deprecated
>      [javac]         AlgorithmIdentifier algorithmId = new AlgorithmIdentifier(new DERObjectIdentifier(algorithm), object);
>      [javac]                                           ^
>      [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:421: warning: [deprecation] getAlgorithmId() in org.bouncycastle.asn1.x509.SubjectPublicKeyInfo has been deprecated
>      [javac]         AlgorithmIdentifier algorithmId = certificate.getSubjectPublicKeyInfo().getAlgorithmId();
>      [javac]                                                                                ^
>      [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:430: warning: [deprecation] getObjectId() in org.bouncycastle.asn1.x509.AlgorithmIdentifier has been deprecated
>      [javac]             cipher = Cipher.getInstance(algorithmId.getObjectId().getId());
>      [javac]                                                    ^
>      [javac] Note: Some input files use unchecked or unsafe operations.
>      [javac] Note: Recompile with -Xlint:unchecked for details.
>      [javac] 4 warnings
>      [javac] Compiling 48 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes
>      [javac] Note: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/test/java/org/apache/pdfbox/util/TestImageIOUtils.java uses unchecked or unsafe operations.
>      [javac] Note: Recompile with -Xlint:unchecked for details.
>
> pdfbox.package:
> [propertyfile] Updating property file: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/resources/org/apache/pdfbox/resources/pdfbox.version
>        [jar] Building jar: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/pdfbox-2.0.0.jar
>
> checkForIKVM:
>
> build.NET:
>
> find.checkstyle:
>
> get.checkstyle:
>
> checkstyle:
>
> BUILD FAILED
> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/build.xml:365: Unable to create a Checker: unable to find /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox-checkstyle.xml
>
> Total time: 20 seconds
> Build step 'Invoke Ant' marked build as failure
>


Build failed in Jenkins: PDFBox-ant #1248

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/PDFBox-ant/1248/changes>

Changes:

[lehmi] removed old checkstyle config

[lehmi] removed old checkstyle config, class version is no longer needed

[lehmi] disabled generation of javadocs within the ant build

------------------------------------------
Started by an SCM change
Building remotely on solaris1 (Solaris) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2014-04-18T17:50:01.109 +0000'
D         pdfbox-checkstyle.xml
U         pdfbox-checkstyle-5.xml
U         pdfbox/build.xml
At revision 1588529
[pdfbox] $ /home/hudson/tools/ant/apache-ant-1.7.0/bin/ant -file build.xml dist
Buildfile: build.xml

pdfbox.clean:
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target
   [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/bin

get.externallibs.pdfbox:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

get.externallibs.fontbox:

testexist:

downloadfile:

testexist:

downloadfile:

fontbox.init:

fontbox.compile:

fontbox.package:

get.externallibs.jempbox:

testexist:

downloadfile:

testexist:

downloadfile:

jempbox.init:

jempbox.compile:

jempbox.package:

pdfbox.init:
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/bin
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output/rendering
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output-ext
    [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output-ext/rendering

pdfbox.compile:
    [javac] Compiling 464 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:178: warning: [deprecation] getContent(java.security.Key,java.lang.String) in org.bouncycastle.cms.RecipientInformation has been deprecated
    [javac] 	                      envelopedData = ri.getContent(material.getPrivateKey(), "BC");
    [javac] 	                                        ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:406: warning: [deprecation] AlgorithmIdentifier(org.bouncycastle.asn1.DERObjectIdentifier,org.bouncycastle.asn1.ASN1Encodable) in org.bouncycastle.asn1.x509.AlgorithmIdentifier has been deprecated
    [javac]         AlgorithmIdentifier algorithmId = new AlgorithmIdentifier(new DERObjectIdentifier(algorithm), object);
    [javac]                                           ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:421: warning: [deprecation] getAlgorithmId() in org.bouncycastle.asn1.x509.SubjectPublicKeyInfo has been deprecated
    [javac]         AlgorithmIdentifier algorithmId = certificate.getSubjectPublicKeyInfo().getAlgorithmId();
    [javac]                                                                                ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:430: warning: [deprecation] getObjectId() in org.bouncycastle.asn1.x509.AlgorithmIdentifier has been deprecated
    [javac]             cipher = Cipher.getInstance(algorithmId.getObjectId().getId());
    [javac]                                                    ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 warnings
    [javac] Compiling 48 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes
    [javac] Note: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/test/java/org/apache/pdfbox/util/TestImageIOUtils.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

pdfbox.package:
[propertyfile] Updating property file: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/resources/org/apache/pdfbox/resources/pdfbox.version
      [jar] Building jar: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/pdfbox-2.0.0.jar

checkForIKVM:

build.NET:

find.checkstyle:

get.checkstyle:

checkstyle:

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/build.xml:365: Unable to create a Checker: unable to find /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox-checkstyle.xml

Total time: 20 seconds
Build step 'Invoke Ant' marked build as failure

Re: Build failed in Jenkins: PDFBox-ant #1247

Posted by Andreas Lehmkuehler <an...@lehmi.de>.
Hi,

I've disabled the generation of javadocs within the (more or less unsupported) 
ant build in revision 1588516, as it led to a failed build from time to time.

BR
Andreas Lehmkühler

Am 18.04.2014 17:51, schrieb Apache Jenkins Server:
> See <https://builds.apache.org/job/PDFBox-ant/1247/changes>
>
> Changes:
>
> [tilman] PDFBOX-1897: fix javadoc errors
>
> ------------------------------------------
> Started by an SCM change
> Building remotely on solaris1 (Solaris) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
> Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2014-04-18T15:50:03.386 +0000'
> U         fontbox/src/main/java/org/apache/fontbox/cff/CFFFont.java
> U         pdfbox/src/main/java/org/apache/pdfbox/pdmodel/common/PDRange.java
> U         pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/RC4Cipher.java
> U         pdfbox/src/main/java/org/apache/pdfbox/pdfparser/NonSequentialPDFParser.java
> U         pdfbox/src/main/java/org/apache/pdfbox/io/RandomAccessRead.java
> U         preflight/src/main/java/org/apache/pdfbox/preflight/process/BookmarkValidationProcess.java
> U         preflight/src/main/java/org/apache/pdfbox/preflight/font/Type3FontValidator.java
> U         tools/src/main/java/org/apache/pdfbox/tools/gui/PDFTreeModel.java
> U         xmpbox/src/main/java/org/apache/xmpbox/DateConverter.java
> At revision 1588497
> [pdfbox] $ /home/hudson/tools/ant/apache-ant-1.7.0/bin/ant -file build.xml dist
> Buildfile: build.xml
>
> pdfbox.clean:
>     [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target
>     [delete] Deleting directory /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/bin
>
> get.externallibs.pdfbox:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> get.externallibs.fontbox:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> fontbox.init:
>
> fontbox.compile:
>      [javac] Compiling 1 source file to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/target/classes
>
> fontbox.package:
>        [jar] Building jar: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/fontbox/target/fontbox-2.0.0.jar
>
> get.externallibs.jempbox:
>
> testexist:
>
> downloadfile:
>
> testexist:
>
> downloadfile:
>
> jempbox.init:
>
> jempbox.compile:
>
> jempbox.package:
>
> pdfbox.init:
>      [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes
>      [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/bin
>      [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output
>      [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output/rendering
>      [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output-ext
>      [mkdir] Created dir: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/test-output-ext/rendering
>
> pdfbox.compile:
>      [javac] Compiling 464 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes
>      [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:178: warning: [deprecation] getContent(java.security.Key,java.lang.String) in org.bouncycastle.cms.RecipientInformation has been deprecated
>      [javac] 	                      envelopedData = ri.getContent(material.getPrivateKey(), "BC");
>      [javac] 	                                        ^
>      [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:406: warning: [deprecation] AlgorithmIdentifier(org.bouncycastle.asn1.DERObjectIdentifier,org.bouncycastle.asn1.ASN1Encodable) in org.bouncycastle.asn1.x509.AlgorithmIdentifier has been deprecated
>      [javac]         AlgorithmIdentifier algorithmId = new AlgorithmIdentifier(new DERObjectIdentifier(algorithm), object);
>      [javac]                                           ^
>      [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:421: warning: [deprecation] getAlgorithmId() in org.bouncycastle.asn1.x509.SubjectPublicKeyInfo has been deprecated
>      [javac]         AlgorithmIdentifier algorithmId = certificate.getSubjectPublicKeyInfo().getAlgorithmId();
>      [javac]                                                                                ^
>      [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:430: warning: [deprecation] getObjectId() in org.bouncycastle.asn1.x509.AlgorithmIdentifier has been deprecated
>      [javac]             cipher = Cipher.getInstance(algorithmId.getObjectId().getId());
>      [javac]                                                    ^
>      [javac] Note: Some input files use unchecked or unsafe operations.
>      [javac] Note: Recompile with -Xlint:unchecked for details.
>      [javac] 4 warnings
>      [javac] Compiling 48 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes
>      [javac] Note: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/test/java/org/apache/pdfbox/util/TestImageIOUtils.java uses unchecked or unsafe operations.
>      [javac] Note: Recompile with -Xlint:unchecked for details.
>
> pdfbox.package:
> [propertyfile] Updating property file: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/resources/org/apache/pdfbox/resources/pdfbox.version
>        [jar] Building jar: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/pdfbox-2.0.0.jar
>
> javadoc:
>    [javadoc] Generating Javadoc
>    [javadoc] Javadoc execution
>
> BUILD FAILED
> /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/build.xml:895: Javadoc failed: java.io.IOException: Cannot run program "/zonestorage/hudson_solaris/home/hudson/hudson-slave/tools/jdk6-u26-auto-install/bin/javadoc": error=12, Not enough space
>
> Total time: 37 seconds
> Build step 'Invoke Ant' marked build as failure
>