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/09/13 06:46:25 UTC

Build failed in Jenkins: PDFBox » PDFBox-Trunk-jdk16 » Apache PDFBox #364

See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/364/display/redirect>

Changes:


------------------------------------------
[...truncated 40.89 KB...]
SEVERE: Invalid CRC 46A14A87 on chunk 00000000, expected 98E54FEE.
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s - in org.apache.pdfbox.util.TestQuickSort
[INFO] Running org.apache.pdfbox.multipdf.MergeAnnotationsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.apache.pdfbox.multipdf.MergeAnnotationsTest
[INFO] Running org.apache.pdfbox.text.BidiTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.apache.pdfbox.text.BidiTest
[INFO] Running org.apache.pdfbox.text.TestTextStripper
Files differ: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/src/test/resources/org/apache/pdfbox/pdmodel/interactive/annotation/AnnotationTypes.pdf-1.png>
              <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/target/test-output/pdmodel/interactive/annotation/AnnotationTypes.pdf-1.png>
Rendering of target/test-output/pdmodel/interactive/annotation/AnnotationTypes.pdf failed or is not identical to expected rendering in src/test/resources/org/apache/pdfbox/pdmodel/interactive/annotation directory
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.apache.pdfbox.pdmodel.interactive.annotation.AppearanceGenerationTest
Sep 13, 2021 6:45:15 AM org.apache.pdfbox.pdmodel.font.PDType1CFont <init>
SEVERE: Can't read the embedded Type1C font IRYUJJ+Klavika-LightItalic
java.io.IOException: java.lang.NumberFormatException: For input string: ".2-"
	at org.apache.fontbox.cff.CFFParser.readRealNumber(CFFParser.java:423)
	at org.apache.fontbox.cff.CFFParser.readEntry(CFFParser.java:285)
	at org.apache.fontbox.cff.CFFParser.readDictData(CFFParser.java:261)
	at org.apache.fontbox.cff.CFFParser.parseType1Dicts(CFFParser.java:758)
	at org.apache.fontbox.cff.CFFParser.parseFont(CFFParser.java:589)
	at org.apache.fontbox.cff.CFFParser.parse(CFFParser.java:125)
	at org.apache.fontbox.cff.CFFParser.parse(CFFParser.java:76)
	at org.apache.pdfbox.pdmodel.font.PDType1CFont.<init>(PDType1CFont.java:101)
	at org.apache.pdfbox.pdmodel.font.PDFontFactory.createFont(PDFontFactory.java:73)
	at org.apache.pdfbox.pdmodel.PDResources.getFont(PDResources.java:143)
	at org.apache.pdfbox.pdmodel.font.PDFontTest.testPDFox5048(PDFontTest.java:262)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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:295)
	at java.base/java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:401)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:726)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:162)
	at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:136)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	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:295)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
Caused by: java.lang.NumberFormatException: For input string: ".2-"
	at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2054)
	at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
	at java.base/java.lang.Double.parseDouble(Double.java:556)
	at java.base/java.lang.Double.valueOf(Double.java:519)
	at org.apache.fontbox.cff.CFFParser.readRealNumber(CFFParser.java:419)
	... 63 more

[INFO] Running org.apache.pdfbox.filter.PredictorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.pdfbox.filter.PredictorTest
[INFO] Running org.apache.pdfbox.filter.TestFilters
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.apache.pdfbox.multipdf.MergeAcroFormsTest
[INFO] Running org.apache.pdfbox.io.RandomAccessReadBufferTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in org.apache.pdfbox.pdmodel.font.PDFontTest
[INFO] Running org.apache.pdfbox.io.SequenceRandomAccessReadTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.apache.pdfbox.io.SequenceRandomAccessReadTest
[INFO] Running org.apache.pdfbox.io.RandomAccessInputStreamTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.pdfbox.io.RandomAccessInputStreamTest
[INFO] Running org.apache.pdfbox.io.RandomAccessReadMemoryMappedFileTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.pdfbox.pdmodel.graphics.image.CCITTFactoryTest
[INFO] Running org.apache.pdfbox.io.TestIOUtils
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.pdfbox.io.TestIOUtils
[INFO] Running org.apache.pdfbox.io.RandomAccessReadViewTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.apache.pdfbox.io.RandomAccessReadViewTest
[INFO] Running org.apache.pdfbox.io.RandomAccessReadBufferedFileTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.pdfbox.io.RandomAccessReadMemoryMappedFileTest
[INFO] Running org.apache.pdfbox.io.ScratchFileBufferTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.pdfbox.io.RandomAccessReadBufferTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.pdfbox.io.RandomAccessReadBufferedFileTest
[INFO] Running org.apache.pdfbox.it.gsub.GsubWorkerForBengaliTest
[INFO] Running org.apache.pdfbox.encryption.TestSymmetricKeyEncryption
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.apache.pdfbox.io.ScratchFileBufferTest
[INFO] Running org.apache.pdfbox.encryption.TestPublicKeyEncryption
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.apache.pdfbox.it.gsub.GsubWorkerForBengaliTest
[INFO] Running org.apache.pdfbox.pdfparser.EndstreamFilterStreamTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.pdfbox.pdfparser.EndstreamFilterStreamTest
[INFO] Running org.apache.pdfbox.pdfparser.PDFStreamParserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.pdfbox.pdfparser.PDFStreamParserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.apache.pdfbox.pdmodel.graphics.image.PNGConverterTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s - in org.apache.pdfbox.multipdf.OverlayTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.927 s - in org.apache.pdfbox.pdmodel.graphics.image.JPEGFactoryTest
Files differ: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/src/test/resources/org/apache/pdfbox/pdmodel/interactive/form/MultilineFields.pdf-1.png>
              <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/target/test-output/MultilineFields.pdf-1.png>
