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

Changes:

[lehmi] PDFBOX-1852: speed up ImageIOUtils test as proposed by John Hewson

------------------------------------------
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 
'2014-02-06T06:49:26.498 +0000'
AU        pdfbox/src/test/java/org/apache/pdfbox/ParallelParameterized.java
U         pdfbox/src/test/java/org/apache/pdfbox/util/TestImageIOUtils.java
AU        pdfbox/src/test/java/org/apache/pdfbox/util/TestRendering.java
A         pdfbox/src/test/resources/input/ImageIOUtil
AU        pdfbox/src/test/resources/input/ImageIOUtil/jpeg_demo.pdf
AU        pdfbox/src/test/resources/input/ImageIOUtil/raw_image_demo.pdf
AU        pdfbox/src/test/resources/input/ImageIOUtil/png_demo.pdf
At revision 1565090
[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 524 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/cos/COSDictionary.java:797:
 warning: [deprecation] toCalendar(org.apache.pdfbox.cos.COSString) in 
org.apache.pdfbox.util.DateConverter has been deprecated
    [javac]             return DateConverter.toCalendar( date );
    [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:187:
 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:401:
 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:417:
 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:422:
 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/fdf/FDFAnnotation.java:160:
 warning: [deprecation] toCalendar(java.lang.String) in 
org.apache.pdfbox.util.DateConverter has been deprecated
    [javac]         setCreationDate( DateConverter.toCalendar( 
element.getAttribute( "creationdate" ) ) );
    [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] 13 warnings
    [javac] Compiling 45 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/test/java/org/apache/pdfbox/util/TestRendering.java:48:
 cannot find symbol
    [javac] symbol  : method name()
    [javac] location: @interface org.junit.runners.Parameterized.Parameters
    [javac]     @Parameters(name = "{0}")
    [javac]                 ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/test/java/org/apache/pdfbox/util/TestDateUtil.java:75:
 warning: [deprecation] toCalendar(java.lang.String) in 
org.apache.pdfbox.util.DateConverter has been deprecated
    [javac]                     DateConverter.toCalendar( "D:05/12/2005" ) );
    [javac]                                  ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/test/java/org/apache/pdfbox/util/TestDateUtil.java:77:
 warning: [deprecation] toCalendar(java.lang.String) in 
org.apache.pdfbox.util.DateConverter has been deprecated
    [javac]                     DateConverter.toCalendar( "5/12/2005 15:57:16" 
) );
    [javac]                                  ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/test/java/org/apache/pdfbox/util/TestDateUtil.java:120:
 warning: [deprecation] toCalendar(java.lang.String) in 
org.apache.pdfbox.util.DateConverter has been deprecated
    [javac]         Calendar c = 
DateConverter.toCalendar("D:20050526205258+01'00'"); 
    [javac]                                   ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/test/java/org/apache/pdfbox/util/TestDateUtil.java:155:
 warning: [deprecation] toCalendar(java.lang.String) in 
org.apache.pdfbox.util.DateConverter has been deprecated
    [javac]             cal = DateConverter.toCalendar(orig);
    [javac]                                ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/test/java/org/apache/pdfbox/util/TestDateUtil.java:346:
 warning: [deprecation] toCalendar(org.apache.pdfbox.cos.COSString) in 
org.apache.pdfbox.util.DateConverter has been deprecated
    [javac]         assertNull(DateConverter.toCalendar((COSString) null));
    [javac]                                 ^
    [javac] 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/src/test/java/org/apache/pdfbox/util/TestDateUtil.java:347:
 warning: [deprecation] toCalendar(java.lang.String) in 
org.apache.pdfbox.util.DateConverter has been deprecated
    [javac]         assertNull(DateConverter.toCalendar((String) null));
    [javac]                                 ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error
    [javac] 6 warnings

BUILD FAILED
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/PDFBox-ant/trunk/pdfbox/build.xml:194:
 Compile failed; see the compiler error output for details.

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

Reply via email to