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 2015/07/19 19:48:19 UTC

Build failed in Jenkins: PDFBox-ant #2621

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

------------------------------------------
Started by an SCM change
Building remotely on H10 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/PDFBox-ant/ws/>
Updating http://svn.apache.org/repos/asf/pdfbox/trunk at revision '2015-07-19T17:48:09.373 +0000'
At revision 1691834
no change for http://svn.apache.org/repos/asf/pdfbox/trunk since the previous build
[pdfbox] $ /home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.4/bin/ant -file build.xml dist
Buildfile: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>

pdfbox.clean:
   [delete] Deleting directory <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target>
   [delete] Deleting directory <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/bin>

get.externallibs.pdfbox:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

testexist:

downloadfile:

get.externallibs.fontbox:

testexist:

downloadfile:

testexist:

downloadfile:

fontbox.init:

fontbox.compile:
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:143: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:146: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds

fontbox.package:

pdfbox.init:
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/bin>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output/rendering>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output-ext>
    [mkdir] Created dir: <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/test-output-ext/rendering>

pdfbox.compile:
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:132: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 533 source files to <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/classes>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:135: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 80 source files to <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/target/classes>
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFCloneUtilityTest.java>:95: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         PDDocument.load(new File(TESTDIR + CLONESRC), null).close();
    [javac]                   ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFCloneUtilityTest.java>:97: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         PDDocument.load(new File(TESTDIR + CLONEDST), null).close();
    [javac]                   ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFMergerUtilityTest.java>:79: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         PDDocument srcDoc1 = PDDocument.load(new File(SRCDIR, filename1), null);
    [javac]                                        ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFMergerUtilityTest.java>:89: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         PDDocument srcDoc2 = PDDocument.load(new File(SRCDIR, filename2), null);
    [javac]                                        ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/multipdf/PDFMergerUtilityTest.java>:106: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]                 = PDDocument.load(new File(TARGETTESTDIR, mergeFilename), null);
    [javac]                             ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/ValidateXImage.java>:110: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(pdfFile, null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/CCITTFactoryTest.java>:84: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(new File(testResultsDir, "singletiff.pdf"), null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/CCITTFactoryTest.java>:133: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(new File(testResultsDir, "multitiff.pdf"), null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/LosslessFactoryTest.java>:108: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(pdfFile, null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/LosslessFactoryTest.java>:373: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(pdfFile, null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/pdmodel/graphics/image/PDInlineImageTest.java>:181: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]         document = PDDocument.load(pdfFile, null);
    [javac]                              ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java>:203: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]             document = PDDocument.load(file, null);
    [javac]                                  ^
    [javac] <https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/src/test/java/org/apache/pdfbox/rendering/TestPDFToImage.java>:237: reference to load is ambiguous, both method load(java.io.File,org.apache.pdfbox.io.MemoryUsageSetting) in org.apache.pdfbox.pdmodel.PDDocument and method load(java.io.File,java.lang.String) in org.apache.pdfbox.pdmodel.PDDocument match
    [javac]             PDDocument.load(tmpFile, null).close();
    [javac]                       ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 13 errors

BUILD FAILED
<https://builds.apache.org/job/PDFBox-ant/ws/trunk/pdfbox/build.xml>:135: Compile failed; see the compiler error output for details.

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

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


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

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


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