See
<https://builds.apache.org/job/POI-DSL-OpenJDK/302/display/redirect?page=changes>
Changes:
[onealj] bug 61630: revert r1813240, which failed the integration test with
org.apache.poi.stress.XSSFFileHandler on test-data/spreadsheet/59025.xlsx
[onealj] bug 61630: update changelog
[onealj] bug 61630: further XSSFExportToXML performance improvements from
Daniel (comment 9, bug 61630 attachment 35450)
------------------------------------------
[...truncated 12.89 KB...]
drwxr-xr-x 3 root root 4096 Oct 8 22:41 include
drwxr-xr-x 5 root root 4096 Aug 2 02:23 jre
drwxr-xr-x 3 root root 4096 Oct 8 22:41 lib
drwxr-xr-x 4 root root 4096 Feb 11 2017 man
lrwxrwxrwx 1 root root 20 Jul 28 02:31 src.zip -> ../openjdk-8/src.zip
lrwxrwxrwx 1 root root 22 Jul 28 02:31 THIRD_PARTY_README ->
jre/THIRD_PARTY_README
+ ls -al /usr/lib/jvm/java-8-openjdk-amd64//bin
total 244
drwxr-xr-x 2 root root 4096 Oct 8 22:41 .
drwxr-xr-x 7 root root 4096 Oct 8 22:41 ..
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 appletviewer
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 extcheck
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 idlj
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 jar
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 jarsigner
lrwxrwxrwx 1 root root 15 Jul 28 02:31 java -> ../jre/bin/java
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 javac
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 javadoc
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 javah
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 javap
-rwxr-xr-x 1 root root 2806 Jul 28 01:30 java-rmi.cgi
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 jcmd
-rwxr-xr-x 1 root root 6528 Jul 28 02:31 jconsole
-rwxr-xr-x 1 root root 6520 Jul 28 02:31 jdb
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 jdeps
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 jhat
-rwxr-xr-x 1 root root 6568 Jul 28 02:31 jinfo
lrwxrwxrwx 1 root root 14 Jul 28 02:31 jjs -> ../jre/bin/jjs
-rwxr-xr-x 1 root root 6568 Jul 28 02:31 jmap
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 jps
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 jrunscript
-rwxr-xr-x 1 root root 6520 Jul 28 02:31 jsadebugd
-rwxr-xr-x 1 root root 6568 Jul 28 02:31 jstack
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 jstat
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 jstatd
lrwxrwxrwx 1 root root 18 Jul 28 02:31 keytool -> ../jre/bin/keytool
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 native2ascii
lrwxrwxrwx 1 root root 15 Jul 28 02:31 orbd -> ../jre/bin/orbd
lrwxrwxrwx 1 root root 18 Jul 28 02:31 pack200 -> ../jre/bin/pack200
lrwxrwxrwx 1 root root 21 Jul 28 02:31 policytool -> ../jre/bin/policytool
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 rmic
lrwxrwxrwx 1 root root 15 Jul 28 02:31 rmid -> ../jre/bin/rmid
lrwxrwxrwx 1 root root 22 Jul 28 02:31 rmiregistry -> ../jre/bin/rmiregistry
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 schemagen
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 serialver
lrwxrwxrwx 1 root root 21 Jul 28 02:31 servertool -> ../jre/bin/servertool
lrwxrwxrwx 1 root root 20 Jul 28 02:31 tnameserv -> ../jre/bin/tnameserv
lrwxrwxrwx 1 root root 20 Jul 28 02:31 unpack200 -> ../jre/bin/unpack200
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 wsgen
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 wsimport
-rwxr-xr-x 1 root root 6504 Jul 28 02:31 xjc
+ /usr/lib/jvm/java-8-openjdk-amd64//bin/java -version
openjdk version "1.8.0_131"
OpenJDK Runtime Environment (build 1.8.0_131-8u131-b11-2ubuntu1.16.04.3-b11)
OpenJDK 64-Bit Server VM (build 25.131-b11, mixed mode)
+ echo which java
which java
+ which java
/usr/lib/jvm/java-8-openjdk-amd64//bin/java
+ java -version
openjdk version "1.8.0_131"
OpenJDK Runtime Environment (build 1.8.0_131-8u131-b11-2ubuntu1.16.04.3-b11)
OpenJDK 64-Bit Server VM (build 25.131-b11, mixed mode)
+ echo which javac
which javac
+ which javac
/usr/lib/jvm/java-8-openjdk-amd64//bin/javac
+ javac -version
javac 1.8.0_131
+ 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.9.6 compiled on July 8 2015
Buildfile:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build.javacheck.xml>
Detected Java version: 1.8 in: /usr/lib/jvm/java-8-openjdk-amd64/jre
Detected OS: Linux
parsing buildfile
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build.javacheck.xml> with URI
= <https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build.javacheck.xml>
Project base dir set to: <https://builds.apache.org/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_131
[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_131
BUILD SUCCESSFUL
Total time: 1 second
+ exit 0
[POI-DSL-OpenJDK] $ /home/jenkins/tools/ant/apache-ant-1.9.9/bin/ant
-Dcoverage.enabled=true clean jenkins
Buildfile: <https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build.xml>
clean:
[delete] Deleting directory
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build>
check-jars:
fetch-jars:
check-ooxml-jars:
fetch-ooxml-jars:
init:
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/test-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/test-results>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/scratchpad-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/scratchpad-test-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/scratchpad-test-results>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/geometry-java>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/ooxml-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/ooxml-test-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/ooxml-test-results>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/excelant-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/excelant-test-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/excelant-test-results>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/examples-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/integration-test-classes>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/302/artifact/build/integration-test-results>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/dist>
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/tmp/site/build/site>
[echo] Using Ant: Apache Ant(TM) version 1.9.9 compiled on February 2 2017
from /home/jenkins/tools/ant/apache-ant-1.9.9, Ant detected Java 1.8 (may be
different than actual Java sometimes...)
[echo] Using Java:
1.8.0_131/1.8.0_131-8u131-b11-2ubuntu1.16.04.3-b11/25.131-b11/OpenJDK 64-Bit
Server VM from Oracle Corporation on Linux: 4.4.0-87-generic
compile-main:
[javac] Compiling 1201 source files to
<https://builds.apache.org/job/POI-DSL-OpenJDK/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] Compiling 537 source files to
<https://builds.apache.org/job/POI-DSL-OpenJDK/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 4 files to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/classes>
check-ooxml-xsds:
fetch-ooxml-xsds:
[get] Destination already exists (skipping):
<https://builds.apache.org/job/POI-DSL-OpenJDK/302/artifact/ooxml-lib/OfficeOpenXML-Part4.zip>
[get] Destination already exists (skipping):
<https://builds.apache.org/job/POI-DSL-OpenJDK/302/artifact/ooxml-lib/OfficeOpenXML-Part2.zip>
[get] Destination already exists (skipping):
<https://builds.apache.org/job/POI-DSL-OpenJDK/302/artifact/ooxml-lib/xmldsig-core-schema.xsd>
[get] Destination already exists (skipping):
<https://builds.apache.org/job/POI-DSL-OpenJDK/302/artifact/ooxml-lib/XAdES.xsd>
[get] Destination already exists (skipping):
<https://builds.apache.org/job/POI-DSL-OpenJDK/302/artifact/ooxml-lib/XAdESv141.xsd>
[unzip] Expanding:
<https://builds.apache.org/job/POI-DSL-OpenJDK/302/artifact/ooxml-lib/OfficeOpenXML-Part4.zip>
into <https://builds.apache.org/job/POI-DSL-OpenJDK/302/artifact/ooxml-lib>
[unzip] Expanding:
<https://builds.apache.org/job/POI-DSL-OpenJDK/302/artifact/ooxml-lib/OfficeOpenXML-Part2.zip>
into <https://builds.apache.org/job/POI-DSL-OpenJDK/302/artifact/ooxml-lib>
[unzip] Expanding:
<https://builds.apache.org/job/POI-DSL-OpenJDK/302/artifact/ooxml-lib/OfficeOpenXML-Part4.zip>
into <https://builds.apache.org/job/POI-DSL-OpenJDK/302/artifact/ooxml-lib>
generate-geometry:
compile-scratchpad:
[javac] Compiling 488 source files to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/scratchpad-classes>
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Compiling 190 source files to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/scratchpad-test-classes>
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 2 files to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/scratchpad-classes>
check-compiled-ooxml-xsds:
compile-ooxml-xsds:
compile-ooxml:
[javac] Compiling 433 source files to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/ooxml-classes>
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Compiling 234 source files to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/ooxml-test-classes>
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[copy] Copying 3 files to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/ooxml-classes>
compile-examples:
[javac] Compiling 149 source files to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/examples-classes>
[copy] Copying 1 file to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/examples-classes>
compile-excelant:
[javac] Compiling 14 source files to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/excelant-classes>
[javac] Compiling 13 source files to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/excelant-test-classes>
[copy] Copying 1 file to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/excelant-classes>
compile:
-compile-ooxml-lite-check:
compile-ooxml-lite:
[echo] Running ooxml-lite generator
[mkdir] Created dir:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/ooxml-lite-merged>
[jar] Building jar:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/ooxml-lite-merged/ooxml-lite-merged.jar>
[java] Collecting unit tests from
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/ooxml-test-classes>
[java] Class org.apache.poi.benchmark.generated.AddImageBench_jmhType does
not derive from TestCase and does not have a @Test annotation
[java] Inner class org.apache.poi.TestPOIXMLDocument$UncaughtHandler.class
not included
[java] Inner class org.apache.poi.TestPOIXMLDocument$1.class not included
[java] Inner class
org.apache.poi.xssf.usermodel.TestMatrixFormulasFromXMLSpreadsheet$1.class not
included
[java] Inner class
org.apache.poi.xssf.usermodel.TestMatrixFormulasFromXMLSpreadsheet$Navigator.class
not included
[java] Inner class org.apache.poi.dev.TestOOXMLLister$1.class not included
[java] Inner class org.apache.poi.dev.TestOOXMLPrettyPrint$1.class not
included
[java] Found 211 classes
[java] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[java] SLF4J: Defaulting to no-operation (NOP) logger implementation
[java] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[java]
..................................I.....................................................I.........................................................................................................................................I............................................................................................................................................................................................................................I........................................................................................I..I..I.I.................................................................................................................................................................................................................................................................................................................................................III.I.I.......I.......I.....I......................................................................................................................................................................................................................I......II........I.I........................I.........I.....I...............................................................................................I............................I....I...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................I.........................................................................................................................................................................................................I............................................................................................................................................................................I...........................I..................................................................................III......
[java] Time: 112.601
[java]
[java] OK (2288 tests)
[java]
[java] Copying classes to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/ooxml-lite-classes>
[java] Copying .xsb resources
compile-all:
jacocotask:
[echo] Coverage reporting: true
[taskdef] Could not load definitions from resource org/jacoco/ant/antlib.xml.
It could not be found.
-test-main-check:
test-main:
BUILD FAILED
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build.xml>:1308: Problem:
failed to create task or type antlib:org.jacoco.ant:coverage
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
No types or tasks have been defined in this namespace yet
This appears to be an antlib declaration.
Action: Check that the implementing library exists in one of:
-/home/jenkins/tools/ant/apache-ant-1.9.9/lib
-/home/jenkins/.ant/lib
-a directory added on the command line with the -lib argument
Total time: 2 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
Skipping publisher since build result is FAILURE
Archiving artifacts
[Fast Archiver] Compressed 66.30 MB of artifacts by 65.4% relative to #301
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]