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

Changes:

[Marius Volkhart] [bug-63046] Use Log4j 2 for logging

This removes the POILogger and POILogFactory mechanism for logging. This 
mechanism was created at a time when the Java landscape looked very different 
than it does today.

Log4j 2 is an Apache Foundation project that is well maintained and is widely 
regarded as having good performance and capabilities. We use only the Log4j API 
artifact. This lets application developers choose how they want to capture 
logging events if at all. Integrations with Log4j 2 Core and Logback are 
available from the Log4j project.

Closes #224


------------------------------------------
[...truncated 25.30 KB...]
+ ls -al
total 520
drwxr-xr-x 15 jenkins jenkins   4096 Feb 21 21:10 .
drwxr-xr-x  4 jenkins jenkins   4096 Feb 19 19:00 ..
drwxr-xr-x 30 jenkins jenkins   4096 Feb 21 20:03 build
-rw-------  1 jenkins jenkins  14939 Jan 17 18:25 build.gradle
-rw-r--r--  1 jenkins jenkins  14841 Jan 17 18:25 build.gradle.mine
-rw-r--r--  1 jenkins jenkins  14850 Jan 17 18:25 build.gradle.r1885615
-rw-r--r--  1 jenkins jenkins  14850 Jan 17 18:25 build.gradle.r1885616
-rw-r--r--  1 jenkins jenkins    172 Feb 21 19:25 build.javacheck.xml
-rw-r--r--  1 jenkins jenkins 157686 Feb 21 21:10 build.xml
-rw-r--r--  1 jenkins jenkins   3264 Feb 21 21:10 .classpath
-rw-r--r--  1 jenkins jenkins   6325 Jan 17 18:25 doap_POI.rdf
-rw-r--r--  1 jenkins jenkins   2934 Jan  7 06:55 file-leak-detector.exclude
-rw-r--r--  1 jenkins jenkins   6229 Dec 24 18:58 forrest.properties
-rw-r--r--  1 jenkins jenkins     53 Dec 24 18:58 .gitattributes
drwxr-xr-x  3 jenkins jenkins   4096 Dec 24 18:58 .github
-rw-r--r--  1 jenkins jenkins    475 Feb 21 21:10 .gitignore
drwxr-xr-x  3 jenkins jenkins   4096 Dec 24 18:58 gradle
-rwxr-xr-x  1 jenkins jenkins   5770 Jan 19 20:40 gradlew
-rw-r--r--  1 jenkins jenkins   3058 Jan 19 20:40 gradlew.bat
drwxr-xr-x  2 jenkins jenkins   4096 Dec 28 10:55 jenkins
-rw-r--r--  1 jenkins jenkins 167284 Dec 24 18:58 KEYS
drwxr-xr-x  2 jenkins jenkins   4096 Dec 24 18:58 legal
drwxr-xr-x  9 jenkins jenkins   4096 Dec 24 18:58 lib
drwxr-xr-x  2 jenkins jenkins   4096 Feb 21 21:10 maven
drwxr-xr-x  3 jenkins jenkins   4096 Feb 21 21:10 osgi
-rw-r--r--  1 jenkins jenkins   4813 Dec 24 18:58 patch.xml
-rw-r--r--  1 jenkins jenkins    426 Dec 24 18:58 .project
-rw-r--r--  1 jenkins jenkins   4278 Dec 24 18:58 README.rst
drwxr-xr-x  2 jenkins jenkins   4096 Dec 24 18:58 .settings
-rw-r--r--  1 jenkins jenkins    556 Dec 24 18:58 settings.gradle
drwxr-xr-x  9 jenkins jenkins   4096 Feb 21 21:10 sonar
drwxr-xr-x 16 jenkins jenkins   4096 Dec 24 18:58 src
drwxr-xr-x  4 jenkins jenkins   4096 Feb 21 21:10 .svn
drwxr-xr-x 15 jenkins jenkins   4096 Dec 30 23:10 test-data
-rw-r--r--  1 jenkins jenkins    419 Dec 24 18:58 .travis.yml
+ echo which ant
which ant
+ which ant
/usr/bin/ant
+ ant -version
Apache Ant(TM) version 1.10.5 compiled on March 28 2019
+ echo <project default="test"><target name="test"><echo>Java 
${ant.java.version}/${java.version}</echo><exec executable="javac"><arg 
value="-version"/></exec></target></project>
+ ant -f build.javacheck.xml -v
Apache Ant(TM) version 1.10.5 compiled on March 28 2019
Buildfile: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build.javacheck.xml>
Detected Java version: 16 in: /usr/local/asfpackages/java/openjdk-16-ea+30
Detected OS: Linux
parsing buildfile 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build.javacheck.xml> 
with URI = 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build.javacheck.xml>
Project base dir set to: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/>
Build sequence for target(s) `test' is [test]
Complete build sequence is [test, ]

test:
parsing buildfile 
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml with URI = 
jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/antlib.xml from a zip 
file
     [echo] Java 16/16-ea
     [exec] Current OS is Linux
     [exec] Executing 'javac' with arguments:
     [exec] '-version'
     [exec] 
     [exec] The ' characters around the executable and arguments are
     [exec] not part of the command.
     [exec] javac 16-ea

BUILD SUCCESSFUL
Total time: 0 seconds
+ exit 0
[POI-DSL-1.16] $ /home/jenkins/tools/ant/latest1.10/bin/ant 
-Dcoverage.enabled=true clean jenkins
Buildfile: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build.xml>

clean:
   [delete] Deleting directory 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build>

replaceVersion:

check-jars:

fetch-jars:
      [get] Getting: 
https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/commons-logging-1.2.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main/commons-codec-1.15.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/junit-jupiter-api-5.7.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/junit-jupiter-engine-5.7.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/junit-jupiter-params-5.7.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/junit-platform-launcher-1.7.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/junit-platform-engine-1.7.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/junit-platform-commons-1.7.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/opentest4j-1.2.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/apiguardian-api-1.1.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/jmh-core-1.27.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/jmh-generator-annprocess-1.27.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/hamcrest-2.2.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/xmlunit-core-2.8.2.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/mockito-core-3.6.28.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/byte-buddy-1.10.19.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/byte-buddy-agent-1.10.19.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/objenesis-3.1.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/excelant/ant-1.10.9.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/excelant/ant-launcher-1.10.9.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/slf4j-api-1.7.30.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-api/2.14.0/log4j-api-2.14.0.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main/log4j-api-2.14.0.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/logging/log4j/log4j-core/2.14.0/log4j-core-2.14.0.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main-tests/log4j-core-2.14.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/util/asm-9.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/util/asm-commons-9.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/util/asm-tree-9.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/util/jacoco-0.8.6.zip>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main/commons-collections4-4.4.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main/commons-math3-3.6.1.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/main/SparseBitSet-1.2.jar>
    [unzip] Expanding: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/util/jacoco-0.8.6.zip>
 into <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/util>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/util/apache-rat-0.13.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/util/forbiddenapis-3.1.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/ooxml-provided/bcprov-jdk15on-1.68.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/ooxml-provided/bcpkix-jdk15on-1.68.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/ooxml-provided/xmlsec-2.2.1.jar>

check-ooxml-jars:

fetch-ooxml-jars:
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/204/artifact/lib/ooxml/curvesapi-1.06.jar>
      [get] Getting: 
https://repo1.maven.org/maven2/org/apache/xmlbeans/xmlbeans/4.0.0/xmlbeans-4.0.0.jar
      [get] To: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/204/artifact/lib/ooxml/xmlbeans-4.0.0.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/204/artifact/lib/ooxml/commons-compress-1.20.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/ooxml-tests/reflections-0.9.12.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/ooxml-tests/guava-30.1-jre.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/ooxml-tests/javassist-3.27.0-GA.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/ooxml-provided/batik-all-1.14.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/ooxml-provided/xml-apis-ext-1.3.04.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/ooxml-provided/xmlgraphics-commons-2.4.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/ooxml-provided/pdfbox-2.0.22.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/ooxml-provided/fontbox-2.0.22.jar>
      [get] Destination already exists (skipping): 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/lib/ooxml-provided/graphics2d-0.30.jar>

init:
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/test-classes>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/test-results>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/scratchpad-classes>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/scratchpad-test-classes>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/scratchpad-test-results>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/geometry-java>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/ooxml-classes>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/ooxml-test-classes>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/ooxml-test-results>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/excelant-classes>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/excelant-test-classes>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/excelant-test-results>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/examples-classes>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/integration-test-classes>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/204/artifact/build/integration-test-results>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/dist>
    [mkdir] Created dir: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/site>
     [echo] Using Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 
2020 from /home/jenkins/tools/ant/latest1.10, Ant detected Java 16 (may be 
different than actual Java sometimes...)
     [echo] Using Java: 16-ea/16-ea+30-2130/16-ea+30-2130/OpenJDK 64-Bit Server 
VM from Oracle Corporation on Linux: 4.15.0-112-generic
     [echo] Building Apache POI version 5.0.1-SNAPSHOT and RC: RC1

-version-java-check:

compile-version:
     [copy] Copying 1 file to 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi>
    [javac] Compiling 1 source file to 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 8
    [javac] 1 warning
   [delete] Deleting: 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/Version.java>

compile-main:
    [javac] Compiling 1171 source files to 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes>
    [javac] Ignoring source, target and bootclasspath as release has been set
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/ddf/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/hssf/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/poifs/dev/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/util/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/poifs/common/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/hssf/record/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/poifs/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/poifs/crypt/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/hpsf/wellknown/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/hssf/dev/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/ss/formula/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/hpsf/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/poifs/property/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/poifs/filesystem/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/ss/formula/ptg/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/poifs/storage/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/hssf/eventusermodel/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/hssf/record/aggregates/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/ss/format/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/hssf/model/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/hssf/usermodel/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/hssf/util/package-info.class>
    [javac] Creating empty 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build/classes/org/apache/poi/poifs/eventfilesystem/package-info.class>
    [javac] Compiling 1 source file to 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/src/multimodule/poi/java9>
    [javac] error: the unnamed module reads package org.apache.commons.logging 
from both commons.logging and org.apache.commons.logging
    [javac] error: the unnamed module reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.apache.commons.codec reads package 
org.apache.commons.logging from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.apache.commons.codec reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.slf4j reads package org.apache.commons.logging 
from both commons.logging and org.apache.commons.logging
    [javac] error: module org.slf4j reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.apache.commons.logging reads package 
org.apache.commons.logging from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.apache.commons.logging reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.hamcrest reads package org.apache.commons.logging 
from both commons.logging and org.apache.commons.logging
    [javac] error: module org.hamcrest reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.apache.logging.log4j.core reads package 
org.apache.commons.logging from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.apache.logging.log4j.core reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module jmh.generator.annprocess reads package 
org.apache.commons.logging from both commons.logging and 
org.apache.commons.logging
    [javac] error: module jmh.generator.annprocess reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module jmh.core reads package org.apache.commons.logging 
from both commons.logging and org.apache.commons.logging
    [javac] error: module jmh.core reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.xmlunit reads package org.apache.commons.logging 
from both commons.logging and org.apache.commons.logging
    [javac] error: module org.xmlunit reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.objenesis reads package 
org.apache.commons.logging from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.objenesis reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.mockito reads package org.apache.commons.logging 
from both commons.logging and org.apache.commons.logging
    [javac] error: module org.mockito reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.slf4j.simple reads package 
org.apache.commons.logging from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.slf4j.simple reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module commons.logging reads package 
org.apache.commons.logging from both commons.logging and 
org.apache.commons.logging
    [javac] error: module commons.logging reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module commons.math3 reads package 
org.apache.commons.logging from both commons.logging and 
org.apache.commons.logging
    [javac] error: module commons.math3 reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module SparseBitSet reads package org.apache.commons.logging 
from both commons.logging and org.apache.commons.logging
    [javac] error: module SparseBitSet reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.apache.commons.collections4 reads package 
org.apache.commons.logging from both commons.logging and 
org.apache.commons.logging
    [javac] error: module org.apache.commons.collections4 reads package 
org.apache.commons.logging.impl from both commons.logging and 
org.apache.commons.logging
    [javac] 
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/src/multimodule/poi/java9/module-info.java>:18:
 error: module org.apache.poi.poi reads package org.apache.commons.logging from 
both commons.logging and org.apache.commons.logging
    [javac] module org.apache.poi.poi {
    [javac] ^
    [javac] 33 errors

BUILD FAILED
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build.xml>:1099: The 
following error occurred while executing this line:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build.xml>:986: 
Compile failed; see the compiler error output for details.

Total time: 19 seconds
Build step 'Invoke Ant' marked build as failure
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Archiving artifacts
[Fast Archiver] Compressed 3.09 MB of artifacts by 99.2% relative to #203
Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files 
were found. Configuration error?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to