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 2016/10/18 17:10:54 UTC

Build failed in Jenkins: PDFBox 1.8.x #605

See <https://builds.apache.org/job/PDFBox%201.8.x/605/changes>

Changes:

[tilman] PDFBOX-3532: skip loading isartor tests when skipping tests; update plugin version

------------------------------------------
[...truncated 2003 lines...]
(type "javacc" with no arguments for help)
Reading from file <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/preflight/src/main/javacc/pdf_full_grammar.jj> . . .
Warning: Line 172, Column 3: Non-ASCII characters used in regular expression.
Please make sure you use the correct Reader when you create the parser, one that can handle your character set.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated with 0 errors and 1 warnings.
[INFO] Processed 2 grammars
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ preflight ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ preflight ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ preflight ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 134 source files to <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/preflight/target/classes>
[WARNING] <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/preflight/src/main/java/org/apache/pdfbox/preflight/parser/PreflightParser.java>: <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/preflight/src/main/java/org/apache/pdfbox/preflight/parser/PreflightParser.java> uses or overrides a deprecated API.
[WARNING] <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/preflight/src/main/java/org/apache/pdfbox/preflight/parser/PreflightParser.java>: Recompile with -Xlint:deprecation for details.
[WARNING] <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/preflight/src/main/java/org/apache/pdfbox/preflight/graphic/StandardColorSpaceHelper.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/preflight/src/main/java/org/apache/pdfbox/preflight/graphic/StandardColorSpaceHelper.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- download-maven-plugin:1.3.0:wget (get-isartor) @ preflight ---
[WARNING] Could not get content
org.apache.maven.wagon.TransferFailedException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:799)
	at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
	at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
	at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
	at com.googlecode.download.maven.plugin.internal.WGet.doGet(WGet.java:377)
	at com.googlecode.download.maven.plugin.internal.WGet.execute(WGet.java:282)
	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:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:332)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
	at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1904)
	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
	at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1446)
	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:209)
	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
	at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1023)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1332)
	at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:709)
	at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:122)
	at org.apache.maven.wagon.providers.http.httpclient.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:131)
	at org.apache.maven.wagon.providers.http.httpclient.impl.io.AbstractSessionOutputBuffer.flush(AbstractSessionOutputBuffer.java:138)
	at org.apache.maven.wagon.providers.http.httpclient.impl.AbstractHttpClientConnection.doFlush(AbstractHttpClientConnection.java:270)
	at org.apache.maven.wagon.providers.http.httpclient.impl.AbstractHttpClientConnection.flush(AbstractHttpClientConnection.java:275)
	at org.apache.maven.wagon.providers.http.httpclient.impl.conn.AbstractClientConnAdapter.flush(AbstractClientConnAdapter.java:197)
	at org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:258)
	at org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:645)
	at org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.maven.wagon.providers.http.httpclient.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.maven.wagon.providers.http.httpclient.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.execute(AbstractHttpClientWagon.java:674)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:793)
	... 37 more
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
	at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
	at sun.security.validator.Validator.validate(Validator.java:260)
	at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
	at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
	at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:107)
	at org.apache.maven.wagon.shared.http4.EasyX509TrustManager.checkServerTrusted(EasyX509TrustManager.java:118)
	at sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:885)
	at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1428)
	... 57 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
	at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
	at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
	... 65 more
