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 2014/02/05 10:14:21 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_60-ea-b04) - Build # 9365 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9365/
Java: 64bit/jdk1.7.0_60-ea-b04 -XX:-UseCompressedOops -XX:+UseParallelGC

6 tests failed.
FAILED:  org.apache.solr.BasicFunctionalityTest.testClientErrorOnMalformedNumbers

Error Message:
not an (update) client error on field: malformed_ti : org.apache.solr.common.SolrException: Exception writing document id 100 to the index; possible analysis error.

Stack Trace:
java.lang.AssertionError: not an (update) client error on field: malformed_ti : org.apache.solr.common.SolrException: Exception writing document id 100 to the index; possible analysis error.
	at __randomizedtesting.SeedInfo.seed([3A75CAD66B0F0CC4:57524A0480B6BE63]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.BasicFunctionalityTest.testClientErrorOnMalformedNumbers(BasicFunctionalityTest.java:366)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)


FAILED:  org.apache.solr.handler.JsonLoaderTest.testAddBigIntegerValueToTrieField

Error Message:
Exception writing document id 1 to the index; possible analysis error.

Stack Trace:
org.apache.solr.common.SolrException: Exception writing document id 1 to the index; possible analysis error.
	at __randomizedtesting.SeedInfo.seed([3A75CAD66B0F0CC4:D952318E80B7D384]:0)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:162)
	at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:683)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:837)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:536)
	at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleAdds(JsonLoader.java:392)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.processUpdate(JsonLoader.java:117)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.load(JsonLoader.java:101)
	at org.apache.solr.handler.loader.JsonLoader.load(JsonLoader.java:65)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1915)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
	at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:989)
	at org.apache.solr.handler.JsonLoaderTest.testAddBigIntegerValueToTrieField(JsonLoaderTest.java:402)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.solr.common.SolrException: ERROR: [doc=1] Error adding field 'big_integer_tl'='12345678901234567890' msg=For input string: "12345678901234567890"
	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:165)
	at org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:78)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:231)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:159)
	... 57 more
Caused by: java.lang.NumberFormatException: For input string: "12345678901234567890"
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.lang.Long.parseLong(Long.java:444)
	at java.lang.Long.parseLong(Long.java:483)
	at org.apache.solr.schema.TrieField.createField(TrieField.java:609)
	at org.apache.solr.schema.TrieField.createFields(TrieField.java:660)
	at org.apache.solr.update.DocumentBuilder.addField(DocumentBuilder.java:45)
	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:116)
	... 60 more


FAILED:  org.apache.solr.search.TestSolr4Spatial.testBadShapeParse400 {p0=srpt_geohash}

Error Message:
expected:<400> but was:<500>

