See 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/390/display/redirect?page=changes>

Changes:

[Tilman Hausherr] PDFBOX-5302: save and reset linePath before drawing a form, 
in case an existing path hasn't been consumed

[Andreas Lehmkühler] PDFBOX-5286: dereference compressed object stream object 
only once


------------------------------------------
[...truncated 2.03 MB...]
        at 
org.jacoco.agent.rt.internal_f3994fa.core.instr.Instrumenter.instrument(Instrumenter.java:108)
        ... 69 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting 
org/apache/fontbox/ttf/OS2WindowsMetricsTable$MockitoMock$969066751$auxiliary$g9dqn96G.
        at 
org.jacoco.agent.rt.internal_f3994fa.CoverageTransformer.transform(CoverageTransformer.java:94)
        at 
java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
        at 
java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
        at 
java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
        at java.base/java.lang.ClassLoader.defineClass1(Native Method)
        at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
        at 
java.base/java.lang.ClassLoader$ByteBuddyAccessor$v1pSlzJU.defineClass(Unknown 
Source)
        at 
java.base/jdk.internal.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at 
net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection$Dispatcher$UsingUnsafeInjection.defineClass(ClassInjector.java:1027)
        at 
net.bytebuddy.dynamic.loading.ClassInjector$UsingReflection.injectRaw(ClassInjector.java:279)
        at 
net.bytebuddy.dynamic.loading.ClassInjector$AbstractBase.inject(ClassInjector.java:114)
        at 
net.bytebuddy.dynamic.loading.ClassLoadingStrategy$Default$InjectionDispatcher.load(ClassLoadingStrategy.java:233)
        at 
net.bytebuddy.dynamic.TypeResolutionStrategy$Passive.initialize(TypeResolutionStrategy.java:100)
        at 
net.bytebuddy.dynamic.DynamicType$Default$Unloaded.load(DynamicType.java:6154)
        at 
org.mockito.internal.creation.bytebuddy.SubclassBytecodeGenerator.mockClass(SubclassBytecodeGenerator.java:268)
        at 
org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.lambda$mockClass$0(TypeCachingBytecodeGenerator.java:47)
        at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:153)
        at 
net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:366)
        at net.bytebuddy.TypeCache.findOrInsert(TypeCache.java:175)
        at 
net.bytebuddy.TypeCache$WithInlineExpunction.findOrInsert(TypeCache.java:377)
        at 
org.mockito.internal.creation.bytebuddy.TypeCachingBytecodeGenerator.mockClass(TypeCachingBytecodeGenerator.java:40)
        at 
org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMockType(SubclassByteBuddyMockMaker.java:77)
        at 
org.mockito.internal.creation.bytebuddy.SubclassByteBuddyMockMaker.createMock(SubclassByteBuddyMockMaker.java:43)
        at 
org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker.createMock(ByteBuddyMockMaker.java:42)
        at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:53)
        at org.mockito.internal.MockitoCore.mock(MockitoCore.java:84)
        at org.mockito.Mockito.mock(Mockito.java:1956)
        at org.mockito.Mockito.mock(Mockito.java:1871)
        at 
org.apache.pdfbox.pdmodel.font.TestFontEmbedding.testIsEmbeddingPermittedMultipleVersions(TestFontEmbedding.java:421)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
        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.interceptTestMethod(TimeoutExtension.java:84)
        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$7(TestMethodTestDescriptor.java:214)
        at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:210)
        at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:135)
        at 
org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:66)
        at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
        at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
        at 
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
        at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
        at 
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
        at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
        at 
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
        at 
org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:185)
        at 
java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194)
        at 
java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
        at 
java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
        at 
java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
        at 
java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
        at 
java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Caused by: java.io.IOException: Error while instrumenting 
org/apache/fontbox/ttf/OS2WindowsMetricsTable$MockitoMock$969066751$auxiliary$g9dqn96G.
        at 
