See
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/org.apache.pdfbox$pdfbox-examples/418/display/redirect>
Changes:
------------------------------------------
[...truncated 51.49 KB...]
at
org.apache.pdfbox.examples.signature.cert.OcspHelper.getResponseOcsp(OcspHelper.java:134)
at
org.apache.pdfbox.examples.signature.cert.CertificateVerifier.verifyOCSP(CertificateVerifier.java:459)
at
org.apache.pdfbox.examples.signature.cert.CertificateVerifier.checkRevocations(CertificateVerifier.java:235)
at
org.apache.pdfbox.examples.signature.cert.CertificateVerifier.verifyCertificate(CertificateVerifier.java:178)
at
org.apache.pdfbox.examples.signature.SigUtils.verifyCertificateChain(SigUtils.java:344)
at
org.apache.pdfbox.examples.pdmodel.TestCreateSignature.checkSignature(TestCreateSignature.java:532)
at
org.apache.pdfbox.examples.pdmodel.TestCreateSignature.testDetachedSHA256(TestCreateSignature.java:200)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688)
at
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at
org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
at
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
at
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:92)
at
org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
at
org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
at
org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at
org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at
org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at
org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
at
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
at
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
at
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
at
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
at
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
at
org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at
java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
at
java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
Jan 09, 2021 6:33:50 PM
org.apache.pdfbox.examples.signature.cert.CertificateVerifier checkRevocations
WARNING: Certificate# to check: c1e986160da8e982
Jan 09, 2021 6:33:50 PM org.apache.pdfbox.examples.signature.cert.CRLVerifier
verifyCertificateCRLs
INFO: Checking distribution point URL: http://www.freetsa.org/crl/root_ca.crl
Jan 09, 2021 6:33:50 PM
org.apache.pdfbox.examples.signature.cert.CertificateVerifier verifyCertificate
INFO: Certification chain verified successfully up to this root: C=DE,
ST=Bayern, L=Wuerzburg, [email protected], CN=www.freetsa.org,
OU=Root CA, O=Free TSA
Jan 09, 2021 6:33:50 PM
org.apache.pdfbox.examples.signature.cert.CertificateVerifier extractOCSPURL
INFO: OCSP URL: http://www.freetsa.org:2560
Jan 09, 2021 6:33:50 PM org.apache.pdfbox.examples.signature.cert.CRLVerifier
verifyCertificateCRLs
INFO: CRL issuer certificate is identical to cert issuer, no extra check needed
Jan 09, 2021 6:33:50 PM org.apache.pdfbox.examples.signature.cert.CRLVerifier
checkRevocation
INFO: The certificate was not revoked by CRL
http://www.freetsa.org/crl/root_ca.crl
TSA test successful
Jan 09, 2021 6:33:50 PM org.apache.pdfbox.examples.signature.cert.CRLVerifier
verifyCertificateCRLs
INFO: CRL issuer certificate is identical to cert issuer, no extra check needed
Jan 09, 2021 6:33:50 PM org.apache.pdfbox.examples.signature.cert.CRLVerifier
checkRevocation
INFO: The certificate was not revoked by CRL
http://www.freetsa.org/crl/root_ca.crl
Jan 09, 2021 6:33:50 PM
org.apache.pdfbox.examples.signature.cert.CertificateVerifier checkRevocations
WARNING: Exception trying OCSP, will try CRL
java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:607)
at java.net.Socket.connect(Socket.java:556)
at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
at sun.net.www.http.HttpClient.New(HttpClient.java:339)
at sun.net.www.http.HttpClient.New(HttpClient.java:357)
at
sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226)
at
sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
at
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990)
at
sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1340)
at
sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1315)
at
org.apache.pdfbox.examples.signature.cert.OcspHelper.performRequest(OcspHelper.java:464)
at
org.apache.pdfbox.examples.signature.cert.OcspHelper.getResponseOcsp(OcspHelper.java:134)
at
org.apache.pdfbox.examples.signature.cert.CertificateVerifier.verifyOCSP(CertificateVerifier.java:459)
at
org.apache.pdfbox.examples.signature.cert.CertificateVerifier.checkRevocations(CertificateVerifier.java:235)
at
org.apache.pdfbox.examples.signature.cert.CertificateVerifier.verifyCertificate(CertificateVerifier.java:178)
at
org.apache.pdfbox.examples.signature.SigUtils.verifyCertificateChain(SigUtils.java:344)
at
org.apache.pdfbox.examples.pdmodel.TestCreateSignature.checkSignature(TestCreateSignature.java:532)
at
org.apache.pdfbox.examples.pdmodel.TestCreateSignature.testDetachedSHA256(TestCreateSignature.java:200)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688)
at
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at
org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at
org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
at
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
at
org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:92)
at
org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
at
org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
at
org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at
org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at
org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at
org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
at
org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
at
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210)
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206)
at
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131)
at
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
at
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
at
org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at
java.util.concurrent.ForkJoinPool$WorkQueue.tryRemoveAndExec(ForkJoinPool.java:1107)
at java.util.concurrent.ForkJoinPool.awaitJoin(ForkJoinPool.java:2046)
at java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:390)
at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1001)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask$DefaultDynamicTestExecutor.awaitFinished(NodeTestTask.java:222)
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:146)
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
at
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
at
org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at
java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
at
java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
Jan 09, 2021 6:33:50 PM
org.apache.pdfbox.examples.signature.cert.CertificateVerifier checkRevocations
WARNING: Certificate# to check: c1e986160da8e982
Jan 09, 2021 6:33:50 PM org.apache.pdfbox.examples.signature.cert.CRLVerifier
verifyCertificateCRLs
INFO: Checking distribution point URL: http://www.freetsa.org/crl/root_ca.crl
Jan 09, 2021 6:33:50 PM org.apache.pdfbox.examples.signature.cert.CRLVerifier
verifyCertificateCRLs
INFO: CRL issuer certificate is identical to cert issuer, no extra check needed
Jan 09, 2021 6:33:50 PM org.apache.pdfbox.examples.signature.cert.CRLVerifier
checkRevocation
INFO: The certificate was not revoked by CRL
http://www.freetsa.org/crl/root_ca.crl
Jan 09, 2021 6:33:51 PM
org.apache.pdfbox.examples.signature.validation.CertInformationCollector
traverseChain
INFO: Found the right Issuer Cert! for Cert: CN=Swiss Government Regulated CA
02, OU=Swiss Government PKI, O=Bundesamt fuer Informatik und Telekommunikation
(BIT), OID.2.5.4.97=VATCH-CHE-221.032.573, C=CH
CN=Swiss Government Root CA IV, OU=Swiss Government PKI, O=Bundesamt fuer
Informatik und Telekommunikation (BIT), C=CH
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.869 s
- in org.apache.pdfbox.examples.interactive.form.TestCreateSimpleForms
Jan 09, 2021 6:33:51 PM
org.apache.pdfbox.examples.signature.validation.CertInformationCollector
traverseChain
INFO: Found the right Issuer Cert! for Cert: CN=Swiss Government TSA, OU=Time
Stamp Services, OU=Swiss Government PKI, O=Bundesamt fuer Informatik und
Telekommunikation (BIT), OID.2.5.4.97=VATCH-CHE-221.032.573, L=Bern, C=CH
CN=Swiss Government Regulated CA 02, OU=Swiss Government PKI, O=Bundesamt fuer
Informatik und Telekommunikation (BIT), OID.2.5.4.97=VATCH-CHE-221.032.573, C=CH
Jan 09, 2021 6:33:51 PM
org.apache.pdfbox.examples.signature.validation.CertInformationCollector
traverseChain
INFO: Found the right Issuer Cert! for Cert: CN=Swiss Government Regulated CA
02, OU=Swiss Government PKI, O=Bundesamt fuer Informatik und Telekommunikation
(BIT), OID.2.5.4.97=VATCH-CHE-221.032.573, C=CH
CN=Swiss Government Root CA IV, OU=Swiss Government PKI, O=Bundesamt fuer
Informatik und Telekommunikation (BIT), C=CH
Jan 09, 2021 6:33:51 PM org.apache.pdfbox.examples.signature.cert.OcspHelper
checkNonce
INFO: Nonce is good
Jan 09, 2021 6:33:51 PM
org.apache.pdfbox.examples.signature.validation.CertInformationCollector
traverseChain
INFO: Found the right Issuer Cert! for Cert: CN=OCSP-Responder-RegularCA01,
OU=Swiss Government PKI, O=Bundesamt fuer Informatik und Telekommunikation
(BIT), C=CH
CN=Swiss Government Regular CA 01, OU=Certification Authorities, OU=Services,
O=Admin, C=CH
Jan 09, 2021 6:33:51 PM
org.apache.pdfbox.examples.signature.validation.CertInformationCollector
traverseChain
INFO: Found the right Issuer Cert! for Cert: CN=Swiss Government Regular CA 01,
OU=Certification Authorities, OU=Services, O=Admin, C=CH
CN=Swiss Government Root CA II, OU=Certification Authorities, OU=Services,
O=The Federal Authorities of the Swiss Confederation, C=CH
Jan 09, 2021 6:33:51 PM org.apache.pdfbox.examples.signature.cert.OcspHelper
checkNonce
INFO: Nonce is good
Jan 09, 2021 6:33:51 PM
org.apache.pdfbox.examples.signature.validation.CertInformationCollector
traverseChain
INFO: Found the right Issuer Cert! for Cert: CN=OCSP-Responder-RootCAII,
OU=Swiss Government PKI, O=Bundesamt fuer Informatik und Telekommunikation
(BIT), C=CH
CN=Swiss Government Root CA II, OU=Certification Authorities, OU=Services,
O=The Federal Authorities of the Swiss Confederation, C=CH
Jan 09, 2021 6:33:51 PM org.apache.pdfbox.examples.signature.cert.OcspHelper
checkNonce
INFO: Nonce is good
Jan 09, 2021 6:33:51 PM
org.apache.pdfbox.examples.signature.validation.CertInformationCollector
traverseChain
INFO: Found the right Issuer Cert! for Cert: CN=OCSP-Responder-RegulatedCA02,
OU=Swiss Government PKI, O=Bundesamt fuer Informatik und Telekommunikation
(BIT), C=CH
CN=Swiss Government Regulated CA 02, OU=Swiss Government PKI, O=Bundesamt fuer
Informatik und Telekommunikation (BIT), OID.2.5.4.97=VATCH-CHE-221.032.573, C=CH
Jan 09, 2021 6:33:51 PM
org.apache.pdfbox.examples.signature.validation.CertInformationCollector
traverseChain
INFO: Found the right Issuer Cert! for Cert: CN=Swiss Government Regulated CA
02, OU=Swiss Government PKI, O=Bundesamt fuer Informatik und Telekommunikation
(BIT), OID.2.5.4.97=VATCH-CHE-221.032.573, C=CH
CN=Swiss Government Root CA IV, OU=Swiss Government PKI, O=Bundesamt fuer
Informatik und Telekommunikation (BIT), C=CH
Jan 09, 2021 6:33:52 PM org.apache.pdfbox.examples.signature.cert.OcspHelper
checkNonce
INFO: Nonce is good
Jan 09, 2021 6:33:52 PM
org.apache.pdfbox.examples.signature.validation.CertInformationCollector
traverseChain
INFO: Found the right Issuer Cert! for Cert: CN=OCSP-Responder-RootCAIV,
OU=Swiss Government PKI, O=Bundesamt fuer Informatik und Telekommunikation
(BIT), C=CH
CN=Swiss Government Root CA IV, OU=Swiss Government PKI, O=Bundesamt fuer
Informatik und Telekommunikation (BIT), C=CH
hexSignatureHash: FDAF28ED27407334A7606598CD1156C9052FC7D4
ocspSignatureHash: C7C58ECA3305E7D99F8990E032FF591DC0E5392E
ocspSignatureHash: BC0E4AD32203A202AC5A29FED3A52AD2EB49C1BE
ocspSignatureHash: 037F09C206E2E903CDA46BDFE58C1205B69DF68E
ocspSignatureHash: 114953BE7438A5F0C624ED97513F949E54D950A5
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.981 s
- in org.apache.pdfbox.examples.pdmodel.TestCreateSignature
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] TestCreateSignature.testCreateSignedTimeStamp:292 � IO Response from
https://f...
[ERROR] TestCreateSignature.testSaveIncrementalAfterSign:626 � IllegalState
1-based in...
[INFO]
[ERROR] Tests run: 27, Failures: 0, Errors: 2, Skipped: 0
[INFO]
[ERROR] There are test failures.
Please refer to
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/org.apache.pdfbox$pdfbox-examples/ws/target/surefire-reports>
for the individual test results.
Please refer to dump files (if any exist) [date]-jvmRun[N].dump,
[date].dumpstream and [date]-jvmRun[N].dumpstream.
[JENKINS] Recording test results
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.6:report (report) @ pdfbox-examples ---
[INFO] Loading execution data file
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/org.apache.pdfbox$pdfbox-examples/ws/target/jacoco.exec>
[INFO] Analyzed bundle 'Apache PDFBox examples' with 91 classes
[INFO]
[INFO] --- animal-sniffer-maven-plugin:1.19:check (check-java-version) @
pdfbox-examples ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO]
[INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ pdfbox-examples ---
[INFO] Building jar:
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/org.apache.pdfbox$pdfbox-examples/ws/target/pdfbox-examples-3.0.0-SNAPSHOT.jar>
[INFO]
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @
pdfbox-examples ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO]
[INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @
pdfbox-examples >>>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (default) @ pdfbox-examples
---
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) @
pdfbox-examples ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ pdfbox-examples
---
[INFO] surefireArgLine set to
-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/org.apache.pdfbox$pdfbox-examples/ws/target/jacoco.exec>
[WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo
[INFO]
[INFO] <<< maven-source-plugin:3.2.1:jar (attach-sources) < generate-sources @
pdfbox-examples <<<
[INFO]
[INFO]
[INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ pdfbox-examples ---
[INFO] Skipping source per configuration.
[INFO]
[INFO] --- apache-rat-plugin:0.13:check (default) @ pdfbox-examples ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 62 implicit excludes (use -debug for more details).
[INFO] 2 explicit excludes (use -debug for more details).
[INFO] 108 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 1, unknown: 1, generated:
0, approved: 100 licenses.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]