Stack Trace:
java.lang.AssertionError: expected:<400> but was:<500>
	at __randomizedtesting.SeedInfo.seed([3A75CAD66B0F0CC4:98A95C7DA3E89F2B]: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.solr.search.TestSolr4Spatial.testBadShapeParse400(TestSolr4Spatial.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)


FAILED:  org.apache.solr.search.TestSolr4Spatial.testBadShapeParse400 {p0=srpt_quad}

Error Message:
expected:<400> but was:<500>

Stack Trace:
java.lang.AssertionError: expected:<400> but was:<500>
	at __randomizedtesting.SeedInfo.seed([3A75CAD66B0F0CC4:98A95C7DA3E89F2B]: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.solr.search.TestSolr4Spatial.testBadShapeParse400(TestSolr4Spatial.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)


FAILED:  org.apache.solr.search.TestSolr4Spatial.testBadShapeParse400 {p0=stqpt_geohash}

Error Message:
expected:<400> but was:<500>

Stack Trace:
java.lang.AssertionError: expected:<400> but was:<500>
	at __randomizedtesting.SeedInfo.seed([3A75CAD66B0F0CC4:98A95C7DA3E89F2B]: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.solr.search.TestSolr4Spatial.testBadShapeParse400(TestSolr4Spatial.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)


FAILED:  org.apache.solr.search.TestSolr4Spatial.testBadShapeParse400 {p0=pointvector}

Error Message:
expected:<400> but was:<500>

Stack Trace:
java.lang.AssertionError: expected:<400> but was:<500>
	at __randomizedtesting.SeedInfo.seed([3A75CAD66B0F0CC4:98A95C7DA3E89F2B]: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.solr.search.TestSolr4Spatial.testBadShapeParse400(TestSolr4Spatial.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 10464 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial
   [junit4]   2> 1425821 T4083 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestSolr4Spatial-1391591296574
   [junit4]   2> 1425822 T4083 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 1425822 T4083 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1425822 T4083 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1425852 T4083 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1425868 T4083 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 1425869 T4083 oass.IndexSchema.readSchema Reading Solr Schema from schema-spatial.xml
   [junit4]   2> 1425872 T4083 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 1425902 T4083 oass.AbstractSpatialFieldType.init WARN Using old worldBounds format? Should use ENVELOPE(xMin, xMax, yMax, yMin).
   [junit4]   2> 1425904 T4083 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1425905 T4083 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1425905 T4083 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 1425905 T4083 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1425914 T4083 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1425914 T4083 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 1425915 T4083 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1425941 T4083 oasc.CoreContainer.<init> New CoreContainer 1943514613
   [junit4]   2> 1425942 T4083 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/]
   [junit4]   2> 1425942 T4083 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 1425942 T4083 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1425942 T4083 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 1425943 T4083 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1425943 T4083 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1425943 T4083 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1425943 T4083 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1425943 T4083 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1425943 T4083 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1425945 T4083 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1425945 T4083 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1425945 T4083 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 1425947 T4084 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
   [junit4]   2> 1425948 T4084 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 1425949 T4084 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1425949 T4084 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1425968 T4084 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1425984 T4084 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 1425985 T4084 oass.IndexSchema.readSchema Reading Solr Schema from schema-spatial.xml
   [junit4]   2> 1425988 T4084 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1426012 T4084 oass.AbstractSpatialFieldType.init WARN Using old worldBounds format? Should use ENVELOPE(xMin, xMax, yMax, yMin).
   [junit4]   2> 1426014 T4084 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1426015 T4084 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1426015 T4084 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestSolr4Spatial-1391591296574/
   [junit4]   2> 1426015 T4084 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1426016 T4084 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestSolr4Spatial-1391591296574
   [junit4]   2> 1426016 T4084 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestSolr4Spatial-1391591296574/index/
   [junit4]   2> 1426016 T4084 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestSolr4Spatial-1391591296574/index' doesn't exist. Creating new index...
   [junit4]   2> 1426016 T4084 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestSolr4Spatial-1391591296574/index
   [junit4]   2> 1426016 T4084 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=3.0234375, floorSegmentMB=0.5517578125, forceMergeDeletesPctAllowed=14.285934560600156, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3207500425829626
   [junit4]   2> 1426017 T4084 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_1,generation=1}
   [junit4]   2> 1426017 T4084 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1426018 T4084 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1426018 T4084 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1426018 T4084 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1426020 T4084 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1426021 T4084 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1426021 T4084 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1426022 T4084 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1426022 T4084 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_1,generation=1}
   [junit4]   2> 1426022 T4084 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1426022 T4084 oass.SolrIndexSearcher.<init> Opening Searcher@4b9727f6 main
   [junit4]   2> 1426023 T4084 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1426023 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4b9727f6 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1426024 T4083 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1426027 T4083 oas.SolrTestCaseJ4.setUp ###Starting testIntersectFilter {p0=srpt_geohash}
   [junit4]   2> ASYNC  NEW_CORE C3730 name=collection1 org.apache.solr.core.SolrCore@66c01d41
   [junit4]   2> 1426028 T4083 C3730 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1426028 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1426030 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426030 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_2,generation=2}
   [junit4]   2> 1426031 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1426031 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@da38b41 main
   [junit4]   2> 1426032 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426032 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@da38b41 main{StandardDirectoryReader(segments_2:2:nrt)}
   [junit4]   2> 1426032 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1426033 T4083 C3730 oass.AbstractSpatialPrefixTreeFieldType.newSpatialStrategy srpt_geohash{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={units=degrees, prefixTree=geohash, class=solr.SpatialRecursivePrefixTreeFieldType}} strat: RecursivePrefixTreeStrategy(prefixGridScanLevel:7,SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)}))) maxLevels: 11
   [junit4]   2> 1426035 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 2
   [junit4]   2> 1426037 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1426038 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1426039 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
   [junit4]   2> 1426040 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 0
   [junit4]   2> 1426041 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 0
   [junit4]   2> 1426042 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[7]} 0 0
   [junit4]   2> 1426043 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[8]} 0 1
   [junit4]   2> 1426044 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[9]} 0 1
   [junit4]   2> 1426045 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10]} 0 1
   [junit4]   2> 1426046 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[11]} 0 1
   [junit4]   2> 1426046 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 1426047 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 1426048 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426050 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_3,generation=3}
   [junit4]   2> 1426051 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 1426052 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@783ae804 main
   [junit4]   2> 1426052 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426052 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@783ae804 main{StandardDirectoryReader(segments_3:4:nrt _0(5.0):C13)}
   [junit4]   2> 1426053 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 1426091 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(1.0+1.0),1.5738106435829113))&fl=id&rows=1000} hits=3 status=0 QTime=37 
   [junit4]   2> 1426099 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'1,1'+d%3D175.0}&fl=id&rows=1000} hits=3 status=0 QTime=5 
   [junit4]   2> 1426106 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(179.8+0.0),1.798640735523327))&fl=id&rows=1000} hits=2 status=0 QTime=5 
   [junit4]   2> 1426113 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,179.8'+d%3D200.0}&fl=id&rows=1000} hits=2 status=0 QTime=5 
   [junit4]   2> 1426118 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(50.0+89.8),1.798640735523327))&fl=id&rows=1000} hits=2 status=0 QTime=3 
   [junit4]   2> 1426123 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'89.8,+50'+d%3D200.0}&fl=id&rows=1000} hits=2 status=0 QTime=3 
   [junit4]   2> 1426127 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(50.0+-89.8),1.798640735523327))&fl=id&rows=1000} hits=2 status=0 QTime=2 
   [junit4]   2> 1426131 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'-89.8,+50'+d%3D200.0}&fl=id&rows=1000} hits=2 status=0 QTime=2 
   [junit4]   2> 1426134 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(-80.0+33.0),2.6979611032849906))&fl=id&rows=1000} hits=2 status=0 QTime=2 
   [junit4]   2> 1426137 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'33.0,-80.0'+d%3D300.0}&fl=id&rows=1000} hits=2 status=0 QTime=2 
   [junit4]   2> 1426141 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(1.0+1.0),44.96601838808318))&fl=id&rows=1000} hits=3 status=0 QTime=3 
   [junit4]   2> 1426146 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'1,1'+d%3D5000.0}&fl=id&rows=1000} hits=3 status=0 QTime=3 
   [junit4]   2> 1426153 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(ENVELOPE(-0.034898260626377464,+0.23489826062637748,+0.23489805516424955,+-0.03489805516424954))&fl=id&rows=1000} hits=2 status=0 QTime=3 
   [junit4]   2> 1426163 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D'0.1,0.1'+d%3D15.0}&fl=id&rows=1000} hits=2 status=0 QTime=4 
   [junit4]   2> 1426166 T4083 C3730 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1426166 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1426168 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[14]} 0 1
   [junit4]   2> 1426169 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[15]} 0 0
   [junit4]   2> 1426170 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[16]} 0 0
   [junit4]   2> 1426171 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[17]} 0 0
   [junit4]   2> 1426172 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426173 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_4,generation=4}
   [junit4]   2> 1426174 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 1426174 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@5cc51d84 main
   [junit4]   2> 1426175 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426175 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5cc51d84 main{StandardDirectoryReader(segments_4:7:nrt _1(5.0):C4)}
   [junit4]   2> 1426175 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> 1426180 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3Ddistance}Intersects(BUFFER(POINT(0.0+0.0),8.993203677616636))&fl=id&rows=1000} hits=1 status=0 QTime=4 
   [junit4]   2> 1426183 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D1000.0}&fl=id&rows=1000} hits=1 status=0 QTime=2 
   [junit4]   2> 1426186 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3Ddistance}Intersects(BUFFER(POINT(0.0+0.0),17.986407355233272))&fl=id&rows=1000} hits=2 status=0 QTime=2 
   [junit4]   2> 1426189 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D2000.0}&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> 1426192 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(ENVELOPE(-26.979611032849906,+26.979611032849906,+26.979611032849906,+-26.979611032849906))&fl=id&rows=1000} hits=3 status=0 QTime=1 
   [junit4]   2> 1426195 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D3000.0}&fl=id&rows=1000} hits=3 status=0 QTime=1 
   [junit4]   2> 1426200 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(0.0+0.0),26.98860423652752))&fl=id&rows=1000} hits=3 status=0 QTime=2 
   [junit4]   2> 1426204 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D3001.0}&fl=id&rows=1000} hits=3 status=0 QTime=2 
   [junit4]   2> 1426209 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(BUFFER(POINT(0.0+0.0),26.980510353217664))&fl=id&rows=1000} hits=3 status=0 QTime=2 
   [junit4]   2> 1426213 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D3000.1}&fl=id&rows=1000} hits=3 status=0 QTime=2 
   [junit4]   2> 1426217 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(-96.789603+43.51703),0.9802592008602133))&fl=id&rows=1000} hits=0 status=0 QTime=2 
   [junit4]   2> 1426219 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'43.517030,-96.789603'+d%3D109.0}&fl=id&rows=1000} hits=0 status=0 QTime=1 
   [junit4]   2> 1426221 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(-96.789603+43.51703),0.9892524045378299))&fl=id&rows=1000} hits=0 status=0 QTime=1 
   [junit4]   2> 1426223 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'43.517030,-96.789603'+d%3D110.0}&fl=id&rows=1000} hits=0 status=0 QTime=1 
   [junit4]   2> 1426226 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(ENVELOPE(-98.15383081481679,+-95.42537518518321,+44.50628240453783,+42.52777759546217))&fl=id&rows=1000} hits=1 status=0 QTime=1 
   [junit4]   2> 1426230 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D'43.517030,-96.789603'+d%3D110.0}&fl=id&rows=1000} hits=1 status=0 QTime=2 
   [junit4]   2> 1426231 T4083 oas.SolrTestCaseJ4.tearDown ###Ending testIntersectFilter {p0=srpt_geohash}
   [junit4]   2> 1426235 T4083 oas.SolrTestCaseJ4.setUp ###Starting solr4OldShapeSyntax {p0=srpt_geohash}
   [junit4]   2> 1426236 T4083 C3730 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1426236 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1426237 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426238 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_5,generation=5}
   [junit4]   2> 1426238 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 1426238 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@1352a5d8 main
   [junit4]   2> 1426238 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426238 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1352a5d8 main{StandardDirectoryReader(segments_5:8:nrt)}
   [junit4]   2> 1426239 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1426241 T4083 oass.AbstractSpatialPrefixTreeFieldType.newSpatialStrategy stqpt_u_oldworldbounds{class=org.apache.solr.schema.SpatialTermQueryPrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={units=degrees, worldBounds=0 0 1000 1000, distCalculator=cartesian^2, geo=false, class=solr.SpatialTermQueryPrefixTreeFieldType}} strat: TermQueryPrefixTreeStrategy field:foo ctx=SpatialContext{geo=false, calculator=CartesianDistCalc, worldBounds=Rect(minX=0.0,maxX=1000.0,minY=0.0,maxY=1000.0)} maxLevels: 50
   [junit4]   2> 1426256 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[rect]} 0 14
   [junit4]   2> 1426284 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[circ]} 0 27
   [junit4]   2> 1426285 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426314 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_6,generation=6}
   [junit4]   2> 1426314 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 1426317 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@439a3f0 main
   [junit4]   2> 1426317 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426317 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@439a3f0 main{StandardDirectoryReader(segments_6:10:nrt _2(5.0):C2)}
   [junit4]   2> 1426318 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 33
   [junit4]   2> 1426454 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!field+f%3Dsrpt_geohash}Intersects(-74.093+41.042+-69.347+44.558)} hits=1 status=0 QTime=135 
   [junit4]   2> 1426480 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!field+f%3Dsrpt_geohash}Intersects(Circle(4.56,1.23+d%3D0.0710))} hits=1 status=0 QTime=26 
   [junit4]   2> 1426481 T4083 oas.SolrTestCaseJ4.tearDown ###Ending solr4OldShapeSyntax {p0=srpt_geohash}
   [junit4]   2> 1426485 T4083 oas.SolrTestCaseJ4.setUp ###Starting testRangeSyntax {p0=srpt_geohash}
   [junit4]   2> 1426486 T4083 C3730 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1426486 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1426487 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426488 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_7,generation=7}
   [junit4]   2> 1426488 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 1426488 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@5d745526 main
   [junit4]   2> 1426488 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426488 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5d745526 main{StandardDirectoryReader(segments_7:11:nrt)}
   [junit4]   2> 1426489 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1426490 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 0
   [junit4]   2> 1426491 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1426492 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1426493 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
   [junit4]   2> 1426494 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 0
   [junit4]   2> 1426495 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 0
   [junit4]   2> 1426496 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[7]} 0 0
   [junit4]   2> 1426497 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[8]} 0 0
   [junit4]   2> 1426498 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[9]} 0 0
   [junit4]   2> 1426499 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 1426500 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1426501 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 1426502 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 1426503 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426504 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_8,generation=8}
   [junit4]   2> 1426504 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 1426505 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@10787a0f main
   [junit4]   2> 1426505 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426505 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10787a0f main{StandardDirectoryReader(segments_8:13:nrt _3(5.0):C13)}
   [junit4]   2> 1426506 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 1426509 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!+score%3Ddistance+df%3Dsrpt_geohash}[32,-80+TO+"33+,+-79"]&fl=id&rows=1000} hits=1 status=0 QTime=2 
   [junit4]   2> 1426511 T4083 oas.SolrTestCaseJ4.tearDown ###Ending testRangeSyntax {p0=srpt_geohash}
   [junit4]   2> 1426515 T4083 oas.SolrTestCaseJ4.setUp ###Starting checkResultFormat {p0=srpt_geohash}
   [junit4]   2> 1426516 T4083 C3730 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1426516 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1426517 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426518 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_9,generation=9}
   [junit4]   2> 1426518 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 1426518 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@5f5defbb main
   [junit4]   2> 1426518 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426518 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f5defbb main{StandardDirectoryReader(segments_9:14:nrt)}
   [junit4]   2> 1426519 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1426520 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1426521 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426522 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_a,generation=10}
   [junit4]   2> 1426523 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 1426523 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@2beb57d5 main
   [junit4]   2> 1426523 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426523 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2beb57d5 main{StandardDirectoryReader(segments_a:16:nrt _4(5.0):C1)}
   [junit4]   2> 1426524 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> 1426526 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D89.9,-130+d%3D9}&fl=id,srpt_geohash&rows=1000} hits=1 status=0 QTime=1 
   [junit4]   2> 1426527 T4083 oas.SolrTestCaseJ4.tearDown ###Ending checkResultFormat {p0=srpt_geohash}
   [junit4]   2> 1426531 T4083 oas.SolrTestCaseJ4.setUp ###Starting checkQueryEmptyIndex {p0=srpt_geohash}
   [junit4]   2> 1426532 T4083 C3730 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1426532 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1426533 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426534 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_b,generation=11}
   [junit4]   2> 1426534 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 1426534 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@5084320a main
   [junit4]   2> 1426535 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426535 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5084320a main{StandardDirectoryReader(segments_b:17:nrt)}
   [junit4]   2> 1426535 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1426536 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(0.0+0.0),0.8993203677616635))&fl=id&rows=1000} hits=0 status=0 QTime=0 
   [junit4]   2> 1426537 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D100.0}&fl=id&rows=1000} hits=0 status=0 QTime=0 
   [junit4]   2> 1426538 T4083 oas.SolrTestCaseJ4.tearDown ###Ending checkQueryEmptyIndex {p0=srpt_geohash}
   [junit4]   2> 1426543 T4083 oas.SolrTestCaseJ4.setUp ###Starting testSort {p0=srpt_geohash}
   [junit4]   2> 1426543 T4083 C3730 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1426544 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1426545 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426545 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_b,generation=11}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_c,generation=12}
   [junit4]   2> 1426545 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
   [junit4]   2> 1426546 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@69f8b8ee main
   [junit4]   2> 1426546 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426546 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@69f8b8ee main{StandardDirectoryReader(segments_c:18:nrt)}
   [junit4]   2> 1426547 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 1
   [junit4]   2> 1426548 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100]} 0 0
   [junit4]   2> 1426550 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[101]} 0 0
   [junit4]   2> 1426551 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[999]} 0 0
   [junit4]   2> 1426552 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426554 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_c,generation=12}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_d,generation=13}
   [junit4]   2> 1426554 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
   [junit4]   2> 1426554 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@3b918d58 main
   [junit4]   2> 1426555 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426555 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b918d58 main{StandardDirectoryReader(segments_d:20:nrt _5(5.0):C3)}
   [junit4]   2> 1426555 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> 1426558 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!geofilt+sfield%3Dsrpt_geohash+++pt%3D3.0,4.0+d%3D1000.7557176093187}&fl=id,score} hits=2 status=0 QTime=2 
   [junit4]   2> 1426559 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D3.0,4.0+d%3D1000.7557176093187}&sort=score+asc&fl=id,score} hits=2 status=0 QTime=1 
   [junit4]   2> 1426560 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!geofilt+sfield%3Dsrpt_geohash+score%3DrecipDistance++pt%3D3.0,4.0+d%3D1000.7557176093187}&sort=score+desc&fl=id,score} hits=2 status=0 QTime=1 
   [junit4]   2> 1426561 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!+score%3Ddistance+filter%3Dfalse+}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),1.0E-6))"&sort=score+asc&fl=id,score} hits=3 status=0 QTime=1 
   [junit4]   2> 1426562 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!+score%3Ddistance++}srpt_geohash:"Intersects(BUFFER(POINT(0.0+4.0),9.0))"&sort=score+asc&fl=id,score} hits=2 status=0 QTime=1 
   [junit4]   2> 1426566 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={sortQuery={!+score%3Ddistance++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&q=-id:999&sort=query($sortQuery)+asc&fl=id,score} hits=2 status=0 QTime=4 
   [junit4]   2> 1426568 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={sortQuery={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D4.0,0.0+d%3D1000.7557176093187}&q=-id:999&sort=query($sortQuery)+asc&fl=id,score} hits=2 status=0 QTime=1 
   [junit4]   2> 1426568 T4083 oas.SolrTestCaseJ4.tearDown ###Ending testSort {p0=srpt_geohash}
   [junit4]   2> 1426572 T4083 oas.SolrTestCaseJ4.setUp ###Starting testSortMultiVal {p0=srpt_geohash}
   [junit4]   2> 1426573 T4083 C3730 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1426573 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1426574 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426575 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_d,generation=13}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_e,generation=14}
   [junit4]   2> 1426575 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 14
   [junit4]   2> 1426575 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@1143481d main
   [junit4]   2> 1426576 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426576 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1143481d main{StandardDirectoryReader(segments_e:21:nrt)}
   [junit4]   2> 1426576 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1426578 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100]} 0 1
   [junit4]   2> 1426580 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[101]} 0 1
   [junit4]   2> 1426581 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426582 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_e,generation=14}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_f,generation=15}
   [junit4]   2> 1426582 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 15
   [junit4]   2> 1426583 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@37752c29 main
   [junit4]   2> 1426583 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426583 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@37752c29 main{StandardDirectoryReader(segments_f:23:nrt _6(5.0):C2)}
   [junit4]   2> 1426583 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1426585 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D3.0,4.0+d%3D1000.7557176093187}&sort=score+asc&fl=id,score} hits=2 status=0 QTime=1 
   [junit4]   2> 1426586 T4083 oas.SolrTestCaseJ4.tearDown ###Ending testSortMultiVal {p0=srpt_geohash}
   [junit4]   2> 1426590 T4083 oas.SolrTestCaseJ4.setUp ###Starting testBadShapeParse400 {p0=srpt_geohash}
   [junit4]   2> 1426590 T4083 C3730 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1426590 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1426592 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426592 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_f,generation=15}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_g,generation=16}
   [junit4]   2> 1426592 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 16
   [junit4]   2> 1426593 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@5d5d2c52 main
   [junit4]   2> 1426593 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426593 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5d5d2c52 main{StandardDirectoryReader(segments_g:24:nrt)}
   [junit4]   2> 1426593 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1426595 T4083 C3730 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 1426595 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(NonexistentShape(89.9,-130+d%3D9))&fl=id,srpt_geohash&rows=1000} status=400 QTime=1 
   [junit4]   2> 1426596 T4083 C3730 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 1426596 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(NonexistentShape(89.9,-130+d%3D9&fl=id,srpt_geohash&rows=1000} status=400 QTime=0 
   [junit4]   2> 1426597 T4083 C3730 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 1426597 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersectssss&fl=id,srpt_geohash&rows=1000} status=400 QTime=0 
   [junit4]   2> 1426598 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {} 0 1
   [junit4]   2> 1426599 T4083 C3730 oasc.SolrException.log Ignoring exception matching NonexistentShape
   [junit4]   2> 1426599 T4083 oas.SolrTestCaseJ4.tearDown ###Ending testBadShapeParse400 {p0=srpt_geohash}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolr4Spatial -Dtests.method=testBadShapeParse400 -Dtests.seed=3A75CAD66B0F0CC4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=in -Dtests.timezone=Europe/Monaco -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.02s J1 | TestSolr4Spatial.testBadShapeParse400 {p0=srpt_geohash} <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<400> but was:<500>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3A75CAD66B0F0CC4:98A95C7DA3E89F2B]:0)
   [junit4]    > 	at org.apache.solr.search.TestSolr4Spatial.testBadShapeParse400(TestSolr4Spatial.java:91)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 1426609 T4083 oas.SolrTestCaseJ4.setUp ###Starting testIntersectFilter {p0=srpt_quad}
   [junit4]   2> 1426610 T4083 C3730 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1426610 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1426611 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426611 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_g,generation=16}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_h,generation=17}
   [junit4]   2> 1426612 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 17
   [junit4]   2> 1426612 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@48bd2f4e main
   [junit4]   2> 1426612 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426612 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@48bd2f4e main{StandardDirectoryReader(segments_h:25:nrt)}
   [junit4]   2> 1426613 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1426614 T4083 C3730 oass.AbstractSpatialPrefixTreeFieldType.newSpatialStrategy srpt_quad{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={units=degrees, prefixTree=quad, class=solr.SpatialRecursivePrefixTreeFieldType}} strat: RecursivePrefixTreeStrategy(prefixGridScanLevel:22,SPG:(QuadPrefixTree(maxLevels:26,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)}))) maxLevels: 26
   [junit4]   2> 1426615 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 1
   [junit4]   2> 1426617 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 1
   [junit4]   2> 1426619 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 1
   [junit4]   2> 1426620 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
   [junit4]   2> 1426622 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 1
   [junit4]   2> 1426624 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 1
   [junit4]   2> 1426626 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[7]} 0 1
   [junit4]   2> 1426627 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[8]} 0 1
   [junit4]   2> 1426629 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[9]} 0 1
   [junit4]   2> 1426631 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 1426633 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1426635 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[12]} 0 1
   [junit4]   2> 1426636 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 1426637 T4083 C3730 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1426640 T4083 C3730 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_h,generation=17}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7eb0c476 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37ea2f2c),segFN=segments_i,generation=18}
   [junit4]   2> 1426640 T4083 C3730 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 18
   [junit4]   2> 1426641 T4083 C3730 oass.SolrIndexSearcher.<init> Opening Searcher@6eea4b9c main
   [junit4]   2> 1426641 T4083 C3730 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1426641 T4085 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6eea4b9c main{StandardDirectoryReader(segments_i:27:nrt _7(5.0):C13)}
   [junit4]   2> 1426641 T4083 C3730 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 1426651 T4083 C3730 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_quad+score%3DrecipDistance}Intersects(BUFFER(POINT(1.0+1.0),1.5738106435829113))&fl=id&rows=1000} hits=3 status=0 QTime=9 
   [junit4]   2> ASYNC  NEW_CORE C3731 name=collection1 org.apache.solr.core.SolrCore@66c01d41
   [junit4]   2> 1426661 T4083 C3731 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_quad+pt%3D'1,1'+d%3D175.0}&fl=id&rows=1000} hits=3 status=0 QTime=2 
   [junit4]   2> 1426665 T4083 C3731 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_quad+score%3DrecipDistance}Intersects(BUFFER(POINT(179.8+0.0),1.798640735523327))&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> 1426668 T4083 C3731 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_quad+pt%3D'0,179.8'+d%3D200.0}&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> 1426671 T4083 C3731 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_quad+score%3DrecipDistance}Intersects(BUFFER(POINT(50.0+89.8),1.798640735523327))&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> 1426673 T4083 C3731 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_quad+pt%3D'89.8,+50'+d%3D200.0}&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> 1426676 T4083 C3731 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_quad}Intersects(BUFFER(POINT(50.0+-89.8),1.798640735523327))&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> 1426678 T4083 C3731 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_quad+pt%3D'-89.8,+50'+d%3D200.0}&fl=id&rows=1000} hits=2 status=0 QTime=0 
   [junit4]   2> 1426681 T4083 C3731 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_quad}Intersects(BUFFER(POINT(-80.0+33.0),2.6979611032849906))&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> 1426683 T4083 C3731 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_quad+pt%3D'33.0,-80.0'+d%3D300.0}&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> 1426684 T4083 C3731 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_quad}Intersects(BUFFER(POINT(1.0+1.0),44.96601838808318))&fl=id&rows=1000} hits=3 status=0 QTime=1 
   [junit4]   2> 1426687 T4083 C3731 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_quad+pt%3D'1,1'+d%3D5000.0}&fl=id&rows=1000} hits=3 status=0 QTime=1 
   [junit4]   2> 1426690 T4083 C3731 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_quad+score%3Dnone}Intersects(ENVELOPE(-0.034898260626377464,+0.23489826062637748,+0.23489805516424955,+-0.03489805516424954))&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> 1426692 T4083 C3731 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!bbox+sfield%3Dsrpt_quad+pt%3D'0.1,0.1'+d%3D15.0}&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> 1426694 T4083 C3731 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1426695 T4083 C3731 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1426696 T4083 C3731 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[14]} 0 1
   [junit4]   2> 1426697 T4083 C3731 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[15]} 0 0
   [junit4]   2> 1426699 T4083 C3731 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[16]} 0 1
   [junit4]   2> 1426700 T4083 C3731 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[17]} 0 1
   [junit4]   2> 1426700 T4083 C3731 oasu.DirectUpdateHandler2.commit start commit{,optimize

[...truncated too long message...]

ava:101)
   [junit4]    > 	at org.apache.solr.handler.loader.JsonLoader.load(JsonLoader.java:65)
   [junit4]    > 	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
   [junit4]    > 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1915)
   [junit4]    > 	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:989)
   [junit4]    > 	at org.apache.solr.handler.JsonLoaderTest.testAddBigIntegerValueToTrieField(JsonLoaderTest.java:402)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: org.apache.solr.common.SolrException: ERROR: [doc=1] Error adding field 'big_integer_tl'='12345678901234567890' msg=For input string: "12345678901234567890"
   [junit4]    > 	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:165)
   [junit4]    > 	at org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:78)
   [junit4]    > 	at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:231)
   [junit4]    > 	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:159)
   [junit4]    > 	... 57 more
   [junit4]    > Caused by: java.lang.NumberFormatException: For input string: "12345678901234567890"
   [junit4]    > 	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
   [junit4]    > 	at java.lang.Long.parseLong(Long.java:444)
   [junit4]    > 	at java.lang.Long.parseLong(Long.java:483)
   [junit4]    > 	at org.apache.solr.schema.TrieField.createField(TrieField.java:609)
   [junit4]    > 	at org.apache.solr.schema.TrieField.createFields(TrieField.java:660)
   [junit4]    > 	at org.apache.solr.update.DocumentBuilder.addField(DocumentBuilder.java:45)
   [junit4]    > 	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:116)
   [junit4]    > 	... 60 more
   [junit4]   2> 1485480 T4329 oas.SolrTestCaseJ4.setUp ###Starting testBigDecimalValuesInAdd
   [junit4]   2> 1485480 T4329 oas.SolrTestCaseJ4.tearDown ###Ending testBigDecimalValuesInAdd
   [junit4]   2> 1485484 T4329 oas.SolrTestCaseJ4.setUp ###Starting testDecimalValuesInAdd
   [junit4]   2> 1485484 T4329 oas.SolrTestCaseJ4.tearDown ###Ending testDecimalValuesInAdd
   [junit4]   2> 1485487 T4329 oas.SolrTestCaseJ4.setUp ###Starting testBooleanValuesInAdd
   [junit4]   2> 1485487 T4329 oas.SolrTestCaseJ4.tearDown ###Ending testBooleanValuesInAdd
   [junit4]   2> 1485488 T4329 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1485488 T4329 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=146607808
   [junit4]   2> 1485488 T4329 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6e1a7e37
   [junit4]   2> 1485495 T4329 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=1,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=1,transaction_logs_total_size=668,transaction_logs_total_number=4}
   [junit4]   2> 1485495 T4329 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1485496 T4329 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1485496 T4329 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1485496 T4329 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1485496 T4329 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1485497 T4329 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-JsonLoaderTest-1391591355109/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-JsonLoaderTest-1391591355109/index;done=false>>]
   [junit4]   2> 1485497 T4329 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-JsonLoaderTest-1391591355109/index
   [junit4]   2> 1485497 T4329 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-JsonLoaderTest-1391591355109 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-JsonLoaderTest-1391591355109;done=false>>]
   [junit4]   2> 1485497 T4329 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-JsonLoaderTest-1391591355109
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=es_MX, timezone=Pacific/Pohnpei
   [junit4]   2> NOTE: Linux 3.8.0-35-generic amd64/Oracle Corporation 1.7.0_60-ea (64-bit)/cpus=8,threads=1,free=212961640,total=437780480
   [junit4]   2> NOTE: All tests run in this JVM: [CursorMarkTest, MultiTermTest, SolrPluginUtilsTest, TestBinaryResponseWriter, TestIndexingPerformance, ZkSolrClientTest, TestDefaultSimilarityFactory, SolrRequestParserTest, DistribCursorPagingTest, FileUtilsTest, TestJmxIntegration, TestRangeQuery, TestComponentsName, TestCoreDiscovery, CachingDirectoryFactoryTest, DistanceFunctionTest, SpellCheckComponentTest, ExpressionTest, TestStressLucene, TestQueryTypes, TestCursorMarkWithoutUniqueKey, TestXIncludeConfig, TestFastWriter, UniqFieldsUpdateProcessorFactoryTest, TestSweetSpotSimilarityFactory, ConvertedLegacyTest, OpenCloseCoreStressTest, PreAnalyzedFieldTest, DocValuesMultiTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, SpellCheckCollatorTest, TestCSVLoader, DocumentAnalysisRequestHandlerTest, DebugComponentTest, SimplePostToolTest, FunctionTest, AbstractAnalyticsFacetTest, DeleteReplicaTest, EnumFieldTest, TestHashPartitioner, CoreContainerCoreInitFailuresTest, ChaosMonkeyNothingIsSafeTest, TestCollationField, StatsComponentTest, TestNumberUtils, OpenExchangeRatesOrgProviderTest, TestFieldResource, TestDFRSimilarityFactory, HdfsUnloadDistributedZkTest, RAMDirectoryFactoryTest, RequestHandlersTest, TestFieldTypeResource, TestPhraseSuggestions, NumericFieldsTest, MinimalSchemaTest, TestZkChroot, TestSolrXml, TestRecoveryHdfs, TestIBSimilarityFactory, TestFuzzyAnalyzedSuggestions, SpellingQueryConverterTest, NoFacetTest, HighlighterConfigTest, TimeZoneUtilsTest, TestImplicitCoreProperties, SortByFunctionTest, TestRandomFaceting, NoCacheHeaderTest, CollectionsAPIDistributedZkTest, ModifyConfFileTest, TestSolrJ, SuggestComponentTest, RangeFacetTest, LeaderElectionIntegrationTest, TestReload, XmlUpdateRequestHandlerTest, HdfsDirectoryTest, TestWordDelimiterFilterFactory, FullSolrCloudDistribCmdsTest, BlockDirectoryTest, TestSchemaSimilarityResource, DefaultValueUpdateProcessorTest, TestSolrDeletionPolicy2, TestIndexSearcher, CurrencyFieldXmlFileTest, TestModifyConfFiles, IndexBasedSpellCheckerTest, ShardRoutingTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomDVFaceting, ShardRoutingCustomTest, SliceStateUpdateTest, TestDistributedSearch, TestDistributedGrouping, TermVectorComponentDistributedTest, TestJoin, HardAutoCommitTest, TestCoreContainer, TestSolr4Spatial, BadIndexSchemaTest, TestFiltering, ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, SignatureUpdateProcessorFactoryTest, TestFoldingMultitermQuery, SuggesterTSTTest, SuggesterWFSTTest, SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, TestRemoteStreaming, SolrInfoMBeanTest, LukeRequestHandlerTest, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, PrimitiveFieldTypeTest, FileBasedSpellCheckerTest, TestValueSourceCache, TermVectorComponentTest, RequiredFieldsTest, TestSolrQueryParser, FastVectorHighlighterTest, ReturnFieldsTest, TestCSVResponseWriter, TestAnalyzedSuggestions, JsonLoaderTest]
   [junit4] Completed on J1 in 1.17s, 14 tests, 1 error <<< FAILURES!

