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 2021/04/20 17:15:42 UTC

Build failed in Jenkins: PDFBox » PDFBox-2.0.x #340

See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/340/display/redirect?page=changes>

Changes:

[Tilman Hausherr] PDFBOX-5164: add ASF header

[Tilman Hausherr] PDFBOX-5164: add example


------------------------------------------
[...truncated 957.57 KB...]
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	... 4 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to channel
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel$2.adapt(Channel.java:1037)
		at hudson.remoting.Channel$2.adapt(Channel.java:1033)
		at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
		at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
		at hudson.remoting.UserRequest.perform(UserRequest.java:211)
		at hudson.remoting.UserRequest.perform(UserRequest.java:54)
		at hudson.remoting.Request$2.run(Request.java:375)
		at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
		... 4 more
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.lang.NullPointerException
	at hudson.remoting.Channel$2.adapt(Channel.java:1039)
	at hudson.remoting.Channel$2.adapt(Channel.java:1033)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at hudson.remoting.Channel$2.adapt(Channel.java:1039)
	at hudson.remoting.Channel$2.adapt(Channel.java:1033)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
	at hudson.model.Fingerprint.load(Fingerprint.java:1357)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
	at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
	at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
	at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
	at sun.reflect.GeneratedMethodAccessor2683.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.model.Executor$2.call(Executor.java:939)
	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
	at com.sun.proxy.$Proxy188.execute(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	... 4 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to channel
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel$2.adapt(Channel.java:1037)
		at hudson.remoting.Channel$2.adapt(Channel.java:1033)
		at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
		at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
		at hudson.remoting.UserRequest.perform(UserRequest.java:211)
		at hudson.remoting.UserRequest.perform(UserRequest.java:54)
		at hudson.remoting.Request$2.run(Request.java:375)
		at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
		... 4 more
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at hudson.remoting.Channel$2.adapt(Channel.java:1039)
	at hudson.remoting.Channel$2.adapt(Channel.java:1033)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
	at hudson.model.Fingerprint.load(Fingerprint.java:1357)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
	at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
	at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
	at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
	at sun.reflect.GeneratedMethodAccessor2683.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.model.Executor$2.call(Executor.java:939)
	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
	at com.sun.proxy.$Proxy188.execute(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	... 4 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to channel
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel$2.adapt(Channel.java:1037)
		at hudson.remoting.Channel$2.adapt(Channel.java:1033)
		at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
		at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
		at hudson.remoting.UserRequest.perform(UserRequest.java:211)
		at hudson.remoting.UserRequest.perform(UserRequest.java:54)
		at hudson.remoting.Request$2.run(Request.java:375)
		at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
		... 4 more
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at hudson.remoting.Channel$2.adapt(Channel.java:1039)
	at hudson.remoting.Channel$2.adapt(Channel.java:1033)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
	at hudson.model.Fingerprint.load(Fingerprint.java:1357)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
	at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
	at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
	at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
	at sun.reflect.GeneratedMethodAccessor2683.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.model.Executor$2.call(Executor.java:939)
	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
	at com.sun.proxy.$Proxy188.execute(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	... 4 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to channel
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel$2.adapt(Channel.java:1037)
		at hudson.remoting.Channel$2.adapt(Channel.java:1033)
		at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
		at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
		at hudson.remoting.UserRequest.perform(UserRequest.java:211)
		at hudson.remoting.UserRequest.perform(UserRequest.java:54)
		at hudson.remoting.Request$2.run(Request.java:375)
		at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
		... 4 more
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/xmpbox/pom.xml> to org.apache.pdfbox/xmpbox/2.0.24-SNAPSHOT/xmpbox-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/xmpbox/target/xmpbox-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/xmpbox/2.0.24-20210420.165640-134/xmpbox-2.0.24-20210420.165640-134.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/tools/pom.xml> to org.apache.pdfbox/pdfbox-tools/2.0.24-SNAPSHOT/pdfbox-tools-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/tools/target/pdfbox-tools-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-tools/2.0.24-20210420.170946-68/pdfbox-tools-2.0.24-20210420.170946-68.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger/pom.xml> to org.apache.pdfbox/pdfbox-debugger/2.0.24-SNAPSHOT/pdfbox-debugger-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger/target/pdfbox-debugger-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-debugger/2.0.24-20210420.170906-68/pdfbox-debugger-2.0.24-20210420.170906-68.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight-app/pom.xml> to org.apache.pdfbox/preflight-app/2.0.24-SNAPSHOT/preflight-app-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight-app/target/preflight-app-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/preflight-app/2.0.24-20210420.170727-130/preflight-app-2.0.24-20210420.170727-130.jar
[Fast Archiver] Compressed 9.50 MB of artifacts by 38.1% relative to #339
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/app/pom.xml> to org.apache.pdfbox/pdfbox-app/2.0.24-SNAPSHOT/pdfbox-app-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/app/target/pdfbox-app-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-app/2.0.24-20210420.171053-130/pdfbox-app-2.0.24-20210420.171053-130.jar
[Fast Archiver] Compressed 9.47 MB of artifacts by 38.3% relative to #339
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/examples/pom.xml> to org.apache.pdfbox/pdfbox-examples/2.0.24-SNAPSHOT/pdfbox-examples-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight/pom.xml> to org.apache.pdfbox/preflight/2.0.24-SNAPSHOT/preflight-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight/target/preflight-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/preflight/2.0.24-20210420.170525-130/preflight-2.0.24-20210420.170525-130.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/pom.xml> to org.apache.pdfbox/pdfbox-reactor/2.0.24-SNAPSHOT/pdfbox-reactor-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/parent/pom.xml> to org.apache.pdfbox/pdfbox-parent/2.0.24-SNAPSHOT/pdfbox-parent-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/pdfbox/pom.xml> to org.apache.pdfbox/pdfbox/2.0.24-SNAPSHOT/pdfbox-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/pdfbox/target/pdfbox-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox/2.0.24-20210420.170204-130/pdfbox-2.0.24-20210420.170204-130.jar
[Fast Archiver] Compressed 2.66 MB of artifacts by 31.8% relative to #339
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger-app/pom.xml> to org.apache.pdfbox/debugger-app/2.0.24-SNAPSHOT/debugger-app-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger-app/target/debugger-app-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/debugger-app/2.0.24-20210420.171310-130/debugger-app-2.0.24-20210420.171310-130.jar
[Fast Archiver] Compressed 9.40 MB of artifacts by 38.9% relative to #339
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/fontbox/pom.xml> to org.apache.pdfbox/fontbox/2.0.24-SNAPSHOT/fontbox-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/fontbox/target/fontbox-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/fontbox/2.0.24-20210420.165456-134/fontbox-2.0.24-20210420.165456-134.jar
[Fast Archiver] Compressed 1.50 MB of artifacts by 73.1% relative to #339
Sending e-mails to: dev@pdfbox.apache.org
No mail will be sent out, as 'PDFBox » PDFBox-2.0.x » PDFBox reactor #340' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
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 » PDFBox-2.0.x #344

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/344/display/redirect?page=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 » PDFBox-2.0.x #343

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/343/display/redirect>

Changes:


------------------------------------------
[...truncated 948.00 KB...]
	at hudson.remoting.Channel$2.adapt(Channel.java:1033)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
	at hudson.model.Fingerprint.load(Fingerprint.java:1357)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
	at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
	at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
	at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
	at sun.reflect.GeneratedMethodAccessor2683.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.model.Executor$2.call(Executor.java:939)
	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
	at com.sun.proxy.$Proxy188.execute(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	... 4 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to channel
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel$2.adapt(Channel.java:1037)
		at hudson.remoting.Channel$2.adapt(Channel.java:1033)
		at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
		at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
		at hudson.remoting.UserRequest.perform(UserRequest.java:211)
		at hudson.remoting.UserRequest.perform(UserRequest.java:54)
		at hudson.remoting.Request$2.run(Request.java:375)
		at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
		... 4 more
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at hudson.remoting.Channel$2.adapt(Channel.java:1039)
	at hudson.remoting.Channel$2.adapt(Channel.java:1033)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
	at hudson.model.Fingerprint.load(Fingerprint.java:1357)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
	at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
	at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
	at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
	at sun.reflect.GeneratedMethodAccessor2683.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.model.Executor$2.call(Executor.java:939)
	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
	at com.sun.proxy.$Proxy188.execute(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	... 4 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to channel
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel$2.adapt(Channel.java:1037)
		at hudson.remoting.Channel$2.adapt(Channel.java:1033)
		at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
		at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
		at hudson.remoting.UserRequest.perform(UserRequest.java:211)
		at hudson.remoting.UserRequest.perform(UserRequest.java:54)
		at hudson.remoting.Request$2.run(Request.java:375)
		at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
		... 4 more
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at hudson.remoting.Channel$2.adapt(Channel.java:1039)
	at hudson.remoting.Channel$2.adapt(Channel.java:1033)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
	at hudson.model.Fingerprint.load(Fingerprint.java:1357)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
	at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
	at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
	at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
	at sun.reflect.GeneratedMethodAccessor2683.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.model.Executor$2.call(Executor.java:939)
	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
	at com.sun.proxy.$Proxy188.execute(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	... 4 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to channel
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel$2.adapt(Channel.java:1037)
		at hudson.remoting.Channel$2.adapt(Channel.java:1033)
		at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
		at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
		at hudson.remoting.UserRequest.perform(UserRequest.java:211)
		at hudson.remoting.UserRequest.perform(UserRequest.java:54)
		at hudson.remoting.Request$2.run(Request.java:375)
		at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
		... 4 more
[ERROR] Failed to execute goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.17:check (check-java-version) on project pdfbox-examples: Execution check-java-version of goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.17:check failed: An API incompatibility was encountered while executing org.codehaus.mojo:animal-sniffer-maven-plugin:1.17:check: java.lang.NoSuchMethodError: java.nio.CharBuffer.position(I)Ljava/nio/CharBuffer;
[ERROR] -----------------------------------------------------
[ERROR] realm =    plugin>org.codehaus.mojo:animal-sniffer-maven-plugin:1.17
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] = file:/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-maven-plugin/1.17/animal-sniffer-maven-plugin-1.17.jar
[ERROR] urls[1] = file:/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer/1.17/animal-sniffer-1.17.jar
[ERROR] urls[2] = file:/home/jenkins/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.jar
[ERROR] urls[3] = file:/home/jenkins/.m2/repository/org/codehaus/mojo/java-boot-classpath-detector/1.17/java-boot-classpath-detector-1.17.jar
[ERROR] urls[4] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar
[ERROR] urls[5] = file:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[ERROR] urls[6] = file:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[ERROR] urls[7] = file:/home/jenkins/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
[ERROR] urls[8] = file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[ERROR] urls[9] = file:/home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
[ERROR] urls[10] = file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
[ERROR] urls[11] = file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
[ERROR] urls[12] = file:/home/jenkins/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
[ERROR] urls[13] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[ERROR] urls[14] = file:/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[ERROR] urls[15] = file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[ERROR] urls[16] = file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[ERROR] urls[17] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[ERROR] urls[18] = file:/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar
[ERROR] urls[19] = file:/home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
[ERROR] urls[20] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
[ERROR] Number of foreign imports: 1
[ERROR] import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
[ERROR] 
[ERROR] -----------------------------------------------------
[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/PluginContainerException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :pdfbox-examples
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/xmpbox/pom.xml> to org.apache.pdfbox/xmpbox/2.0.24-SNAPSHOT/xmpbox-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/xmpbox/target/xmpbox-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/xmpbox/2.0.24-20210421.040446-140/xmpbox-2.0.24-20210421.040446-140.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/tools/pom.xml> to org.apache.pdfbox/pdfbox-tools/2.0.24-SNAPSHOT/pdfbox-tools-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/tools/target/pdfbox-tools-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-tools/2.0.24-20210421.041547-71/pdfbox-tools-2.0.24-20210421.041547-71.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger/pom.xml> to org.apache.pdfbox/pdfbox-debugger/2.0.24-SNAPSHOT/pdfbox-debugger-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger/target/pdfbox-debugger-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-debugger/2.0.24-20210421.041515-71/pdfbox-debugger-2.0.24-20210421.041515-71.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight-app/pom.xml> to org.apache.pdfbox/preflight-app/2.0.24-SNAPSHOT/preflight-app-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight-app/target/preflight-app-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/preflight-app/2.0.24-20210421.041352-136/preflight-app-2.0.24-20210421.041352-136.jar
[Fast Archiver] Compressed 9.50 MB of artifacts by 31.9% relative to #342
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/app/pom.xml> to org.apache.pdfbox/pdfbox-app/2.0.24-SNAPSHOT/pdfbox-app-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/app/target/pdfbox-app-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-app/2.0.24-20210421.041641-136/pdfbox-app-2.0.24-20210421.041641-136.jar
[Fast Archiver] Compressed 9.47 MB of artifacts by 32.0% relative to #342
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/examples/pom.xml> to org.apache.pdfbox/pdfbox-examples/2.0.24-SNAPSHOT/pdfbox-examples-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight/pom.xml> to org.apache.pdfbox/preflight/2.0.24-SNAPSHOT/preflight-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight/target/preflight-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/preflight/2.0.24-20210421.041207-136/preflight-2.0.24-20210421.041207-136.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/pom.xml> to org.apache.pdfbox/pdfbox-reactor/2.0.24-SNAPSHOT/pdfbox-reactor-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/parent/pom.xml> to org.apache.pdfbox/pdfbox-parent/2.0.24-SNAPSHOT/pdfbox-parent-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/pdfbox/pom.xml> to org.apache.pdfbox/pdfbox/2.0.24-SNAPSHOT/pdfbox-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/pdfbox/target/pdfbox-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox/2.0.24-20210421.040901-136/pdfbox-2.0.24-20210421.040901-136.jar
[Fast Archiver] Compressed 2.66 MB of artifacts by 31.8% relative to #342
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger-app/pom.xml> to org.apache.pdfbox/debugger-app/2.0.24-SNAPSHOT/debugger-app-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger-app/target/debugger-app-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/debugger-app/2.0.24-20210421.041825-136/debugger-app-2.0.24-20210421.041825-136.jar
[Fast Archiver] Compressed 9.40 MB of artifacts by 32.3% relative to #342
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/fontbox/pom.xml> to org.apache.pdfbox/fontbox/2.0.24-SNAPSHOT/fontbox-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/fontbox/target/fontbox-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/fontbox/2.0.24-20210421.040318-140/fontbox-2.0.24-20210421.040318-140.jar
[Fast Archiver] Compressed 1.50 MB of artifacts by 37.6% relative to #342
Sending e-mails to: dev@pdfbox.apache.org
No mail will be sent out, as 'PDFBox » PDFBox-2.0.x » PDFBox reactor #343' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
Archiving artifacts

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


Build failed in Jenkins: PDFBox » PDFBox-2.0.x #342

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/342/display/redirect?page=changes>

Changes:

[Tilman Hausherr] PDFBOX-4892: add description


------------------------------------------
[...truncated 948.45 KB...]
	at hudson.remoting.Channel$2.adapt(Channel.java:1033)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
	at hudson.model.Fingerprint.load(Fingerprint.java:1357)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
	at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
	at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
	at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
	at sun.reflect.GeneratedMethodAccessor2683.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.model.Executor$2.call(Executor.java:939)
	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
	at com.sun.proxy.$Proxy188.execute(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	... 4 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to channel
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel$2.adapt(Channel.java:1037)
		at hudson.remoting.Channel$2.adapt(Channel.java:1033)
		at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
		at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
		at hudson.remoting.UserRequest.perform(UserRequest.java:211)
		at hudson.remoting.UserRequest.perform(UserRequest.java:54)
		at hudson.remoting.Request$2.run(Request.java:375)
		at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
		... 4 more
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at hudson.remoting.Channel$2.adapt(Channel.java:1039)
	at hudson.remoting.Channel$2.adapt(Channel.java:1033)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
	at hudson.model.Fingerprint.load(Fingerprint.java:1357)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
	at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
	at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
	at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
	at sun.reflect.GeneratedMethodAccessor2683.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.model.Executor$2.call(Executor.java:939)
	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
	at com.sun.proxy.$Proxy188.execute(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	... 4 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to channel
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel$2.adapt(Channel.java:1037)
		at hudson.remoting.Channel$2.adapt(Channel.java:1033)
		at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
		at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
		at hudson.remoting.UserRequest.perform(UserRequest.java:211)
		at hudson.remoting.UserRequest.perform(UserRequest.java:54)
		at hudson.remoting.Request$2.run(Request.java:375)
		at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
		... 4 more
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at hudson.remoting.Channel$2.adapt(Channel.java:1039)
	at hudson.remoting.Channel$2.adapt(Channel.java:1033)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
	at hudson.model.Fingerprint.load(Fingerprint.java:1357)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
	at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
	at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
	at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
	at sun.reflect.GeneratedMethodAccessor2683.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.model.Executor$2.call(Executor.java:939)
	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
	at com.sun.proxy.$Proxy188.execute(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	... 4 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to channel
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel$2.adapt(Channel.java:1037)
		at hudson.remoting.Channel$2.adapt(Channel.java:1033)
		at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
		at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
		at hudson.remoting.UserRequest.perform(UserRequest.java:211)
		at hudson.remoting.UserRequest.perform(UserRequest.java:54)
		at hudson.remoting.Request$2.run(Request.java:375)
		at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
		... 4 more
[ERROR] Failed to execute goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.17:check (check-java-version) on project pdfbox-examples: Execution check-java-version of goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.17:check failed: An API incompatibility was encountered while executing org.codehaus.mojo:animal-sniffer-maven-plugin:1.17:check: java.lang.NoSuchMethodError: java.nio.CharBuffer.position(I)Ljava/nio/CharBuffer;
[ERROR] -----------------------------------------------------
[ERROR] realm =    plugin>org.codehaus.mojo:animal-sniffer-maven-plugin:1.17
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] = file:/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-maven-plugin/1.17/animal-sniffer-maven-plugin-1.17.jar
[ERROR] urls[1] = file:/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer/1.17/animal-sniffer-1.17.jar
[ERROR] urls[2] = file:/home/jenkins/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.jar
[ERROR] urls[3] = file:/home/jenkins/.m2/repository/org/codehaus/mojo/java-boot-classpath-detector/1.17/java-boot-classpath-detector-1.17.jar
[ERROR] urls[4] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar
[ERROR] urls[5] = file:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[ERROR] urls[6] = file:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[ERROR] urls[7] = file:/home/jenkins/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
[ERROR] urls[8] = file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[ERROR] urls[9] = file:/home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
[ERROR] urls[10] = file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
[ERROR] urls[11] = file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
[ERROR] urls[12] = file:/home/jenkins/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
[ERROR] urls[13] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
[ERROR] urls[14] = file:/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[ERROR] urls[15] = file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[ERROR] urls[16] = file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[ERROR] urls[17] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[ERROR] urls[18] = file:/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar
[ERROR] urls[19] = file:/home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
[ERROR] urls[20] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
[ERROR] Number of foreign imports: 1
[ERROR] import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
[ERROR] 
[ERROR] -----------------------------------------------------
[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/PluginContainerException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :pdfbox-examples
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/xmpbox/pom.xml> to org.apache.pdfbox/xmpbox/2.0.24-SNAPSHOT/xmpbox-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/xmpbox/target/xmpbox-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/xmpbox/2.0.24-20210420.195538-138/xmpbox-2.0.24-20210420.195538-138.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/tools/pom.xml> to org.apache.pdfbox/pdfbox-tools/2.0.24-SNAPSHOT/pdfbox-tools-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/tools/target/pdfbox-tools-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-tools/2.0.24-20210420.200841-70/pdfbox-tools-2.0.24-20210420.200841-70.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger/pom.xml> to org.apache.pdfbox/pdfbox-debugger/2.0.24-SNAPSHOT/pdfbox-debugger-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger/target/pdfbox-debugger-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-debugger/2.0.24-20210420.200759-70/pdfbox-debugger-2.0.24-20210420.200759-70.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight-app/pom.xml> to org.apache.pdfbox/preflight-app/2.0.24-SNAPSHOT/preflight-app-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight-app/target/preflight-app-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/preflight-app/2.0.24-20210420.200619-134/preflight-app-2.0.24-20210420.200619-134.jar
[Fast Archiver] Compressed 9.50 MB of artifacts by 38.1% relative to #341
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/app/pom.xml> to org.apache.pdfbox/pdfbox-app/2.0.24-SNAPSHOT/pdfbox-app-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/app/target/pdfbox-app-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-app/2.0.24-20210420.200951-134/pdfbox-app-2.0.24-20210420.200951-134.jar
[Fast Archiver] Compressed 9.47 MB of artifacts by 38.3% relative to #341
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/examples/pom.xml> to org.apache.pdfbox/pdfbox-examples/2.0.24-SNAPSHOT/pdfbox-examples-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight/pom.xml> to org.apache.pdfbox/preflight/2.0.24-SNAPSHOT/preflight-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight/target/preflight-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/preflight/2.0.24-20210420.200419-134/preflight-2.0.24-20210420.200419-134.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/pom.xml> to org.apache.pdfbox/pdfbox-reactor/2.0.24-SNAPSHOT/pdfbox-reactor-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/parent/pom.xml> to org.apache.pdfbox/pdfbox-parent/2.0.24-SNAPSHOT/pdfbox-parent-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/pdfbox/pom.xml> to org.apache.pdfbox/pdfbox/2.0.24-SNAPSHOT/pdfbox-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/pdfbox/target/pdfbox-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox/2.0.24-20210420.200101-134/pdfbox-2.0.24-20210420.200101-134.jar
[Fast Archiver] Compressed 2.66 MB of artifacts by 31.8% relative to #341
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger-app/pom.xml> to org.apache.pdfbox/debugger-app/2.0.24-SNAPSHOT/debugger-app-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger-app/target/debugger-app-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/debugger-app/2.0.24-20210420.201208-134/debugger-app-2.0.24-20210420.201208-134.jar
[Fast Archiver] Compressed 9.40 MB of artifacts by 38.9% relative to #341
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/fontbox/pom.xml> to org.apache.pdfbox/fontbox/2.0.24-SNAPSHOT/fontbox-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/fontbox/target/fontbox-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/fontbox/2.0.24-20210420.195400-138/fontbox-2.0.24-20210420.195400-138.jar
[Fast Archiver] Compressed 1.50 MB of artifacts by 73.1% relative to #341
Sending e-mails to: dev@pdfbox.apache.org
No mail will be sent out, as 'PDFBox » PDFBox-2.0.x » PDFBox reactor #342' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
Archiving artifacts

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


Build failed in Jenkins: PDFBox » PDFBox-2.0.x #341

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/341/display/redirect>

Changes:


------------------------------------------
[...truncated 948.82 KB...]
	at hudson.remoting.Channel$2.adapt(Channel.java:1033)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
	at hudson.model.Fingerprint.load(Fingerprint.java:1357)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
	at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
	at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
	at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
	at sun.reflect.GeneratedMethodAccessor2683.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.model.Executor$2.call(Executor.java:939)
	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
	at com.sun.proxy.$Proxy188.execute(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	... 4 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to channel
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel$2.adapt(Channel.java:1037)
		at hudson.remoting.Channel$2.adapt(Channel.java:1033)
		at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
		at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
		at hudson.remoting.UserRequest.perform(UserRequest.java:211)
		at hudson.remoting.UserRequest.perform(UserRequest.java:54)
		at hudson.remoting.Request$2.run(Request.java:375)
		at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
		... 4 more
ERROR: Asynchronous execution failure
java.util.concurrent.ExecutionException: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at hudson.remoting.Channel$2.adapt(Channel.java:1039)
	at hudson.remoting.Channel$2.adapt(Channel.java:1033)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
	at hudson.model.Fingerprint.load(Fingerprint.java:1357)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
	at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
	at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
	at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
	at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
	at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
	at sun.reflect.GeneratedMethodAccessor2683.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.model.Executor$2.call(Executor.java:939)
	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
	at com.sun.proxy.$Proxy188.execute(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	... 4 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to channel
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
[ERROR] Failed to execute goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.17:check (check-java-version) on project pdfbox-examples: Execution check-java-version of goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.17:check failed: An API incompatibility was encountered while executing org.codehaus.mojo:animal-sniffer-maven-plugin:1.17:check: java.lang.NoSuchMethodError: java.nio.CharBuffer.position(I)Ljava/nio/CharBuffer;
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel$2.adapt(Channel.java:1037)
[ERROR] -----------------------------------------------------
		at hudson.remoting.Channel$2.adapt(Channel.java:1033)
[ERROR] realm =    plugin>org.codehaus.mojo:animal-sniffer-maven-plugin:1.17
		at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] = file:/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-maven-plugin/1.17/animal-sniffer-maven-plugin-1.17.jar
		at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
[ERROR] urls[1] = file:/home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer/1.17/animal-sniffer-1.17.jar
[ERROR] urls[2] = file:/home/jenkins/.m2/repository/org/ow2/asm/asm/6.2/asm-6.2.jar
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
[ERROR] urls[3] = file:/home/jenkins/.m2/repository/org/codehaus/mojo/java-boot-classpath-detector/1.17/java-boot-classpath-detector-1.17.jar
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
[ERROR] urls[4] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.jar
		at hudson.remoting.UserRequest.perform(UserRequest.java:211)
[ERROR] urls[5] = file:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
		at hudson.remoting.UserRequest.perform(UserRequest.java:54)
[ERROR] urls[6] = file:/home/jenkins/.m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[ERROR] urls[7] = file:/home/jenkins/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
		at hudson.remoting.Request$2.run(Request.java:375)
[ERROR] urls[8] = file:/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
		at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
[ERROR] urls[9] = file:/home/jenkins/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar
		... 4 more
[ERROR] urls[10] = file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar
ERROR: [ERROR] urls[11] = file:/home/jenkins/.m2/repository/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar
Asynchronous execution failure
[ERROR] urls[12] = file:/home/jenkins/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
[ERROR] urls[13] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
java.util.concurrent.ExecutionException: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
[ERROR] urls[14] = file:/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
	at hudson.remoting.Channel$2.adapt(Channel.java:1039)
[ERROR] urls[15] = file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
	at hudson.remoting.Channel$2.adapt(Channel.java:1033)
[ERROR] urls[16] = file:/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
[ERROR] urls[17] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
[ERROR] urls[18] = file:/home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.jar
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
[ERROR] urls[19] = file:/home/jenkins/.m2/repository/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
[ERROR] urls[20] = file:/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
[ERROR] Number of foreign imports: 1
	at hudson.remoting.Request$2.run(Request.java:375)
[ERROR] import: Entry[import  from realm ClassRealm[maven.api, parent: null]]
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
[ERROR] 
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[ERROR] -----------------------------------------------------
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[ERROR] -> [Help 1]
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: Unexpected Fingerprint type. Expected class hudson.model.Fingerprint or subclass but got class hudson.model.Fingerprint$RangeSet
[ERROR] 
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:98)
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
	at jenkins.fingerprints.FileFingerprintStorage.load(FileFingerprintStorage.java:82)
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
	at hudson.model.Fingerprint.load(Fingerprint.java:1357)
	at hudson.model.FingerprintMap.load(FingerprintMap.java:90)
[ERROR] 
	at hudson.model.FingerprintMap.load(FingerprintMap.java:47)
[ERROR] For more information about the errors and possible solutions, please read the following articles:
	at hudson.util.KeyedDataStorage.get(KeyedDataStorage.java:161)
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException
	at hudson.model.FingerprintMap.get(FingerprintMap.java:82)
[ERROR] 
	at hudson.model.FingerprintMap.get(FingerprintMap.java:47)
[ERROR] After correcting the problems, you can resume the build with the command
	at hudson.util.KeyedDataStorage.getOrCreate(KeyedDataStorage.java:111)
[ERROR]   mvn <goals> -rf :pdfbox-examples
	at hudson.model.FingerprintMap.getOrCreate(FingerprintMap.java:68)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:246)
	at hudson.maven.reporters.MavenFingerprinter$PostBuildCallable.call(MavenFingerprinter.java:233)
	at hudson.maven.MavenBuild$ProxyImpl.execute(MavenBuild.java:454)
	at hudson.maven.MavenBuild$ProxyImpl2.execute(MavenBuild.java:586)
	at sun.reflect.GeneratedMethodAccessor2683.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at hudson.model.Executor$2.call(Executor.java:939)
	at hudson.util.InterceptingProxy$1.invoke(InterceptingProxy.java:23)
	at com.sun.proxy.$Proxy188.execute(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter$AsyncInvoker.call(MavenBuildProxy.java:294)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:375)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:22)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	... 4 more
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to channel
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1800)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel$2.adapt(Channel.java:1037)
		at hudson.remoting.Channel$2.adapt(Channel.java:1033)
		at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
		at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:186)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:144)
		at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
		at hudson.remoting.UserRequest.perform(UserRequest.java:211)
		at hudson.remoting.UserRequest.perform(UserRequest.java:54)
		at hudson.remoting.Request$2.run(Request.java:375)
		at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:73)
		... 4 more
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/xmpbox/pom.xml> to org.apache.pdfbox/xmpbox/2.0.24-SNAPSHOT/xmpbox-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/xmpbox/target/xmpbox-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/xmpbox/2.0.24-20210420.172051-136/xmpbox-2.0.24-20210420.172051-136.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/tools/pom.xml> to org.apache.pdfbox/pdfbox-tools/2.0.24-SNAPSHOT/pdfbox-tools-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/tools/target/pdfbox-tools-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-tools/2.0.24-20210420.173400-69/pdfbox-tools-2.0.24-20210420.173400-69.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger/pom.xml> to org.apache.pdfbox/pdfbox-debugger/2.0.24-SNAPSHOT/pdfbox-debugger-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger/target/pdfbox-debugger-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-debugger/2.0.24-20210420.173316-69/pdfbox-debugger-2.0.24-20210420.173316-69.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight-app/pom.xml> to org.apache.pdfbox/preflight-app/2.0.24-SNAPSHOT/preflight-app-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight-app/target/preflight-app-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/preflight-app/2.0.24-20210420.173137-132/preflight-app-2.0.24-20210420.173137-132.jar
[Fast Archiver] Compressed 9.50 MB of artifacts by 38.1% relative to #340
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/app/pom.xml> to org.apache.pdfbox/pdfbox-app/2.0.24-SNAPSHOT/pdfbox-app-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/app/target/pdfbox-app-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox-app/2.0.24-20210420.173516-132/pdfbox-app-2.0.24-20210420.173516-132.jar
[Fast Archiver] Compressed 9.47 MB of artifacts by 38.3% relative to #340
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/examples/pom.xml> to org.apache.pdfbox/pdfbox-examples/2.0.24-SNAPSHOT/pdfbox-examples-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight/pom.xml> to org.apache.pdfbox/preflight/2.0.24-SNAPSHOT/preflight-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/preflight/target/preflight-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/preflight/2.0.24-20210420.172933-132/preflight-2.0.24-20210420.172933-132.jar
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/pom.xml> to org.apache.pdfbox/pdfbox-reactor/2.0.24-SNAPSHOT/pdfbox-reactor-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/parent/pom.xml> to org.apache.pdfbox/pdfbox-parent/2.0.24-SNAPSHOT/pdfbox-parent-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/pdfbox/pom.xml> to org.apache.pdfbox/pdfbox/2.0.24-SNAPSHOT/pdfbox-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/pdfbox/target/pdfbox-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/pdfbox/2.0.24-20210420.172610-132/pdfbox-2.0.24-20210420.172610-132.jar
[Fast Archiver] Compressed 2.66 MB of artifacts by 31.8% relative to #340
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger-app/pom.xml> to org.apache.pdfbox/debugger-app/2.0.24-SNAPSHOT/debugger-app-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/debugger-app/target/debugger-app-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/debugger-app/2.0.24-20210420.173729-132/debugger-app-2.0.24-20210420.173729-132.jar
[Fast Archiver] Compressed 9.40 MB of artifacts by 38.6% relative to #340
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/fontbox/pom.xml> to org.apache.pdfbox/fontbox/2.0.24-SNAPSHOT/fontbox-2.0.24-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/ws/fontbox/target/fontbox-2.0.24-SNAPSHOT.jar> to org.apache.pdfbox/fontbox/2.0.24-20210420.171913-136/fontbox-2.0.24-20210420.171913-136.jar
[Fast Archiver] Compressed 1.50 MB of artifacts by 73.1% relative to #340
Sending e-mails to: dev@pdfbox.apache.org
No mail will be sent out, as 'PDFBox » PDFBox-2.0.x » PDFBox reactor #341' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
Archiving artifacts

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