[WARNING] Retrying (1 more)
[WARNING] Could not get content
org.apache.maven.wagon.TransferFailedException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:799)
	at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
	at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
	at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
	at com.googlecode.download.maven.plugin.internal.WGet.doGet(WGet.java:377)
	at com.googlecode.download.maven.plugin.internal.WGet.execute(WGet.java:282)
	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:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:136)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:71)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:332)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
	at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1904)
	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:279)
	at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:273)
	at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1446)
	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:209)
	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:913)
	at sun.security.ssl.Handshaker.process_record(Handshaker.java:849)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1023)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1332)
	at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:709)
	at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:122)
	at org.apache.maven.wagon.providers.http.httpclient.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:131)
	at org.apache.maven.wagon.providers.http.httpclient.impl.io.AbstractSessionOutputBuffer.flush(AbstractSessionOutputBuffer.java:138)
	at org.apache.maven.wagon.providers.http.httpclient.impl.AbstractHttpClientConnection.doFlush(AbstractHttpClientConnection.java:270)
	at org.apache.maven.wagon.providers.http.httpclient.impl.AbstractHttpClientConnection.flush(AbstractHttpClientConnection.java:275)
	at org.apache.maven.wagon.providers.http.httpclient.impl.conn.AbstractClientConnAdapter.flush(AbstractClientConnAdapter.java:197)
	at org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:258)
	at org.apache.maven.wagon.providers.http.httpclient.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:645)
	at org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.maven.wagon.providers.http.httpclient.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.maven.wagon.providers.http.httpclient.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.execute(AbstractHttpClientWagon.java:674)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:793)
	... 37 more
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:385)
	at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:292)
	at sun.security.validator.Validator.validate(Validator.java:260)
	at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
	at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
	at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:107)
	at org.apache.maven.wagon.shared.http4.EasyX509TrustManager.checkServerTrusted(EasyX509TrustManager.java:118)
	at sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:885)
	at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1428)
	... 57 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
	at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:196)
	at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:268)
	at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:380)
	... 65 more
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] PDFBox parent ..................................... SUCCESS [13.048s]
[INFO] Apache FontBox .................................... SUCCESS [56.102s]
[INFO] Apache JempBox .................................... SUCCESS [27.288s]
[INFO] Apache XmpBox ..................................... SUCCESS [34.546s]
[INFO] Apache PDFBox ..................................... SUCCESS [4:42.010s]
[INFO] Apache Preflight .................................. FAILURE [9.947s]
[INFO] Apache Preflight application ...................... SKIPPED
[INFO] Apache PDFBox for Lucene .......................... SKIPPED
[INFO] Apache PDFBox for Ant ............................. SKIPPED
[INFO] Apache PDFBox webapp .............................. SKIPPED
[INFO] Apache PDFBox application ......................... SKIPPED
[INFO] Apache PDFBox examples ............................ SKIPPED
[INFO] PDFBox reactor .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:09.579s
[INFO] Finished at: Tue Oct 18 17:09:15 UTC 2016
[INFO] Final Memory: 62M/790M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal com.googlecode.maven-download-plugin:download-maven-plugin:1.3.0:wget (get-isartor) on project preflight: IO Error: Could not get content -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :preflight

