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: [hidden email] For additional commands, e-mail: [hidden email] |
See <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/206/display/redirect?page=changes>
Changes: [Andreas Beeker] Use upcoming XmlBeans 5.0.0 (working version 4.0.1) Make batik optional as it doesn't work on the module-path Use sub-components of batik as batik-all references them all again resulting in duplicated entries (maven poms haven't been migrated yet ...) Remove SLF4j dependency ------------------------------------------ [...truncated 140.19 KB...] [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.075000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.converter.TestWordToConverterSuite [junitlauncher] Tests run: 402, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 4.564000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.converter.TestWordToFoConverter [junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.018000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.converter.TestWordToHtmlConverter [junitlauncher] Tests run: 21, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.124000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.converter.TestWordToTextConverter [junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.044000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.dev.TestHWPFLister [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.021000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.extractor.TestDifferentRoutes [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.extractor.TestWordExtractor [junitlauncher] Tests run: 18, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.048000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.extractor.TestWordExtractorBugs [junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.187000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestBookmarksTables [junitlauncher] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.007000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestCHPBinTable [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestDocumentProperties [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.113000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestFileInformationBlock [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.006000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestFontTable [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestListTables [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestNotesTables [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestPAPBinTable [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.022000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestPlexOfCps [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestPlfLfo [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestRevisionMarkAuthorTable [junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestSavedByTable [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.022000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestSectionTable [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestStyleSheet [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.TestTextPieceTable [junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.012000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.types.TestLFOLVLBaseAbstractType [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.model.types.TestLVLFAbstractType [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.sprm.TestSprms [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.008000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestBorderCode [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestBug46610 [junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.007000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestBug47563 [junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.028000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestBug49820 [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestBug50075 [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestBugs [junitlauncher] Tests run: 43, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.635000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestHWPFOldDocument [junitlauncher] Tests run: 14, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.078000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestHWPFWrite [junitlauncher] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.019000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestHeaderStories [junitlauncher] Tests run: 8, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.033000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestLists [junitlauncher] Tests run: 7, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.015000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestOfficeDrawings [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestPictures [junitlauncher] Tests run: 16, Failures: 0, Aborted: 0, Skipped: 2, Time elapsed: 0.041000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestProblems [junitlauncher] Tests run: 10, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.023000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestRange [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestRangeDelete [junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.006000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestRangeInsertion [junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.004000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestRangeProperties [junitlauncher] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.010000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestRangeReplacement [junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestRangeSymbols [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.usermodel.TestTableRow [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.004000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.hwpf.util.TestLittleEndianCP950Reader [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.000000 sec -test-scratchpad-write-testfile: -test-ooxml-check: test-ooxml: [junitlauncher] OpenJDK 64-Bit Server VM warning: Option --illegal-access is deprecated and will be removed in a future release. [junitlauncher] [junitlauncher] Running org.apache.poi.extractor.ooxml.TestExtractorFactory [junitlauncher] Tests run: 117, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 5.873000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.ooxml.TestDetectAsOOXML [junitlauncher] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.048000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.ooxml.TestEmbedded [junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.301000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.ooxml.TestPOIXMLDocument [junitlauncher] Tests run: 11, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 1.776000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.ooxml.TestPOIXMLProperties [junitlauncher] Tests run: 11, Failures: 0, Aborted: 0, Skipped: 1, Time elapsed: 0.344000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.ooxml.TestTriggerCoverage [junitlauncher] Aborted: [19] <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/test-data/integration/stress025.docx> [junitlauncher] Tests run: 25, Failures: 0, Aborted: 1, Skipped: 0, Time elapsed: 13.818000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.ooxml.TestXMLPropertiesTextExtractor [junitlauncher] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.072000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.TestContentType [junitlauncher] Tests run: 39, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.046000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.TestFileHelper [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.TestListParts [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.008000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.TestPackage [junitlauncher] Tests run: 43, Failures: 0, Aborted: 0, Skipped: 1, Time elapsed: 1.149000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.TestPackageCoreProperties [junitlauncher] Tests run: 7, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.061000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.TestPackagePartName [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.001000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.TestPackageThumbnail [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.016000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.TestPackagingURIHelper [junitlauncher] Tests run: 5, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.TestRelationships [junitlauncher] Tests run: 9, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.054000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.compliance.TestOPCComplianceCoreProperties [junitlauncher] Tests run: 11, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.063000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.compliance.TestOPCCompliancePackageModel [junitlauncher] Tests run: 6, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.023000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.compliance.TestOPCCompliancePartName [junitlauncher] Tests run: 10, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.010000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.internal.TestContentTypeManager [junitlauncher] Tests run: 4, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.112000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.opc.internal.marshallers.TestZipPackagePropertiesMarshaller [junitlauncher] Tests run: 3, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.003000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.openxml4j.util.TestZipSecureFile [junitlauncher] Tests run: 1, Failures: 0, Aborted: 0, Skipped: 0, Time elapsed: 0.002000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.poifs.crypt.dsig.TestSignatureConfig [junitlauncher] Tests run: 2, Failures: 0, Aborted: 0, Skipped: 1, Time elapsed: 0.008000 sec [junitlauncher] [junitlauncher] Running org.apache.poi.poifs.crypt.dsig.TestSignatureInfo [junitlauncher] Failed: testRetrieveCertificate() [junitlauncher] Failed: testSignatureImage() [junitlauncher] Failed: bug58630() [junitlauncher] Failed: getSignerUnsigned() [junitlauncher] Failed: office2007prettyPrintedRels() [junitlauncher] Failed: testCertChain() [junitlauncher] Failed: testMultiSign() [junitlauncher] Failed: testManipulation() [junitlauncher] Failed: testSignSpreadsheet() [junitlauncher] Failed: getSigner() [junitlauncher] Failed: testSignSpreadsheetWithSignatureInfo() [junitlauncher] Failed: testSignEnvelopingDocument() [junitlauncher] Failed: testNonSha1() [junitlauncher] Failed: getMultiSigners() [junitlauncher] Tests run: 15, Failures: 14, Aborted: 0, Skipped: 1, Time elapsed: 2.604000 sec BUILD FAILED <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build.xml>:1753: The following error occurred while executing this line: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build.xml>:1725: The following error occurred while executing this line: <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/ws/build.xml>:1338: Some test(s) have failure(s) Total time: 7 minutes 42 seconds Build step 'Invoke Ant' marked build as failure [SpotBugs] Skipping execution of recorder since overall result is 'FAILURE' Archiving artifacts [Fast Archiver] Compressed 2.79 MB of artifacts by 24.6% relative to #203 Skipping publisher since build result is FAILURE Recording test results --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
See <https://ci-builds.apache.org/job/POI/job/POI-DSL-1.16/207/display/redirect?page=changes>
--------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email] For additional commands, e-mail: [hidden email] |
Free forum by Nabble | Edit this page |