See 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/226/display/redirect?page=changes>

Changes:

[Dominik Stadler] Ignore new "build" and "out" directories

[Dominik Stadler] Gradle: Add support for rat-check and initial target "jenkins"

[Dominik Stadler] Remove support for japicmp from Gradle build

I now spent a few hours trying to make it work and the Gradle support is
simply not production-ready and also not maintained, it triggers various
strange errors and does not supporting the usual Gradle conventions.

So I do not want to spend more time on it, feel free to revive it if you know 
how
to make this work properly.


------------------------------------------
[...truncated 1.22 MB...]
        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]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
details.
20:42:43.756 [main] ERROR org.apache.poi.openxml4j.opc.ZipPackage - Error in 
zip file 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/test-data/slideshow/SampleShow.txt>
 - falling back to stream processing (i.e. ignoring zip central directory)
20:43:31.922 [main] ERROR org.apache.poi.ooxml.POIXMLDocumentPart - Skipped 
invalid entry /word/media/image1.png
20:43:31.923 [main] ERROR org.apache.poi.ooxml.POIXMLDocumentPart - Skipped 
invalid entry /word/media/image1.png
20:43:31.923 [main] ERROR org.apache.poi.ooxml.POIXMLDocumentPart - Skipped 
invalid entry /word/media/image1.png
[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 741 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 ]---------------------------------
[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/jenkins-agent/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 12 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/jenkins-agent/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] skip non existing resourceDirectory 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/examples/../../src/examples/src>
[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] No sources to compile
[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 ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[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 ]---------------------------------
[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/jenkins-agent/workspace/POI/POI-DSL-Maven/sonar/integration-test/target/jacoco.exec>
 -Xmx1024m
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ 
integration-test ---
[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/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:3.2.0:copy-resources (copy-tests) @ 
integration-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 28 resources
[INFO] Copying 4 resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ 
integration-test ---
[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/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] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/integration-test/src/test/java/org/apache/poi/stress/HPSFFileHandler.java>:[36,36]
 package org.apache.poi.examples.hpsf does not exist
[ERROR] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/integration-test/src/test/java/org/apache/poi/stress/XSSFFileHandler.java>:[39,34]
 package org.apache.poi.examples.ss does not exist
[ERROR] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/integration-test/src/test/java/org/apache/poi/stress/XSSFFileHandler.java>:[40,51]
 package org.apache.poi.examples.xssf.eventusermodel does not exist
[ERROR] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/integration-test/src/test/java/org/apache/poi/stress/XSSFFileHandler.java>:[41,51]
 package org.apache.poi.examples.xssf.eventusermodel does not exist
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[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 [  1.749 s]
[INFO] Apache POI Main package ............................ SUCCESS [04:19 min]
[INFO] Apache POI Scratchpad package ...................... SUCCESS [ 38.126 s]
[INFO] Apache POI - Openxmlformats Schema package ......... SUCCESS [01:04 min]
[INFO] Apache POI OOXML package ........................... SUCCESS [05:07 min]
[INFO] Apache POI ExcelAnt package ........................ SUCCESS [  6.878 s]
[INFO] Apache POI Examples package ........................ SUCCESS [  0.037 s]
[INFO] Apache POI integration test ........................ FAILURE [  0.750 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11:19 min
[INFO] Finished at: 2021-03-28T20:44:03Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile 
(default-testCompile) on project integration-test: Compilation failure: 
Compilation failure: 
[ERROR] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/integration-test/src/test/java/org/apache/poi/stress/HPSFFileHandler.java>:[36,36]
 package org.apache.poi.examples.hpsf does not exist
[ERROR] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/integration-test/src/test/java/org/apache/poi/stress/XSSFFileHandler.java>:[39,34]
 package org.apache.poi.examples.ss does not exist
[ERROR] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/integration-test/src/test/java/org/apache/poi/stress/XSSFFileHandler.java>:[40,51]
 package org.apache.poi.examples.xssf.eventusermodel does not exist
[ERROR] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-Maven/ws/sonar/integration-test/src/test/java/org/apache/poi/stress/XSSFFileHandler.java>:[41,51]
 package org.apache.poi.examples.xssf.eventusermodel does not exist
[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: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to