See <https://builds.apache.org/job/PDFBox-trunk/1866/changes>
Changes: [tilman] PDFBOX-2576: simplify compare, as suggested by Andrea Vacondio ------------------------------------------ [...truncated 430 lines...] Running org.apache.xmpbox.schema.XMPSchemaTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec - in org.apache.xmpbox.schema.XMPSchemaTest Running org.apache.xmpbox.schema.BasicJobTicketSchemaTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.xmpbox.schema.BasicJobTicketSchemaTest Running org.apache.xmpbox.schema.PDFAIdentificationTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.xmpbox.schema.PDFAIdentificationTest Running org.apache.xmpbox.schema.PDFAIdentificationOthersTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.xmpbox.schema.PDFAIdentificationOthersTest Running org.apache.xmpbox.TestXMPWithDefinedSchemas Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.apache.xmpbox.TestXMPWithDefinedSchemas Running org.apache.xmpbox.SaveMetadataHelperTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.xmpbox.SaveMetadataHelperTest Results : Tests run: 809, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.4.0:bundle (default-bundle) @ xmpbox --- [INFO] [INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ xmpbox --- [INFO] [INFO] --- apache-rat-plugin:0.10:check (default) @ xmpbox --- [INFO] 51 implicit excludes (use -debug for more details). [INFO] Exclude: release.properties [INFO] 136 resources included (use -debug for more details) [INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 133 licence. [INFO] [INFO] --- maven-install-plugin:2.5.1:install (default-install) @ xmpbox --- [INFO] Installing <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/xmpbox/target/xmpbox-2.0.0-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/pdfbox/xmpbox/2.0.0-SNAPSHOT/xmpbox-2.0.0-SNAPSHOT.jar [INFO] Installing <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/xmpbox/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/1/org/apache/pdfbox/xmpbox/2.0.0-SNAPSHOT/xmpbox-2.0.0-SNAPSHOT.pom [INFO] [INFO] --- maven-bundle-plugin:2.4.0:install (default-install) @ xmpbox --- [WARNING] Exception while updating local OBR: Unable to read repository xml: file:/home/jenkins/jenkins-slave/maven-repositories/1/repository.xml org.apache.maven.plugin.MojoExecutionException: Unable to read repository xml: file:/home/jenkins/jenkins-slave/maven-repositories/1/repository.xml at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:324) at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:143) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239) at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:178) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:328) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Caused by: org.xmlpull.v1.XmlPullParserException: unexpected type (position:END_DOCUMENT null@3:1 in java.io.InputStreamReader@1e86df) at org.kxml2.io.KXmlParser.exception(Unknown Source) at org.kxml2.io.KXmlParser.nextTag(Unknown Source) at org.apache.felix.bundlerepository.impl.PullParser.parseRepository(PullParser.java:43) at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:147) at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.repository(DataModelHelperImpl.java:118) at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:316) ... 34 more [INFO] [INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ xmpbox --- Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/xmpbox/2.0.0-SNAPSHOT/maven-metadata.xml Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/xmpbox/2.0.0-SNAPSHOT/maven-metadata.xml (782 B at 3.4 KB/sec) Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/xmpbox/2.0.0-SNAPSHOT/xmpbox-2.0.0-20150227.235902-1152.jar Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/xmpbox/2.0.0-SNAPSHOT/xmpbox-2.0.0-20150227.235902-1152.jar (128 KB at 918.0 KB/sec) Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/xmpbox/2.0.0-SNAPSHOT/xmpbox-2.0.0-20150227.235902-1152.pom Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/xmpbox/2.0.0-SNAPSHOT/xmpbox-2.0.0-20150227.235902-1152.pom (4 KB at 92.5 KB/sec) Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/xmpbox/maven-metadata.xml Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/xmpbox/maven-metadata.xml (383 B at 11.3 KB/sec) Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/xmpbox/2.0.0-SNAPSHOT/maven-metadata.xml Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/xmpbox/2.0.0-SNAPSHOT/maven-metadata.xml (782 B at 11.9 KB/sec) Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/xmpbox/maven-metadata.xml Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/xmpbox/maven-metadata.xml (383 B at 11.0 KB/sec) [INFO] [INFO] --- maven-bundle-plugin:2.4.0:deploy (default-deploy) @ xmpbox --- [INFO] Remote OBR update disabled (enable with -DremoteOBR) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache PDFBox 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pdfbox --- [TASKS] Scanning folder '<https://builds.apache.org/job/PDFBox-trunk/ws/trunk/pdfbox'> for files matching the pattern '**/*.java' - excludes: [TASKS] Found 573 files to scan for tasks Found 198 open tasks. [TASKS] Computing warning deltas based on reference build #1865 [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ pdfbox --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pdfbox --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 21 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ pdfbox --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 510 source files to <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/pdfbox/target/classes> [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] Note: Some input files use unchecked or unsafe operations. [WARNING] Note: Recompile with -Xlint:unchecked for details. [INFO] 2 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSObjectKey.java>:[122,33] cannot find symbol symbol : method compare(long,long) location: class java.lang.Long [ERROR] <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSObjectKey.java>:[125,24] cannot find symbol symbol : method compare(long,long) location: class java.lang.Long [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] PDFBox parent ..................................... SUCCESS [6.700s] [INFO] Apache FontBox .................................... SUCCESS [10.628s] [INFO] Apache XmpBox ..................................... SUCCESS [11.303s] [INFO] Apache PDFBox ..................................... FAILURE [8.500s] [INFO] Apache Preflight .................................. SKIPPED [INFO] Apache Preflight application ...................... SKIPPED [INFO] Apache PDFBox tools ............................... SKIPPED [INFO] Apache PDFBox application ......................... SKIPPED [INFO] Apache PDFBox examples ............................ SKIPPED [INFO] PDFBox reactor .................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 49.050s [INFO] Finished at: Fri Feb 27 23:59:12 UTC 2015 [INFO] Final Memory: 25M/105M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project pdfbox: Compilation failure: Compilation failure: [ERROR] <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSObjectKey.java>:[122,33] cannot find symbol [ERROR] symbol : method compare(long,long) [ERROR] location: class java.lang.Long [ERROR] <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/pdfbox/src/main/java/org/apache/pdfbox/cos/COSObjectKey.java>:[125,24] cannot find symbol [ERROR] symbol : method compare(long,long) [ERROR] location: class java.lang.Long [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :pdfbox [JENKINS] Archiving <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/app/pom.xml> to org.apache.pdfbox/pdfbox-app/2.0.0-SNAPSHOT/pdfbox-app-2.0.0-SNAPSHOT.pom Sending artifact delta relative to PDFBox-trunk ? Apache PDFBox application #1865 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 2993 bytes Compression is 0.0% Took 0.31 sec [JENKINS] Archiving <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/pom.xml> to org.apache.pdfbox/pdfbox-reactor/2.0.0-SNAPSHOT/pdfbox-reactor-2.0.0-SNAPSHOT.pom Sending artifact delta relative to PDFBox-trunk ? PDFBox reactor #1865 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 6624 bytes Compression is 0.0% Took 59 ms [JENKINS] Archiving <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/fontbox/pom.xml> to org.apache.pdfbox/fontbox/2.0.0-SNAPSHOT/fontbox-2.0.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/fontbox/target/fontbox-2.0.0-SNAPSHOT.jar> to org.apache.pdfbox/fontbox/2.0.0-20150227.235850-1164/fontbox-2.0.0-20150227.235850-1164.jar Sending artifact delta relative to PDFBox-trunk ? Apache FontBox #1865 Archived 2 artifacts Archive block size is 32768 Received 17 blocks and 904489 bytes Compression is 38.1% Took 0.44 sec [JENKINS] Archiving <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/pdfbox/pom.xml> to org.apache.pdfbox/pdfbox/2.0.0-SNAPSHOT/pdfbox-2.0.0-SNAPSHOT.pom Sending artifact delta relative to PDFBox-trunk ? Apache PDFBox #1865 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 6332 bytes Compression is 0.0% Took 82 ms [JENKINS] Archiving <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/xmpbox/pom.xml> to org.apache.pdfbox/xmpbox/2.0.0-SNAPSHOT/xmpbox-2.0.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/xmpbox/target/xmpbox-2.0.0-SNAPSHOT.jar> to org.apache.pdfbox/xmpbox/2.0.0-20150227.235902-1152/xmpbox-2.0.0-20150227.235902-1152.jar Sending artifact delta relative to PDFBox-trunk ? Apache XmpBox #1865 Archived 2 artifacts Archive block size is 32768 Received 0 blocks and 134724 bytes Compression is 0.0% Took 65 ms [JENKINS] Archiving <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/preflight-app/pom.xml> to org.apache.pdfbox/preflight-app/2.0.0-SNAPSHOT/preflight-app-2.0.0-SNAPSHOT.pom Sending artifact delta relative to PDFBox-trunk ? Apache Preflight application #1865 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 3671 bytes Compression is 0.0% Took 0.2 sec [JENKINS] Archiving <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/tools/pom.xml> to org.apache.pdfbox/pdfbox-tools/2.0.0-SNAPSHOT/pdfbox-tools-2.0.0-SNAPSHOT.pom Sending artifact delta relative to PDFBox-trunk ? Apache PDFBox tools #1865 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 3283 bytes Compression is 0.0% Took 11 ms [JENKINS] Archiving <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/examples/pom.xml> to org.apache.pdfbox/pdfbox-examples/2.0.0-SNAPSHOT/pdfbox-examples-2.0.0-SNAPSHOT.pom Sending artifact delta relative to PDFBox-trunk ? Apache PDFBox examples #1865 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 3918 bytes Compression is 0.0% Took 13 ms [JENKINS] Archiving <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/preflight/pom.xml> to org.apache.pdfbox/preflight/2.0.0-SNAPSHOT/preflight-2.0.0-SNAPSHOT.pom Sending artifact delta relative to PDFBox-trunk ? Apache Preflight #1865 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 9708 bytes Compression is 0.0% Took 44 ms [JENKINS] Archiving <https://builds.apache.org/job/PDFBox-trunk/ws/trunk/parent/pom.xml> to org.apache.pdfbox/pdfbox-parent/2.0.0-SNAPSHOT/pdfbox-parent-2.0.0-SNAPSHOT.pom Sending artifact delta relative to PDFBox-trunk ? PDFBox parent #1865 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 13010 bytes Compression is 0.0% Took 26 ms Sending e-mails to: [email protected] channel stopped Archiving artifacts --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
