See
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/55/display/redirect?page=changes>
Changes:
[PJ Fanning] [bug-64879] SXSSFSheet dispose() fails to remove Temporary files
for java.io.IOException: No space left on device
------------------------------------------
[...truncated 5.55 KB...]
-rwxr-xr-x 1 root root 9113 Apr 6 2020 tnameserv
-rwxr-xr-x 1 root root 245802 Apr 6 2020 unpack200
-rwxr-xr-x 1 root root 9057 Apr 6 2020 wsgen
-rwxr-xr-x 1 root root 9065 Apr 6 2020 wsimport
-rwxr-xr-x 1 root root 9057 Apr 6 2020 xjc
+ /home/jenkins/tools/java/latest1.8/bin/java -version
openjdk version "1.8.0_252"
OpenJDK Runtime Environment (build 1.8.0_252-b09)
OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode)
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest1.8/bin/java
+ java -version
openjdk version "1.8.0_252"
OpenJDK Runtime Environment (build 1.8.0_252-b09)
OpenJDK 64-Bit Server VM (build 25.252-b09, mixed mode)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest1.8/bin/javac
+ javac -version
javac 1.8.0_252
+ echo Ant-Home:
Ant-Home:
+ ls -al
total 460
drwxr-xr-x 14 jenkins jenkins 4096 Nov 5 01:09 .
drwxr-xr-x 6 jenkins jenkins 4096 Oct 24 18:47 ..
drwxr-xr-x 30 jenkins jenkins 4096 Nov 5 01:30 build
-rw-r--r-- 1 jenkins jenkins 14417 Nov 5 00:26 build.gradle
-rw-r--r-- 1 jenkins jenkins 172 Nov 5 00:26 build.javacheck.xml
-rw-r--r-- 1 jenkins jenkins 150793 Nov 5 00:26 build.xml
-rw-r--r-- 1 jenkins jenkins 3343 Oct 23 00:26 .classpath
-rw-r--r-- 1 jenkins jenkins 6160 Aug 16 00:27 doap_POI.rdf
-rw-r--r-- 1 jenkins jenkins 2847 Aug 16 00:27 file-leak-detector.exclude
-rw-r--r-- 1 jenkins jenkins 6229 Aug 16 00:27 forrest.properties
-rw-r--r-- 1 jenkins jenkins 53 Aug 16 00:27 .gitattributes
-rw-r--r-- 1 jenkins jenkins 493 Aug 16 00:27 .gitignore
drwxr-xr-x 3 jenkins jenkins 4096 Aug 16 00:27 gradle
-rwxr-xr-x 1 jenkins jenkins 5917 Aug 16 00:27 gradlew
-rw-r--r-- 1 jenkins jenkins 2842 Aug 16 00:27 gradlew.bat
drwxr-xr-x 2 jenkins jenkins 4096 Oct 26 00:26 jenkins
-rw-r--r-- 1 jenkins jenkins 167284 Aug 16 00:27 KEYS
drwxr-xr-x 2 jenkins jenkins 4096 Aug 16 00:27 legal
drwxr-xr-x 9 jenkins jenkins 4096 Aug 16 00:27 lib
drwxr-xr-x 2 jenkins jenkins 4096 Oct 23 00:26 maven
drwxr-xr-x 3 jenkins jenkins 4096 Nov 5 00:26 osgi
-rw-r--r-- 1 jenkins jenkins 4813 Aug 16 00:27 patch.xml
-rw-r--r-- 1 jenkins jenkins 426 Aug 16 00:27 .project
-rw-r--r-- 1 jenkins jenkins 4266 Aug 16 00:27 README.rst
drwxr-xr-x 2 jenkins jenkins 4096 Aug 16 00:27 .settings
-rw-r--r-- 1 jenkins jenkins 556 Aug 16 00:27 settings.gradle
drwxr-xr-x 9 jenkins jenkins 4096 Oct 25 00:26 sonar
drwxr-xr-x 16 jenkins jenkins 4096 Aug 16 00:27 src
drwxr-xr-x 4 jenkins jenkins 4096 Nov 7 09:29 .svn
drwxr-xr-x 14 jenkins jenkins 4096 Aug 16 00:27 test-data
-rw-r--r-- 1 jenkins jenkins 136 Aug 16 00:27 .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.8/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-1.8/ws/build.javacheck.xml>
with URI =
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build.javacheck.xml>
Project base dir set to:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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-1.8] $ /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.8/ws/build.xml>
clean:
[delete] Deleting directory
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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-1.8/55/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.8/55/artifact/lib/ooxml/xmlbeans-4.0.0.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/55/artifact/lib/ooxml/commons-compress-1.20.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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.8/ws/lib/ooxml-tests/guava-29.0-jre.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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.8/ws/lib/ooxml-provided/batik-all-1.13.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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.8/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.8/ws/lib/ooxml-provided/pdfbox-2.0.19.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-provided/fontbox-2.0.19.jar>
[get] Destination already exists (skipping):
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/lib/ooxml-provided/graphics2d-0.27.jar>
init:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/scratchpad-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/scratchpad-test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/scratchpad-test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/geometry-java>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/ooxml-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/ooxml-test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/ooxml-test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/excelant-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/excelant-test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/excelant-test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/examples-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/integration-test-classes>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/55/artifact/build/integration-test-results>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/dist>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/site>
[echo] Using Ant: Apache Ant(TM) version 1.10.7 compiled on September 1
2019 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-112-generic
[echo] Building Apache POI version 5.0.0-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.8/ws/build/classes/org/apache/poi>
[javac] Compiling 1 source file to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/classes>
[delete] Deleting:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/classes/org/apache/poi/Version.java>
compile-main:
[javac] Compiling 1179 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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-1.8/ws/build/classes/org/apache/poi/ddf/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/classes/org/apache/poi/hssf/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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.8/ws/build/classes/org/apache/poi/util/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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.8/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.8/ws/build/classes/org/apache/poi/poifs/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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.8/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.8/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.8/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.8/ws/build/classes/org/apache/poi/hpsf/package-info.class>
[javac] Creating empty
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/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.8/ws/build/classes/org/apache/poi/poifs/eventfilesystem/package-info.class>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/dist/maven/poi>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/dist/maven/poi/poi-5.0.0-SNAPSHOT.jar>
[javac] Compiling 551 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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-1.8/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-1.8/ws/build/dist/maven/poi-tests/poi-5.0.0-SNAPSHOT-tests.jar>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/dist/maven/poi/poi-5.0.0-SNAPSHOT-sources.jar>
compile-scratchpad:
[javac] Compiling 512 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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-1.8/ws/build/dist/maven/poi-scratchpad>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/dist/maven/poi-scratchpad/poi-scratchpad-5.0.0-SNAPSHOT.jar>
[javac] Compiling 202 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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.
[javac] Note:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestBugs.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-1.8/ws/build/dist/maven/poi-scratchpad-tests/poi-scratchpad-5.0.0-SNAPSHOT-tests.jar>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/dist/maven/poi-scratchpad/poi-scratchpad-5.0.0-SNAPSHOT-sources.jar>
check-compiled-ooxml-xsds:
compile-ooxml-xsds:
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/xmlbean-xsds>
[copy] Copying 8 files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/xmlbean-xsds>
[copy] Copying 89 resources to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/xmlbean-xsds>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/xmlbean-sources>
[mkdir] Created dir:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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: 3.562 seconds
[xmlbean] Time to generate code: 10.39 seconds
[javac] Compiling 4912 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/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-1.8/ws/build/dist/maven/ooxml-schemas>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/dist/maven/ooxml-schemas/ooxml-schemas-1.5.jar>
[jar] Building jar:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/dist/maven/ooxml-schemas/ooxml-schemas-1.5-sources.jar>
compile-ooxml:
[javac] Compiling 619 source files to
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build/ooxml-classes>
[javac] Support for javac --release has been added in Java9 ignoring it
[javac]
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/src/ooxml/java/org/apache/poi/xssf/streaming/SXSSFSheet.java>:1919:
error: missing return statement
[javac] }
[javac] ^
[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-1.8/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] 1 error
BUILD FAILED
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build.xml>:1105: The
following error occurred while executing this line:
<https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/ws/build.xml>:937:
Compile failed; see the compiler error output for details.
Total time: 3 minutes 12 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 #54
Skipping publisher since build result is FAILURE
Recording test results
ERROR: Step ?Publish JUnit test result report? failed: No test report files
were found. Configuration error?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]