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 2015/12/18 18:16:51 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_66) - Build # 15242 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15242/
Java: 64bit/jdk1.8.0_66 -XX:+UseCompressedOops -XX:+UseSerialGC

4 tests failed.
FAILED:  org.apache.lucene.search.TestDimensionalRangeQuery.testBasicSortedSet

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87:3F3C105C63D72DF2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.lucene.search.TestDimensionalRangeQuery.testBasicSortedSet(TestDimensionalRangeQuery.java:774)
	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:497)
	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:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	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:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	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:745)


FAILED:  org.apache.lucene.search.TestDimensionalRangeQuery.testRandomBinaryMedium

Error Message:
Captured an uncaught exception in thread: Thread[id=1321, name=T0, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1321, name=T0, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]
	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87:2EEF3B472BF82850]:0)
Caused by: java.lang.AssertionError: 133 hits were wrong
	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.search.TestDimensionalRangeQuery$2._run(TestDimensionalRangeQuery.java:637)
	at org.apache.lucene.search.TestDimensionalRangeQuery$2.run(TestDimensionalRangeQuery.java:533)


FAILED:  org.apache.lucene.search.TestDimensionalRangeQuery.testRandomLongsMedium

Error Message:
Captured an uncaught exception in thread: Thread[id=1269, name=T1, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1269, name=T1, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]
Caused by: java.lang.AssertionError: T1: iter=0 id=1032 docID=33 value=-6627295747038774062 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@69e3dc91] TO [[B@6ddc5575]]
	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)


FAILED:  org.apache.lucene.search.TestDimensionalRangeQuery.testAllEqual

Error Message:
Captured an uncaught exception in thread: Thread[id=1310, name=T0, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1310, name=T0, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]
Caused by: java.lang.AssertionError: T0: iter=0 id=7 docID=0 value=-6588283670678256792 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@292b39b6] TO [[B@2d14b84b]]
	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)




