You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/01/23 00:14:30 UTC

Build failed in Jenkins: POI » POI-DSL-OpenJDK #110

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

Changes:

[Andreas Beeker] Sonar fixes
add asserts to tests


------------------------------------------
[...truncated 8.31 KB...]
-rw-r--r--  1 jenkins jenkins   6325 Jan 18 00:07 doap_POI.rdf
-rw-r--r--  1 jenkins jenkins   2934 Jan 10 00:07 file-leak-detector.exclude
-rw-r--r--  1 jenkins jenkins   6229 Aug 27 12:08 forrest.properties
-rw-r--r--  1 jenkins jenkins     53 Aug 27 12:08 .gitattributes
drwxr-xr-x  3 jenkins jenkins   4096 Dec 21 00:07 .github
-rw-r--r--  1 jenkins jenkins    482 Dec 14 00:07 .gitignore
drwxr-xr-x  3 jenkins jenkins   4096 Aug 27 12:08 gradle
-rwxr-xr-x  1 jenkins jenkins   5770 Jan 19 00:07 gradlew
-rw-r--r--  1 jenkins jenkins   3058 Jan 19 00:07 gradlew.bat
drwxr-xr-x  2 jenkins jenkins   4096 Dec 28 12:07 jenkins
-rw-r--r--  1 jenkins jenkins 167284 Aug 27 12:08 KEYS
drwxr-xr-x  2 jenkins jenkins   4096 Aug 27 12:08 legal
drwxr-xr-x  9 jenkins jenkins   4096 Aug 27 12:22 lib
drwxr-xr-x  2 jenkins jenkins   4096 Jan 17 00:07 maven
drwxr-xr-x  3 jenkins jenkins   4096 Jan 18 00:07 osgi
-rw-r--r--  1 jenkins jenkins   4813 Aug 27 12:08 patch.xml
-rw-r--r--  1 jenkins jenkins    426 Aug 27 12:08 .project
-rw-r--r--  1 jenkins jenkins   4278 Dec 14 00:07 README.rst
drwxr-xr-x  2 jenkins jenkins   4096 Aug 27 12:08 .settings
-rw-r--r--  1 jenkins jenkins    556 Aug 27 12:08 settings.gradle
drwxr-xr-x  9 jenkins jenkins   4096 Jan 18 00:07 sonar
drwxr-xr-x 16 jenkins jenkins   4096 Aug 27 12:08 src
drwxr-xr-x  4 jenkins jenkins   4096 Jan 23 00:07 .svn
drwxr-xr-x 15 jenkins jenkins   4096 Jan  2 00:07 test-data
-rw-r--r--  1 jenkins jenkins    419 Dec  7 00:07 .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-OpenJDK/ws/build.javacheck.xml>
Detected Java version: 1.8 in: /usr/local/asfpackages/java/openjdk-8u252-b09/jre
Detected OS: Linux
parsing buildfile <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build.javacheck.xml> with URI = <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build.javacheck.xml>
Project base dir set to: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/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 1.8/1.8.0_252
     [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 1.8.0_252

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

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

replaceVersion:

check-jars:

fetch-jars:

check-ooxml-jars:

fetch-ooxml-jars:
      [get] Destination already exists (skipping): <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/110/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-OpenJDK/110/artifact/lib/ooxml/xmlbeans-4.0.0.jar>
      [get] Destination already exists (skipping): <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/110/artifact/lib/ooxml/commons-compress-1.20.jar>
      [get] Destination already exists (skipping): <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/lib/ooxml-tests/reflections-0.9.12.jar>
      [get] Destination already exists (skipping): <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/lib/ooxml-tests/guava-30.1-jre.jar>
      [get] Destination already exists (skipping): <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/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-OpenJDK/ws/lib/ooxml-provided/batik-all-1.13.jar>
      [get] Destination already exists (skipping): <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/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-OpenJDK/ws/lib/ooxml-provided/xmlgraphics-commons-2.4.jar>
      [get] Destination already exists (skipping): <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/lib/ooxml-provided/pdfbox-2.0.22.jar>
      [get] Destination already exists (skipping): <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/lib/ooxml-provided/fontbox-2.0.22.jar>
      [get] Destination already exists (skipping): <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/lib/ooxml-provided/graphics2d-0.30.jar>

init:
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/test-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/test-results>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/scratchpad-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/scratchpad-test-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/scratchpad-test-results>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/geometry-java>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/ooxml-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/ooxml-test-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/ooxml-test-results>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/excelant-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/excelant-test-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/excelant-test-results>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/examples-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/integration-test-classes>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/110/artifact/build/integration-test-results>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/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 1.8 (may be different than actual Java sometimes...)
     [echo] Using Java: 1.8.0_252/1.8.0_252-b09/25.252-b09/OpenJDK 64-Bit Server VM from Oracle Corporation on Linux: 4.15.0-58-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-OpenJDK/ws/build/classes/org/apache/poi>
    [javac] Compiling 1 source file to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes>
   [delete] Deleting: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/Version.java>

compile-main:
    [javac] Compiling 1177 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes>
    [javac] Support for javac --release has been added in Java9 ignoring it
    [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-OpenJDK/ws/build/classes/org/apache/poi/ddf/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/hssf/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/poifs/dev/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/util/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/poifs/common/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/hssf/record/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/poifs/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/poifs/crypt/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/hpsf/wellknown/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/hssf/dev/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/ss/formula/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/hpsf/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/poifs/property/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/poifs/filesystem/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/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-OpenJDK/ws/build/classes/org/apache/poi/poifs/storage/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/hssf/eventusermodel/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/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-OpenJDK/ws/build/classes/org/apache/poi/ss/format/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/hssf/model/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/hssf/usermodel/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/hssf/util/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/classes/org/apache/poi/poifs/eventfilesystem/package-info.class>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi/poi-5.0.1-SNAPSHOT.jar>
    [javac] Compiling 521 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/test-classes>
    [javac] Support for javac --release has been added in Java9 ignoring it
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/src/testcases/org/apache/poi/sl/usermodel/BaseTestSlideShow.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-tests/poi-5.0.1-SNAPSHOT-tests.jar>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi/poi-5.0.1-SNAPSHOT-sources.jar>

compile-scratchpad:
    [javac] Compiling 515 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/scratchpad-classes>
    [javac] Support for javac --release has been added in Java9 ignoring it
    [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.
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-scratchpad>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-scratchpad/poi-scratchpad-5.0.1-SNAPSHOT.jar>
    [javac] Compiling 197 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/scratchpad-test-classes>
    [javac] Support for javac --release has been added in Java9 ignoring it
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-scratchpad-tests/poi-scratchpad-5.0.1-SNAPSHOT-tests.jar>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-scratchpad/poi-scratchpad-5.0.1-SNAPSHOT-sources.jar>

check-compiled-ooxml-xsds:

compile-ooxml-xsds:
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/xmlbean-xsds>
     [copy] Copying 8 files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/xmlbean-xsds>
     [copy] Copying 28 resources to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/xmlbean-xsds>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/xmlbean-sources>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/xmlbean-classes>
  [xmlbean] SchemaCompiler  Metadata LOAD:org/apache/xmlbeans/metadata GEN:org/apache/poi/schemas/ooxml
  [xmlbean] Time to build schema type system: 2.264 seconds
  [xmlbean] Time to generate code: 5.391 seconds
    [javac] Compiling 5064 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/xmlbean-classes>
    [javac] Support for javac --release has been added in Java9 ignoring it
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-ooxml-full>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.0.1-SNAPSHOT.jar>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.0.1-SNAPSHOT-sources.jar>

compile-ooxml:
    [javac] Compiling 619 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/ooxml-classes>
    [javac] Support for javac --release has been added in Java9 ignoring it
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/src/ooxml/java/org/apache/poi/xslf/draw/SVGImageRenderer.java> uses 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-OpenJDK/ws/build/ooxml-classes/org/apache/poi/xwpf/package-info.class>
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/ooxml-classes/org/apache/poi/xssf/binary/package-info.class>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-ooxml>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-ooxml/poi-ooxml-5.0.1-SNAPSHOT.jar>
    [javac] Compiling 271 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/ooxml-test-classes>
    [javac] Support for javac --release has been added in Java9 ignoring it
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-ooxml-tests/poi-ooxml-5.0.1-SNAPSHOT-tests.jar>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-ooxml/poi-ooxml-5.0.1-SNAPSHOT-sources.jar>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/lib/ooxml-tests/ooxml-lite-agent.jar>

compile-examples:
    [javac] Compiling 137 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/examples-classes>
    [javac] Support for javac --release has been added in Java9 ignoring it
    [javac] Creating empty <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/examples-classes/org/apache/poi/examples/ss/html/package-info.class>
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-examples>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-examples/poi-examples-5.0.1-SNAPSHOT.jar>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-examples/poi-examples-5.0.1-SNAPSHOT-sources.jar>

compile-excelant:
    [javac] Compiling 14 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/excelant-classes>
    [javac] Support for javac --release has been added in Java9 ignoring it
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-excelant>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-excelant/poi-excelant-5.0.1-SNAPSHOT.jar>
    [javac] Compiling 12 source files to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/excelant-test-classes>
    [javac] Support for javac --release has been added in Java9 ignoring it
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-excelant-tests/poi-excelant-5.0.1-SNAPSHOT-tests.jar>
      [jar] Building jar: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/dist/maven/poi-excelant/poi-excelant-5.0.1-SNAPSHOT-sources.jar>

compile:

jacocotask:
     [echo] Coverage reporting: true

-test-main-check:

test-main:
    [mkdir] Created dir: <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/poi-ant-contrib>
    [javac] Compiling 1 source file to <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build/poi-ant-contrib>

BUILD FAILED
<https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build.xml>:1560: The following error occurred while executing this line:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/ws/build.xml>:1256: Some test(s) have failure(s)

Total time: 6 minutes 43 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 #109
Skipping publisher since build result is FAILURE
Recording test results

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Jenkins build is back to normal : POI » POI-DSL-OpenJDK #111

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-builds.apache.org/job/POI/job/POI-DSL-OpenJDK/111/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org