Rendering of target/test-output/MultilineFields.pdf failed or is not identical to expected rendering in src/test/resources/org/apache/pdfbox/pdmodel/interactive/form directory
Files differ: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/src/test/resources/org/apache/pdfbox/pdmodel/interactive/form/AcroFormsRotation.pdf-2.png>
              <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/target/test-output/AcroFormsRotation.pdf-2.png>
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 s - in org.apache.pdfbox.pdmodel.interactive.form.MultilineFieldsTest
Sep 13, 2021 6:45:17 AM org.apache.pdfbox.contentstream.operator.state.SetGraphicsStateParameters process
SEVERE: name for 'gs' operator not found in resources: /GS7
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.299 s - in org.apache.pdfbox.pdmodel.interactive.form.TestRadioButtons
Sep 13, 2021 6:45:17 AM org.apache.pdfbox.contentstream.PDFStreamEngine operatorException
SEVERE: Missing XObject: Fm0
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.39 s - in org.apache.pdfbox.rendering.TestRendering
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.604 s - in org.apache.pdfbox.pdfparser.TestPDFParser
Files differ: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/src/test/resources/org/apache/pdfbox/ttf/Bengali.pdf-1.png>
              <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/target/test-output/Bengali.pdf-1.png>
Rendering of target/test-output/Bengali.pdf failed or is not identical to expected rendering in src/test/resources/org/apache/pdfbox/ttf directory
Files differ: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/src/test/resources/org/apache/pdfbox/pdmodel/interactive/form/AcroFormsRotation.pdf-1.png>
              <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/target/test-output/AcroFormsRotation.pdf-1.png>
Rendering of target/test-output/AcroFormsRotation.pdf failed or is not identical to expected rendering in src/test/resources/org/apache/pdfbox/pdmodel/interactive/form directory
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.003 s - in org.apache.pdfbox.pdmodel.interactive.form.AcroFormsRotationTest
Files differ: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/src/test/resources/org/apache/pdfbox/pdmodel/interactive/form/AlignmentTests.pdf-1.png>
              <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/target/test-output/AlignmentTests.pdf-1.png>
Files differ: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/src/test/resources/org/apache/pdfbox/pdmodel/interactive/form/AlignmentTests-flattened.pdf-1.png>
              <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/target/test-output/AlignmentTests-flattened.pdf-1.png>
Rendering of target/test-output/AlignmentTests-flattened.pdf failed or is not identical to expected rendering in src/test/resources/org/apache/pdfbox/pdmodel/interactive/form directory
Rendering of target/test-output/AlignmentTests.pdf failed or is not identical to expected rendering in src/test/resources/org/apache/pdfbox/pdmodel/interactive/form directory
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.036 s - in org.apache.pdfbox.pdmodel.interactive.form.AlignmentTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.547 s - in org.apache.pdfbox.pdmodel.graphics.image.LosslessFactoryTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.273 s - in org.apache.pdfbox.pdmodel.graphics.image.PDImageXObjectTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.311 s - in org.apache.pdfbox.pdmodel.interactive.form.PDAcroFormGenerateAppearancesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.622 s - in org.apache.pdfbox.pdfwriter.ContentStreamWriterTest
Files differ: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/src/test/resources/org/apache/pdfbox/pdmodel/interactive/form/AlignmentTests-flattened-noRef.pdf-1.png>
              <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/ws/target/test-output/AlignmentTests-flattened-noRef.pdf-1.png>
Rendering of target/test-output/AlignmentTests-flattened-noRef.pdf failed or is not identical to expected rendering in src/test/resources/org/apache/pdfbox/pdmodel/interactive/form directory
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.659 s - in org.apache.pdfbox.encryption.TestPublicKeyEncryption
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.835 s - in org.apache.pdfbox.pdmodel.interactive.form.PDAcroFormTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.099 s - in org.apache.pdfbox.util.TestNumberFormatUtil
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.597 s - in org.apache.pdfbox.pdmodel.font.TestFontEmbedding
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.153 s - in org.apache.pdfbox.pdmodel.interactive.form.PDAcroFormFlattenTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.379 s - in org.apache.pdfbox.text.TestTextStripper
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.344 s - in org.apache.pdfbox.pdmodel.interactive.form.PDAcroFormFromAnnotsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.126 s - in org.apache.pdfbox.filter.TestFilters
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.856 s - in org.apache.pdfbox.encryption.TestSymmetricKeyEncryption
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.895 s - in org.apache.pdfbox.multipdf.PDFMergerUtilityTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 668, 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-jdk16/org.apache.pdfbox$pdfbox/ws/target/jacoco.exec>
[INFO] Analyzed bundle 'Apache PDFBox' with 735 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-jdk16/org.apache.pdfbox$pdfbox/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 <<<
[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-jdk16/org.apache.pdfbox$pdfbox/ws/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] 980 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 812 licenses.
[INFO] 
[INFO] --- dependency-check-maven:6.3.1:check (default) @ pdfbox ---
[WARNING] The POM for org.bouncycastle:bcpkix-jdk15on:jar:1.69 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.bouncycastle:bcprov-jdk15on:jar:1.69 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[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 (53 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 (2 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-jdk16/org.apache.pdfbox$pdfbox/ws/target/dependency-check-report.html>

---------------------------------------------------------------------
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-Trunk-jdk16 » Apache PDFBox #365

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-Trunk-jdk16/org.apache.pdfbox$pdfbox/365/display/redirect>


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