[...truncated 316 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:453: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:433: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:491: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1268: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:901: There were test failures: 368 suites, 1593 tests, 1 error, 5 failures, 35 ignored (7 assumptions)

Total time: 50 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0_60-ea-b04 -XX:-UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_60-ea-b04) - Build # 9366 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/9366/
Java: 32bit/jdk1.7.0_60-ea-b04 -client -XX:+UseConcMarkSweepGC

7 tests failed.
REGRESSION:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.testDistribSearch

Error Message:
document count mismatch.  control=1934 sum(shards)=1935 cloudClient=1935

Stack Trace:
java.lang.AssertionError: document count mismatch.  control=1934 sum(shards)=1935 cloudClient=1935
	at __randomizedtesting.SeedInfo.seed([E103FFEAF0EF6F1E:60E571F287B00F22]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1215)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.doTest(ChaosMonkeyNothingIsSafeTest.java:213)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)


FAILED:  org.apache.solr.BasicFunctionalityTest.testClientErrorOnMalformedNumbers

Error Message:
not an (update) client error on field: malformed_ti : org.apache.solr.common.SolrException: Exception writing document id 100 to the index; possible analysis error.

Stack Trace:
java.lang.AssertionError: not an (update) client error on field: malformed_ti : org.apache.solr.common.SolrException: Exception writing document id 100 to the index; possible analysis error.
	at __randomizedtesting.SeedInfo.seed([E103FFEAF0EF6F1E:8C247F381B56DDB9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.BasicFunctionalityTest.testClientErrorOnMalformedNumbers(BasicFunctionalityTest.java:366)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)


FAILED:  org.apache.solr.handler.JsonLoaderTest.testAddBigIntegerValueToTrieField

Error Message:
Exception writing document id 1 to the index; possible analysis error.

Stack Trace:
org.apache.solr.common.SolrException: Exception writing document id 1 to the index; possible analysis error.
	at __randomizedtesting.SeedInfo.seed([E103FFEAF0EF6F1E:22404B21B57B05E]:0)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:162)
	at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:683)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:837)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:536)
	at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleAdds(JsonLoader.java:392)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.processUpdate(JsonLoader.java:117)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.load(JsonLoader.java:101)
	at org.apache.solr.handler.loader.JsonLoader.load(JsonLoader.java:65)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:92)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:74)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:135)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:1915)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
	at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:989)
	at org.apache.solr.handler.JsonLoaderTest.testAddBigIntegerValueToTrieField(JsonLoaderTest.java:402)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.solr.common.SolrException: ERROR: [doc=1] Error adding field 'big_integer_tl'='12345678901234567890' msg=For input string: "12345678901234567890"
	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:165)
	at org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:78)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:231)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:159)
	... 57 more
