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/06/22 03:09:16 UTC

Jenkins build is still unstable: PDFBox » PDFBox-trunk » Apache PDFBox #816

See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/org.apache.pdfbox$pdfbox/816/display/redirect?page=changes>


---------------------------------------------------------------------
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 » Apache PDFBox #818

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/org.apache.pdfbox$pdfbox/818/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-trunk » Apache PDFBox #817

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/org.apache.pdfbox$pdfbox/817/display/redirect?page=changes>

Changes:

[Tilman Hausherr] PDFBOX-4892: optimize + fix typo, as suggested by valerybokov


------------------------------------------
[...truncated 41.17 KB...]
SEVERE: Child of field 'radio.radio3' already exists elsewhere, ignored to avoid recursion
Jun 22, 2021 4:07:12 AM org.apache.pdfbox.pdmodel.interactive.form.PDFieldTree enqueueKids
SEVERE: Child of field 'radio3' already exists elsewhere, ignored to avoid recursion
Jun 22, 2021 4:07:12 AM org.apache.pdfbox.pdmodel.interactive.form.PDFieldTree enqueueKids
SEVERE: Child of field 'radio.radio3' already exists elsewhere, ignored to avoid recursion
Jun 22, 2021 4:07:12 AM org.apache.pdfbox.pdmodel.interactive.form.PDFieldTree enqueueKids
SEVERE: Child of field 'radio3' already exists elsewhere, ignored to avoid recursion
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s - in org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeTest
[INFO] Running org.apache.pdfbox.multipdf.OverlayTest
Jun 22, 2021 4:07:13 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:267)
	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.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$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$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.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:389)
	at java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:719)
	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.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:1067)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1703)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)
Caused by: java.lang.NumberFormatException: For input string: ".2-"
	at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
	at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
	at java.lang.Double.parseDouble(Double.java:538)
	at java.lang.Double.valueOf(Double.java:502)
	at org.apache.fontbox.cff.CFFParser.readRealNumber(CFFParser.java:419)
	... 62 more

[INFO] Running org.apache.pdfbox.multipdf.PDFCloneUtilityTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.pdfbox.pdfparser.TestPDFParser
[INFO] Running org.apache.pdfbox.pdfparser.PDFStreamParserTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.apache.pdfbox.pdfparser.PDFStreamParserTest
[INFO] Running org.apache.pdfbox.pdfparser.EndstreamFilterStreamTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.pdfbox.pdfparser.EndstreamFilterStreamTest
[INFO] Running org.apache.pdfbox.encryption.TestPublicKeyEncryption
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.apache.pdfbox.multipdf.PDFCloneUtilityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.apache.pdfbox.multipdf.MergeAcroFormsTest
[INFO] Running org.apache.pdfbox.multipdf.PageExtractorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.apache.pdfbox.pdmodel.font.PDFontTest
Files differ: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/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/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
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.apache.pdfbox.multipdf.PageExtractorTest
[INFO] Running org.apache.pdfbox.multipdf.PDFMergerUtilityTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.apache.pdfbox.pdmodel.interactive.form.MultilineFieldsTest
Files differ: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/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/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: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.apache.pdfbox.pdmodel.interactive.form.AcroFormsRotationTest
Files differ: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/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/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/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/org.apache.pdfbox$pdfbox/ws/target/test-output/AlignmentTests.pdf-1.png>
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: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 s - in org.apache.pdfbox.pdmodel.interactive.form.AlignmentTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 s - in org.apache.pdfbox.util.TestNumberFormatUtil
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.747 s - in org.apache.pdfbox.pdmodel.font.TestFontEmbedding
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.834 s - in org.apache.pdfbox.multipdf.OverlayTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.895 s - in org.apache.pdfbox.pdfwriter.ContentStreamWriterTest
[INFO] Running org.apache.pdfbox.multipdf.MergeAnnotationsTest
[INFO] Running org.apache.pdfbox.text.BidiTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.apache.pdfbox.multipdf.MergeAnnotationsTest
[INFO] Running org.apache.pdfbox.text.TestTextStripper
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.apache.pdfbox.text.BidiTest
[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] Running org.apache.pdfbox.io.RandomAccessReadBufferTest
[INFO] Running org.apache.pdfbox.io.SequenceRandomAccessReadTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.003 s - in org.apache.pdfbox.io.RandomAccessInputStreamTest
[INFO] Running org.apache.pdfbox.io.RandomAccessReadMemoryMappedFileTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.apache.pdfbox.io.RandomAccessReadBufferTest
[INFO] Running org.apache.pdfbox.io.TestIOUtils
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.apache.pdfbox.io.TestIOUtils
[INFO] Running org.apache.pdfbox.io.RandomAccessReadViewTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.apache.pdfbox.io.RandomAccessReadViewTest
[INFO] Running org.apache.pdfbox.io.RandomAccessReadBufferedFileTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.pdfbox.io.RandomAccessReadMemoryMappedFileTest
[INFO] Running org.apache.pdfbox.io.ScratchFileBufferTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.apache.pdfbox.io.ScratchFileBufferTest
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.apache.pdfbox.io.RandomAccessReadBufferedFileTest
[INFO] Running org.apache.pdfbox.encryption.TestSymmetricKeyEncryption
[INFO] Running org.apache.pdfbox.it.gsub.GsubWorkerForBengaliTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in org.apache.pdfbox.it.gsub.GsubWorkerForBengaliTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 s - in org.apache.pdfbox.pdmodel.interactive.form.TestRadioButtons
Files differ: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/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/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
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 s - in org.apache.pdfbox.pdmodel.interactive.form.PDAcroFormGenerateAppearancesTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.695 s - in org.apache.pdfbox.encryption.TestPublicKeyEncryption
Files differ: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/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/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: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.543 s - in org.apache.pdfbox.pdmodel.interactive.form.PDAcroFormTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.847 s - in org.apache.pdfbox.text.TestTextStripper
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.25 s - in org.apache.pdfbox.pdmodel.interactive.form.PDAcroFormFlattenTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.837 s - in org.apache.pdfbox.pdmodel.interactive.form.PDAcroFormFromAnnotsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.441 s - in org.apache.pdfbox.multipdf.PDFMergerUtilityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.365 s - in org.apache.pdfbox.encryption.TestSymmetricKeyEncryption
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.526 s - in org.apache.pdfbox.filter.TestFilters
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   PNGConverterTest.testImageConversionIntentIndexed:368->checkImageConvert:182 � NullPointer
[INFO] 
[ERROR] Tests run: 661, Failures: 0, Errors: 1, 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/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 ---
[INFO] Loading execution data file <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/org.apache.pdfbox$pdfbox/ws/target/jacoco.exec>
[INFO] Analyzed bundle 'Apache PDFBox' with 723 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-M3:enforce (default) @ pdfbox ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3: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/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] Skipping source per configuration.
[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] 21 explicit excludes (use -debug for more details).
[INFO] 964 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 799 licenses.
[INFO] 
[INFO] --- dependency-check-maven:6.2.1: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 (79 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 (2 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 (4 seconds)
[INFO] Writing report to: <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-trunk/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