See
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/206/display/redirect?page=changes>
Changes:
[Marius Volkhart] Change Gradle to use java-library plugin
This plugin is specifically built for libraries. The major difference to the
regular java plugin is that is allows defining dependencies as part of the api
or implementation. Both are used by the project at compile/runtime, but only
api dependencies are made available to dependent projects.
In our current setup, this doesn't matter much. We deploy to maven central
using pre-built POMs. It's more of a future-proofing, and it makes it a little
bit clearer which gradle projects actually require which dependencies.
[PJ Fanning] xmlbeans 5.0.0 release
[Marius Volkhart] Exclude batik-script dependency from OOXML artifact
We do not make use of the batik-script dependency. While this is likely to be
true of a variety of the Batik dependencies, batik-script causes problems for
our users who are using JPMS. See [bug-65103].
Fixes #230
[Marius Volkhart] Specify more granular Batik dependencies
Batik-all is a strange artifact. It's POM declares dependencies on all the
sub-JARs, but its JAR has all of the sub-jars repackaged. This results in
multiple JARs with the same packages being added to consuming applications.
This leads to problems for JPMS users. See [bug-65183].
The Ant build does not use batik-all, so the Maven and Gradle builds should not
either.
------------------------------------------
[...truncated 2.45 MB...]
at
java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
~[?:1.8.0_281]
at
java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
~[?:1.8.0_281]
at
java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
~[?:1.8.0_281]
at
java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
~[?:1.8.0_281]
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
~[?:1.8.0_281]
at
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
~[?:1.8.0_281]
at
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
~[?:1.8.0_281]
at
java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
~[?:1.8.0_281]
at
java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
~[?:1.8.0_281]
at
java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270)
~[?:1.8.0_281]
at
java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
~[?:1.8.0_281]
at
java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
~[?:1.8.0_281]
at
java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
~[?:1.8.0_281]
at
java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
~[?:1.8.0_281]
at
java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
~[?:1.8.0_281]
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
~[?:1.8.0_281]
at
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
~[?:1.8.0_281]
at
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
~[?:1.8.0_281]
at
java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
~[?:1.8.0_281]
at
java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
~[?:1.8.0_281]
at
java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270)
~[?:1.8.0_281]
at
java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
~[?:1.8.0_281]
at
java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
~[?:1.8.0_281]
at
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
~[?:1.8.0_281]
at
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
~[?:1.8.0_281]
at
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
~[?:1.8.0_281]
at
java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
~[?:1.8.0_281]
at
java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
~[?:1.8.0_281]
at
org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:107)
~[junit-jupiter-engine-5.7.0.jar:5.7.0]
at
org.junit.jupiter.engine.descriptor.TestTemplateTestDescriptor.execute(TestTemplateTestDescriptor.java:42)
~[junit-jupiter-engine-5.7.0.jar:5.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_281]
at
org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at java.util.ArrayList.forEach(ArrayList.java:1259) ~[?:1.8.0_281]
at
org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:32)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:51)
~[junit-platform-engine-1.7.0.jar:1.7.0]
at
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:108)
~[junit-platform-launcher-1.7.0.jar:1.7.0]
at
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
~[junit-platform-launcher-1.7.0.jar:1.7.0]
at
org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
~[junit-platform-launcher-1.7.0.jar:1.7.0]
at
org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
[junit-platform-launcher-1.7.0.jar:1.7.0]
at
org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
[junit-platform-launcher-1.7.0.jar:1.7.0]
at
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:96)
[junit-platform-launcher-1.7.0.jar:1.7.0]
at
org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:75)
[junit-platform-launcher-1.7.0.jar:1.7.0]
at
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:188)
[surefire-junit-platform-3.0.0-M5.jar:3.0.0-M5]
at
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:154)
[surefire-junit-platform-3.0.0-M5.jar:3.0.0-M5]
at
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:128)
[surefire-junit-platform-3.0.0-M5.jar:3.0.0-M5]
at
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:428)
[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
at
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
at
org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:562)
[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:548)
[surefire-booter-3.0.0-M5.jar:3.0.0-M5]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.6:report (report) @ poi-ooxml ---
[INFO] Loading execution data file
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/ooxml/target/jacoco.exec>
[INFO] Analyzed bundle 'Apache POI OOXML package' with 740 classes
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ poi-ooxml ---
[INFO] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/ooxml/target/poi-ooxml-5.0.1-SNAPSHOT.jar>
[INFO]
[INFO] --------------------< org.apache.poi:poi-excelant >---------------------
[INFO] Building Apache POI ExcelAnt package 5.0.1-SNAPSHOT [6/8]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from apache-releases-repo:
https://repository.apache.org/content/repositories/releases/org/apache/ant/ant/1.10.9/ant-1.10.9.pom
Progress (1): 4.1/17 kBProgress (1): 7.7/17 kBProgress (1): 12/17 kB Progress
(1): 16/17 kBProgress (1): 17 kB Downloaded from
apache-releases-repo:
https://repository.apache.org/content/repositories/releases/org/apache/ant/ant/1.10.9/ant-1.10.9.pom
(17 kB at 14 kB/s)
Downloading from apache-releases-repo:
https://repository.apache.org/content/repositories/releases/org/apache/ant/ant-parent/1.10.9/ant-parent-1.10.9.pom
Progress (1): 4.1/6.5 kBProgress (1): 6.5 kB Downloaded
from apache-releases-repo:
https://repository.apache.org/content/repositories/releases/org/apache/ant/ant-parent/1.10.9/ant-parent-1.10.9.pom
(6.5 kB at 12 kB/s)
Downloading from apache-releases-repo:
https://repository.apache.org/content/repositories/releases/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.pom
Progress (1): 3.2 kB Downloaded from apache-releases-repo:
https://repository.apache.org/content/repositories/releases/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.pom
(3.2 kB at 8.4 kB/s)
Downloading from apache-releases-repo:
https://repository.apache.org/content/repositories/releases/org/apache/ant/ant/1.10.9/ant-1.10.9.jar
Downloading from apache-releases-repo:
https://repository.apache.org/content/repositories/releases/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar
Progress (1): 0/2.3 MBProgress (1): 0/2.3 MBProgress (1): 0/2.3 MBProgress (1):
0.1/2.3 MBProgress (2): 0.1/2.3 MB | 4.1/19 kBProgress (2): 0.1/2.3 MB | 7.7/19
kBProgress (2): 0.1/2.3 MB | 7.7/19 kBProgress (2): 0.1/2.3 MB | 7.7/19
kBProgress (2): 0.1/2.3 MB | 7.7/19 kBProgress (2): 0.1/2.3 MB | 7.7/19
kBProgress (2): 0.1/2.3 MB | 12/19 kB Progress (2): 0.1/2.3 MB | 16/19
kBProgress (2): 0.1/2.3 MB | 19 kB Progress (2): 0.1/2.3 MB | 19 kBProgress
(2): 0.1/2.3 MB | 19 kBProgress (2): 0.2/2.3 MB | 19 kBProgress (2): 0.2/2.3 MB
| 19 kBProgress (2): 0.2/2.3 MB | 19 kBProgress (2): 0.2/2.3 MB | 19 kBProgress
(2): 0.2/2.3 MB | 19 kBProgress (2): 0.2/2.3 MB | 19 kBProgress (2): 0.2/2.3 MB
| 19 kBProgress (2): 0.2/2.3 MB | 19 kBProgress (2): 0.3/2.3 MB | 19 kBProgress
(2): 0.3/2.3 MB | 19 kBProgress (2): 0.3/2.3 MB | 19 kBProgress (2): 0.3/2.3 MB
| 19 kBProgress (2): 0.3/2.3 MB | 19 kBProgress (2): 0.3/2.3 MB | 19 kBProgress
(2): 0.4/2.3 MB | 19 kBProgress (2): 0.4/2.3 MB | 19 kBProgress (2): 0.4/2.3 MB
| 19 kBProgress (2): 0.4/2.3 MB | 19 kBProgress (2): 0.4/2.3 MB | 19 kBProgress
(2): 0.4/2.3 MB | 19 kB Downloaded from
apache-releases-repo:
https://repository.apache.org/content/repositories/releases/org/apache/ant/ant-launcher/1.10.9/ant-launcher-1.10.9.jar
(19 kB at 19 kB/s)
Progress (1): 0.4/2.3 MBProgress (1): 0.5/2.3 MBProgress (1): 0.5/2.3
MBProgress (1): 0.5/2.3 MBProgress (1): 0.5/2.3 MBProgress (1): 0.5/2.3
MBProgress (1): 0.5/2.3 MBProgress (1): 0.5/2.3 MBProgress (1): 0.5/2.3
MBProgress (1): 0.5/2.3 MBProgress (1): 0.6/2.3 MBProgress (1): 0.6/2.3
MBProgress (1): 0.6/2.3 MBProgress (1): 0.6/2.3 MBProgress (1): 0.6/2.3
MBProgress (1): 0.6/2.3 MBProgress (1): 0.7/2.3 MBProgress (1): 0.7/2.3
MBProgress (1): 0.7/2.3 MBProgress (1): 0.7/2.3 MBProgress (1): 0.7/2.3
MBProgress (1): 0.7/2.3 MBProgress (1): 0.8/2.3 MBProgress (1): 0.8/2.3
MBProgress (1): 0.8/2.3 MBProgress (1): 0.8/2.3 MBProgress (1): 0.8/2.3
MBProgress (1): 0.8/2.3 MBProgress (1): 0.8/2.3 MBProgress (1): 0.8/2.3
MBProgress (1): 0.9/2.3 MBProgress (1): 0.9/2.3 MBProgress (1): 0.9/2.3
MBProgress (1): 0.9/2.3 MBProgress (1): 0.9/2.3 MBProgress (1): 0.9/2.3
MBProgress (1): 0.9/2.3 MBProgress (1): 0.9/2.3 MBProgress (1): 1.0/2.3
MBProgress (1): 1.0/2.3 MBProgress (1): 1.0/2.3 MBProgress (1): 1.0/2.3
MBProgress (1): 1.0/2.3 MBProgress (1): 1.0/2.3 MBProgress (1): 1.1/2.3
MBProgress (1): 1.1/2.3 MBProgress (1): 1.1/2.3 MBProgress (1): 1.1/2.3
MBProgress (1): 1.1/2.3 MBProgress (1): 1.1/2.3 MBProgress (1): 1.1/2.3
MBProgress (1): 1.2/2.3 MBProgress (1): 1.2/2.3 MBProgress (1): 1.2/2.3
MBProgress (1): 1.2/2.3 MBProgress (1): 1.2/2.3 MBProgress (1): 1.2/2.3
MBProgress (1): 1.2/2.3 MBProgress (1): 1.2/2.3 MBProgress (1): 1.2/2.3
MBProgress (1): 1.3/2.3 MBProgress (1): 1.3/2.3 MBProgress (1): 1.3/2.3
MBProgress (1): 1.3/2.3 MBProgress (1): 1.3/2.3 MBProgress (1): 1.3/2.3
MBProgress (1): 1.4/2.3 MBProgress (1): 1.4/2.3 MBProgress (1): 1.4/2.3
MBProgress (1): 1.4/2.3 MBProgress (1): 1.4/2.3 MBProgress (1): 1.4/2.3
MBProgress (1): 1.4/2.3 MBProgress (1): 1.5/2.3 MBProgress (1): 1.5/2.3
MBProgress (1): 1.5/2.3 MBProgress (1): 1.5/2.3 MBProgress (1): 1.5/2.3
MBProgress (1): 1.5/2.3 MBProgress (1): 1.5/2.3 MBProgress (1): 1.5/2.3
MBProgress (1): 1.6/2.3 MBProgress (1): 1.6/2.3 MBProgress (1): 1.6/2.3
MBProgress (1): 1.6/2.3 MBProgress (1): 1.6/2.3 MBProgress (1): 1.6/2.3
MBProgress (1): 1.6/2.3 MBProgress (1): 1.7/2.3 MBProgress (1): 1.7/2.3
MBProgress (1): 1.7/2.3 MBProgress (1): 1.7/2.3 MBProgress (1): 1.7/2.3
MBProgress (1): 1.7/2.3 MBProgress (1): 1.8/2.3 MBProgress (1): 1.8/2.3
MBProgress (1): 1.8/2.3 MBProgress (1): 1.8/2.3 MBProgress (1): 1.8/2.3
MBProgress (1): 1.8/2.3 MBProgress (1): 1.8/2.3 MBProgress (1): 1.9/2.3
MBProgress (1): 1.9/2.3 MBProgress (1): 1.9/2.3 MBProgress (1): 1.9/2.3
MBProgress (1): 1.9/2.3 MBProgress (1): 1.9/2.3 MBProgress (1): 1.9/2.3
MBProgress (1): 1.9/2.3 MBProgress (1): 1.9/2.3 MBProgress (1): 2.0/2.3
MBProgress (1): 2.0/2.3 MBProgress (1): 2.0/2.3 MBProgress (1): 2.0/2.3
MBProgress (1): 2.0/2.3 MBProgress (1): 2.0/2.3 MBProgress (1): 2.1/2.3
MBProgress (1): 2.1/2.3 MBProgress (1): 2.1/2.3 MBProgress (1): 2.1/2.3
MBProgress (1): 2.1/2.3 MBProgress (1): 2.1/2.3 MBProgress (1): 2.2/2.3
MBProgress (1): 2.2/2.3 MBProgress (1): 2.2/2.3 MBProgress (1): 2.2/2.3
MBProgress (1): 2.2/2.3 MBProgress (1): 2.2/2.3 MBProgress (1): 2.2/2.3
MBProgress (1): 2.2/2.3 MBProgress (1): 2.2/2.3 MBProgress (1): 2.3/2.3
MBProgress (1): 2.3/2.3 MBProgress (1): 2.3 MB
Downloaded from apache-releases-repo:
https://repository.apache.org/content/repositories/releases/org/apache/ant/ant/1.10.9/ant-1.10.9.jar
(2.3 MB at 1.3 MB/s)
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ poi-excelant ---
[INFO] argLine set to
-javaagent:<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/workspace/POI/POI-DSL-Maven/sonar/excelant/target/jacoco.exec>
-Xmx1024m
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-sources) @
poi-excelant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 14 resources
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-resources) @
poi-excelant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @
poi-excelant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ poi-excelant
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/excelant/target/classes>
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-tests) @
poi-excelant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 13 resources
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @
poi-excelant ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/excelant/src/test/resources>
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
poi-excelant ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/excelant/target/test-classes>
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ poi-excelant ---
ExcelAntEvaluationResult [evaluationCompletedWithError=true, didPass=false,
returnValue=0.0, errorMessage=Evaluation failed due to an evaluation error of
42 which is #N/A, actualDelta=0.0, cellName='ErrorCell'!A1]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.6:report (report) @ poi-excelant ---
[INFO] Loading execution data file
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/excelant/target/jacoco.exec>
[INFO] Analyzed bundle 'Apache POI ExcelAnt package' with 13 classes
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ poi-excelant ---
[INFO] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/excelant/target/poi-excelant-5.0.1-SNAPSHOT.jar>
[INFO]
[INFO] --------------------< org.apache.poi:poi-examples >---------------------
[INFO] Building Apache POI Examples package 5.0.1-SNAPSHOT [7/8]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ poi-examples ---
[INFO] argLine set to
-javaagent:<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/workspace/POI/POI-DSL-Maven/sonar/examples/target/jacoco.exec>
-Xmx1024m
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-sources) @
poi-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 147 resources
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @
poi-examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/examples/src/main/resources>
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ poi-examples
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 138 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/examples/target/classes>
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @
poi-examples ---
[INFO] Not copying test resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
poi-examples ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ poi-examples ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.6:report (report) @ poi-examples ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ poi-examples ---
[INFO] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/examples/target/poi-examples-5.0.1-SNAPSHOT.jar>
[INFO]
[INFO] ------------------< org.apache.poi:integration-test >-------------------
[INFO] Building Apache POI integration test 5.0.1-SNAPSHOT [8/8]
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from apache-releases-repo:
https://repository.apache.org/content/repositories/releases/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar
Progress (1): 0/1.7 MBProgress (1): 0/1.7 MBProgress (1): 0/1.7 MBProgress (1):
0/1.7 MBProgress (1): 0/1.7 MBProgress (1): 0/1.7 MBProgress (1): 0.1/1.7
MBProgress (1): 0.1/1.7 MBProgress (1): 0.1/1.7 MBProgress (1): 0.1/1.7
MBProgress (1): 0.1/1.7 MBProgress (1): 0.1/1.7 MBProgress (1): 0.1/1.7
MBProgress (1): 0.1/1.7 MBProgress (1): 0.1/1.7 MBProgress (1): 0.1/1.7
MBProgress (1): 0.1/1.7 MBProgress (1): 0.1/1.7 MBProgress (1): 0.2/1.7
MBProgress (1): 0.2/1.7 MBProgress (1): 0.2/1.7 MBProgress (1): 0.2/1.7
MBProgress (1): 0.2/1.7 MBProgress (1): 0.2/1.7 MBProgress (1): 0.2/1.7
MBProgress (1): 0.2/1.7 MBProgress (1): 0.2/1.7 MBProgress (1): 0.2/1.7
MBProgress (1): 0.2/1.7 MBProgress (1): 0.2/1.7 MBProgress (1): 0.3/1.7
MBProgress (1): 0.3/1.7 MBProgress (1): 0.3/1.7 MBProgress (1): 0.3/1.7
MBProgress (1): 0.3/1.7 MBProgress (1): 0.3/1.7 MBProgress (1): 0.3/1.7
MBProgress (1): 0.3/1.7 MBProgress (1): 0.3/1.7 MBProgress (1): 0.3/1.7
MBProgress (1): 0.3/1.7 MBProgress (1): 0.3/1.7 MBProgress (1): 0.4/1.7
MBProgress (1): 0.4/1.7 MBProgress (1): 0.4/1.7 MBProgress (1): 0.4/1.7
MBProgress (1): 0.4/1.7 MBProgress (1): 0.4/1.7 MBProgress (1): 0.4/1.7
MBProgress (1): 0.4/1.7 MBProgress (1): 0.4/1.7 MBProgress (1): 0.4/1.7
MBProgress (1): 0.4/1.7 MBProgress (1): 0.4/1.7 MBProgress (1): 0.5/1.7
MBProgress (1): 0.5/1.7 MBProgress (1): 0.5/1.7 MBProgress (1): 0.5/1.7
MBProgress (1): 0.5/1.7 MBProgress (1): 0.5/1.7 MBProgress (1): 0.5/1.7
MBProgress (1): 0.5/1.7 MBProgress (1): 0.5/1.7 MBProgress (1): 0.5/1.7
MBProgress (1): 0.5/1.7 MBProgress (1): 0.5/1.7 MBProgress (1): 0.5/1.7
MBProgress (1): 0.6/1.7 MBProgress (1): 0.6/1.7 MBProgress (1): 0.6/1.7
MBProgress (1): 0.6/1.7 MBProgress (1): 0.6/1.7 MBProgress (1): 0.6/1.7
MBProgress (1): 0.6/1.7 MBProgress (1): 0.6/1.7 MBProgress (1): 0.6/1.7
MBProgress (1): 0.6/1.7 MBProgress (1): 0.6/1.7 MBProgress (1): 0.6/1.7
MBProgress (1): 0.7/1.7 MBProgress (1): 0.7/1.7 MBProgress (1): 0.7/1.7
MBProgress (1): 0.7/1.7 MBProgress (1): 0.7/1.7 MBProgress (1): 0.7/1.7
MBProgress (1): 0.7/1.7 MBProgress (1): 0.7/1.7 MBProgress (1): 0.7/1.7
MBProgress (1): 0.7/1.7 MBProgress (1): 0.7/1.7 MBProgress (1): 0.7/1.7
MBProgress (1): 0.8/1.7 MBProgress (1): 0.8/1.7 MBProgress (1): 0.8/1.7
MBProgress (1): 0.8/1.7 MBProgress (1): 0.8/1.7 MBProgress (1): 0.8/1.7
MBProgress (1): 0.8/1.7 MBProgress (1): 0.8/1.7 MBProgress (1): 0.8/1.7
MBProgress (1): 0.8/1.7 MBProgress (1): 0.8/1.7 MBProgress (1): 0.8/1.7
MBProgress (1): 0.9/1.7 MBProgress (1): 0.9/1.7 MBProgress (1): 0.9/1.7
MBProgress (1): 0.9/1.7 MBProgress (1): 0.9/1.7 MBProgress (1): 0.9/1.7
MBProgress (1): 0.9/1.7 MBProgress (1): 0.9/1.7 MBProgress (1): 0.9/1.7
MBProgress (1): 0.9/1.7 MBProgress (1): 0.9/1.7 MBProgress (1): 0.9/1.7
MBProgress (1): 1.0/1.7 MBProgress (1): 1.0/1.7 MBProgress (1): 1.0/1.7
MBProgress (1): 1.0/1.7 MBProgress (1): 1.0/1.7 MBProgress (1): 1.0/1.7
MBProgress (1): 1.0/1.7 MBProgress (1): 1.0/1.7 MBProgress (1): 1.0/1.7
MBProgress (1): 1.0/1.7 MBProgress (1): 1.0/1.7 MBProgress (1): 1.0/1.7
MBProgress (1): 1.0/1.7 MBProgress (1): 1.1/1.7 MBProgress (1): 1.1/1.7
MBProgress (1): 1.1/1.7 MBProgress (1): 1.1/1.7 MBProgress (1): 1.1/1.7
MBProgress (1): 1.1/1.7 MBProgress (1): 1.1/1.7 MBProgress (1): 1.1/1.7
MBProgress (1): 1.1/1.7 MBProgress (1): 1.1/1.7 MBProgress (1): 1.1/1.7
MBProgress (1): 1.1/1.7 MBProgress (1): 1.2/1.7 MBProgress (1): 1.2/1.7
MBProgress (1): 1.2/1.7 MBProgress (1): 1.2/1.7 MBProgress (1): 1.2/1.7
MBProgress (1): 1.2/1.7 MBProgress (1): 1.2/1.7 MBProgress (1): 1.2/1.7
MBProgress (1): 1.2/1.7 MBProgress (1): 1.2/1.7 MBProgress (1): 1.2/1.7
MBProgress (1): 1.2/1.7 MBProgress (1): 1.3/1.7 MBProgress (1): 1.3/1.7
MBProgress (1): 1.3/1.7 MBProgress (1): 1.3/1.7 MBProgress (1): 1.3/1.7
MBProgress (1): 1.3/1.7 MBProgress (1): 1.3/1.7 MBProgress (1): 1.3/1.7
MBProgress (1): 1.3/1.7 MBProgress (1): 1.3/1.7 MBProgress (1): 1.3/1.7
MBProgress (1): 1.3/1.7 MBProgress (1): 1.4/1.7 MBProgress (1): 1.4/1.7
MBProgress (1): 1.4/1.7 MBProgress (1): 1.4/1.7 MBProgress (1): 1.4/1.7
MBProgress (1): 1.4/1.7 MBProgress (1): 1.4/1.7 MBProgress (1): 1.4/1.7
MBProgress (1): 1.4/1.7 MBProgress (1): 1.4/1.7 MBProgress (1): 1.4/1.7
MBProgress (1): 1.4/1.7 MBProgress (1): 1.4/1.7 MBProgress (1): 1.5/1.7
MBProgress (1): 1.5/1.7 MBProgress (1): 1.5/1.7 MBProgress (1): 1.5/1.7
MBProgress (1): 1.5/1.7 MBProgress (1): 1.5/1.7 MBProgress (1): 1.5/1.7
MBProgress (1): 1.5/1.7 MBProgress (1): 1.5/1.7 MBProgress (1): 1.5/1.7
MBProgress (1): 1.5/1.7 MBProgress (1): 1.5/1.7 MBProgress (1): 1.6/1.7
MBProgress (1): 1.6/1.7 MBProgress (1): 1.6/1.7 MBProgress (1): 1.6/1.7
MBProgress (1): 1.6/1.7 MBProgress (1): 1.6/1.7 MBProgress (1): 1.6/1.7
MBProgress (1): 1.6/1.7 MBProgress (1): 1.6/1.7 MBProgress (1): 1.6/1.7
MBProgress (1): 1.6/1.7 MBProgress (1): 1.6/1.7 MBProgress (1): 1.7/1.7
MBProgress (1): 1.7/1.7 MBProgress (1): 1.7/1.7 MBProgress (1): 1.7/1.7
MBProgress (1): 1.7/1.7 MBProgress (1): 1.7 MB
Downloaded from apache-releases-repo:
https://repository.apache.org/content/repositories/releases/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar
(1.7 MB at 1.1 MB/s)
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default) @ integration-test
---
[INFO] argLine set to
-javaagent:<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/workspace/POI/POI-DSL-Maven/sonar/integration-test/target/jacoco.exec>
-Xmx1024m
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @
integration-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/integration-test/src/main/resources>
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @
integration-test ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:copy-resources (copy-tests) @
integration-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 29 resources
[INFO] Copying 4 resources
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @
integration-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/integration-test/src/test/resources>
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @
integration-test ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 32 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/integration-test/target/test-classes>
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @
integration-test ---
[ERROR] Errors:
[ERROR] TestAllFiles.handleAdditionals:142->allfiles:84 » FileNotFound
../../test-data...
[ERROR] TestAllFiles.extractFiles:112->allfiles:84 » FileNotFound
../../test-data/spre...
[ERROR] TestAllFiles.handleFiles:126->allfiles:84 » FileNotFound
../../test-data/sprea...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache POI - the Java API for Microsoft Documents
5.0.1-SNAPSHOT:
[INFO]
[INFO] Apache POI - the Java API for Microsoft Documents .. SUCCESS [ 19.777 s]
[INFO] Apache POI Main package ............................ SUCCESS [04:25 min]
[INFO] Apache POI Scratchpad package ...................... SUCCESS [ 30.590 s]
[INFO] Apache POI - Openxmlformats Schema package ......... SUCCESS [01:07 min]
[INFO] Apache POI OOXML package ........................... SUCCESS [05:31 min]
[INFO] Apache POI ExcelAnt package ........................ SUCCESS [ 10.102 s]
[INFO] Apache POI Examples package ........................ SUCCESS [ 0.889 s]
[INFO] Apache POI integration test ........................ FAILURE [ 3.783 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:10 min
[INFO] Finished at: 2021-03-14T20:57:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5:test (default-test) on
project integration-test: There are test failures.
[ERROR]
[ERROR] Please refer to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/integration-test/target/surefire-reports>
for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump,
[date]-jvmRun[N].dump and [date].dumpstream.
[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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :integration-test
Build step 'Invoke top-level Maven targets' marked build as failure
Recording test results
[Checks API] No suitable checks publisher found.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]