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 2019/10/01 15:20:45 UTC

Build failed in Jenkins: POI-DSL-Github-PullRequests #31

See <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/display/redirect?page=changes>

Changes:

[axel] add LocalDate/LocalDateTimeSupport to DateUtil

[axel] fix: accidentally removed setTime()

[axel] don't set time fields to zero and remove misleading comment

[axel] add support for LocalDateTime

[axel] add testcases for LocalDateTime

[axel] add Cell.getLocalDateTimeValue()

[axel] add Cell.setCellValueValue(LocalDateTime) and


------------------------------------------
[...truncated 6.71 KB...]
+ javac -version
javac 1.8.0_191
+ echo Ant-Home:
Ant-Home:
+ ls -al
total 460
drwxr-xr-x  12 jenkins jenkins   4096 Oct  1 15:19 .
drwxr-xr-x 383 jenkins jenkins  32768 Oct  1 15:18 ..
-rw-r--r--   1 jenkins jenkins  11321 Oct  1 15:19 build.gradle
-rw-r--r--   1 jenkins jenkins 142200 Oct  1 15:19 build.xml
-rw-r--r--   1 jenkins jenkins   3279 Oct  1 15:19 .classpath
-rw-r--r--   1 jenkins jenkins   5814 Oct  1 15:19 doap_POI.rdf
-rw-r--r--   1 jenkins jenkins   2596 Oct  1 15:19 file-leak-detector.exclude
drwxr-xr-x   8 jenkins jenkins   4096 Oct  1 15:19 .git
-rw-r--r--   1 jenkins jenkins     53 Oct  1 15:19 .gitattributes
-rw-r--r--   1 jenkins jenkins    493 Oct  1 15:19 .gitignore
drwxr-xr-x   3 jenkins jenkins   4096 Oct  1 15:19 gradle
-rwxr-xr-x   1 jenkins jenkins   5299 Oct  1 15:19 gradlew
-rw-r--r--   1 jenkins jenkins   2260 Oct  1 15:19 gradlew.bat
drwxr-xr-x   2 jenkins jenkins   4096 Oct  1 15:19 jenkins
-rw-r--r--   1 jenkins jenkins 166411 Oct  1 15:19 KEYS
drwxr-xr-x   2 jenkins jenkins   4096 Oct  1 15:19 legal
drwxr-xr-x   2 jenkins jenkins   4096 Oct  1 15:19 maven
drwxr-xr-x   3 jenkins jenkins   4096 Oct  1 15:19 osgi
-rw-r--r--   1 jenkins jenkins   4813 Oct  1 15:19 patch.xml
-rw-r--r--   1 jenkins jenkins    426 Oct  1 15:19 .project
-rw-r--r--   1 jenkins jenkins   4280 Oct  1 15:19 README.rst
drwxr-xr-x   2 jenkins jenkins   4096 Oct  1 15:19 .settings
-rw-r--r--   1 jenkins jenkins    556 Oct  1 15:19 settings.gradle
drwxr-xr-x  10 jenkins jenkins   4096 Oct  1 15:19 sonar
drwxr-xr-x  14 jenkins jenkins   4096 Oct  1 15:19 src
drwxr-xr-x  14 jenkins jenkins   4096 Oct  1 15:19 test-data
-rw-r--r--   1 jenkins jenkins    136 Oct  1 15:19 .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://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build.javacheck.xml>
Detected Java version: 1.8 in: /usr/local/asfpackages/java/jdk1.8.0_191/jre
Detected OS: Linux
parsing buildfile <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build.javacheck.xml> with URI = <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build.javacheck.xml>
Project base dir set to: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/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_191
     [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_191

BUILD SUCCESSFUL
Total time: 0 seconds
+ exit 0
[POI-DSL-Github-PullRequests] $ /bin/bash -xe /tmp/jenkins8187566217832997754.sh
+ mkdir -p src/documentation
+ touch src/documentation/RELEASE-NOTES.txt
[POI-DSL-Github-PullRequests] $ /home/jenkins/tools/ant/latest1.9/bin/ant -Dsha1=origin/pr/160/head -Dcoverage.enabled=true clean jenkins
Buildfile: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build.xml>

clean:

replaceVersion:

check-jars:
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/compile-lib>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/ooxml-testlib>

fetch-jars:
      [get] Getting: https://repo1.maven.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/commons-logging-1.2.jar>
      [get] Getting: https://repo1.maven.org/maven2/commons-codec/commons-codec/1.13/commons-codec-1.13.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/commons-codec-1.13.jar>
      [get] Getting: https://repo1.maven.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/log4j-1.2.17.jar>
      [get] Getting: https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/junit-4.12.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/openjdk/jmh/jmh-core/1.19/jmh-core-1.19.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/jmh-core-1.19.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/openjdk/jmh/jmh-generator-annprocess/1.19/jmh-generator-annprocess-1.19.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/jmh-generator-annprocess-1.19.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/hamcrest-core-1.3.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/xmlunit/xmlunit-core/2.5.1/xmlunit-core-2.5.1.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/xmlunit-core-2.5.1.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/mockito/mockito-core/3.0.0/mockito-core-3.0.0.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/mockito-core-3.0.0.jar>
      [get] Getting: https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy/1.10.1/byte-buddy-1.10.1.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/byte-buddy-1.10.1.jar>
      [get] Getting: https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy-agent/1.10.1/byte-buddy-agent-1.10.1.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/byte-buddy-agent-1.10.1.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/objenesis/objenesis/2.6/objenesis-2.6.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/objenesis-2.6.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/ant/ant/1.10.1/ant-1.10.1.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/ant-1.10.1.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.10.1/ant-launcher-1.10.1.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/ant-launcher-1.10.1.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/ow2/asm/asm/7.0/asm-7.0.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/asm-7.0.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/asm-commons-7.0.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/asm-tree-7.0.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/jacoco/jacoco/0.8.3/jacoco-0.8.3.zip
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/jacoco-0.8.3.zip>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-collections4/4.3/commons-collections4-4.3.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/commons-collections4-4.3.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/commons-math3-3.6.1.jar>
      [get] Getting: https://repo1.maven.org/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/jaxb-api-2.3.1.jar>
      [get] Getting: https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.2/jaxb-impl-2.3.2.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/jaxb-impl-2.3.2.jar>
      [get] Getting: https://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-core/2.3.0.1/jaxb-core-2.3.0.1.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/jaxb-core-2.3.0.1.jar>
      [get] Getting: https://repo1.maven.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/activation-1.1.1.jar>
    [unzip] Expanding: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/jacoco-0.8.3.zip> into <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/apache-rat-0.12.jar>
      [get] Getting: https://repo1.maven.org/maven2/de/thetaphi/forbiddenapis/2.6/forbiddenapis-2.6.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/forbiddenapis-2.6.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/bouncycastle/bcprov-ext-jdk15on/1.62/bcprov-ext-jdk15on-1.62.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/compile-lib/bcprov-ext-jdk15on-1.62.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.62/bcpkix-jdk15on-1.62.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/compile-lib/bcpkix-jdk15on-1.62.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/santuario/xmlsec/2.1.2/xmlsec-2.1.2.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/compile-lib/xmlsec-2.1.2.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.26/slf4j-api-1.7.26.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/compile-lib/slf4j-api-1.7.26.jar>

check-ooxml-jars:

fetch-ooxml-jars:
      [get] Getting: https://repo1.maven.org/maven2/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib/curvesapi-1.06.jar>
      [get] Getting: https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib/xmlbeans-3.1.0.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/lib/commons-compress-1.18.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/reflections/reflections/0.9.11/reflections-0.9.11.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/ooxml-testlib/reflections.jar>
      [get] Getting: https://repo1.maven.org/maven2/com/google/guava/guava/20.0/guava-20.0.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/ooxml-testlib/guava.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/javassist/javassist/3.21.0-GA/javassist-3.21.0-GA.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/ooxml-testlib/javassist.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/xmlgraphics/batik-all/1.11/batik-all-1.11.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/compile-lib/batik-all-1.11.jar>
      [get] Getting: https://repo1.maven.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/compile-lib/xml-apis-ext-1.3.04.jar>
      [get] Getting: https://repo1.maven.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.3/xmlgraphics-commons-2.3.jar
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/compile-lib/xmlgraphics-commons-2.3.jar>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/scratchpad-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/scratchpad-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/scratchpad-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/geometry-java>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/ooxml-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/ooxml-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/ooxml-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/excelant-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/excelant-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/excelant-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/examples-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/integration-test-classes>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/build/integration-test-results>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/dist>
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/site>
     [echo] Using Ant: Apache Ant(TM) version 1.9.13 compiled on July 10 2018 from /home/jenkins/tools/ant/latest1.9, Ant detected Java 1.8 (may be different than actual Java sometimes...)
     [echo] Using Java: 1.8.0_191/1.8.0_191-b12/25.191-b12/Java HotSpot(TM) 64-Bit Server VM from Oracle Corporation on Linux: 4.15.0-58-generic

compile-main:
    [javac] Compiling 1217 source files to <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes>
    [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://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/dev/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/common/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/filesystem/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/storage/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/crypt/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/eventfilesystem/package-info.class>
    [javac] Creating empty <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes/org/apache/poi/poifs/property/package-info.class>
    [javac] Compiling 548 source files to <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/test-classes>
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
     [copy] Copying 5 files to <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/classes>

check-ooxml-xsds:

fetch-ooxml-xsds:
      [get] Getting: https://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib/OfficeOpenXML-Part4.zip>
      [get] Getting: https://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%202%20(PDF).zip
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib/OfficeOpenXML-Part2.zip>
      [get] Getting: https://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib/xmldsig-core-schema.xsd>
      [get] Getting: https://uri.etsi.org/01903/v1.3.2/XAdES.xsd
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib/XAdES.xsd>
      [get] Getting: https://uri.etsi.org/01903/v1.4.1/XAdESv141.xsd
      [get] To: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib/XAdESv141.xsd>
    [unzip] Expanding: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib/OfficeOpenXML-Part4.zip> into <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib>
    [unzip] Expanding: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib/OfficeOpenXML-Part2.zip> into <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib>
    [unzip] Expanding: <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib/OfficeOpenXML-Part4.zip> into <https://builds.apache.org/job/POI-DSL-Github-PullRequests/31/artifact/ooxml-lib>

generate-geometry:

compile-scratchpad:
    [javac] Compiling 510 source files to <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/scratchpad-classes>
    [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] Compiling 204 source files to <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build/scratchpad-test-classes>
    [javac] <https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java>:49: error: package org.apache.poi.ooxml.util does not exist
    [javac] import org.apache.poi.ooxml.util.DocumentHelper;
    [javac]                                 ^
    [javac] 1 error

BUILD FAILED
<https://builds.apache.org/job/POI-DSL-Github-PullRequests/ws/build.xml>:1130: Compile failed; see the compiler error output for details.

Total time: 1 minute 5 seconds
Build step 'Invoke Ant' marked build as failure
Skipping publisher since build result is FAILURE
Archiving artifacts
[Fast Archiver] Compressed 35.68 MB of artifacts by 99.8% relative to #29
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Jenkins build is back to normal : POI-DSL-Github-PullRequests #32

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-DSL-Github-PullRequests/32/display/redirect>


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