org.jacoco.agent.rt.internal_f3994fa.core.instr.Instrumenter.instrumentError(Instrumenter.java:160)
        at 
org.jacoco.agent.rt.internal_f3994fa.core.instr.Instrumenter.instrument(Instrumenter.java:110)
        at 
org.jacoco.agent.rt.internal_f3994fa.CoverageTransformer.transform(CoverageTransformer.java:92)
        ... 68 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major 
version 62
        at 
org.jacoco.agent.rt.internal_f3994fa.asm.ClassReader.<init>(ClassReader.java:196)
        at 
org.jacoco.agent.rt.internal_f3994fa.asm.ClassReader.<init>(ClassReader.java:177)
        at 
org.jacoco.agent.rt.internal_f3994fa.asm.ClassReader.<init>(ClassReader.java:163)
        at 
org.jacoco.agent.rt.internal_f3994fa.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
        at 
org.jacoco.agent.rt.internal_f3994fa.core.instr.Instrumenter.instrument(Instrumenter.java:76)
        at 
org.jacoco.agent.rt.internal_f3994fa.core.instr.Instrumenter.instrument(Instrumenter.java:108)
        ... 69 more
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.753 s 
- in org.apache.pdfbox.pdmodel.font.TestFontEmbedding
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.639 s 
- in org.apache.pdfbox.pdmodel.interactive.form.PDAcroFormFlattenTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.218 
s - in org.apache.pdfbox.text.TestTextStripper
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.981 s 
- in org.apache.pdfbox.pdmodel.interactive.form.PDAcroFormFromAnnotsTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.701 s 
- in org.apache.pdfbox.filter.TestFilters
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.097 s 
- in org.apache.pdfbox.multipdf.PDFMergerUtilityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.792 s 
- in org.apache.pdfbox.encryption.TestSymmetricKeyEncryption
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 671, Failures: 0, Errors: 0, Skipped: 2
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:report (report) @ pdfbox ---
[INFO] Loading execution data file 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/pdfbox/target/jacoco.exec>
[INFO] Analyzed bundle 'Apache PDFBox' with 730 classes
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.20:check (check-java-version) @ pdfbox 
---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ pdfbox ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
pdfbox ---
[INFO] Skipping because packaging 'bundle' is not pom.
[INFO] 
[INFO] >>> maven-source-plugin:3.2.1:jar (attach-sources) > generate-sources @ 
pdfbox >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (default) @ pdfbox ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven-version) @ pdfbox 
---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ pdfbox ---
[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-jdk18/ws/pdfbox/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 <<<
[INFO] 
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar (attach-sources) @ pdfbox ---
[INFO] Building jar: 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/pdfbox/target/pdfbox-3.0.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (default) @ pdfbox ---
[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] 22 explicit excludes (use -debug for more details).
[INFO] 977 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 807 licenses.
[INFO] 
[INFO] --- dependency-check-maven:6.3.2:check (default) @ pdfbox ---
[INFO] Checking for updates
[INFO] Skipping NVD check since last check was within 4 hours.
[INFO] Skipping RetireJS update since last update was within 24 hours.
[INFO] Check for updates complete (49 ms)
[INFO] 

Dependency-Check is an open source tool performing a best effort analysis of 
3rd party dependencies; false positives and false negatives may exist in the 
analysis performed by the tool. Use of the tool and the reporting provided 
constitutes acceptance for use in an AS IS condition, and there are NO 
warranties, implied or otherwise, with regard to the analysis or its use. Any 
use of the tool and the reporting provided is at the user?s risk. In no event 
shall the copyright holder or OWASP be held liable for any damages whatsoever 
arising out of or in connection with the use of this tool, the analysis 
performed, or the resulting report.


   About ODC: 
https://jeremylong.github.io/DependencyCheck/general/internals.html
   False Positives: 
https://jeremylong.github.io/DependencyCheck/general/suppression.html

? Sponsor: https://github.com/sponsors/jeremylong


[INFO] Analysis Started
[INFO] Finished Archive Analyzer (0 seconds)
[INFO] Finished File Name Analyzer (0 seconds)
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :6:3: The element type "hr" must be terminated by the matching 
end-tag "</hr>".
[WARNING] Unable to parse pom 
'/home/jenkins/.m2/repository/org/bouncycastle/bcpkix-jdk15on/1.69/bcpkix-jdk15on-1.69.pom'
[WARNING] An error occurred while analyzing 
'/home/jenkins/.m2/repository/org/bouncycastle/bcpkix-jdk15on/1.69/bcpkix-jdk15on-1.69.jar'
 (Jar Analyzer).
[Fatal Error] :1:1: Premature end of file.
[Fatal Error] :6:3: The element type "hr" must be terminated by the matching 
end-tag "</hr>".
[WARNING] Unable to parse pom 
'/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.pom'
[WARNING] An error occurred while analyzing 
'/home/jenkins/.m2/repository/org/bouncycastle/bcprov-jdk15on/1.69/bcprov-jdk15on-1.69.jar'
 (Jar Analyzer).
[INFO] Finished Jar Analyzer (0 seconds)
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (1 seconds)
[INFO] Finished CPE Analyzer (3 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Sonatype OSS Index Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (5 seconds)
[INFO] Writing report to: 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/pdfbox/target/dependency-check-report.html>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache PDFBox 3.0.0-SNAPSHOT:
[INFO] 
[INFO] PDFBox parent ...................................... SUCCESS [ 57.046 s]
[INFO] Apache FontBox ..................................... SUCCESS [ 56.784 s]
[INFO] Apache XmpBox ...................................... SUCCESS [ 17.826 s]
[INFO] Apache PDFBox ...................................... FAILURE [01:17 min]
[INFO] Apache Preflight ................................... SKIPPED
[INFO] Apache Preflight application ....................... SKIPPED
[INFO] Apache PDFBox Debugger ............................. SKIPPED
[INFO] Apache PDFBox tools ................................ SKIPPED
[INFO] Apache PDFBox application .......................... SKIPPED
[INFO] Apache PDFBox Debugger application ................. SKIPPED
[INFO] Apache PDFBox examples ............................. SKIPPED
[INFO] Apache PDFBox ...................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:01 min
[INFO] Finished at: 2021-10-22T11:18:49Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:6.3.2:check 
(default) on project pdfbox: One or more exceptions occurred during 
dependency-check analysis: One or more exceptions occurred during analysis:
[ERROR] AnalysisException: An error occurred extracting evidence from 
bcpkix-jdk15on-1.69.jar, analysis may be incomplete; please see the log for 
more details.
[ERROR] caused by AnalysisException: 
org.owasp.dependencycheck.xml.pom.PomParseException: 
org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type 
"hr" must be terminated by the matching end-tag "</hr>".
[ERROR] caused by PomParseException: org.xml.sax.SAXParseException; lineNumber: 
6; columnNumber: 3; The element type "hr" must be terminated by the matching 
end-tag "</hr>".
[ERROR] caused by SAXParseException: The element type "hr" must be terminated 
by the matching end-tag "</hr>".
[ERROR] AnalysisException: An error occurred extracting evidence from 
bcprov-jdk15on-1.69.jar, analysis may be incomplete; please see the log for 
more details.
[ERROR] caused by AnalysisException: 
org.owasp.dependencycheck.xml.pom.PomParseException: 
org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type 
"hr" must be terminated by the matching end-tag "</hr>".
[ERROR] caused by PomParseException: org.xml.sax.SAXParseException; lineNumber: 
6; columnNumber: 3; The element type "hr" must be terminated by the matching 
end-tag "</hr>".
[ERROR] caused by SAXParseException: The element type "hr" must be terminated 
by the matching end-tag "</hr>".
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :pdfbox
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/xmpbox/pom.xml>
 to org.apache.pdfbox/xmpbox/3.0.0-SNAPSHOT/xmpbox-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/xmpbox/target/xmpbox-3.0.0-SNAPSHOT.jar>
 to org.apache.pdfbox/xmpbox/3.0.0-SNAPSHOT/xmpbox-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/xmpbox/target/xmpbox-3.0.0-SNAPSHOT-sources.jar>
 to org.apache.pdfbox/xmpbox/3.0.0-SNAPSHOT/xmpbox-3.0.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 252.48 KB of artifacts by 38.0% relative to #389
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/tools/pom.xml>
 to 
org.apache.pdfbox/pdfbox-tools/3.0.0-SNAPSHOT/pdfbox-tools-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/debugger/pom.xml>
 to 
org.apache.pdfbox/pdfbox-debugger/3.0.0-SNAPSHOT/pdfbox-debugger-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/preflight-app/pom.xml>
 to 
org.apache.pdfbox/preflight-app/3.0.0-SNAPSHOT/preflight-app-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/app/pom.xml> 
to org.apache.pdfbox/pdfbox-app/3.0.0-SNAPSHOT/pdfbox-app-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/examples/pom.xml>
 to 
org.apache.pdfbox/pdfbox-examples/3.0.0-SNAPSHOT/pdfbox-examples-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/preflight/pom.xml>
 to org.apache.pdfbox/preflight/3.0.0-SNAPSHOT/preflight-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/pom.xml> to 
org.apache.pdfbox/pdfbox-reactor/3.0.0-SNAPSHOT/pdfbox-reactor-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/parent/pom.xml>
 to 
org.apache.pdfbox/pdfbox-parent/3.0.0-SNAPSHOT/pdfbox-parent-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/pdfbox/pom.xml>
 to org.apache.pdfbox/pdfbox/3.0.0-SNAPSHOT/pdfbox-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/pdfbox/target/pdfbox-3.0.0-SNAPSHOT.jar>
 to org.apache.pdfbox/pdfbox/3.0.0-SNAPSHOT/pdfbox-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/pdfbox/target/pdfbox-3.0.0-SNAPSHOT-sources.jar>
 to org.apache.pdfbox/pdfbox/3.0.0-SNAPSHOT/pdfbox-3.0.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 5.16 MB of artifacts by 60.0% relative to #387
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/debugger-app/pom.xml>
 to 
org.apache.pdfbox/debugger-app/3.0.0-SNAPSHOT/debugger-app-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/fontbox/pom.xml>
 to org.apache.pdfbox/fontbox/3.0.0-SNAPSHOT/fontbox-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/fontbox/target/fontbox-3.0.0-SNAPSHOT.jar>
 to org.apache.pdfbox/fontbox/3.0.0-SNAPSHOT/fontbox-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving 
<https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk18/ws/fontbox/target/fontbox-3.0.0-SNAPSHOT-sources.jar>
 to org.apache.pdfbox/fontbox/3.0.0-SNAPSHOT/fontbox-3.0.0-SNAPSHOT-sources.jar
[Fast Archiver] Compressed 3.00 MB of artifacts by 84.3% relative to #389
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk18 » Apache PDFBox 
examples #390' does not have a result yet. Please make sure you set a proper 
result in case of pipeline/build scripts.
Sending e-mails to: dev@pdfbox.apache.org
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk18 » Apache PDFBox 
Debugger application #390' does not have a result yet. Please make sure you set 
a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk18 » Apache PDFBox 
tools #390' does not have a result yet. Please make sure you set a proper 
result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk18 » Apache PDFBox 
Debugger #390' does not have a result yet. Please make sure you set a proper 
result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk18 » Apache Preflight 
application #390' does not have a result yet. Please make sure you set a proper 
result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk18 » Apache PDFBox 
application #390' does not have a result yet. Please make sure you set a proper 
result in case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk18 » Apache Preflight 
#390' does not have a result yet. Please make sure you set a proper result in 
case of pipeline/build scripts.
No mail will be sent out, as 'PDFBox » PDFBox-Trunk-jdk18 » Apache PDFBox 
#390' 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-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to