You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/11/15 13:01:37 UTC

Build failed in Jenkins: POI-DSL-1.8 #305

See <https://builds.apache.org/job/POI-DSL-1.8/305/display/redirect?page=changes>

Changes:

[gwoolsey] Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some multi-range rule definitions

Fixes Bug 61761 Conditional formatting rule evaluation doesn't like comparing cells of different types

fixed, with unit tests.

------------------------------------------
[...truncated 4.13 KB...]
-rwxr-xr-x 1 root root   7941 Sep 14 09:24 javap
-rwxr-xr-x 1 root root   2293 Sep 14 06:34 javapackager
-rwxr-xr-x 1 root root   1809 Sep 14 09:24 java-rmi.cgi
-rwxr-xr-x 1 root root 129139 Sep 14 09:24 javaws
-rwxr-xr-x 1 root root   7925 Sep 14 09:24 jcmd
-rwxr-xr-x 1 root root   8013 Sep 14 09:24 jconsole
-rwxr-xr-x 1 root root   6264 Sep 14 09:24 jcontrol
-rwxr-xr-x 1 root root   7981 Sep 14 09:24 jdb
-rwxr-xr-x 1 root root   7941 Sep 14 09:24 jdeps
-rwxr-xr-x 1 root root   7941 Sep 14 09:24 jhat
-rwxr-xr-x 1 root root   8109 Sep 14 09:24 jinfo
-rwxr-xr-x 1 root root   7941 Sep 14 09:24 jjs
-rwxr-xr-x 1 root root   8109 Sep 14 09:24 jmap
-rwxr-xr-x 1 root root  74675 Nov 25  2016 jmc
-rwxr-xr-x 1 root root    402 Nov 25  2016 jmc.ini
-rwxr-xr-x 1 root root   7925 Sep 14 09:24 jps
-rwxr-xr-x 1 root root   7949 Sep 14 09:24 jrunscript
-rwxr-xr-x 1 root root   7981 Sep 14 09:24 jsadebugd
-rwxr-xr-x 1 root root   8109 Sep 14 09:24 jstack
-rwxr-xr-x 1 root root   7941 Sep 14 09:24 jstat
-rwxr-xr-x 1 root root   7941 Sep 14 09:24 jstatd
-rwxr-xr-x 1 root root   5110 Jan 14  2017 jvisualvm
-rwxr-xr-x 1 root root   7941 Sep 14 09:24 keytool
-rwxr-xr-x 1 root root   7949 Sep 14 09:24 native2ascii
-rwxr-xr-x 1 root root   8149 Sep 14 09:24 orbd
-rwxr-xr-x 1 root root   7957 Sep 14 09:24 pack200
-rwxr-xr-x 1 root root   7997 Sep 14 09:24 policytool
-rwxr-xr-x 1 root root   7925 Sep 14 09:24 rmic
-rwxr-xr-x 1 root root   7941 Sep 14 09:24 rmid
-rwxr-xr-x 1 root root   7949 Sep 14 09:24 rmiregistry
-rwxr-xr-x 1 root root   7957 Sep 14 09:24 schemagen
-rwxr-xr-x 1 root root   7941 Sep 14 09:24 serialver
-rwxr-xr-x 1 root root   7965 Sep 14 09:24 servertool
-rwxr-xr-x 1 root root   8181 Sep 14 09:24 tnameserv
-rwxr-xr-x 1 root root 231482 Sep 14 09:24 unpack200
-rwxr-xr-x 1 root root   7941 Sep 14 09:24 wsgen
-rwxr-xr-x 1 root root   7957 Sep 14 09:24 wsimport
-rwxr-xr-x 1 root root   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/305/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 1204 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 538 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.
    [javac] Note: <https://builds.apache.org/job/POI-DSL-1.8/ws/src/testcases/org/apache/poi/ss/util/TestCellRangeUtil.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked 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 437 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 243 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 149 source files to <https://builds.apache.org/job/POI-DSL-1.8/ws/build/examples-classes>
     [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.TestPOIXMLDocument$UncaughtHandler.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] 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.xssf.usermodel.TestMatrixFormulasFromXMLSpreadsheet$1.class not included
     [java] Inner class org.apache.poi.xssf.usermodel.TestMatrixFormulasFromXMLSpreadsheet$Navigator.class not included
     [java] Found 220 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] Exception in thread "main" java.lang.RuntimeException: Tests did not succeed, cannot build ooxml-lite jar...................................................................I...............................................................I........................................................................................................................................................................................I...............................................................................................III.............................................................................................................................I..............................................................I..........................................I.......................................................................................................................................................................................................I..I..I.I.......................................................................................................................................................................................................................................................................................III.I.I.......I.......I.....I................................................................................................................................................................................................................................I............................................................................I......II........I.I........................I.........I.....I................................................................................................................I..E...I........................................................I.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................I.............................................................................I........................
     [java] 	at org.apache.poi.util.OOXMLLite.build(OOXMLLite.java:151)
     [java] 	at org.apache.poi.util.OOXMLLite.main(OOXMLLite.java:94)
     [java] 
     [java] Time: 114.683
     [java] There was 1 failure:
     [java] 1) testBug61495(org.apache.poi.xssf.usermodel.TestXSSFFormulaEvaluation)
     [java] java.lang.AssertionError: expected:<D 0,068> but was:<org.apache.poi.ss.usermodel.CellValue ["D 00,68"]>
     [java] 	at org.junit.Assert.fail(Assert.java:88)
     [java] 	at org.junit.Assert.failNotEquals(Assert.java:834)
     [java] 	at org.junit.Assert.assertEquals(Assert.java:118)
     [java] 	at org.junit.Assert.assertEquals(Assert.java:144)
     [java] 	at org.apache.poi.xssf.usermodel.TestXSSFFormulaEvaluation.testBug61495(TestXSSFFormulaEvaluation.java:442)
     [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.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: 2322,  Failures: 1
     [java] 

BUILD FAILED
<https://builds.apache.org/job/POI-DSL-1.8/ws/build.xml>:1517: Java returned: 1

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.32 MB of artifacts by 100.0% relative to #304
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Jenkins build is back to normal : POI-DSL-1.8 #306

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/POI-DSL-1.8/306/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org