You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/02/17 21:13:39 UTC

[JENKINS-EA] Lucene-Solr-5.5-Linux (64bit/jdk-9-ea+105) - Build # 33 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.5-Linux/33/
Java: 64bit/jdk-9-ea+105 -XX:+UseCompressedOops -XX:+UseSerialGC -XX:-UseSuperWord

2 tests failed.
FAILED:  org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([E25DAD69056BA5CF:A5EBCB54BAFBC0EE]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.lucene.util.automaton.TestAutomaton.assertSame(TestAutomaton.java:1120)
	at org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:1034)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:804)


FAILED:  org.apache.lucene.util.automaton.TestAutomaton.testMakeBinaryIntervalFiniteCasesRandom

Error Message:
automaton was not minimal

Stack Trace:
java.lang.AssertionError: automaton was not minimal
	at __randomizedtesting.SeedInfo.seed([E25DAD69056BA5CF:9A5CBD91A6839B9E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.util.automaton.TestAutomaton.makeBinaryInterval(TestAutomaton.java:1170)
	at org.apache.lucene.util.automaton.TestAutomaton.testMakeBinaryIntervalFiniteCasesRandom(TestAutomaton.java:1246)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:804)




Build Log:
[...truncated 1748 lines...]
   [junit4] Suite: org.apache.lucene.util.automaton.TestAutomaton
   [junit4]   1> TEST: FAILED: not same
   [junit4]   1>   terms (count=26):
   [junit4]   1>     [38 31 30 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [e4 b7 92 e4 b7 93 e4 b7 af e4 b7 9b e4 b7 a1 e4 b7 b9 e4 b7 86 e4 b7 a8 e4 b7 aa e4 b7 ab e4 b7 99 e4 b7 a5 e4 b7 a1 e4 b7 a7 e4 b7 a9 e4 b7 95 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [e7 85 b6 e8 88 85 e7 b3 bf e9 82 a0 e7 a8 80]
   [junit4]   1>     [36 38 38 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 30 38 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 30 36 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 31 32 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [f0 90 a1 81 f0 90 a1 80 f0 90 a1 9f f0 90 a1 8d]
   [junit4]   1>     [ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 30 33 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [36 38 36 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 30 34 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 30 31 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 31 34 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [ea a0 bc ea a0 b3 ea a0 b1]
   [junit4]   1>     [36 39 31 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 31 33 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 30 30 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 30 37 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 31 31 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 30 39 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 30 32 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [38 30 35 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [e0 b2 ad e0 b3 88 e0 b3 b8 e0 b3 bd e0 b3 a0 e0 b2 b9 e0 b3 8b e0 b3 bb e0 b3 bf ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [36 39 30 ea a0 87 ea a0 a3 ea a0 a2 ea a0 96 ea a0 ad ea a0 86 ea a0 8f ea a0 9e ea a0 9a ea a0 92 ea a0 99 ea a0 af ea a0 8c ea a0 a8 ea a0 8c ea a0 9d ea a0 90 ea a0 9b ea a0 8e]
   [junit4]   1>     [f0 90 91 bb f0 90 91 a5 f0 90 91 98 f0 90 91 a5 f0 90 91 b0 f0 90 91 a6 f0 90 91 aa f0 90 91 b6 f0 90 91 92 f0 90 91 b8 f0 90 91 a3]
   [junit4]   1>   automaton:
   [junit4]   1> digraph Automaton {
   [junit4]   1>   rankdir = LR
   [junit4]   1>   initial [shape=plaintext,label="0"]
   [junit4]   1>   initial -> 0
   [junit4]   1>   0 [shape=circle,label="0"]
   [junit4]   1>   0 -> 27 [label="6"]
   [junit4]   1>   0 -> 24 [label="8"]
   [junit4]   1>   0 -> 16 [label="\\U00000cad"]
   [junit4]   1>   0 -> 1 [label="\\U00004dd2"]
   [junit4]   1>   0 -> 53 [label="\\U00007176"]
   [junit4]   1>   0 -> 31 [label="\\U0000a807"]
   [junit4]   1>   0 -> 50 [label="\\U0000a83c"]
   [junit4]   1>   0 -> 62 [label="\\U0001047b"]
   [junit4]   1>   0 -> 58 [label="\\U00010841"]
   [junit4]   1>   1 [shape=circle,label="1"]
   [junit4]   1>   1 -> 2 [label="\\U00004dd3"]
   [junit4]   1>   2 [shape=circle,label="2"]
   [junit4]   1>   2 -> 3 [label="\\U00004def"]
   [junit4]   1>   3 [shape=circle,label="3"]
   [junit4]   1>   3 -> 4 [label="\\U00004ddb"]
   [junit4]   1>   4 [shape=circle,label="4"]
   [junit4]   1>   4 -> 5 [label="\\U00004de1"]
   [junit4]   1>   5 [shape=circle,label="5"]
   [junit4]   1>   5 -> 6 [label="\\U00004df9"]
   [junit4]   1>   6 [shape=circle,label="6"]
   [junit4]   1>   6 -> 7 [label="\\U00004dc6"]
   [junit4]   1>   7 [shape=circle,label="7"]
   [junit4]   1>   7 -> 8 [label="\\U00004de8"]
   [junit4]   1>   8 [shape=circle,label="8"]
   [junit4]   1>   8 -> 9 [label="\\U00004dea"]
   [junit4]   1>   9 [shape=circle,label="9"]
   [junit4]   1>   9 -> 10 [label="\\U00004deb"]
   [junit4]   1>   10 [shape=circle,label="10"]
   [junit4]   1>   10 -> 11 [label="\\U00004dd9"]
   [junit4]   1>   11 [shape=circle,label="11"]
   [junit4]   1>   11 -> 12 [label="\\U00004de5"]
   [junit4]   1>   12 [shape=circle,label="12"]
   [junit4]   1>   12 -> 13 [label="\\U00004de1"]
   [junit4]   1>   13 [shape=circle,label="13"]
   [junit4]   1>   13 -> 14 [label="\\U00004de7"]
   [junit4]   1>   14 [shape=circle,label="14"]
   [junit4]   1>   14 -> 15 [label="\\U00004de9"]
   [junit4]   1>   15 [shape=circle,label="15"]
   [junit4]   1>   15 -> 30 [label="\\U00004dd5"]
   [junit4]   1>   16 [shape=circle,label="16"]
   [junit4]   1>   16 -> 17 [label="\\U00000cc8"]
   [junit4]   1>   17 [shape=circle,label="17"]
   [junit4]   1>   17 -> 18 [label="\\U00000cf8"]
   [junit4]   1>   18 [shape=circle,label="18"]
   [junit4]   1>   18 -> 19 [label="\\U00000cfd"]
   [junit4]   1>   19 [shape=circle,label="19"]
   [junit4]   1>   19 -> 20 [label="\\U00000ce0"]
   [junit4]   1>   20 [shape=circle,label="20"]
   [junit4]   1>   20 -> 21 [label="\\U00000cb9"]
   [junit4]   1>   21 [shape=circle,label="21"]
   [junit4]   1>   21 -> 22 [label="\\U00000ccb"]
   [junit4]   1>   22 [shape=circle,label="22"]
   [junit4]   1>   22 -> 23 [label="\\U00000cfb"]
   [junit4]   1>   23 [shape=circle,label="23"]
   [junit4]   1>   23 -> 30 [label="\\U00000cff"]
   [junit4]   1>   24 [shape=circle,label="24"]
   [junit4]   1>   24 -> 26 [label="0"]
   [junit4]   1>   24 -> 25 [label="1"]
   [junit4]   1>   25 [shape=circle,label="25"]
   [junit4]   1>   25 -> 30 [label="0-4"]
   [junit4]   1>   26 [shape=circle,label="26"]
   [junit4]   1>   26 -> 30 [label="0-9"]
   [junit4]   1>   27 [shape=circle,label="27"]
   [junit4]   1>   27 -> 29 [label="8"]
   [junit4]   1>   27 -> 28 [label="9"]
   [junit4]   1>   28 [shape=circle,label="28"]
   [junit4]   1>   28 -> 30 [label="0-1"]
   [junit4]   1>   29 [shape=circle,label="29"]
   [junit4]   1>   29 -> 30 [label="6"]
   [junit4]   1>   29 -> 30 [label="8"]
   [junit4]   1>   30 [shape=circle,label="30"]
   [junit4]   1>   30 -> 31 [label="\\U0000a807"]
   [junit4]   1>   31 [shape=circle,label="31"]
   [junit4]   1>   31 -> 32 [label="\\U0000a823"]
   [junit4]   1>   32 [shape=circle,label="32"]
   [junit4]   1>   32 -> 33 [label="\\U0000a822"]
   [junit4]   1>   33 [shape=circle,label="33"]
   [junit4]   1>   33 -> 34 [label="\\U0000a816"]
   [junit4]   1>   34 [shape=circle,label="34"]
   [junit4]   1>   34 -> 35 [label="\\U0000a82d"]
   [junit4]   1>   35 [shape=circle,label="35"]
   [junit4]   1>   35 -> 36 [label="\\U0000a806"]
   [junit4]   1>   36 [shape=circle,label="36"]
   [junit4]   1>   36 -> 37 [label="\\U0000a80f"]
   [junit4]   1>   37 [shape=circle,label="37"]
   [junit4]   1>   37 -> 38 [label="\\U0000a81e"]
   [junit4]   1>   38 [shape=circle,label="38"]
   [junit4]   1>   38 -> 39 [label="\\U0000a81a"]
   [junit4]   1>   39 [shape=circle,label="39"]
   [junit4]   1>   39 -> 40 [label="\\U0000a812"]
   [junit4]   1>   40 [shape=circle,label="40"]
   [junit4]   1>   40 -> 41 [label="\\U0000a819"]
   [junit4]   1>   41 [shape=circle,label="41"]
   [junit4]   1>   41 -> 42 [label="\\U0000a82f"]
   [junit4]   1>   42 [shape=circle,label="42"]
   [junit4]   1>   42 -> 43 [label="\\U0000a80c"]
   [junit4]   1>   43 [shape=circle,label="43"]
   [junit4]   1>   43 -> 44 [label="\\U0000a828"]
   [junit4]   1>   44 [shape=circle,label="44"]
   [junit4]   1>   44 -> 45 [label="\\U0000a80c"]
   [junit4]   1>   45 [shape=circle,label="45"]
   [junit4]   1>   45 -> 46 [label="\\U0000a81d"]
   [junit4]   1>   46 [shape=circle,label="46"]
   [junit4]   1>   46 -> 47 [label="\\U0000a810"]
   [junit4]   1>   47 [shape=circle,label="47"]
   [junit4]   1>   47 -> 48 [label="\\U0000a81b"]
   [junit4]   1>   48 [shape=circle,label="48"]
   [junit4]   1>   48 -> 49 [label="\\U0000a80e"]
   [junit4]   1>   49 [shape=doublecircle,label="49"]
   [junit4]   1>   50 [shape=circle,label="50"]
   [junit4]   1>   50 -> 51 [label="\\U0000a833"]
   [junit4]   1>   51 [shape=circle,label="51"]
   [junit4]   1>   51 -> 52 [label="\\U0000a831"]
   [junit4]   1>   52 [shape=doublecircle,label="52"]
   [junit4]   1>   53 [shape=circle,label="53"]
   [junit4]   1>   53 -> 54 [label="\\U00008205"]
   [junit4]   1>   54 [shape=circle,label="54"]
   [junit4]   1>   54 -> 55 [label="\\U00007cff"]
   [junit4]   1>   55 [shape=circle,label="55"]
   [junit4]   1>   55 -> 56 [label="\\U000090a0"]
   [junit4]   1>   56 [shape=circle,label="56"]
   [junit4]   1>   56 -> 57 [label="\\U00007a00"]
   [junit4]   1>   57 [shape=doublecircle,label="57"]
   [junit4]   1>   58 [shape=circle,label="58"]
   [junit4]   1>   58 -> 59 [label="\\U00010840"]
   [junit4]   1>   59 [shape=circle,label="59"]
   [junit4]   1>   59 -> 60 [label="\\U0001085f"]
   [junit4]   1>   60 [shape=circle,label="60"]
   [junit4]   1>   60 -> 61 [label="\\U0001084d"]
   [junit4]   1>   61 [shape=doublecircle,label="61"]
   [junit4]   1>   62 [shape=circle,label="62"]
   [junit4]   1>   62 -> 63 [label="\\U00010465"]
   [junit4]   1>   63 [shape=circle,label="63"]
   [junit4]   1>   63 -> 64 [label="\\U00010458"]
   [junit4]   1>   64 [shape=circle,label="64"]
   [junit4]   1>   64 -> 65 [label="\\U00010465"]
   [junit4]   1>   65 [shape=circle,label="65"]
   [junit4]   1>   65 -> 66 [label="\\U00010470"]
   [junit4]   1>   66 [shape=circle,label="66"]
   [junit4]   1>   66 -> 67 [label="\\U00010466"]
   [junit4]   1>   67 [shape=circle,label="67"]
   [junit4]   1>   67 -> 68 [label="\\U0001046a"]
   [junit4]   1>   68 [shape=circle,label="68"]
   [junit4]   1>   68 -> 69 [label="\\U00010476"]
   [junit4]   1>   69 [shape=circle,label="69"]
   [junit4]   1>   69 -> 70 [label="\\U00010452"]
   [junit4]   1>   70 [shape=circle,label="70"]
   [junit4]   1>   70 -> 71 [label="\\U00010478"]
   [junit4]   1>   71 [shape=circle,label="71"]
   [junit4]   1>   71 -> 72 [label="\\U00010463"]
   [junit4]   1>   72 [shape=doublecircle,label="72"]
   [junit4]   1> }
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestAutomaton -Dtests.method=testRandomFinite -Dtests.seed=E25DAD69056BA5CF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-CR -Dtests.timezone=Asia/Irkutsk -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.48s J0 | TestAutomaton.testRandomFinite <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E25DAD69056BA5CF:A5EBCB54BAFBC0EE]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestAutomaton.assertSame(TestAutomaton.java:1120)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestAutomaton.testRandomFinite(TestAutomaton.java:1034)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   1> Original was not minimal:
   [junit4]   1> Original:
   [junit4]   1> digraph Automaton {
   [junit4]   1>   rankdir = LR
   [junit4]   1>   initial [shape=plaintext,label="0"]
   [junit4]   1>   initial -> 0
   [junit4]   1>   0 [shape=circle,label="0"]
   [junit4]   1>   0 -> 1 [label="\\U000000ea"]
   [junit4]   1>   1 [shape=circle,label="1"]
   [junit4]   1>   1 -> 2 [label="\\U00000086"]
   [junit4]   1>   2 [shape=circle,label="2"]
   [junit4]   1>   2 -> 3 [label="\\U000000b8"]
   [junit4]   1>   3 [shape=circle,label="3"]
   [junit4]   1>   3 -> 4 [label="\\U000000ea"]
   [junit4]   1>   4 [shape=circle,label="4"]
   [junit4]   1>   4 -> 5 [label="\\U00000081"]
   [junit4]   1>   5 [shape=circle,label="5"]
   [junit4]   1>   5 -> 6 [label="\\U000000bf"]
   [junit4]   1>   6 [shape=circle,label="6"]
   [junit4]   1>   6 -> 7 [label="\\U000000ea"]
   [junit4]   1>   7 [shape=circle,label="7"]
   [junit4]   1>   7 -> 8 [label="\\U0000008f"]
   [junit4]   1>   8 [shape=circle,label="8"]
   [junit4]   1>   8 -> 9 [label="\\U000000af"]
   [junit4]   1>   9 [shape=circle,label="9"]
   [junit4]   1>   9 -> 10 [label="\\U000000ea"]
   [junit4]   1>   10 [shape=circle,label="10"]
   [junit4]   1>   10 -> 11 [label="\\U00000088"]
   [junit4]   1>   11 [shape=circle,label="11"]
   [junit4]   1>   11 -> 12 [label="\\U000000b8"]
   [junit4]   1>   12 [shape=circle,label="12"]
   [junit4]   1>   12 -> 13 [label="\\U000000ea"]
   [junit4]   1>   13 [shape=circle,label="13"]
   [junit4]   1>   13 -> 14 [label="\\U0000008d"]
   [junit4]   1>   14 [shape=circle,label="14"]
   [junit4]   1>   14 -> 15 [label="\\U000000ab"]
   [junit4]   1>   15 [shape=circle,label="15"]
   [junit4]   1>   15 -> 16 [label="\\U000000ea"]
   [junit4]   1>   16 [shape=circle,label="16"]
   [junit4]   1>   16 -> 17 [label="\\U00000080"]
   [junit4]   1>   17 [shape=circle,label="17"]
   [junit4]   1>   17 -> 18 [label="\\U000000b2"]
   [junit4]   1>   18 [shape=circle,label="18"]
   [junit4]   1>   18 -> 19 [label="\\U000000ea"]
   [junit4]   1>   19 [shape=circle,label="19"]
   [junit4]   1>   19 -> 20 [label="\\U00000088"]
   [junit4]   1>   20 [shape=circle,label="20"]
   [junit4]   1>   20 -> 21 [label="\\U000000a7"]
   [junit4]   1>   21 [shape=circle,label="21"]
   [junit4]   1>   21 -> 22 [label="\\U000000ea"]
   [junit4]   1>   22 [shape=circle,label="22"]
   [junit4]   1>   22 -> 23 [label="\\U0000008b"]
   [junit4]   1>   23 [shape=circle,label="23"]
   [junit4]   1>   23 -> 24 [label="\\U0000009d"]
   [junit4]   1>   24 [shape=circle,label="24"]
   [junit4]   1>   24 -> 25 [label="\\U000000ea"]
   [junit4]   1>   25 [shape=circle,label="25"]
   [junit4]   1>   25 -> 26 [label="\\U00000084"]
   [junit4]   1>   26 [shape=circle,label="26"]
   [junit4]   1>   26 -> 27 [label="\\U000000b5"]
   [junit4]   1>   27 [shape=circle,label="27"]
   [junit4]   1>   27 -> 28 [label="\\U000000ea"]
   [junit4]   1>   28 [shape=circle,label="28"]
   [junit4]   1>   28 -> 29 [label="\\U0000008f"]
   [junit4]   1>   29 [shape=circle,label="29"]
   [junit4]   1>   29 -> 30 [label="\\U000000b8"]
   [junit4]   1>   30 [shape=circle,label="30"]
   [junit4]   1>   30 -> 31 [label="\\U000000ea"]
   [junit4]   1>   31 [shape=circle,label="31"]
   [junit4]   1>   31 -> 32 [label="\\U0000008a"]
   [junit4]   1>   32 [shape=circle,label="32"]
   [junit4]   1>   32 -> 33 [label="\\U000000b5"]
   [junit4]   1>   33 [shape=circle,label="33"]
   [junit4]   1>   33 -> 34 [label="\\U000000ea"]
   [junit4]   1>   34 [shape=circle,label="34"]
   [junit4]   1>   34 -> 35 [label="\\U00000081"]
   [junit4]   1>   35 [shape=circle,label="35"]
   [junit4]   1>   35 -> 36 [label="\\U000000a9"]
   [junit4]   1>   36 [shape=circle,label="36"]
   [junit4]   1>   36 -> 37 [label="\\U000000ea"]
   [junit4]   1>   37 [shape=circle,label="37"]
   [junit4]   1>   37 -> 38 [label="\\U00000089"]
   [junit4]   1>   38 [shape=circle,label="38"]
   [junit4]   1>   38 -> 39 [label="\\U000000bf"]
   [junit4]   1>   39 [shape=circle,label="39"]
   [junit4]   1>   39 -> 40 [label="\\U000000ea"]
   [junit4]   1>   40 [shape=circle,label="40"]
   [junit4]   1>   40 -> 41 [label="\\U00000091"]
   [junit4]   1>   41 [shape=circle,label="41"]
   [junit4]   1>   41 -> 42 [label="\\U00000081"]
   [junit4]   1>   42 [shape=circle,label="42"]
   [junit4]   1>   42 -> 43 [label="\\U000000ea"]
   [junit4]   1>   43 [shape=circle,label="43"]
   [junit4]   1>   43 -> 44 [label="\\U00000082"]
   [junit4]   1>   44 [shape=circle,label="44"]
   [junit4]   1>   44 -> 45 [label="\\U0000008c"]
   [junit4]   1>   45 [shape=circle,label="45"]
   [junit4]   1>   45 -> 46 [label="\\U000000ea"]
   [junit4]   1>   46 [shape=circle,label="46"]
   [junit4]   1>   46 -> 47 [label="\\U00000087"]
   [junit4]   1>   47 [shape=circle,label="47"]
   [junit4]   1>   47 -> 48 [label="\\U00000095"]
   [junit4]   1>   48 [shape=circle,label="48"]
   [junit4]   1>   48 -> 49 [label="\\U000000ea"]
   [junit4]   1>   49 [shape=circle,label="49"]
   [junit4]   1>   49 -> 50 [label="\\U0000008e"]
   [junit4]   1>   50 [shape=circle,label="50"]
   [junit4]   1>   50 -> 51 [label="\\U0000008d"]
   [junit4]   1>   51 [shape=circle,label="51"]
   [junit4]   1>   51 -> 52 [label="\\U000000ea"]
   [junit4]   1>   52 [shape=circle,label="52"]
   [junit4]   1>   52 -> 53 [label="\\U00000085"]
   [junit4]   1>   53 [shape=circle,label="53"]
   [junit4]   1>   53 -> 54 [label="\\U000000b5"]
   [junit4]   1>   54 [shape=circle,label="54"]
   [junit4]   1>   54 -> 55 [label="\\U000000ea"]
   [junit4]   1>   55 [shape=circle,label="55"]
   [junit4]   1>   55 -> 56 [label="\\U00000090"]
   [junit4]   1>   56 [shape=circle,label="56"]
   [junit4]   1>   56 -> 57 [label="\\U000000ad"]
   [junit4]   1>   57 [shape=circle,label="57"]
   [junit4]   1>   57 -> 58 [label="\\U000000ea"]
   [junit4]   1>   58 [shape=circle,label="58"]
   [junit4]   1>   58 -> 59 [label="\\U00000084"]
   [junit4]   1>   59 [shape=circle,label="59"]
   [junit4]   1>   59 -> 60 [label="\\U0000009f"]
   [junit4]   1>   60 [shape=circle,label="60"]
   [junit4]   1>   60 -> 61 [label="\\U00000000"]
   [junit4]   1>   61 [shape=circle,label="61"]
   [junit4]   1>   61 -> 62 [label="\\U00000000"]
   [junit4]   1>   62 [shape=circle,label="62"]
   [junit4]   1>   62 -> 63 [label="\\U00000000"]
   [junit4]   1>   63 [shape=circle,label="63"]
   [junit4]   1>   63 -> 64 [label="\\U00000000"]
   [junit4]   1>   64 [shape=circle,label="64"]
   [junit4]   1>   64 -> 65 [label="\\U00000000"]
   [junit4]   1>   65 [shape=doublecircle,label="65"]
   [junit4]   1>   65 -> 66 [label="\\U00000000"]
   [junit4]   1>   66 [shape=doublecircle,label="66"]
   [junit4]   1>   66 -> 67 [label="\\U00000000"]
   [junit4]   1>   67 [shape=doublecircle,label="67"]
   [junit4]   1>   67 -> 68 [label="\\U00000000"]
   [junit4]   1>   68 [shape=doublecircle,label="68"]
   [junit4]   1>   68 -> 69 [label="\\U00000000"]
   [junit4]   1>   69 [shape=doublecircle,label="69"]
   [junit4]   1>   69 -> 70 [label="\\U00000000"]
   [junit4]   1>   70 [shape=doublecircle,label="70"]
   [junit4]   1>   70 -> 71 [label="\\U00000000"]
   [junit4]   1>   71 [shape=doublecircle,label="71"]
   [junit4]   1>   71 -> 72 [label="\\U00000000"]
   [junit4]   1>   72 [shape=doublecircle,label="72"]
   [junit4]   1> }
   [junit4]   1> Minimized:
   [junit4]   1> digraph Automaton {
   [junit4]   1>   rankdir = LR
   [junit4]   1>   initial [shape=plaintext,label="0"]
   [junit4]   1>   initial -> 0
   [junit4]   1>   0 [shape=circle,label="0"]
   [junit4]   1>   0 -> 4 [label="\\U00000000-\\U000000e9"]
   [junit4]   1>   0 -> 3 [label="\\U000000ea"]
   [junit4]   1>   0 -> 4 [label="\\U000000eb-\\U0010ffff"]
   [junit4]   1>   1 [shape=doublecircle,label="1"]
   [junit4]   1>   1 -> 2 [label="\\U00000000"]
   [junit4]   1>   1 -> 4 [label="\\U00000001-\\U0010ffff"]
   [junit4]   1>   2 [shape=doublecircle,label="2"]
   [junit4]   1>   2 -> 1 [label="\\U00000000"]
   [junit4]   1>   2 -> 4 [label="\\U00000001-\\U0010ffff"]
   [junit4]   1>   3 [shape=circle,label="3"]
   [junit4]   1>   3 -> 1 [label="\\U00000000"]
   [junit4]   1>   3 -> 4 [label="\\U00000001-\\U0010ffff"]
   [junit4]   1>   4 [shape=circle,label="4"]
   [junit4]   1>   4 -> 1 [label="\\U00000000"]
   [junit4]   1>   4 -> 4 [label="\\U00000001-\\U0010ffff"]
   [junit4]   1> }
   [junit4]   1> minTerm=[ea 86 b8 ea 81 bf ea 8f af ea 88 b8 ea 8d ab ea 80 b2 ea 88 a7 ea 8b 9d ea 84 b5 ea 8f b8 ea 8a b5 ea 81 a9 ea 89 bf ea 91 81 ea 82 8c ea 87 95 ea 8e 8d ea 85 b5 ea 90 ad ea 84 9f 0 0 0 0 0] minInclusive=true
   [junit4]   1> maxTerm=[ea 86 b8 ea 81 bf ea 8f af ea 88 b8 ea 8d ab ea 80 b2 ea 88 a7 ea 8b 9d ea 84 b5 ea 8f b8 ea 8a b5 ea 81 a9 ea 89 bf ea 91 81 ea 82 8c ea 87 95 ea 8e 8d ea 85 b5 ea 90 ad ea 84 9f 0 0 0 0 0 0 0 0 0 0 0 0] maxInclusive=true
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestAutomaton -Dtests.method=testMakeBinaryIntervalFiniteCasesRandom -Dtests.seed=E25DAD69056BA5CF -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-CR -Dtests.timezone=Asia/Irkutsk -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.05s J0 | TestAutomaton.testMakeBinaryIntervalFiniteCasesRandom <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: automaton was not minimal
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E25DAD69056BA5CF:9A5CBD91A6839B9E]:0)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestAutomaton.makeBinaryInterval(TestAutomaton.java:1170)
   [junit4]    > 	at org.apache.lucene.util.automaton.TestAutomaton.testMakeBinaryIntervalFiniteCasesRandom(TestAutomaton.java:1246)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {}, docValues:{}, sim=DefaultSimilarity, locale=es-CR, timezone=Asia/Irkutsk
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=325335240,total=508952576
   [junit4]   2> NOTE: All tests run in this JVM: [TestBooleanScorer, TestRoaringDocIdSet, TestMixedCodecs, TestMultiFields, TestSentinelIntSet, TestParallelTermEnum, TestDirectPacked, TestSortedNumericSortField, TestFilterSpans, TestDateFilter, TestShardSearching, TestCustomSearcherSort, TestForTooMuchCloning, TestBagOfPositions, TestSpanOrQuery, TestLucene50StoredFieldsFormat, TestDocValues, TestFixedBitDocIdSet, TestTimeLimitingCollector, TestHugeRamFile, TestNeverDelete, TestDirectoryReader, TestIntsRef, TestMultiset, TestIndexWriterDelete, TestLevenshteinAutomata, TestIndexWriterFromReader, Test2BPagedBytes, TestHighCompressionMode, TestCustomNorms, TestIsCurrent, TestRegexpRandom2, TestConjunctionDISI, TestCharTermAttributeImpl, TestSubScorerFreqs, TestReusableStringReader, TestPayloadsOnVectors, TestOrdinalMap, LimitedFiniteStringsIteratorTest, TestBlockPostingsFormat2, TestCodecUtil, TestTryDelete, TestBytesRefHash, TestDocumentsWriterDeleteQueue, TestPrefixCodedTerms, TestMultiPhraseQuery, TestStressNRT, TestTotalHitCountCollector, TestSparseFixedBitDocIdSet, TestLongBitSet, TestCollectionUtil, TestBooleanRewrites, TestSimpleFSDirectory, TestNoDeletionPolicy, TestNearSpansOrdered, TestNoMergeScheduler, TestMinimize, TestLucene53NormsFormat, TestIndexWriterOutOfFileDescriptors, TestTermVectors, TestIndexWriter, TestIOUtils, TestSimilarity2, TestVirtualMethod, Test2BPositions, TestSort, TestPerSegmentDeletes, TestSimilarityProvider, TestApproximationSearchEquivalence, TestAllFilesDetectTruncation, TestSortRandom, TestIndexWriterReader, TestIndexWriterMerging, TestNumericRangeQuery64, TestIndexWriterWithThreads, TestAddIndexes, TestIndexWriterExceptions, TestBasics, TestSloppyPhraseQuery, TestIndexWriterMergePolicy, TestBoolean2, TestPersistentSnapshotDeletionPolicy, TestNorms, TestIndexWriterCommit, TestDirectoryReaderReopen, TestSearchWithThreads, TestTopDocsMerge, TestLongPostings, TestRollingUpdates, TestDocTermOrdsRewriteMethod, TestNRTReaderWithThreads, TestTieredMergePolicy, TestArrayUtil, TestTermsEnum, TestBlockPostingsFormat, TestBlockPostingsFormat3, TestLucene50CompoundFormat, TestMaxPosition, TestMergeRateLimiter, TestReadOnlyIndex, TestStressDeletes, FuzzyTermOnShortTermsTest, TestBoostQuery, TestEarlyTermination, TestLRUFilterCache, TestMinShouldMatch2, TestFilterDirectory, TestRateLimiter, TestSleepingLockWrapper, TestBytesRefArray, TestDocIdSetBuilder, TestMathUtil, TestSloppyMath, TestTimSorter, TestAutomaton]
   [junit4] Completed [416/421 (1!)] on J0 in 1.60s, 56 tests, 2 failures <<< FAILURES!

[...truncated 29 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:750: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:694: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.5-Linux/lucene/common-build.xml:1033: There were test failures: 421 suites (1 ignored), 3386 tests, 2 failures, 147 ignored (143 assumptions) [seed: E25DAD69056BA5CF]

Total time: 7 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any