[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/lucene/pom.xml> to org.apache.pdfbox/pdfbox-lucene/1.8.13-SNAPSHOT/pdfbox-lucene-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/jempbox/pom.xml> to org.apache.pdfbox/jempbox/1.8.13-SNAPSHOT/jempbox-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/jempbox/target/jempbox-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/jempbox/1.8.13-20161018.170331-59/jempbox-1.8.13-20161018.170331-59.jar
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/examples/pom.xml> to org.apache.pdfbox/pdfbox-examples/1.8.13-SNAPSHOT/pdfbox-examples-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/parent/pom.xml> to org.apache.pdfbox/pdfbox-parent/1.8.13-SNAPSHOT/pdfbox-parent-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/pdfbox/pom.xml> to org.apache.pdfbox/pdfbox/1.8.13-SNAPSHOT/pdfbox-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/pdfbox/target/pdfbox-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox/1.8.13-20161018.170808-54/pdfbox-1.8.13-20161018.170808-54.jar
Compressed 3.91 MB of artifacts by 29.6% relative to #604
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/ant/pom.xml> to org.apache.pdfbox/pdfbox-ant/1.8.13-SNAPSHOT/pdfbox-ant-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/fontbox/pom.xml> to org.apache.pdfbox/fontbox/1.8.13-SNAPSHOT/fontbox-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/fontbox/target/fontbox-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/fontbox/1.8.13-20161018.170300-60/fontbox-1.8.13-20161018.170300-60.jar
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/war/pom.xml> to org.apache.pdfbox/pdfbox-war/1.8.13-SNAPSHOT/pdfbox-war-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/xmpbox/pom.xml> to org.apache.pdfbox/xmpbox/1.8.13-SNAPSHOT/xmpbox-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/xmpbox/target/xmpbox-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/xmpbox/1.8.13-20161018.170404-58/xmpbox-1.8.13-20161018.170404-58.jar
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/preflight-app/pom.xml> to org.apache.pdfbox/preflight-app/1.8.13-SNAPSHOT/preflight-app-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/app/pom.xml> to org.apache.pdfbox/pdfbox-app/1.8.13-SNAPSHOT/pdfbox-app-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/preflight/pom.xml> to org.apache.pdfbox/preflight/1.8.13-SNAPSHOT/preflight-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox%201.8.x/ws/1.8/pom.xml> to org.apache.pdfbox/pdfbox-reactor/1.8.13-SNAPSHOT/pdfbox-reactor-1.8.13-SNAPSHOT.pom
Sending e-mails to: dev@pdfbox.apache.org
channel stopped
Archiving artifacts

---------------------------------------------------------------------
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-1.8.x #607

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


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


Build failed in Jenkins: PDFBox-1.8.x #606

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

Changes:

[lehmi] PDFBOX-3532: added updated cacerts to support lets encrypt cert

------------------------------------------
[...truncated 5557 lines...]
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ pdfbox-app ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pdfbox-app ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/app/src/test/resources>
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ pdfbox-app ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ pdfbox-app ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.14:check (check-java-compatibility) @ pdfbox-app ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java15:1.0

[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pdfbox-app ---
[WARNING] Failed to getClass for org.apache.felix.bundleplugin.BundlePlugin
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:bundle (default-bundle) @ pdfbox-app ---
[WARNING] Bundle org.apache.pdfbox:pdfbox-app:bundle:1.8.13-SNAPSHOT : Unused Private-Package instructions, no such package(s) on the class path: [!*]
[WARNING] Bundle org.apache.pdfbox:pdfbox-app:bundle:1.8.13-SNAPSHOT : Export org.apache.pdfbox.cos,  has 1,  private references [org.apache.commons.logging], 
[WARNING] Bundle org.apache.pdfbox:pdfbox-app:bundle:1.8.13-SNAPSHOT : Export org.apache.pdfbox.encoding,  has 1,  private references [org.apache.fontbox.afm], 
[WARNING] Bundle org.apache.pdfbox:pdfbox-app:bundle:1.8.13-SNAPSHOT : Export org.apache.pdfbox.encoding.conversion,  has 1,  private references [org.apache.fontbox.cmap], 
[WARNING] Bundle org.apache.pdfbox:pdfbox-app:bundle:1.8.13-SNAPSHOT : Export org.apache.pdfbox.pdmodel.common,  has 2,  private references [org.apache.jempbox.xmp, org.apache.fontbox.util], 
[WARNING] Bundle org.apache.pdfbox:pdfbox-app:bundle:1.8.13-SNAPSHOT : Export org.apache.pdfbox.pdmodel.font,  has 3,  private references [org.apache.fontbox.afm, org.apache.fontbox.cmap, org.apache.fontbox.ttf], 
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pdfbox-app ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (default) @ pdfbox-app ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: release.properties
[INFO] 3 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 1 licence.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ pdfbox-app ---
[INFO] Installing <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/app/target/pdfbox-app-1.8.13-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/pdfbox/pdfbox-app/1.8.13-SNAPSHOT/pdfbox-app-1.8.13-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/app/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/pdfbox/pdfbox-app/1.8.13-SNAPSHOT/pdfbox-app-1.8.13-SNAPSHOT.pom
[WARNING] Failed to getClass for org.apache.felix.obrplugin.ObrInstall
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:install (default-install) @ pdfbox-app ---
[INFO] Installing org/apache/pdfbox/pdfbox-app/1.8.13-SNAPSHOT/pdfbox-app-1.8.13-20161022.161638-52.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ pdfbox-app ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-app/1.8.13-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-app/1.8.13-SNAPSHOT/maven-metadata.xml (783 B at 1.5 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-app/1.8.13-SNAPSHOT/pdfbox-app-1.8.13-20161022.161638-52.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-app/1.8.13-SNAPSHOT/pdfbox-app-1.8.13-20161022.161638-52.jar (10374 KB at 2860.9 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-app/1.8.13-SNAPSHOT/pdfbox-app-1.8.13-20161022.161638-52.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-app/1.8.13-SNAPSHOT/pdfbox-app-1.8.13-20161022.161638-52.pom (4 KB at 3.8 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-app/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-app/maven-metadata.xml (428 B at 0.8 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-app/1.8.13-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-app/1.8.13-SNAPSHOT/maven-metadata.xml (783 B at 0.9 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-app/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-app/maven-metadata.xml (428 B at 0.5 KB/sec)
[WARNING] Failed to getClass for org.apache.felix.obrplugin.ObrDeploy
[INFO] 
[INFO] --- maven-bundle-plugin:2.5.4:deploy (default-deploy) @ pdfbox-app ---
[INFO] Remote OBR update disabled (enable with -DremoteOBR)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache PDFBox examples 1.8.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pdfbox-examples ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ pdfbox-examples ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ pdfbox-examples ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ pdfbox-examples ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 42 source files to <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/examples/target/classes>
[WARNING] <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/examples/src/main/java/org/apache/pdfbox/examples/util/PrintImageLocations.java>: Some input files use unchecked or unsafe operations.
[WARNING] <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/examples/src/main/java/org/apache/pdfbox/examples/util/PrintImageLocations.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ pdfbox-examples ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/examples/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ pdfbox-examples ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/examples/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ pdfbox-examples ---
[INFO] Surefire report directory: <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/examples/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.pdfbox.examples.pdfa.CreatePDFATest
testCreatePDFA
log4j:WARN No appenders could be found for logger (org.apache.pdfbox.pdmodel.font.PDSimpleFont).
log4j:WARN Please initialize the log4j system properly.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.35 sec - in org.apache.pdfbox.examples.pdfa.CreatePDFATest

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.14:check (check-java-compatibility) @ pdfbox-examples ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java15:1.0
[INFO] 
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ pdfbox-examples ---
[INFO] Building jar: <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/examples/target/pdfbox-examples-1.8.13-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pdfbox-examples ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (default) @ pdfbox-examples ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: release.properties
[INFO] 54 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 50 licence.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ pdfbox-examples ---
[INFO] Installing <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/examples/target/pdfbox-examples-1.8.13-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/pdfbox/pdfbox-examples/1.8.13-SNAPSHOT/pdfbox-examples-1.8.13-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/examples/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/pdfbox/pdfbox-examples/1.8.13-SNAPSHOT/pdfbox-examples-1.8.13-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ pdfbox-examples ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-examples/1.8.13-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-examples/1.8.13-SNAPSHOT/maven-metadata.xml (788 B at 1.3 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-examples/1.8.13-SNAPSHOT/pdfbox-examples-1.8.13-20161022.161714-33.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-examples/1.8.13-SNAPSHOT/pdfbox-examples-1.8.13-20161022.161714-33.jar (100 KB at 95.3 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-examples/1.8.13-SNAPSHOT/pdfbox-examples-1.8.13-20161022.161714-33.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-examples/1.8.13-SNAPSHOT/pdfbox-examples-1.8.13-20161022.161714-33.pom (3 KB at 3.2 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-examples/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-examples/maven-metadata.xml (433 B at 0.8 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-examples/1.8.13-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-examples/1.8.13-SNAPSHOT/maven-metadata.xml (788 B at 1.0 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-examples/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-examples/maven-metadata.xml (433 B at 0.5 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building PDFBox reactor 1.8.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ pdfbox-reactor ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ pdfbox-reactor ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.14:check (check-java-compatibility) @ pdfbox-reactor ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java15:1.0
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ pdfbox-reactor ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (default) @ pdfbox-reactor ---
[INFO] 63 implicit excludes (use -debug for more details).
[INFO] Exclude: release.properties
[INFO] 11 resources included (use -debug for more details)
Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
Compiler warnings:
  WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[INFO] Rat check: Summary of files. Unapproved: 1 unknown: 1 generated: 0 approved: 5 licence.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] PDFBox parent ..................................... SUCCESS [9.193s]
[INFO] Apache FontBox .................................... SUCCESS [34.039s]
[INFO] Apache JempBox .................................... SUCCESS [19.890s]
[INFO] Apache XmpBox ..................................... SUCCESS [23.865s]
[INFO] Apache PDFBox ..................................... SUCCESS [2:56.957s]
[INFO] Apache Preflight .................................. SUCCESS [55.263s]
[INFO] Apache Preflight application ...................... SUCCESS [43.511s]
[INFO] Apache PDFBox for Lucene .......................... SUCCESS [6.470s]
[INFO] Apache PDFBox for Ant ............................. SUCCESS [5.954s]
[INFO] Apache PDFBox webapp .............................. SUCCESS [10.163s]
[INFO] Apache PDFBox application ......................... SUCCESS [48.053s]
[INFO] Apache PDFBox examples ............................ SUCCESS [8.084s]
[INFO] PDFBox reactor .................................... FAILURE [0.888s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7:29.707s
[INFO] Finished at: Sat Oct 22 16:17:20 UTC 2016
[INFO] Final Memory: 69M/629M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project pdfbox-reactor: Too many files with unapproved license: 1 See RAT report in: <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/target/rat.txt> -> [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-reactor

[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/lucene/pom.xml> to org.apache.pdfbox/pdfbox-lucene/1.8.13-SNAPSHOT/pdfbox-lucene-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/lucene/target/pdfbox-lucene-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-lucene/1.8.13-20161022.161600-33/pdfbox-lucene-1.8.13-20161022.161600-33.jar
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/jempbox/pom.xml> to org.apache.pdfbox/jempbox/1.8.13-SNAPSHOT/jempbox-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/jempbox/target/jempbox-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/jempbox/1.8.13-20161022.161042-60/jempbox-1.8.13-20161022.161042-60.jar
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/examples/pom.xml> to org.apache.pdfbox/pdfbox-examples/1.8.13-SNAPSHOT/pdfbox-examples-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/examples/target/pdfbox-examples-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-examples/1.8.13-20161022.161714-33/pdfbox-examples-1.8.13-20161022.161714-33.jar
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/parent/pom.xml> to org.apache.pdfbox/pdfbox-parent/1.8.13-SNAPSHOT/pdfbox-parent-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/pdfbox/pom.xml> to org.apache.pdfbox/pdfbox/1.8.13-SNAPSHOT/pdfbox-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/pdfbox/target/pdfbox-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox/1.8.13-20161022.161343-55/pdfbox-1.8.13-20161022.161343-55.jar
Compressed 3.91 MB of artifacts by 29.6% relative to #605
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/ant/pom.xml> to org.apache.pdfbox/pdfbox-ant/1.8.13-SNAPSHOT/pdfbox-ant-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/ant/target/pdfbox-ant-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-ant/1.8.13-20161022.161606-33/pdfbox-ant-1.8.13-20161022.161606-33.jar
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/fontbox/pom.xml> to org.apache.pdfbox/fontbox/1.8.13-SNAPSHOT/fontbox-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/fontbox/target/fontbox-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/fontbox/1.8.13-20161022.161021-61/fontbox-1.8.13-20161022.161021-61.jar
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/war/pom.xml> to org.apache.pdfbox/pdfbox-war/1.8.13-SNAPSHOT/pdfbox-war-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/war/target/pdfbox-war-1.8.13-SNAPSHOT.war> to org.apache.pdfbox/pdfbox-war/1.8.13-20161022.161614-33/pdfbox-war-1.8.13-20161022.161614-33.war
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/xmpbox/pom.xml> to org.apache.pdfbox/xmpbox/1.8.13-SNAPSHOT/xmpbox-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/xmpbox/target/xmpbox-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/xmpbox/1.8.13-20161022.161106-59/xmpbox-1.8.13-20161022.161106-59.jar
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/preflight-app/pom.xml> to org.apache.pdfbox/preflight-app/1.8.13-SNAPSHOT/preflight-app-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/preflight-app/target/preflight-app-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/preflight-app/1.8.13-20161022.161528-52/preflight-app-1.8.13-20161022.161528-52.jar
Compressed 6.76 MB of artifacts by 27.3% relative to #603
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/app/pom.xml> to org.apache.pdfbox/pdfbox-app/1.8.13-SNAPSHOT/pdfbox-app-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/app/target/pdfbox-app-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-app/1.8.13-20161022.161638-52/pdfbox-app-1.8.13-20161022.161638-52.jar
Compressed 10.13 MB of artifacts by 54.3% relative to #603
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/preflight/pom.xml> to org.apache.pdfbox/preflight/1.8.13-SNAPSHOT/preflight-1.8.13-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/preflight/target/preflight-1.8.13-SNAPSHOT.jar> to org.apache.pdfbox/preflight/1.8.13-20161022.161453-52/preflight-1.8.13-20161022.161453-52.jar
[JENKINS] Archiving <https://builds.apache.org/job/PDFBox-1.8.x/ws/1.8/pom.xml> to org.apache.pdfbox/pdfbox-reactor/1.8.13-SNAPSHOT/pdfbox-reactor-1.8.13-SNAPSHOT.pom
Sending e-mails to: dev@pdfbox.apache.org
Sending e-mails to: dev@pdfbox.apache.org
channel stopped
Archiving artifacts

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