Build Log:
[...truncated 639 lines...]
   [junit4] Suite: org.apache.lucene.search.TestDimensionalRangeQuery
   [junit4] IGNOR/A 0.00s J2 | TestDimensionalRangeQuery.testRandomLongsBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> ??? 18, 2015 5:12:14 ? com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T1,5,TGRP-TestDimensionalRangeQuery]
   [junit4]   2> java.lang.AssertionError: T1: iter=0 id=1032 docID=33 value=-6627295747038774062 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@69e3dc91] TO [[B@6ddc5575]]
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]   2> 	at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)
   [junit4]   2> 
   [junit4]   2> ??? 18, 2015 5:12:14 ? com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T2,5,TGRP-TestDimensionalRangeQuery]
   [junit4]   2> java.lang.AssertionError: T2: iter=0 id=1032 docID=33 value=-6627295747038774062 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@23646475] TO [[B@275be4c1]]
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]   2> 	at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)
   [junit4]   2> 
   [junit4]   2> ??? 18, 2015 5:12:14 ? com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T0,5,TGRP-TestDimensionalRangeQuery]
   [junit4]   2> java.lang.AssertionError: T0: iter=0 id=1032 docID=33 value=-6627295747038774062 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@17a1afd5] TO [[B@139e39f9]]
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]   2> 	at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)
   [junit4]   2> 
   [junit4]   2> ??? 18, 2015 5:12:14 ? com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T3,5,TGRP-TestDimensionalRangeQuery]
   [junit4]   2> java.lang.AssertionError: T3: iter=0 id=1032 docID=33 value=-6627295747038774062 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@4f13a558] TO [[B@4b2c2862]]
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]   2> 	at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDimensionalRangeQuery -Dtests.method=testRandomLongsMedium -Dtests.seed=59C2BC07FF545D87 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_IQ -Dtests.timezone=Europe/Guernsey -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   1.90s J2 | TestDimensionalRangeQuery.testRandomLongsMedium <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1269, name=T1, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]
   [junit4]    > Caused by: java.lang.AssertionError: T1: iter=0 id=1032 docID=33 value=-6627295747038774062 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@69e3dc91] TO [[B@6ddc5575]]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1271, name=T3, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]
   [junit4]    > Caused by: java.lang.AssertionError: T3: iter=0 id=1032 docID=33 value=-6627295747038774062 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@4f13a558] TO [[B@4b2c2862]]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)Throwable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1268, name=T0, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]
   [junit4]    > Caused by: java.lang.AssertionError: T0: iter=0 id=1032 docID=33 value=-6627295747038774062 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@17a1afd5] TO [[B@139e39f9]]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)Throwable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1270, name=T2, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]
   [junit4]    > Caused by: java.lang.AssertionError: T2: iter=0 id=1032 docID=33 value=-6627295747038774062 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@23646475] TO [[B@275be4c1]]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)
   [junit4]   2> ??? 18, 2015 5:12:16 ? com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T0,5,TGRP-TestDimensionalRangeQuery]
   [junit4]   2> java.lang.AssertionError: T0: iter=0 id=7 docID=0 value=-6588283670678256792 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@292b39b6] TO [[B@2d14b84b]]
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]   2> 	at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)
   [junit4]   2> 
   [junit4]   2> ??? 18, 2015 5:12:16 ? com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T3,5,TGRP-TestDimensionalRangeQuery]
   [junit4]   2> java.lang.AssertionError: T3: iter=0 id=7 docID=0 value=-6588283670678256792 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@673041ee] TO [[B@630fd9d0]]
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]   2> 	at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)
   [junit4]   2> 
   [junit4]   2> ??? 18, 2015 5:12:16 ? com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T2,5,TGRP-TestDimensionalRangeQuery]
   [junit4]   2> java.lang.AssertionError: T2: iter=0 id=7 docID=0 value=-6588283670678256792 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@95d18a8] TO [[B@d629d5b]]
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]   2> 	at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)
   [junit4]   2> 
   [junit4]   2> ??? 18, 2015 5:12:16 ? com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T4,5,TGRP-TestDimensionalRangeQuery]
   [junit4]   2> java.lang.AssertionError: T4: iter=0 id=7 docID=0 value=-6588283670678256792 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@5eeb6b21] TO [[B@5ad4e424]]
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]   2> 	at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)
   [junit4]   2> 
   [junit4]   2> ??? 18, 2015 5:12:16 ? com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T1,5,TGRP-TestDimensionalRangeQuery]
   [junit4]   2> java.lang.AssertionError: T1: iter=0 id=7 docID=0 value=-6588283670678256792 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@57ade244] TO [[B@53927c69]]
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]   2> 	at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDimensionalRangeQuery -Dtests.method=testAllEqual -Dtests.seed=59C2BC07FF545D87 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_IQ -Dtests.timezone=Europe/Guernsey -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   2.33s J2 | TestDimensionalRangeQuery.testAllEqual <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1310, name=T0, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]
   [junit4]    > Caused by: java.lang.AssertionError: T0: iter=0 id=7 docID=0 value=-6588283670678256792 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@292b39b6] TO [[B@2d14b84b]]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1311, name=T1, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]
   [junit4]    > Caused by: java.lang.AssertionError: T1: iter=0 id=7 docID=0 value=-6588283670678256792 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@57ade244] TO [[B@53927c69]]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)Throwable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1312, name=T2, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]
   [junit4]    > Caused by: java.lang.AssertionError: T2: iter=0 id=7 docID=0 value=-6588283670678256792 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@95d18a8] TO [[B@d629d5b]]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)Throwable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1314, name=T4, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]
   [junit4]    > Caused by: java.lang.AssertionError: T4: iter=0 id=7 docID=0 value=-6588283670678256792 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@5eeb6b21] TO [[B@5ad4e424]]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)Throwable #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1313, name=T3, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]
   [junit4]    > Caused by: java.lang.AssertionError: T3: iter=0 id=7 docID=0 value=-6588283670678256792 (range: -7442418637664520607 TO -6369304466547142343) expected true but got: false deleted?=false query=DimensionalRangeQuery:field=sn_value:[[[B@673041ee] TO [[B@630fd9d0]]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1._run(TestDimensionalRangeQuery.java:357)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$1.run(TestDimensionalRangeQuery.java:265)
   [junit4] IGNOR/A 0.00s J2 | TestDimensionalRangeQuery.testRandomBinaryBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDimensionalRangeQuery -Dtests.method=testBasicSortedSet -Dtests.seed=59C2BC07FF545D87 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_IQ -Dtests.timezone=Europe/Guernsey -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J2 | TestDimensionalRangeQuery.testBasicSortedSet <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but was:<0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87:3F3C105C63D72DF2]:0)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery.testBasicSortedSet(TestDimensionalRangeQuery.java:774)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   1> FAIL: iter=0 id=2531 docID=213 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=3504 docID=269 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=4167 docID=395 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=4248 docID=424 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=4373 docID=441 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=4518 docID=483 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=3578 docID=526 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=1971 docID=691 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=2023 docID=702 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=4620 docID=848 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=4648 docID=861 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=5156 docID=1070 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=6353 docID=1127 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=6360 docID=1131 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=6386 docID=1149 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=6115 docID=1265 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=5747 docID=1343 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=5594 docID=1417 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=6559 docID=1497 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=6610 docID=1519 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=6194 docID=1596 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=5537 docID=1738 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=7619 docID=1855 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=7763 docID=1926 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=7182 docID=2005 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=6916 docID=2068 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=7425 docID=2129 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=6868 docID=2215 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=8227 docID=2324 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=8544 docID=2510 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=8576 docID=2527 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=8587 docID=2534 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=8027 docID=2657 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=8066 docID=2676 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=8883 docID=2782 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=9859 docID=2982 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=10284 docID=3004 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=10301 docID=3014 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=9621 docID=3144 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=9932 docID=3206 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=9969 docID=3235 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=9413 docID=3248 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=11233 docID=3580 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=10803 docID=3692 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=10879 docID=3735 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=11445 docID=3923 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=11523 docID=3981 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=11528 docID=3986 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=9328 docID=4167 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=9400 docID=4209 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=10098 docID=4285 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=10156 docID=4322 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=11760 docID=4865 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=11681 docID=5008 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=10734 docID=5052 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=10741 docID=5056 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=12242 docID=5097 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=12283 docID=5127 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=12196 docID=5193 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=13583 docID=5301 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=12651 docID=5404 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=12653 docID=5406 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=13043 docID=5586 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=13136 docID=5656 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=12515 docID=5695 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=13157 docID=5790 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=13162 docID=5795 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=12873 docID=5988 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=13466 docID=6103 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=13471 docID=6106 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=13784 docID=6154 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=13789 docID=6159 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=13738 docID=6413 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16248 docID=6582 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16325 docID=6651 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16331 docID=6657 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16332 docID=6658 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16382 docID=6705 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16398 docID=6718 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=14257 docID=6992 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15602 docID=7164 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16730 docID=7344 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16737 docID=7349 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16762 docID=7372 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16786 docID=7393 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16797 docID=7404 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16879 docID=7481 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17392 docID=7585 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17409 docID=7601 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17413 docID=7605 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17457 docID=7648 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17474 docID=7664 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17090 docID=7723 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17135 docID=7766 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17148 docID=7779 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17161 docID=7792 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17320 docID=7890 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16959 docID=7925 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17026 docID=8033 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15830 docID=8113 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15898 docID=8175 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15925 docID=8199 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15933 docID=8206 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15963 docID=8234 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16728 docID=8519 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=14455 docID=8537 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=14558 docID=8620 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=14614 docID=8667 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15002 docID=8782 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15030 docID=8807 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15032 docID=8809 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15072 docID=8843 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=14713 docID=8906 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=14756 docID=8944 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=14786 docID=8972 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16034 docID=9010 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16102 docID=9071 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=14837 docID=9134 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=16135 docID=9226 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15254 docID=9346 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15266 docID=9357 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15293 docID=9381 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15361 docID=9440 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15429 docID=9504 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=15435 docID=9509 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17794 docID=9603 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17801 docID=9610 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17837 docID=9644 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17915 docID=9720 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=17989 docID=9792 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=18020 docID=9823 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=18039 docID=9842 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   1> FAIL: iter=0 id=18055 docID=9858 expected=true but got false deleted?=false missing?=false
   [junit4]   1>   dim=0 range: [ae 37 b7 98] (inclusive?=true) TO [d8 f7 70 b0] (inclusive?=false)
   [junit4]   2> ??? 18, 2015 5:12:18 ? com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[T0,5,TGRP-TestDimensionalRangeQuery]
   [junit4]   2> java.lang.AssertionError: 133 hits were wrong
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]   2> 	at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$2._run(TestDimensionalRangeQuery.java:637)
   [junit4]   2> 	at org.apache.lucene.search.TestDimensionalRangeQuery$2.run(TestDimensionalRangeQuery.java:533)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDimensionalRangeQuery -Dtests.method=testRandomBinaryMedium -Dtests.seed=59C2BC07FF545D87 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_IQ -Dtests.timezone=Europe/Guernsey -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   1.88s J2 | TestDimensionalRangeQuery.testRandomBinaryMedium <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1321, name=T0, state=RUNNABLE, group=TGRP-TestDimensionalRangeQuery]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87:2EEF3B472BF82850]:0)
   [junit4]    > Caused by: java.lang.AssertionError: 133 hits were wrong
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([59C2BC07FF545D87]:0)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$2._run(TestDimensionalRangeQuery.java:637)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery$2.run(TestDimensionalRangeQuery.java:533)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/test/J2/temp/lucene.search.TestDimensionalRangeQuery_59C2BC07FF545D87-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=14275, maxDocsPerChunk=7, blockSize=1), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=14275, blockSize=1)), sim=ClassicSimilarity, locale=ar_IQ, timezone=Europe/Guernsey
   [junit4]   2> NOTE: Linux 3.19.0-37-generic amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=12,threads=1,free=393697800,total=509018112
   [junit4]   2> NOTE: All tests run in this JVM: [TestNumericTokenStream, Test2BPostingsBytes, Test2BTerms, TestMixedDocValuesUpdates, TestParallelReaderEmptyIndex, TestLongPostings, TestRecyclingIntBlockAllocator, TestIsCurrent, TestTieredMergePolicy, TestNGramPhraseQuery, TestRegexpRandom2, TestIndexWriterOnDiskFull, TestTermVectors, TestMathUtil, TestBagOfPositions, TestCharsRefBuilder, TestBooleanOr, TestTopDocsMerge, TestPayloadsOnVectors, TestNRTThreads, TestMixedCodecs, TestCachingTokenFilter, TestDocCount, TestLucene50StoredFieldsFormat, TestNumericRangeQuery32, TestBytesRef, TestReaderClosed, TestIndexWriterOnJRECrash, TestTermVectorsReader, TestConcurrentMergeScheduler, TestDocValuesScoring, TestAtomicUpdate, TestRollback, TestFastDecompressionMode, TestBinaryDocValuesUpdates, TestIntroSorter, TestNIOFSDirectory, TestBKD, TestStressIndexing2, TestFieldReuse, TestLucene53NormsFormat, TestTransactions, TestBufferedIndexInput, TestNumericDocValuesUpdates, TestCrashCausesCorruptIndex, TestSpanOrQuery, TestIndexWriterDeleteByQuery, TestDocumentWriter, Test2BPagedBytes, TestIndexWriterReader, TestSimpleAttributeImpl, TestDuelingCodecsAtNight, TestFrequencyTrackingRingBuffer, TestMultiMMap, TestSort, TestDateSort, TestBoostQuery, TestSmallFloat, TestSimpleFSDirectory, TestTopDocsCollector, TestLucene50CompoundFormat, TestCharTermAttributeImpl, TestDimensionalRangeQuery]
   [junit4] Completed [127/403 (1!)] on J2 in 6.29s, 18 tests, 1 failure, 3 errors, 2 skipped <<< FAILURES!

[...truncated 893 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:784: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:728: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1436: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:991: There were test failures: 403 suites (1 ignored), 3317 tests, 3 errors, 1 failure, 56 ignored (52 assumptions) [seed: 59C2BC07FF545D87]

Total time: 6 minutes 30 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