See <https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/64/display/redirect>
Changes:
------------------------------------------
[...truncated 8.18 KB...]
-rw-r--r-- 1 jenkins jenkins 53 Aug 22 20:54 .gitattributes
drwxr-xr-x 3 jenkins jenkins 4096 Sep 26 20:50 .github
-rw-r--r-- 1 jenkins jenkins 334 Oct 15 08:05 .gitignore
drwxr-xr-x 3 jenkins jenkins 4096 Aug 22 20:54 gradle
-rw-r--r-- 1 jenkins jenkins 154 Aug 22 20:54 gradle.properties
-rwxr-xr-x 1 jenkins jenkins 8070 Oct 10 20:50 gradlew
-rw-r--r-- 1 jenkins jenkins 2763 Aug 22 20:54 gradlew.bat
drwxr-xr-x 2 jenkins jenkins 4096 Oct 15 08:05 jenkins
-rw-r--r-- 1 jenkins jenkins 167281 Aug 22 20:54 KEYS
drwxr-xr-x 2 jenkins jenkins 4096 Aug 22 20:54 legal
drwxr-xr-x 10 jenkins jenkins 4096 Aug 22 20:54 lib
drwxr-xr-x 2 jenkins jenkins 4096 Aug 22 20:54 lib.stored
drwxr-xr-x 3 jenkins jenkins 4096 Sep 26 20:50 osgi
-rw-r--r-- 1 jenkins jenkins 4813 Aug 22 20:54 patch.xml
drwxr-xr-x 5 jenkins jenkins 4096 Oct 15 08:05 poi
drwxr-xr-x 4 jenkins jenkins 4096 Oct 15 08:05 poi-examples
drwxr-xr-x 4 jenkins jenkins 4096 Oct 15 08:05 poi-excelant
drwxr-xr-x 4 jenkins jenkins 4096 Oct 15 08:05 poi-integration
drwxr-xr-x 4 jenkins jenkins 4096 Oct 15 08:05 poi-ooxml
drwxr-xr-x 4 jenkins jenkins 4096 Oct 15 08:05 poi-ooxml-full
drwxr-xr-x 3 jenkins jenkins 4096 Oct 15 08:05 poi-ooxml-lite
drwxr-xr-x 4 jenkins jenkins 4096 Oct 15 08:05 poi-ooxml-lite-agent
drwxr-xr-x 5 jenkins jenkins 4096 Oct 15 08:05 poi-scratchpad
-rw-r--r-- 1 jenkins jenkins 4182 Oct 15 08:05 README.rst
-rw-r--r-- 1 jenkins jenkins 197 Aug 22 20:54 settings.gradle
drwxr-xr-x 4 jenkins jenkins 4096 Aug 22 20:54 src
drwxr-xr-x 4 jenkins jenkins 4096 Oct 15 08:07 .svn
drwxr-xr-x 15 jenkins jenkins 4096 Aug 22 20:54 test-data
-rw-r--r-- 1 jenkins jenkins 959368 Aug 1 2005 xercesImpl-2.6.1.jar
+ 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-old-Xerces/ws/build.javacheck.xml>
Detected Java version: 1.8 in:
/usr/local/asfpackages/java/oraclejdk-1.8.0-291/jre
Detected OS: Linux
parsing buildfile
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build.javacheck.xml>
with URI =
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build.javacheck.xml>
Project base dir set to:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/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_291
[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_291
BUILD SUCCESSFUL
Total time: 0 seconds
+ test -s ./xercesImpl-2.6.1.jar
+ exit 0
[POI-DSL-old-Xerces] $ /home/jenkins/tools/ant/latest1.10/bin/ant
-Dcoverage.enabled=true clean jenkins -Dadditionaljar=./xercesImpl-2.6.1.jar
Buildfile:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build.xml>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-excelant/build/poi-ant-contrib>
[javac] Compiling 3 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-excelant/build/poi-ant-contrib>
clean:
[delete] Deleting directory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build>
[delete] Deleting directory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-examples/build>
[delete] Deleting directory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-excelant/build>
[delete] Deleting directory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-integration/build>
[delete] Deleting directory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build>
[delete] Deleting directory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml/build>
[delete] Deleting directory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml-full/build>
[delete] Deleting directory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-scratchpad/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-old-Xerces/ws/lib/ooxml/curvesapi-1.06.jar>
[get] Getting:
https://repo1.maven.org/maven2/org/apache/xmlbeans/xmlbeans/5.0.1/xmlbeans-5.0.1.jar
[get] To:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml/xmlbeans-5.0.1.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml/commons-compress-1.21.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-tests/reflections-0.10.1.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-tests/guava-30.1-jre.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/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-old-Xerces/ws/lib/ooxml-tests/slf4j-api-1.7.32.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-anim-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-awt-util-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-bridge-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-codec-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-constants-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-css-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-dom-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-ext-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-gvt-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-i18n-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-parser-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-script-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-shared-resources-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-svg-dom-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-svggen-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-svgrasterizer-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-transcoder-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-util-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/batik-xml-1.14.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/xml-apis-ext-1.3.04.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-batik/xmlgraphics-commons-2.4.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-provided/pdfbox-2.0.24.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-provided/fontbox-2.0.24.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/lib/ooxml-provided/graphics2d-0.33.jar>
init:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-scratchpad/build/classes/ant/java>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-scratchpad/build/test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-scratchpad/build/test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml/build/classes/ant/java>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml/build/test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml-full/build/classes/ant/java>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml-full/build/test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml-full/build/generated-sources>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml-full/build/generated-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml/build/test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-excelant/build/classes/ant/java>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-excelant/build/test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-excelant/build/test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-examples/build/classes/ant/java>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-integration/build/test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-integration/build/test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/dist>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/site>
[echo] Using Ant: Apache Ant(TM) version 1.10.10 compiled on April 12 2021
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_291/1.8.0_291-b10/25.291-b10/Java HotSpot(TM)
64-Bit Server VM from Oracle Corporation on Linux: 4.15.0-76-generic
[echo] Building Apache POI version 5.1.1-SNAPSHOT and RC: RC1, isJava8:
true
[echo] Compiling for Java 8
-version-java-check:
compile-version:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/generated-sources/org/apache/poi>
[copy] Copying 1 file to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/generated-sources/org/apache/poi>
[javac] Compiling 1 source file to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java>
compile-main:
[javac] Compiling 1195 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java>
[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-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/ddf/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/hssf/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/poifs/dev/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/util/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/poifs/common/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/hssf/record/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/poifs/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/poifs/crypt/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/hpsf/wellknown/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/hssf/dev/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/ss/formula/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/hpsf/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/poifs/property/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/poifs/filesystem/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/ss/formula/ptg/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/poifs/storage/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/hssf/eventusermodel/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/hssf/record/aggregates/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/ss/format/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/hssf/model/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/hssf/usermodel/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/hssf/util/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/build/classes/ant/java/org/apache/poi/poifs/eventfilesystem/package-info.class>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build/dist/maven/poi>
[echo] Building jar for poi, module-name: poi with isJava8: true
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/64/artifact/build/dist/maven/poi/poi-5.1.1-SNAPSHOT.jar>
[javac] Compiling 535 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi/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.
[echo] Building test-jar for poi, module-name: poi with isJava8: true
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/64/artifact/build/dist/maven/poi-tests/poi-5.1.1-SNAPSHOT-tests.jar>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/64/artifact/build/dist/maven/poi/poi-5.1.1-SNAPSHOT-sources.jar>
compile-scratchpad:
[javac] Compiling 514 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-scratchpad/build/classes/ant/java>
[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-old-Xerces/ws/poi-scratchpad/src/main/java/org/apache/poi/hwpf/model/BytePropertyNode.java>
uses 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-old-Xerces/ws/build/dist/maven/poi-scratchpad>
[echo] Building jar for poi-scratchpad, module-name: scratchpad with
isJava8: true
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/64/artifact/build/dist/maven/poi-scratchpad/poi-scratchpad-5.1.1-SNAPSHOT.jar>
[javac] Compiling 197 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-scratchpad/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.
[echo] Building test-jar for poi-scratchpad, module-name: scratchpad with
isJava8: true
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/64/artifact/build/dist/maven/poi-scratchpad-tests/poi-scratchpad-5.1.1-SNAPSHOT-tests.jar>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/64/artifact/build/dist/maven/poi-scratchpad/poi-scratchpad-5.1.1-SNAPSHOT-sources.jar>
check-compiled-ooxml-xsds:
compile-ooxml-xsds:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml-full/build/xsds>
[copy] Copying 8 files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml-full/build/xsds>
[copy] Copying 28 resources to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml-full/build/xsds>
[xmlbean] SchemaCompiler Metadata LOAD:org/apache/xmlbeans/metadata
GEN:org/apache/poi/schemas/ooxml
[xmlbean] Time to build schema type system: 4.351 seconds
[xmlbean] Time to generate code: 6.102 seconds
[javac] Compiling 5065 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml-full/build/classes/ant/java>
[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-old-Xerces/ws/build/dist/maven/poi-ooxml-full>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/64/artifact/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.1.1-SNAPSHOT.jar>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/64/artifact/build/dist/maven/poi-ooxml-full/poi-ooxml-full-5.1.1-SNAPSHOT-sources.jar>
compile-ooxml:
[javac] Compiling 636 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml/build/classes/ant/java>
[javac] Support for javac --release has been added in Java9 ignoring it
[javac]
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/poi-ooxml/src/main/java/org/apache/poi/ooxml/POIXMLTypeLoader.java>:43:
error: cannot find symbol
[javac] DEFAULT_XML_OPTIONS.setDisallowDocTypeDeclaration(true);
[javac] ^
[javac] symbol: method setDisallowDocTypeDeclaration(boolean)
[javac] location: variable DEFAULT_XML_OPTIONS of type XmlOptions
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 error
BUILD FAILED
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build.xml>:1252:
The following error occurred while executing this line:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-old-Xerces/ws/build.xml>:1067:
Compile failed; see the compiler error output for details.
Total time: 1 minute 52 seconds
Build step 'Invoke Ant' marked build as failure
[SpotBugs] Skipping execution of recorder since overall result is 'FAILURE'
Archiving artifacts
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]
