See
<https://builds.apache.org/job/POI-DSL-OpenJDK/341/display/redirect?page=changes>
Changes:
[centic] Bug 61665: Enhance SSPerformanceTest some more to add a warmup run and
allow to run with unsynchronized XmlBeans
[centic] Bug 61665: Update FAQ for performance test slightly
[centic] Update changelog
[centic] Fix bug 61787, which was introduced by bug 58067: Change how deleted
content is detected to not incorrectly see too much text as deleted.
[centic] Bug 61798: Fix usage of getLastCellNum(), unfortunately this is a bit
misleading compared to getFirstCellNum()...
[centic] Bug 61911: Avoid IndexOutOfBounds access when reading pictures
[centic] Fix IntelliJ warnings and code formatting, generalize
ExcelToHtmlUtils, use try-with-resources, update/enhance JavaDoc somewhat
[gwoolsey] Added a couple missing null checks.
[gwoolsey] Implement DMAX and DSUM functions, following the pattern from DMIN.
Refactored the D* function enum to have instances return the function
implementation instances rather than using a case construct, now that Java 8 is
required.
------------------------------------------
[...truncated 10.99 KB...]
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 jar
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 jarsigner
lrwxrwxrwx 1 root root 15 Oct 27 22:51 java -> ../jre/bin/java
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 javac
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 javadoc
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 javah
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 javap
-rwxr-xr-x 1 root root 2806 Oct 27 22:04 java-rmi.cgi
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 jcmd
-rwxr-xr-x 1 root root 6528 Oct 27 22:51 jconsole
-rwxr-xr-x 1 root root 6520 Oct 27 22:51 jdb
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 jdeps
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 jhat
-rwxr-xr-x 1 root root 6568 Oct 27 22:51 jinfo
lrwxrwxrwx 1 root root 14 Oct 27 22:51 jjs -> ../jre/bin/jjs
-rwxr-xr-x 1 root root 6568 Oct 27 22:51 jmap
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 jps
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 jrunscript
-rwxr-xr-x 1 root root 6520 Oct 27 22:51 jsadebugd
-rwxr-xr-x 1 root root 6568 Oct 27 22:51 jstack
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 jstat
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 jstatd
lrwxrwxrwx 1 root root 18 Oct 27 22:51 keytool -> ../jre/bin/keytool
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 native2ascii
lrwxrwxrwx 1 root root 15 Oct 27 22:51 orbd -> ../jre/bin/orbd
lrwxrwxrwx 1 root root 18 Oct 27 22:51 pack200 -> ../jre/bin/pack200
lrwxrwxrwx 1 root root 21 Oct 27 22:51 policytool -> ../jre/bin/policytool
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 rmic
lrwxrwxrwx 1 root root 15 Oct 27 22:51 rmid -> ../jre/bin/rmid
lrwxrwxrwx 1 root root 22 Oct 27 22:51 rmiregistry -> ../jre/bin/rmiregistry
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 schemagen
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 serialver
lrwxrwxrwx 1 root root 21 Oct 27 22:51 servertool -> ../jre/bin/servertool
lrwxrwxrwx 1 root root 20 Oct 27 22:51 tnameserv -> ../jre/bin/tnameserv
lrwxrwxrwx 1 root root 20 Oct 27 22:51 unpack200 -> ../jre/bin/unpack200
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 wsgen
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 wsimport
-rwxr-xr-x 1 root root 6504 Oct 27 22:51 xjc
+ /usr/lib/jvm/java-8-openjdk-amd64//bin/java -version
openjdk version "1.8.0_151"
OpenJDK Runtime Environment (build 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12)
OpenJDK 64-Bit Server VM (build 25.151-b12, 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_151"
OpenJDK Runtime Environment (build 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12)
OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)
+ echo which javac
which javac
+ which javac
/usr/lib/jvm/java-8-openjdk-amd64//bin/javac
+ javac -version
javac 1.8.0_151
+ 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_151
[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_151
BUILD SUCCESSFUL
Total time: 4 seconds
+ 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/341/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_151/1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12/25.151-b12/OpenJDK 64-Bit
Server VM from Oracle Corporation on Linux: 4.4.0-98-generic
compile-main:
[javac] Compiling 1207 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 540 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:
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 475 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 245 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 150 source files to
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build/examples-classes>
[javac] Note:
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/src/examples/src/org/apache/poi/xssf/eventusermodel/examples/FromHowTo.java>
uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[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] Inner class org.apache.poi.dev.TestOOXMLLister$1.class not included
[java] Inner class org.apache.poi.dev.TestOOXMLPrettyPrint$1.class not
included
[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] Class org.apache.poi.benchmark.generated.AddImageBench_jmhType does
not derive from TestCase and does not have a @Test annotation
[java] Found 222 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]
III................I..........................................................................................E.....................................................................................................................................................................................................................................................................................................................................................................................................................I.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................I...............................................................III.I.I.......I.......I.....I...................................................................................................................................................................I......II.........I.I........................I.........I.....I..............I.I...I....................................................................I..............................................................................I.......................................................................................................................................................I..I..I.I................................................................................................................................................................................................................................................................................................I....................................................................................................I..................................................................................................I................................................................................................................................I.............I...
[java] Time: 173.992
[java] There was 1 failure:
[java] 1) bug61182(org.apache.poi.poifs.crypt.TestSignatureInfo)
[java] org.junit.ComparisonFailure:
expected:<[HDdvgXblLMiE6gZSoRSQUof6+aedrhK9i51we1n+4Q/ioqrQCeh5UkfQ8lD63nV4ZDbM4/pIVFi6VpMpN/HMnAUHeVdVUCVTgpn3Iz21Ymcd9/aerNov2BjHLhS8X3oUE+XTu2TbJLNmms0I9G4lfg6HWP9t7ZCXBXy6vyCMArc]=>
but
was:<[YSHeVavBdHwIiBgYTzDktqLWKp9HUgmVO0PMQuWwWsKvEiv9nhGhtnJYRqMXtEDSIOvPinup3EvupArb24l4GNycAYUoP6/mhUNCBEDMtcK9PKwWn9jzuR/07WmgFkYg0LyMybqr/UXkdvE9YglS1NWURF+y/aCsCdcOOp4LEcM]=>
[java] at org.junit.Assert.assertEquals(Assert.java:115)
[java] at org.junit.Assert.assertEquals(Assert.java:144)
[java] at
org.apache.poi.poifs.crypt.TestSignatureInfo.bug61182(TestSignatureInfo.java:215)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[java] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[java] Exception in thread "main" java.lang.RuntimeException: Tests did
not succeed, cannot build ooxml-lite jar at
java.lang.reflect.Method.invoke(Method.java:498)
[java]
[java] at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:151)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
[java]
[java] at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:94)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
[java]
[java] at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
[java] at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
[java] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
[java] at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
[java] at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
[java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
[java] at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
[java] at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
[java] at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
[java] at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
[java] at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
[java] at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
[java] at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
[java] at org.junit.runners.Suite.runChild(Suite.java:128)
[java] at org.junit.runners.Suite.runChild(Suite.java:27)
[java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
[java] at
org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
[java] at
org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
[java] at
org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
[java] at
org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
[java] at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
[java] at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
[java] at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
[java] at org.junit.runner.JUnitCore.run(JUnitCore.java:105)
[java] at org.junit.runner.JUnitCore.run(JUnitCore.java:94)
[java] at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:149)
[java] at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:94)
[java]
[java] FAILURES!!!
[java] Tests run: 2339, Failures: 1
[java]
BUILD FAILED
<https://builds.apache.org/job/POI-DSL-OpenJDK/ws/build.xml>:1526: Java
returned: 1
Total time: 4 minutes 15 seconds
Build step 'Invoke Ant' marked build as failure
Skipping publisher since build result is FAILURE
Archiving artifacts
[Fast Archiver] Compressed 66.32 MB of artifacts by 65.4% relative to #340
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]