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 2013/07/17 21:04:12 UTC

Build failed in Jenkins: PDFBox-ant #953

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

Changes:

[lehmi] PDFBOX-1638: handle colorspaces with more than 1 bit

------------------------------------------
Started by an SCM change
Building remotely on solaris1 in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2013-07-17T19:02:17.610 +0000'
U         pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/xobject/PDCcitt.java
At revision 1504235
[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

find.adobefiles:

get.adobefiles:

testexist:

downloadfile:
    [unjar] Expanding: /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/download/pcfi-2010.08.09.jar into /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes/org/apache/pdfbox/resources/afm

pdfbox.compile:
    [javac] Compiling 507 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/exceptions/COSVisitorException.java:25: warning: [deprecation] org.apache.pdfbox.exceptions.WrappedException in org.apache.pdfbox.exceptions has been deprecated
    [javac] public class COSVisitorException extends WrappedException
    [javac]                                          ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/encryption/DocumentEncryption.java:43: warning: [deprecation] org.apache.pdfbox.pdmodel.encryption.PDStandardEncryption in org.apache.pdfbox.pdmodel.encryption has been deprecated
    [javac] import org.apache.pdfbox.pdmodel.encryption.PDStandardEncryption;
    [javac]                                            ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/documentnavigation/outline/PDOutlineNode.java:84: warning: [deprecation] getDictionaryObject(java.lang.String,java.lang.String) in org.apache.pdfbox.cos.COSDictionary has been deprecated
    [javac]         COSDictionary parent = (COSDictionary)node.getDictionaryObject( "Parent", "P" );
    [javac]                                                   ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/documentnavigation/outline/PDOutlineNode.java:87: warning: [deprecation] getDictionaryObject(java.lang.String,java.lang.String) in org.apache.pdfbox.cos.COSDictionary has been deprecated
    [javac]             if( parent.getDictionaryObject( "Parent", "P" ) == null )
    [javac]                       ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:186: 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:400: warning: [deprecation] AlgorithmIdentifier(org.bouncycastle.asn1.DERObjectIdentifier,org.bouncycastle.asn1.ASN1Encodable) in org.bouncycastle.asn1.x509.AlgorithmIdentifier has been deprecated
    [javac]         AlgorithmIdentifier algorithmidentifier = new AlgorithmIdentifier(new DERObjectIdentifier(s), derobject);
    [javac]                                                   ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/encryption/PublicKeySecurityHandler.java:416: warning: [deprecation] getAlgorithmId() in org.bouncycastle.asn1.x509.SubjectPublicKeyInfo has been deprecated
    [javac]         AlgorithmIdentifier algorithmidentifier = tbscertificatestructure.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:421: warning: [deprecation] getObjectId() in org.bouncycastle.asn1.x509.AlgorithmIdentifier has been deprecated
    [javac]         Cipher cipher = Cipher.getInstance(algorithmidentifier.getObjectId().getId());
    [javac]                                                               ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationPopup.java:105: warning: [deprecation] getDictionaryObject(java.lang.String,java.lang.String) in org.apache.pdfbox.cos.COSDictionary has been deprecated
    [javac]                 PDAnnotation.createAnnotation( getDictionary().getDictionaryObject( "Parent", "P" ) );
    [javac]                                                               ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageDestination.java:136: warning: [deprecation] getDictionaryObject(java.lang.String,java.lang.String) in org.apache.pdfbox.cos.COSDictionary has been deprecated
    [javac]                 while (((COSDictionary) parent).getDictionaryObject("Parent", "P") != null) {
    [javac]                                                ^
    [javac] /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/documentnavigation/destination/PDPageDestination.java:137: warning: [deprecation] getDictionaryObject(java.lang.String,java.lang.String) in org.apache.pdfbox.cos.COSDictionary has been deprecated
    [javac]                     parent = ((COSDictionary) parent).getDictionaryObject( "Parent", "P" );
    [javac]                                                      ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 11 warnings
    [javac] Compiling 44 source files to /zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/target/classes

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:916: 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: 1 minute 2 seconds
Build step 'Invoke Ant' marked build as failure

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

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