Caused by: java.lang.NumberFormatException: For input string: "12345678901234567890"
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.lang.Long.parseLong(Long.java:444)
	at java.lang.Long.parseLong(Long.java:483)
	at org.apache.solr.schema.TrieField.createField(TrieField.java:609)
	at org.apache.solr.schema.TrieField.createFields(TrieField.java:660)
	at org.apache.solr.update.DocumentBuilder.addField(DocumentBuilder.java:45)
	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:116)
	... 60 more


FAILED:  org.apache.solr.search.TestSolr4Spatial.testBadShapeParse400 {p0=srpt_geohash}

Error Message:
expected:<400> but was:<500>

Stack Trace:
java.lang.AssertionError: expected:<400> but was:<500>
	at __randomizedtesting.SeedInfo.seed([E103FFEAF0EF6F1E:43DF69413808FCF1]: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.solr.search.TestSolr4Spatial.testBadShapeParse400(TestSolr4Spatial.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)


FAILED:  org.apache.solr.search.TestSolr4Spatial.testBadShapeParse400 {p0=srpt_quad}

Error Message:
expected:<400> but was:<500>

Stack Trace:
java.lang.AssertionError: expected:<400> but was:<500>
	at __randomizedtesting.SeedInfo.seed([E103FFEAF0EF6F1E:43DF69413808FCF1]: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.solr.search.TestSolr4Spatial.testBadShapeParse400(TestSolr4Spatial.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)


FAILED:  org.apache.solr.search.TestSolr4Spatial.testBadShapeParse400 {p0=stqpt_geohash}

Error Message:
expected:<400> but was:<500>

Stack Trace:
java.lang.AssertionError: expected:<400> but was:<500>
	at __randomizedtesting.SeedInfo.seed([E103FFEAF0EF6F1E:43DF69413808FCF1]: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.solr.search.TestSolr4Spatial.testBadShapeParse400(TestSolr4Spatial.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)


FAILED:  org.apache.solr.search.TestSolr4Spatial.testBadShapeParse400 {p0=pointvector}

Error Message:
expected:<400> but was:<500>

Stack Trace:
java.lang.AssertionError: expected:<400> but was:<500>
	at __randomizedtesting.SeedInfo.seed([E103FFEAF0EF6F1E:43DF69413808FCF1]: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.solr.search.TestSolr4Spatial.testBadShapeParse400(TestSolr4Spatial.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 9844 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial
   [junit4]   2> 68577 T228 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestSolr4Spatial-1391596665440
   [junit4]   2> 68578 T228 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 68578 T228 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 68579 T228 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 68625 T228 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 68672 T228 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 68673 T228 oass.IndexSchema.readSchema Reading Solr Schema from schema-spatial.xml
   [junit4]   2> 68680 T228 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 68862 T228 oass.AbstractSpatialFieldType.init WARN Using old worldBounds format? Should use ENVELOPE(xMin, xMax, yMax, yMin).
   [junit4]   2> 68868 T228 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 68869 T228 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 68870 T228 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 68870 T228 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 68884 T228 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 68885 T228 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 68885 T228 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 68945 T228 oasc.CoreContainer.<init> New CoreContainer 24988462
   [junit4]   2> 68945 T228 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/]
   [junit4]   2> 68946 T228 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 68946 T228 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 68946 T228 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 68947 T228 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 68947 T228 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 68947 T228 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 68947 T228 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 68947 T228 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 68948 T228 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 68950 T228 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 68950 T228 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 68950 T228 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 68958 T229 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
   [junit4]   2> 68958 T229 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 68959 T229 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 68959 T229 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 69020 T229 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 69067 T229 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 69067 T229 oass.IndexSchema.readSchema Reading Solr Schema from schema-spatial.xml
   [junit4]   2> 69073 T229 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 69120 T229 oass.AbstractSpatialFieldType.init WARN Using old worldBounds format? Should use ENVELOPE(xMin, xMax, yMax, yMin).
   [junit4]   2> 69129 T229 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 69130 T229 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 69130 T229 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestSolr4Spatial-1391596665440/
   [junit4]   2> 69131 T229 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 69132 T229 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestSolr4Spatial-1391596665440
   [junit4]   2> 69132 T229 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestSolr4Spatial-1391596665440/index/
   [junit4]   2> 69132 T229 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestSolr4Spatial-1391596665440/index' doesn't exist. Creating new index...
   [junit4]   2> 69132 T229 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestSolr4Spatial-1391596665440/index
   [junit4]   2> 69133 T229 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=19, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7039120067730331]
   [junit4]   2> 69134 T229 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_1,generation=1}
   [junit4]   2> 69134 T229 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 69135 T229 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 69136 T229 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 69136 T229 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 69139 T229 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 69142 T229 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 69142 T229 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 69143 T229 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=11.2646484375, floorSegmentMB=0.912109375, forceMergeDeletesPctAllowed=0.5232631166343327, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.144712948151241
   [junit4]   2> 69143 T229 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_1,generation=1}
   [junit4]   2> 69144 T229 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 69144 T229 oass.SolrIndexSearcher.<init> Opening Searcher@4a638f main
   [junit4]   2> 69144 T229 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 69144 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4a638f main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 69147 T228 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 69153 T228 oas.SolrTestCaseJ4.setUp ###Starting solr4OldShapeSyntax {p0=srpt_geohash}
   [junit4]   2> ASYNC  NEW_CORE C8 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69158 T228 C8 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 69160 T228 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 7
   [junit4]   2> 69163 T228 C8 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69165 T228 C8 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_2,generation=2}
   [junit4]   2> 69165 T228 C8 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 69166 T228 C8 oass.SolrIndexSearcher.<init> Opening Searcher@8c3f5b main
   [junit4]   2> 69166 T228 C8 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69166 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@8c3f5b main{StandardDirectoryReader(segments_2:2:nrt)}
   [junit4]   2> 69167 T228 C8 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 69190 T228 oass.AbstractSpatialPrefixTreeFieldType.newSpatialStrategy stqpt_u_oldworldbounds{class=org.apache.solr.schema.SpatialTermQueryPrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={units=degrees, worldBounds=0 0 1000 1000, class=solr.SpatialTermQueryPrefixTreeFieldType, geo=false, distCalculator=cartesian^2}} strat: TermQueryPrefixTreeStrategy field:foo ctx=SpatialContext{geo=false, calculator=CartesianDistCalc, worldBounds=Rect(minX=0.0,maxX=1000.0,minY=0.0,maxY=1000.0)} maxLevels: 50
   [junit4]   2> 69201 T228 C8 oass.AbstractSpatialPrefixTreeFieldType.newSpatialStrategy srpt_geohash{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={units=degrees, prefixTree=geohash, class=solr.SpatialRecursivePrefixTreeFieldType}} strat: RecursivePrefixTreeStrategy(prefixGridScanLevel:7,SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)}))) maxLevels: 11
   [junit4]   2> ASYNC  NEW_CORE C9 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69235 T228 C9 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[rect]} 0 43
   [junit4]   2> 69258 T228 C9 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[circ]} 0 21
   [junit4]   2> 69260 T228 C9 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C10 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69322 T228 C10 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_3,generation=3}
   [junit4]   2> 69322 T228 C10 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 69329 T228 C10 oass.SolrIndexSearcher.<init> Opening Searcher@aa1540 main
   [junit4]   2> 69330 T228 C10 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69330 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@aa1540 main{StandardDirectoryReader(segments_3:4:nrt _0(5.0):c2)}
   [junit4]   2> 69331 T228 C10 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 71
   [junit4]   2> ASYNC  NEW_CORE C11 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69378 T228 C11 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!field+f%3Dsrpt_geohash}Intersects(-74.093+41.042+-69.347+44.558)} hits=1 status=0 QTime=46 
   [junit4]   2> ASYNC  NEW_CORE C12 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69412 T228 C12 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!field+f%3Dsrpt_geohash}Intersects(Circle(4.56,1.23+d%3D0.0710))} hits=1 status=0 QTime=31 
   [junit4]   2> 69413 T228 oas.SolrTestCaseJ4.tearDown ###Ending solr4OldShapeSyntax {p0=srpt_geohash}
   [junit4]   2> 69420 T228 oas.SolrTestCaseJ4.setUp ###Starting testIntersectFilter {p0=srpt_geohash}
   [junit4]   2> 69421 T228 C12 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 69421 T228 C12 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 69423 T228 C12 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69424 T228 C12 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_4,generation=4}
   [junit4]   2> 69424 T228 C12 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 69425 T228 C12 oass.SolrIndexSearcher.<init> Opening Searcher@48837e main
   [junit4]   2> 69426 T228 C12 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69426 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@48837e main{StandardDirectoryReader(segments_4:5:nrt)}
   [junit4]   2> 69428 T228 C12 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 69430 T228 C12 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 1
   [junit4]   2> 69432 T228 C12 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 1
   [junit4]   2> 69433 T228 C12 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 69434 T228 C12 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
   [junit4]   2> 69436 T228 C12 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C13 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69442 T228 C13 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 1
   [junit4]   2> 69443 T228 C13 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[7]} 0 0
   [junit4]   2> 69445 T228 C13 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[8]} 0 1
   [junit4]   2> 69446 T228 C13 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[9]} 0 0
   [junit4]   2> 69447 T228 C13 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 69449 T228 C13 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[11]} 0 1
   [junit4]   2> 69450 T228 C13 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 69451 T228 C13 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 69452 T228 C13 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69455 T228 C13 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_5,generation=5}
   [junit4]   2> 69456 T228 C13 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 69457 T228 C13 oass.SolrIndexSearcher.<init> Opening Searcher@e238c7 main
   [junit4]   2> ASYNC  NEW_CORE C14 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69457 T228 C14 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69461 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e238c7 main{StandardDirectoryReader(segments_5:7:nrt _1(5.0):c13)}
   [junit4]   2> 69462 T228 C14 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 10
   [junit4]   2> 69479 T228 C14 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(1.0+1.0),1.5738106435829113))&fl=id&rows=1000} hits=3 status=0 QTime=11 
   [junit4]   2> 69485 T228 C14 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'1,1'+d%3D175.0}&fl=id&rows=1000} hits=3 status=0 QTime=2 
   [junit4]   2> ASYNC  NEW_CORE C15 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69495 T228 C15 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(179.8+0.0),1.798640735523327))&fl=id&rows=1000} hits=2 status=0 QTime=3 
   [junit4]   2> 69501 T228 C15 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,179.8'+d%3D200.0}&fl=id&rows=1000} hits=2 status=0 QTime=3 
   [junit4]   2> 69505 T228 C15 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(BUFFER(POINT(50.0+89.8),1.798640735523327))&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C16 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69517 T228 C16 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'89.8,+50'+d%3D200.0}&fl=id&rows=1000} hits=2 status=0 QTime=2 
   [junit4]   2> 69538 T228 C16 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3Ddistance}Intersects(BUFFER(POINT(50.0+-89.8),1.798640735523327))&fl=id&rows=1000} hits=2 status=0 QTime=17 
   [junit4]   2> ASYNC  NEW_CORE C17 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69552 T228 C17 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'-89.8,+50'+d%3D200.0}&fl=id&rows=1000} hits=2 status=0 QTime=2 
   [junit4]   2> 69558 T228 C17 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(-80.0+33.0),2.6979611032849906))&fl=id&rows=1000} hits=2 status=0 QTime=4 
   [junit4]   2> 69560 T228 C17 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'33.0,-80.0'+d%3D300.0}&fl=id&rows=1000} hits=2 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C18 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69567 T228 C18 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(1.0+1.0),44.96601838808318))&fl=id&rows=1000} hits=3 status=0 QTime=5 
   [junit4]   2> 69572 T228 C18 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'1,1'+d%3D5000.0}&fl=id&rows=1000} hits=3 status=0 QTime=2 
   [junit4]   2> 69576 T228 C18 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(ENVELOPE(-0.034898260626377464,+0.23489826062637748,+0.23489805516424955,+-0.03489805516424954))&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C19 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69587 T228 C19 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D'0.1,0.1'+d%3D15.0}&fl=id&rows=1000} hits=2 status=0 QTime=2 
   [junit4]   2> 69589 T228 C19 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 69590 T228 C19 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 69591 T228 C19 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[14]} 0 0
   [junit4]   2> 69593 T228 C19 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[15]} 0 1
   [junit4]   2> 69594 T228 C19 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[16]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C20 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69599 T228 C20 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[17]} 0 0
   [junit4]   2> 69600 T228 C20 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69602 T228 C20 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_6,generation=6}
   [junit4]   2> 69603 T228 C20 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 69604 T228 C20 oass.SolrIndexSearcher.<init> Opening Searcher@74ff08 main
   [junit4]   2> 69604 T228 C20 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69604 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@74ff08 main{StandardDirectoryReader(segments_6:10:nrt _2(5.0):c4)}
   [junit4]   2> 69606 T228 C20 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 69608 T228 C20 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(0.0+0.0),8.993203677616636))&fl=id&rows=1000} hits=1 status=0 QTime=1 
   [junit4]   2> 69611 T228 C20 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D1000.0}&fl=id&rows=1000} hits=1 status=0 QTime=1 
   [junit4]   2> 69613 T228 C20 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(0.0+0.0),17.986407355233272))&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C21 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69621 T228 C21 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D2000.0}&fl=id&rows=1000} hits=2 status=0 QTime=1 
   [junit4]   2> 69624 T228 C21 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3Ddistance}Intersects(ENVELOPE(-26.979611032849906,+26.979611032849906,+26.979611032849906,+-26.979611032849906))&fl=id&rows=1000} hits=3 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C22 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69632 T228 C22 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D3000.0}&fl=id&rows=1000} hits=3 status=0 QTime=1 
   [junit4]   2> 69636 T228 C22 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3Ddistance}Intersects(BUFFER(POINT(0.0+0.0),26.98860423652752))&fl=id&rows=1000} hits=3 status=0 QTime=1 
   [junit4]   2> 69641 T228 C22 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D3001.0}&fl=id&rows=1000} hits=3 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C23 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69648 T228 C23 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(0.0+0.0),26.980510353217664))&fl=id&rows=1000} hits=3 status=0 QTime=1 
   [junit4]   2> 69653 T228 C23 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D3000.1}&fl=id&rows=1000} hits=3 status=0 QTime=2 
   [junit4]   2> ASYNC  NEW_CORE C24 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69666 T228 C24 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(BUFFER(POINT(-96.789603+43.51703),0.9802592008602133))&fl=id&rows=1000} hits=0 status=0 QTime=1 
   [junit4]   2> 69668 T228 C24 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'43.517030,-96.789603'+d%3D109.0}&fl=id&rows=1000} hits=0 status=0 QTime=1 
   [junit4]   2> 69669 T228 C24 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(BUFFER(POINT(-96.789603+43.51703),0.9892524045378299))&fl=id&rows=1000} hits=0 status=0 QTime=0 
   [junit4]   2> 69671 T228 C24 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'43.517030,-96.789603'+d%3D110.0}&fl=id&rows=1000} hits=0 status=0 QTime=1 
   [junit4]   2> 69673 T228 C24 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(ENVELOPE(-98.15383081481679,+-95.42537518518321,+44.50628240453783,+42.52777759546217))&fl=id&rows=1000} hits=1 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C25 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69679 T228 C25 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D'43.517030,-96.789603'+d%3D110.0}&fl=id&rows=1000} hits=1 status=0 QTime=4 
   [junit4]   2> 69681 T228 oas.SolrTestCaseJ4.tearDown ###Ending testIntersectFilter {p0=srpt_geohash}
   [junit4]   2> 69686 T228 oas.SolrTestCaseJ4.setUp ###Starting testBadShapeParse400 {p0=srpt_geohash}
   [junit4]   2> 69686 T228 C25 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 69687 T228 C25 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 69688 T228 C25 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69688 T228 C25 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_7,generation=7}
   [junit4]   2> 69689 T228 C25 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 69689 T228 C25 oass.SolrIndexSearcher.<init> Opening Searcher@1d17c52 main
   [junit4]   2> 69689 T228 C25 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69689 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d17c52 main{StandardDirectoryReader(segments_7:11:nrt)}
   [junit4]   2> 69690 T228 C25 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 69692 T228 C25 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 69693 T228 C25 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(NonexistentShape(89.9,-130+d%3D9))&fl=id,srpt_geohash&rows=1000} status=400 QTime=1 
   [junit4]   2> 69693 T228 C25 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 69694 T228 C25 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersects(NonexistentShape(89.9,-130+d%3D9&fl=id,srpt_geohash&rows=1000} status=400 QTime=1 
   [junit4]   2> 69695 T228 C25 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 69695 T228 C25 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash}Intersectssss&fl=id,srpt_geohash&rows=1000} status=400 QTime=1 
   [junit4]   2> 69696 T228 C25 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {} 0 1
   [junit4]   2> 69697 T228 C25 oasc.SolrException.log Ignoring exception matching NonexistentShape
   [junit4]   2> 69697 T228 oas.SolrTestCaseJ4.tearDown ###Ending testBadShapeParse400 {p0=srpt_geohash}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolr4Spatial -Dtests.method=testBadShapeParse400 -Dtests.seed=E103FFEAF0EF6F1E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sq_AL -Dtests.timezone=America/Cambridge_Bay -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.04s J1 | TestSolr4Spatial.testBadShapeParse400 {p0=srpt_geohash} <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<400> but was:<500>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E103FFEAF0EF6F1E:43DF69413808FCF1]:0)
   [junit4]    > 	at org.apache.solr.search.TestSolr4Spatial.testBadShapeParse400(TestSolr4Spatial.java:91)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 69730 T228 oas.SolrTestCaseJ4.setUp ###Starting testSort {p0=srpt_geohash}
   [junit4]   2> ASYNC  NEW_CORE C26 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69731 T228 C26 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 69731 T228 C26 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 69732 T228 C26 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69733 T228 C26 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_8,generation=8}
   [junit4]   2> 69733 T228 C26 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 69733 T228 C26 oass.SolrIndexSearcher.<init> Opening Searcher@16b8d31 main
   [junit4]   2> 69734 T228 C26 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69734 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16b8d31 main{StandardDirectoryReader(segments_8:12:nrt)}
   [junit4]   2> 69735 T228 C26 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> 69737 T228 C26 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100]} 0 1
   [junit4]   2> 69738 T228 C26 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[101]} 0 1
   [junit4]   2> 69739 T228 C26 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[999]} 0 0
   [junit4]   2> 69740 T228 C26 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69742 T228 C26 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_9,generation=9}
   [junit4]   2> 69742 T228 C26 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 69744 T228 C26 oass.SolrIndexSearcher.<init> Opening Searcher@a54cc5 main
   [junit4]   2> 69744 T228 C26 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69744 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a54cc5 main{StandardDirectoryReader(segments_9:14:nrt _3(5.0):c3)}
   [junit4]   2> 69745 T228 C26 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> ASYNC  NEW_CORE C27 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69752 T228 C27 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!geofilt+sfield%3Dsrpt_geohash+++pt%3D3.0,4.0+d%3D1000.7557176093187}&fl=id,score} hits=2 status=0 QTime=1 
   [junit4]   2> 69782 T228 C27 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!+score%3Ddistance++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&sort=score+asc&fl=id,score} hits=2 status=0 QTime=27 
   [junit4]   2> 69783 T228 C27 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!+score%3DrecipDistance++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&sort=score+desc&fl=id,score} hits=2 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C28 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69789 T228 C28 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance+filter%3Dfalse+pt%3D3.0,4.0+d%3D1.1119507973436875E-4}&sort=score+asc&fl=id,score} hits=3 status=0 QTime=0 
   [junit4]   2> 69791 T228 C28 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D4.0,0.0+d%3D1000.7557176093187}&sort=score+asc&fl=id,score} hits=2 status=0 QTime=1 
   [junit4]   2> 69811 T228 C28 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=-id:999&sort=query($sortQuery)+asc&sortQuery={!+score%3Ddistance++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&fl=id,score} hits=2 status=0 QTime=20 
   [junit4]   2> 69814 T228 C28 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=-id:999&sort=query($sortQuery)+asc&sortQuery={!+score%3Ddistance++}srpt_geohash:"Intersects(BUFFER(POINT(0.0+4.0),9.0))"&fl=id,score} hits=2 status=0 QTime=2 
   [junit4]   2> 69815 T228 oas.SolrTestCaseJ4.tearDown ###Ending testSort {p0=srpt_geohash}
   [junit4]   2> 69820 T228 oas.SolrTestCaseJ4.setUp ###Starting testRangeSyntax {p0=srpt_geohash}
   [junit4]   2> 69821 T228 C28 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 69821 T228 C28 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 69822 T228 C28 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69823 T228 C28 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_a,generation=10}
   [junit4]   2> 69823 T228 C28 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 69824 T228 C28 oass.SolrIndexSearcher.<init> Opening Searcher@1bd2431 main
   [junit4]   2> 69824 T228 C28 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69824 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1bd2431 main{StandardDirectoryReader(segments_a:15:nrt)}
   [junit4]   2> 69825 T228 C28 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> ASYNC  NEW_CORE C29 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69837 T228 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 1
   [junit4]   2> 69839 T228 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 1
   [junit4]   2> 69840 T228 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 1
   [junit4]   2> 69841 T228 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
   [junit4]   2> 69842 T228 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5]} 0 0
   [junit4]   2> 69844 T228 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6]} 0 1
   [junit4]   2> 69845 T228 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[7]} 0 0
   [junit4]   2> 69846 T228 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[8]} 0 0
   [junit4]   2> 69848 T228 C29 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[9]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C30 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69853 T228 C30 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 69855 T228 C30 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[11]} 0 1
   [junit4]   2> 69856 T228 C30 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 69857 T228 C30 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 69858 T228 C30 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69860 T228 C30 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_b,generation=11}
   [junit4]   2> 69861 T228 C30 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 69862 T228 C30 oass.SolrIndexSearcher.<init> Opening Searcher@1bf6eeb main
   [junit4]   2> 69862 T228 C30 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69862 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1bf6eeb main{StandardDirectoryReader(segments_b:17:nrt _4(5.0):c13)}
   [junit4]   2> 69863 T228 C30 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 69866 T228 C30 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!+score%3Dnone+df%3Dsrpt_geohash}[32,-80+TO+"33+,+-79"]&fl=id&rows=1000} hits=1 status=0 QTime=2 
   [junit4]   2> 69868 T228 oas.SolrTestCaseJ4.tearDown ###Ending testRangeSyntax {p0=srpt_geohash}
   [junit4]   2> 69875 T228 oas.SolrTestCaseJ4.setUp ###Starting testSortMultiVal {p0=srpt_geohash}
   [junit4]   2> ASYNC  NEW_CORE C31 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69880 T228 C31 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 69881 T228 C31 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 69882 T228 C31 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69882 T228 C31 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_b,generation=11}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_c,generation=12}
   [junit4]   2> 69883 T228 C31 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
   [junit4]   2> 69883 T228 C31 oass.SolrIndexSearcher.<init> Opening Searcher@c2c03e main
   [junit4]   2> 69883 T228 C31 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69883 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c2c03e main{StandardDirectoryReader(segments_c:18:nrt)}
   [junit4]   2> 69885 T228 C31 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> 69887 T228 C31 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100]} 0 1
   [junit4]   2> 69888 T228 C31 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[101]} 0 0
   [junit4]   2> 69889 T228 C31 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69891 T228 C31 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_c,generation=12}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_d,generation=13}
   [junit4]   2> 69892 T228 C31 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
   [junit4]   2> 69893 T228 C31 oass.SolrIndexSearcher.<init> Opening Searcher@444fe1 main
   [junit4]   2> 69893 T228 C31 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69893 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@444fe1 main{StandardDirectoryReader(segments_d:20:nrt _5(5.0):c2)}
   [junit4]   2> 69894 T228 C31 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 69897 T228 C31 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D3.0,4.0+d%3D1000.7557176093187}&sort=score+asc&fl=id,score} hits=2 status=0 QTime=1 
   [junit4]   2> 69898 T228 oas.SolrTestCaseJ4.tearDown ###Ending testSortMultiVal {p0=srpt_geohash}
   [junit4]   2> 69902 T228 oas.SolrTestCaseJ4.setUp ###Starting checkResultFormat {p0=srpt_geohash}
   [junit4]   2> 69903 T228 C31 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 69903 T228 C31 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 69904 T228 C31 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69905 T228 C31 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_d,generation=13}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_e,generation=14}
   [junit4]   2> 69905 T228 C31 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 14
   [junit4]   2> 69906 T228 C31 oass.SolrIndexSearcher.<init> Opening Searcher@187265a main
   [junit4]   2> 69906 T228 C31 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69906 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@187265a main{StandardDirectoryReader(segments_e:21:nrt)}
   [junit4]   2> 69908 T228 C31 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> ASYNC  NEW_CORE C32 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69915 T228 C32 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[11]} 0 2
   [junit4]   2> 69917 T228 C32 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69920 T228 C32 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_e,generation=14}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_f,generation=15}
   [junit4]   2> 69921 T228 C32 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 15
   [junit4]   2> 69923 T228 C32 oass.SolrIndexSearcher.<init> Opening Searcher@1d674e2 main
   [junit4]   2> 69924 T228 C32 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69924 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d674e2 main{StandardDirectoryReader(segments_f:23:nrt _6(5.0):c1)}
   [junit4]   2> 69926 T228 C32 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 69929 T228 C32 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D89.9,-130+d%3D9}&fl=id,srpt_geohash&rows=1000} hits=1 status=0 QTime=1 
   [junit4]   2> 69931 T228 oas.SolrTestCaseJ4.tearDown ###Ending checkResultFormat {p0=srpt_geohash}
   [junit4]   2> 69935 T228 oas.SolrTestCaseJ4.setUp ###Starting checkQueryEmptyIndex {p0=srpt_geohash}
   [junit4]   2> 69935 T228 C32 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 69936 T228 C32 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 69937 T228 C32 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69937 T228 C32 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_f,generation=15}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_g,generation=16}
   [junit4]   2> 69938 T228 C32 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 16
   [junit4]   2> 69938 T228 C32 oass.SolrIndexSearcher.<init> Opening Searcher@55b354 main
   [junit4]   2> 69938 T228 C32 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69938 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@55b354 main{StandardDirectoryReader(segments_g:24:nrt)}
   [junit4]   2> 69939 T228 C32 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 69941 T228 C32 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(0.0+0.0),0.8993203677616635))&fl=id&rows=1000} hits=0 status=0 QTime=1 
   [junit4]   2> ASYNC  NEW_CORE C33 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69946 T228 C33 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D100.0}&fl=id&rows=1000} hits=0 status=0 QTime=0 
   [junit4]   2> 69947 T228 oas.SolrTestCaseJ4.tearDown ###Ending checkQueryEmptyIndex {p0=srpt_geohash}
   [junit4]   2> 69950 T228 oas.SolrTestCaseJ4.setUp ###Starting solr4OldShapeSyntax {p0=srpt_quad}
   [junit4]   2> 69951 T228 C33 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 69951 T228 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 69952 T228 C33 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 69953 T228 C33 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_g,generation=16}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_h,generation=17}
   [junit4]   2> 69953 T228 C33 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 17
   [junit4]   2> 69953 T228 C33 oass.SolrIndexSearcher.<init> Opening Searcher@437d16 main
   [junit4]   2> 69954 T228 C33 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 69954 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@437d16 main{StandardDirectoryReader(segments_h:25:nrt)}
   [junit4]   2> 69954 T228 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 69956 T228 C33 oass.AbstractSpatialPrefixTreeFieldType.newSpatialStrategy srpt_quad{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={units=degrees, prefixTree=quad, class=solr.SpatialRecursivePrefixTreeFieldType}} strat: RecursivePrefixTreeStrategy(prefixGridScanLevel:22,SPG:(QuadPrefixTree(maxLevels:26,ctx:SpatialContext{geo=true, calculator=Haversine, worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)}))) maxLevels: 26
   [junit4]   2> 69960 T228 C33 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[rect]} 0 5
   [junit4]   2> ASYNC  NEW_CORE C34 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 69970 T228 C34 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[circ]} 0 9
   [junit4]   2> 69971 T228 C34 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> ASYNC  NEW_CORE C35 name=collection1 org.apache.solr.core.SolrCore@1237731
   [junit4]   2> 70008 T228 C35 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_h,generation=17}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@c3dbbc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1cea0f5),segFN=segments_i,generation=18}
   [junit4]   2> 70008 T228 C35 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 18
   [junit4]   2> 70011 T228 C35 oass.SolrIndexSearcher.<init> Opening Searcher@7927b7 main
   [junit4]   2> 70011 T228 C35 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 70012 T230 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7927b7 main{StandardDirectoryReader(segments_i:27:nrt _7(5.0):c2)}
   [junit4]   2> 70012 T228 C35 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 41
   [j

[...truncated too long message...]

node_name":"127.0.0.1:44604_nuub%2Fq",
   [junit4]   1>            "base_url":"http://127.0.0.1:44604/nuub/q"}
   [junit4]   1>     /solr/collections/collection1/leader_elect (2)
   [junit4]   1>      /solr/collections/collection1/leader_elect/shard2 (1)
   [junit4]   1>       /solr/collections/collection1/leader_elect/shard2/election (4)
   [junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/91199732269973554-core_node3-n_0000000011 (0)
   [junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/91199732269973522-core_node7-n_0000000003 (0)
   [junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/91199732269973532-core_node5-n_0000000005 (0)
   [junit4]   1>        /solr/collections/collection1/leader_elect/shard2/election/91199732269973550-core_node1-n_0000000009 (0)
   [junit4]   1>      /solr/collections/collection1/leader_elect/shard1 (1)
   [junit4]   1>       /solr/collections/collection1/leader_elect/shard1/election (2)
   [junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/91199732269973556-core_node4-n_0000000011 (0)
   [junit4]   1>        /solr/collections/collection1/leader_elect/shard1/election/91199732269973520-core_node6-n_0000000002 (0)
   [junit4]   1>   /solr/live_nodes (7)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:50333_nuub%2Fq (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:41210_nuub%2Fq (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:49315_nuub%2Fq (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:44604_nuub%2Fq (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:35571_nuub%2Fq (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:44315_nuub%2Fq (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:34878_nuub%2Fq (0)
   [junit4]   1>   /solr/overseer (3)
   [junit4]   1>   DATA:
   [junit4]   1>       
   [junit4]   1>    /solr/overseer/queue-work (0)
   [junit4]   1>    /solr/overseer/collection-queue-work (0)
   [junit4]   1>    /solr/overseer/queue (0)
   [junit4]   1>   /solr/overseer_elect (2)
   [junit4]   1>    /solr/overseer_elect/leader (0)
   [junit4]   1>    DATA:
   [junit4]   1>        {"id":"91199732269973507-127.0.0.1:35571_nuub%2Fq-n_0000000000"}
   [junit4]   1>    /solr/overseer_elect/election (7)
   [junit4]   1>     /solr/overseer_elect/election/91199732269973507-127.0.0.1:35571_nuub%2Fq-n_0000000000 (0)
   [junit4]   1>     /solr/overseer_elect/election/91199732269973554-127.0.0.1:44315_nuub%2Fq-n_0000000023 (0)
   [junit4]   1>     /solr/overseer_elect/election/91199732269973532-127.0.0.1:49315_nuub%2Fq-n_0000000012 (0)
   [junit4]   1>     /solr/overseer_elect/election/91199732269973520-127.0.0.1:44604_nuub%2Fq-n_0000000006 (0)
   [junit4]   1>     /solr/overseer_elect/election/91199732269973556-127.0.0.1:50333_nuub%2Fq-n_0000000024 (0)
   [junit4]   1>     /solr/overseer_elect/election/91199732269973522-127.0.0.1:41210_nuub%2Fq-n_0000000007 (0)
   [junit4]   1>     /solr/overseer_elect/election/91199732269973550-127.0.0.1:34878_nuub%2Fq-n_0000000021 (0)
   [junit4]   1>   /solr/aliases.json (0)
   [junit4]   1>  /zookeeper (1)
   [junit4]   1>  DATA:
   [junit4]   1>      
   [junit4]   1> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.method=testDistribSearch -Dtests.seed=E103FFEAF0EF6F1E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_QA -Dtests.timezone=CET -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  275s J1 | ChaosMonkeyNothingIsSafeTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: document count mismatch.  control=1934 sum(shards)=1935 cloudClient=1935
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E103FFEAF0EF6F1E:60E571F287B00F22]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1215)
   [junit4]    > 	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.doTest(ChaosMonkeyNothingIsSafeTest.java:213)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 1155059 T2046 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 274668 T2045 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 7 leaked thread(s).
   [junit4]   2> 1155769 T2678 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1155861 T2738 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1155959 T2778 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1156041 T2380 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1156122 T2184 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1156123 T2184 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1156123 T2184 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1156123 T2184 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1156123 T2184 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1156123 T2184 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1156124 T2184 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1156124 T2184 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1156206 T2204 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=322), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=322)), sim=DefaultSimilarity, locale=ar_QA, timezone=CET
   [junit4]   2> NOTE: Linux 3.8.0-35-generic i386/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=8,threads=1,free=152458392,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastLRUCache, ModifyConfFileTest, TestOmitPositions, ShardRoutingCustomTest, LeaderElectionIntegrationTest, TestSolr4Spatial, HighlighterConfigTest, DeleteReplicaTest, SuggesterWFSTTest, DisMaxRequestHandlerTest, XmlUpdateRequestHandlerTest, TestDistributedGrouping, NoFacetTest, TestRTGBase, TestShardHandlerFactory, StatsComponentTest, CurrencyFieldXmlFileTest, ZkNodePropsTest, TestAtomicUpdateErrorCases, BadIndexSchemaTest, DebugComponentTest, TestZkChroot, TestCodecSupport, FunctionTest, TestStandardQParsers, TestBinaryResponseWriter, TestReloadAndDeleteDocs, IndexBasedSpellCheckerTest, DistribCursorPagingTest, TestDistributedSearch, HdfsLockFactoryTest, PathHierarchyTokenizerFactoryTest, BasicDistributedZk2Test, SpellCheckCollatorTest, TestMultiCoreConfBootstrap, CurrencyFieldOpenExchangeTest, TestSolrCoreProperties, HdfsBasicDistributedZk2Test, SuggestComponentTest, PreAnalyzedFieldTest, FileUtilsTest, DirectUpdateHandlerTest, TestFieldTypeResource, PrimUtilsTest, SpellCheckComponentTest, StressHdfsTest, TestXIncludeConfig, TestRandomFaceting, TestUniqueKeyFieldResource, TestQuerySenderListener, TestSweetSpotSimilarityFactory, TestQuerySenderNoQuery, TestDistribDocBasedVersion, RequestHandlersTest, TestStressRecovery, DocValuesMultiTest, TestCollationField, TestCursorMarkWithoutUniqueKey, SolrCoreCheckLockOnStartupTest, TestRangeQuery, CoreContainerCoreInitFailuresTest, HdfsChaosMonkeySafeLeaderTest, TestSolrQueryParserDefaultOperatorResource, TestCollapseQParserPlugin, TestComponentsName, TestManagedSchemaFieldResource, TestModifyConfFiles, ShardSplitTest, TestFieldTypeCollectionResource, TestFieldResource, TestSolrDeletionPolicy2, ChaosMonkeyNothingIsSafeTest]
   [junit4] Completed on J1 in 275.95s, 1 test, 1 failure <<< FAILURES!

[...truncated 598 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:453: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:433: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:491: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1268: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:901: There were test failures: 368 suites, 1593 tests, 1 error, 6 failures, 35 ignored (7 assumptions)

Total time: 56 minutes 26 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_60-ea-b04 -client -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure