See 
<https://builds.apache.org/job/POI-DSL-1.8/333/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 6.44 KB...]
-rwxr-xr-x 1 jenkins jenkins   7941 Sep 14 09:24 javap
-rwxr-xr-x 1 jenkins jenkins   2293 Sep 14 06:34 javapackager
-rwxr-xr-x 1 jenkins jenkins   1809 Sep 14 09:24 java-rmi.cgi
-rwxr-xr-x 1 jenkins jenkins 129139 Sep 14 09:24 javaws
-rwxr-xr-x 1 jenkins jenkins   7925 Sep 14 09:24 jcmd
-rwxr-xr-x 1 jenkins jenkins   8013 Sep 14 09:24 jconsole
-rwxr-xr-x 1 jenkins jenkins   6264 Sep 14 09:24 jcontrol
-rwxr-xr-x 1 jenkins jenkins   7981 Sep 14 09:24 jdb
-rwxr-xr-x 1 jenkins jenkins   7941 Sep 14 09:24 jdeps
-rwxr-xr-x 1 jenkins jenkins   7941 Sep 14 09:24 jhat
-rwxr-xr-x 1 jenkins jenkins   8109 Sep 14 09:24 jinfo
-rwxr-xr-x 1 jenkins jenkins   7941 Sep 14 09:24 jjs
-rwxr-xr-x 1 jenkins jenkins   8109 Sep 14 09:24 jmap
-rwxr-xr-x 1 jenkins jenkins  74675 Nov 25  2016 jmc
-rwxr-xr-x 1 jenkins jenkins    402 Nov 25  2016 jmc.ini
-rwxr-xr-x 1 jenkins jenkins   7925 Sep 14 09:24 jps
-rwxr-xr-x 1 jenkins jenkins   7949 Sep 14 09:24 jrunscript
-rwxr-xr-x 1 jenkins jenkins   7981 Sep 14 09:24 jsadebugd
-rwxr-xr-x 1 jenkins jenkins   8109 Sep 14 09:24 jstack
-rwxr-xr-x 1 jenkins jenkins   7941 Sep 14 09:24 jstat
-rwxr-xr-x 1 jenkins jenkins   7941 Sep 14 09:24 jstatd
-rwxr-xr-x 1 jenkins jenkins   5110 Jan 14  2017 jvisualvm
-rwxr-xr-x 1 jenkins jenkins   7941 Sep 14 09:24 keytool
-rwxr-xr-x 1 jenkins jenkins   7949 Sep 14 09:24 native2ascii
-rwxr-xr-x 1 jenkins jenkins   8149 Sep 14 09:24 orbd
-rwxr-xr-x 1 jenkins jenkins   7957 Sep 14 09:24 pack200
-rwxr-xr-x 1 jenkins jenkins   7997 Sep 14 09:24 policytool
-rwxr-xr-x 1 jenkins jenkins   7925 Sep 14 09:24 rmic
-rwxr-xr-x 1 jenkins jenkins   7941 Sep 14 09:24 rmid
-rwxr-xr-x 1 jenkins jenkins   7949 Sep 14 09:24 rmiregistry
-rwxr-xr-x 1 jenkins jenkins   7957 Sep 14 09:24 schemagen
-rwxr-xr-x 1 jenkins jenkins   7941 Sep 14 09:24 serialver
-rwxr-xr-x 1 jenkins jenkins   7965 Sep 14 09:24 servertool
-rwxr-xr-x 1 jenkins jenkins   8181 Sep 14 09:24 tnameserv
-rwxr-xr-x 1 jenkins jenkins 231482 Sep 14 09:24 unpack200
-rwxr-xr-x 1 jenkins jenkins   7941 Sep 14 09:24 wsgen
-rwxr-xr-x 1 jenkins jenkins   7957 Sep 14 09:24 wsimport
-rwxr-xr-x 1 jenkins jenkins   7957 Sep 14 09:24 xjc
+ /home/jenkins/tools/java/latest1.8/bin/java -version
java version "1.8.0_152"
Java(TM) SE Runtime Environment (build 1.8.0_152-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.152-b16, mixed mode)
+ echo which java
which java
+ which java
/home/jenkins/tools/java/latest1.8/bin/java
+ java -version
java version "1.8.0_152"
Java(TM) SE Runtime Environment (build 1.8.0_152-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.152-b16, mixed mode)
+ echo which javac
which javac
+ which javac
/home/jenkins/tools/java/latest1.8/bin/javac
+ javac -version
javac 1.8.0_152
+ 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-1.8/ws/build.javacheck.xml>
Detected Java version: 1.8 in: /usr/local/asfpackages/java/jdk1.8.0_152/jre
Detected OS: Linux
parsing buildfile 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build.javacheck.xml> with URI = 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build.javacheck.xml>
Project base dir set to: <https://builds.apache.org/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_152
     [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_152

BUILD SUCCESSFUL
Total time: 0 seconds
+ exit 0
[POI-DSL-1.8] $ /home/jenkins/tools/ant/apache-ant-1.9.9/bin/ant 
-Dcoverage.enabled=true clean jenkins
Buildfile: <https://builds.apache.org/job/POI-DSL-1.8/ws/build.xml>

clean:
   [delete] Deleting directory 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build>

check-jars:

fetch-jars:

check-ooxml-jars:

fetch-ooxml-jars:

init:
    [mkdir] Created dir: <https://builds.apache.org/job/POI-DSL-1.8/ws/build>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/scratchpad-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/scratchpad-test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/scratchpad-test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/geometry-java>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/ooxml-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/ooxml-test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/ooxml-test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/excelant-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/excelant-test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/excelant-test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/examples-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/integration-test-classes>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/333/artifact/build/integration-test-results>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/dist>
    [mkdir] Created dir: 
<https://builds.apache.org/job/POI-DSL-1.8/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_152/1.8.0_152-b16/25.152-b16/Java HotSpot(TM) 
64-Bit Server VM from Oracle Corporation on Linux: 4.4.0-43-generic

compile-main:
    [javac] Compiling 1207 source files to 
<https://builds.apache.org/job/POI-DSL-1.8/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-1.8/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-1.8/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-1.8/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-1.8/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-1.8/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-1.8/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-1.8/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-1.8/ws/build/ooxml-classes>

compile-examples:
    [javac] Compiling 150 source files to 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/examples-classes>
    [javac] Note: 
<https://builds.apache.org/job/POI-DSL-1.8/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-1.8/ws/build/examples-classes>

compile-excelant:
    [javac] Compiling 14 source files to 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/excelant-classes>
    [javac] Compiling 13 source files to 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/excelant-test-classes>
     [copy] Copying 1 file to 
<https://builds.apache.org/job/POI-DSL-1.8/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-1.8/ws/build/ooxml-lite-merged>
      [jar] Building jar: 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/ooxml-lite-merged/ooxml-lite-merged.jar>
     [java] Collecting unit tests from 
<https://builds.apache.org/job/POI-DSL-1.8/ws/build/ooxml-test-classes>
     [java] Inner class org.apache.poi.TestPOIXMLDocument$1.class not included
     [java] Inner class 
org.apache.poi.xssf.usermodel.TestMatrixFormulasFromXMLSpreadsheet$Navigator.class
 not included
     [java] Inner class 
org.apache.poi.xssf.usermodel.TestMatrixFormulasFromXMLSpreadsheet$1.class not 
included
     [java] Inner class org.apache.poi.dev.TestOOXMLPrettyPrint$1.class not 
included
     [java] Inner class org.apache.poi.dev.TestOOXMLLister$1.class not included
     [java] Inner class org.apache.poi.TestPOIXMLDocument$UncaughtHandler.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] 
...........E............I.............................................................................................................................................................................................................................................I..I..I.I.........................................................................................................................................................I......................................................................I..................................................................................................................................................................................I......II.........I.I........................I.........I.....I........................................................................................................................................................................................................I.I...I.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................I.......................................................................................................................III.I.I.......I.......I.....I...........................................................I.........................................................................................................................................................................................I............................III.......................................................I..........................................................I.............................................................................................................................................................................................................I.........................I...............................Exception
 in thread "main" java.lang.RuntimeException: Tests did not succeed, cannot 
build ooxml-lite jar
     [java] Time: 121.448
     [java] 
     [java] There was 1 failure:        at 
org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:151)
     [java] 
     [java]     at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:94)1) 
bug61182(org.apache.poi.poifs.crypt.TestSignatureInfo)
     [java] 
     [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]     at java.lang.reflect.Method.invoke(Method.java:498)
     [java]     at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
     [java]     at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
     [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-1.8/ws/build.xml>:1526: Java returned: 1

Total time: 2 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
[Fast Archiver] Compressed 66.32 MB of artifacts by 99.9% relative to #332
[WARNINGS] 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]

Reply via email to