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 06:41:19 UTC

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.7.0_60-ea-b04) - Build # 3671 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/3671/
Java: 32bit/jdk1.7.0_60-ea-b04 -client -XX:+UseG1GC

8 tests failed.
REGRESSION:  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([95D34698D08EF43D:F8F4C64A3B37469A]: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:367)
	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)


REGRESSION:  org.apache.solr.TestDistributedSearch.testDistribSearch

Error Message:
Expected the partialResults header to be null

Stack Trace:
java.lang.AssertionError: Expected the partialResults header to be null
	at __randomizedtesting.SeedInfo.seed([95D34698D08EF43D:1435C880A7D19401]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.TestDistributedSearch.validateControlData(TestDistributedSearch.java:525)
	at org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:445)
	at org.apache.solr.TestDistributedSearch.doTest(TestDistributedSearch.java:379)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:873)
	at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
	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)


REGRESSION:  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([95D34698D08EF43D:76F4BDC03B362B7D]: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:1913)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
	at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:973)
	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:167)
	at org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:77)
	at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:232)
	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:47)
	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:118)
	... 60 more


REGRESSION:  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([95D34698D08EF43D:370FD033186967D2]: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)


REGRESSION:  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([95D34698D08EF43D:370FD033186967D2]: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)


REGRESSION:  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([95D34698D08EF43D:370FD033186967D2]: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)


REGRESSION:  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([95D34698D08EF43D:370FD033186967D2]: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.cloud.OverseerRolesTest.testDistribSearch

Error Message:
Captured an uncaught exception in thread: Thread[id=5197, name=Overseer-91198431580323850-127.0.0.1:58533_z_iup%2Fgy-n_0000000010, state=RUNNABLE, group=Overseer collection creation process.]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5197, name=Overseer-91198431580323850-127.0.0.1:58533_z_iup%2Fgy-n_0000000010, state=RUNNABLE, group=Overseer collection creation process.]
Caused by: org.apache.solr.common.cloud.ZooKeeperException: 
	at __randomizedtesting.SeedInfo.seed([95D34698D08EF43D]:0)
	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:209)
	at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qn-0000000004
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1151)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:273)
	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:270)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:270)
	at org.apache.solr.cloud.DistributedQueue.remove(DistributedQueue.java:192)
	at org.apache.solr.cloud.OverseerCollectionProcessor.run(OverseerCollectionProcessor.java:200)
	... 1 more




Build Log:
[...truncated 19431 lines...]
   [junit4] Suite: org.apache.solr.BasicFunctionalityTest
   [junit4]   2> 828854 T2896 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391576877731
   [junit4]   2> 828855 T2896 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 828857 T2896 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 828860 T2896 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 828969 T2896 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 829034 T2896 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 829034 T2896 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 829048 T2896 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 829517 T2896 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 829518 T2896 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 829518 T2896 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 829527 T2896 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 829531 T2896 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 829541 T2896 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 829545 T2896 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 829548 T2896 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 829549 T2896 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 829549 T2896 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 829550 T2896 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 829550 T2896 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 829551 T2896 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 829552 T2896 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 829552 T2896 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
   [junit4]   2> 829552 T2896 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 829579 T2896 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 829580 T2896 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
   [junit4]   2> 829580 T2896 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 829655 T2896 oasc.CoreContainer.<init> New CoreContainer 15870744
   [junit4]   2> 829655 T2896 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\]
   [junit4]   2> 829656 T2896 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 829657 T2896 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 829657 T2896 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 829657 T2896 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 829657 T2896 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 829658 T2896 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 829658 T2896 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 829658 T2896 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 829658 T2896 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 829662 T2896 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 829663 T2896 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 829663 T2896 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 829668 T2897 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1
   [junit4]   2> 829669 T2897 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 829669 T2897 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 829669 T2897 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 829728 T2897 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 829794 T2897 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 829794 T2897 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 829808 T2897 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 830292 T2897 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 830292 T2897 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 830293 T2897 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 830301 T2897 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 830305 T2897 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 830312 T2897 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 830316 T2897 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 830321 T2897 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 830322 T2897 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 830322 T2897 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 830323 T2897 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 830323 T2897 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 830323 T2897 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 830324 T2897 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 830324 T2897 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391576877731\
   [junit4]   2> 830324 T2897 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@12f65c1
   [junit4]   2> 830325 T2897 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391576877731\
   [junit4]   2> 830325 T2897 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391576877731\index/
   [junit4]   2> 830326 T2897 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391576877731\index' doesn't exist. Creating new index...
   [junit4]   2> 830326 T2897 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391576877731\index
   [junit4]   2> 830326 T2897 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 830327 T2897 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_1,generation=1}
   [junit4]   2> 830327 T2897 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 830328 T2897 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 830330 T2897 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 830330 T2897 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 830331 T2897 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 830331 T2897 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 830331 T2897 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 830331 T2897 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 830332 T2897 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 830332 T2897 oasup.UniqFieldsUpdateProcessorFactory.init WARN Use of the 'fields' init param in UniqFieldsUpdateProcessorFactory is deprecated, please use 'fieldName' (or another FieldMutatingUpdateProcessorFactory selector option) instead
   [junit4]   2> 830332 T2897 oasup.UniqFieldsUpdateProcessorFactory.init Replacing 'fields' init param with (individual) 'fieldName' params
   [junit4]   2> 830332 T2897 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 830333 T2897 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 830333 T2897 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 830334 T2897 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 830334 T2897 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 830334 T2897 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 830334 T2897 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 830335 T2897 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 830335 T2897 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 830336 T2897 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 830337 T2897 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 830337 T2897 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 830338 T2897 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 830338 T2897 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 830338 T2897 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 830339 T2897 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 830339 T2897 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 830340 T2897 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 830340 T2897 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 830341 T2897 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 830341 T2897 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 830342 T2897 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 830342 T2897 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 830342 T2897 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 830343 T2897 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 830343 T2897 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 830344 T2897 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 830352 T2897 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830354 T2897 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 830358 T2897 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 830358 T2897 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 830359 T2897 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=41.2197265625, floorSegmentMB=1.673828125, forceMergeDeletesPctAllowed=10.06123414097476, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8581390532714449
   [junit4]   2> 830359 T2897 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_1,generation=1}
   [junit4]   2> 830359 T2897 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 830359 T2897 oass.SolrIndexSearcher.<init> Opening Searcher@6dc9e6 main
   [junit4]   2> 830359 T2897 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 830370 T2897 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 830419 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6dc9e6 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 830426 T2897 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 830437 T2896 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 830442 T2896 oas.SolrTestCaseJ4.setUp ###Starting testFieldBoost
   [junit4]   2> ASYNC  NEW_CORE C675 name=collection1 org.apache.solr.core.SolrCore@61d7ef
   [junit4]   2> 830448 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1 (1459174117807751168), 2 (1459174117814042624)]} 0 6
   [junit4]   2> 830449 T2896 C675 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830450 T2896 C675 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_2,generation=2}
   [junit4]   2> 830451 T2896 C675 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 830451 T2896 C675 oass.SolrIndexSearcher.<init> Opening Searcher@b694e1 main
   [junit4]   2> 830452 T2896 C675 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830455 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b694e1 main{StandardDirectoryReader(segments_2:3:nrt _0(4.7):c2)}
   [junit4]   2> 830456 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> 830470 T2896 C675 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=text:hello&qt=standard&rows=20&version=2.2} hits=2 status=0 QTime=0 
   [junit4]   2> 830472 T2896 C675 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=text:hello&debugQuery=true} hits=2 status=0 QTime=0 
   [junit4]   2> 830473 T2896 oas.SolrTestCaseJ4.tearDown ###Ending testFieldBoost
   [junit4]   2> 830479 T2896 oas.SolrTestCaseJ4.setUp ###Starting testClientErrorOnMalformedNumbers
   [junit4]   2> 830482 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {} 0 2
   [junit4]   2> 830483 T2896 C675 oasc.SolrException.log Ignoring exception matching NOT_A_NUMBER
   [junit4]   2> 830484 T2896 oas.SolrTestCaseJ4.tearDown ###Ending testClientErrorOnMalformedNumbers
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicFunctionalityTest -Dtests.method=testClientErrorOnMalformedNumbers -Dtests.seed=95D34698D08EF43D -Dtests.slow=true -Dtests.locale=ar_SD -Dtests.timezone=Canada/Pacific -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.04s | BasicFunctionalityTest.testClientErrorOnMalformedNumbers <<<
   [junit4]    > Throwable #1: 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.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([95D34698D08EF43D:F8F4C64A3B37469A]:0)
   [junit4]    > 	at org.apache.solr.BasicFunctionalityTest.testClientErrorOnMalformedNumbers(BasicFunctionalityTest.java:367)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 830522 T2896 oas.SolrTestCaseJ4.setUp ###Starting testIgnoredFields
   [junit4]   2> 830525 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[42 (1459174117892685824)]} 0 2
   [junit4]   2> 830527 T2896 C675 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830529 T2896 C675 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_3,generation=3}
   [junit4]   2> 830529 T2896 C675 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 830530 T2896 C675 oass.SolrIndexSearcher.<init> Opening Searcher@12fd776 main
   [junit4]   2> 830531 T2896 C675 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830537 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12fd776 main{StandardDirectoryReader(segments_3:5:nrt _0(4.7):c2 _1(4.7):c1)}
   [junit4]   2> 830540 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 14
   [junit4]   2> 830543 T2896 C675 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=bar_ignored:yo+id:42&qt=standard&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 830547 T2896 oas.SolrTestCaseJ4.tearDown ###Ending testIgnoredFields
   [junit4]   2> 830554 T2896 oas.SolrTestCaseJ4.setUp ###Starting testAbuseOfSort
   [junit4]   2> 830557 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[9999991 (1459174117925191680)]} 0 3
   [junit4]   2> 830560 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[9999992 (1459174117931483136)]} 0 0
   [junit4]   2> 830563 T2896 C675 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830565 T2896 C675 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_4,generation=4}
   [junit4]   2> 830566 T2896 C675 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 830567 T2896 C675 oass.SolrIndexSearcher.<init> Opening Searcher@9885c0 main
   [junit4]   2> 830568 T2896 C675 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830568 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9885c0 main{StandardDirectoryReader(segments_4:7:nrt _0(4.7):c2 _1(4.7):c1 _2(4.7):c2)}
   [junit4]   2> 830571 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 8
   [junit4]   2> 830573 T2896 C675 oasc.SolrException.log Ignoring exception matching can not sort on multivalued field: sortabuse_t
   [junit4]   2> 830573 T2896 C675 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=sortabuse_b:true&sort=sortabuse_t+asc} status=400 QTime=0 
   [junit4]   2> 830573 T2896 oasc.SolrException.log Ignoring exception matching can not sort on multivalued field: sortabuse_t
   [junit4]   2> 830574 T2896 oas.SolrTestCaseJ4.tearDown ###Ending testAbuseOfSort
   [junit4]   2> 830579 T2896 oas.SolrTestCaseJ4.setUp ###Starting testLazyField
   [junit4]   2> 830593 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[7777 (1459174117959794688)]} 0 10
   [junit4]   2> 830594 T2896 C675 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830596 T2896 C675 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_5,generation=5}
   [junit4]   2> 830597 T2896 C675 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 830598 T2896 C675 oass.SolrIndexSearcher.<init> Opening Searcher@756ed1 main
   [junit4]   2> 830598 T2896 C675 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830600 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@756ed1 main{StandardDirectoryReader(segments_5:9:nrt _0(4.7):c2 _1(4.7):c1 _2(4.7):c2 _3(4.7):c1)}
   [junit4]   2> 830602 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 8
   [junit4]   2> 830604 T2896 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:7777&fl=id,title} hits=1 status=0 QTime=0 
   [junit4]   2> 830605 T2896 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:7777&fl=id,test_hlt} hits=1 status=0 QTime=0 
   [junit4]   2> 830606 T2896 oas.SolrTestCaseJ4.tearDown ###Ending testLazyField
   [junit4]   2> 830611 T2896 oas.SolrTestCaseJ4.setUp ###Starting testHTMLStrip
   [junit4]   2> 830613 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[200 (1459174117984960512)]} 0 2
   [junit4]   2> 830615 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[201 (1459174117989154816)]} 0 0
   [junit4]   2> 830616 T2896 C675 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830618 T2896 C675 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_6,generation=6}
   [junit4]   2> 830618 T2896 C675 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 830619 T2896 C675 oass.SolrIndexSearcher.<init> Opening Searcher@a12dc7 main
   [junit4]   2> 830620 T2896 C675 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830620 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a12dc7 main{StandardDirectoryReader(segments_6:11:nrt _0(4.7):c2 _1(4.7):c1 _2(4.7):c2 _3(4.7):c1 _4(4.7):c2)}
   [junit4]   2> 830622 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 830624 T2896 C675 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=HTMLwhitetok:A%26#66;C} hits=2 status=0 QTime=0 
   [junit4]   2> 830626 T2896 C675 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=HTMLwhitetok:%26#65;BC} hits=2 status=0 QTime=0 
   [junit4]   2> 830627 T2896 oas.SolrTestCaseJ4.tearDown ###Ending testHTMLStrip
   [junit4]   2> 830632 T2896 oas.SolrTestCaseJ4.setUp ###Starting testXMLWriter
   [junit4]   2> 830635 T2896 oas.SolrTestCaseJ4.tearDown ###Ending testXMLWriter
   [junit4]   2> 830640 T2896 oas.SolrTestCaseJ4.setUp ###Starting testNonTrivialDeleteByQuery
   [junit4]   2> 830642 T2896 C675 oass.SolrIndexSearcher.<init> Opening Searcher@131429c realtime
   [junit4]   2> 830642 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1459174118015369216)} 0 2
   [junit4]   2> 830645 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[101 (1459174118019563520)]} 0 1
   [junit4]   2> 830647 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[102 (1459174118022709248)]} 0 0
   [junit4]   2> 830649 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[103 (1459174118023757824)]} 0 1
   [junit4]   2> 830650 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[104 (1459174118025854976)]} 0 0
   [junit4]   2> 830653 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[105 (1459174118029000704)]} 0 0
   [junit4]   2> 830655 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[106 (1459174118030049280)]} 0 1
   [junit4]   2> 830656 T2896 C675 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830658 T2896 C675 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_7,generation=7}
   [junit4]   2> 830658 T2896 C675 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 830660 T2896 C675 oass.SolrIndexSearcher.<init> Opening Searcher@1fad518 main
   [junit4]   2> 830660 T2896 C675 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830662 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1fad518 main{StandardDirectoryReader(segments_7:15:nrt _5(4.7):c6)}
   [junit4]   2> 830663 T2896 C675 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 7
   [junit4]   2> ASYNC  NEW_CORE C676 name=collection1 org.apache.solr.core.SolrCore@61d7ef
   [junit4]   2> 830696 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=id:[100+TO+110]&qt=standard&rows=20&version=2.2} hits=6 status=0 QTime=1 
   [junit4]   2> 830698 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=*:*&qt=standard&rows=20&version=2.2} hits=6 status=0 QTime=0 
   [junit4]   2> 830699 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=text:red&qt=standard&rows=20&version=2.2} hits=2 status=0 QTime=0 
   [junit4]   2> 830701 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=-text:red&qt=standard&rows=20&version=2.2} hits=4 status=0 QTime=0 
   [junit4]   2> 830703 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=text:grape&qt=standard&rows=20&version=2.2} hits=2 status=0 QTime=0 
   [junit4]   2> 830705 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=-text:grape&qt=standard&rows=20&version=2.2} hits=4 status=0 QTime=0 
   [junit4]   2> 830706 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=-text:red+-text:grape&qt=standard&rows=20&version=2.2} hits=2 status=0 QTime=0 
   [junit4]   2> 830707 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q={!lucene+q.op%3DAND+df%3Dtext}grape+green&qt=standard&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 830709 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=-_val_:"{!lucene+q.op%3DAND+df%3Dtext}grape+green"&qt=standard&rows=20&version=2.2} hits=5 status=0 QTime=0 
   [junit4]   2> 830718 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=-*:* (-1459174118095060992)} 0 3
   [junit4]   2> 830719 T2896 C676 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830719 T2896 C676 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 830719 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@1d48f2 main
   [junit4]   2> 830720 T2896 C676 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830722 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d48f2 main{StandardDirectoryReader(segments_7:15:nrt _5(4.7):c6)}
   [junit4]   2> 830725 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 830726 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=*:*&qt=standard&rows=20&version=2.2} hits=6 status=0 QTime=0 
   [junit4]   2> 830730 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@14d84a6 realtime
   [junit4]   2> 830730 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=-text:grape -text:red (-1459174118107643904)} 0 2
   [junit4]   2> 830731 T2896 C676 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830731 T2896 C676 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_7,generation=7}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_8,generation=8}
   [junit4]   2> 830732 T2896 C676 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 8
   [junit4]   2> 830732 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@181cf95 main
   [junit4]   2> 830733 T2896 C676 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830734 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@181cf95 main{StandardDirectoryReader(segments_7:16:nrt _5(4.7):c6/2:delGen=1)}
   [junit4]   2> 830736 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 830737 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=*:*&qt=standard&rows=20&version=2.2} hits=4 status=0 QTime=0 
   [junit4]   2> 830744 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@19a62a4 realtime
   [junit4]   2> 830745 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery={!term f=id}106 (-1459174118122323968)} 0 3
   [junit4]   2> 830746 T2896 C676 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830747 T2896 C676 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_8,generation=8}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_9,generation=9}
   [junit4]   2> 830747 T2896 C676 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 9
   [junit4]   2> 830747 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@b642e8 main
   [junit4]   2> 830748 T2896 C676 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830749 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b642e8 main{StandardDirectoryReader(segments_8:17:nrt _5(4.7):c6/3:delGen=2)}
   [junit4]   2> 830751 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 830752 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=*:*&qt=standard&rows=20&version=2.2} hits=3 status=0 QTime=0 
   [junit4]   2> 830757 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@163cd69 realtime
   [junit4]   2> 830758 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=-_val_:"{!lucene q.op=AND df=text}grape green" (-1459174118135955456)} 0 3
   [junit4]   2> 830759 T2896 C676 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830760 T2896 C676 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_9,generation=9}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_a,generation=10}
   [junit4]   2> 830760 T2896 C676 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 10
   [junit4]   2> 830761 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@1173514 main
   [junit4]   2> 830762 T2896 C676 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830762 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1173514 main{StandardDirectoryReader(segments_9:18:nrt _5(4.7):c6/5:delGen=3)}
   [junit4]   2> 830764 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 830765 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=*:*&qt=standard&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 830770 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@a03ee4 realtime
   [junit4]   2> 830770 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=-text:doesnotexist (-1459174118148538368)} 0 3
   [junit4]   2> 830772 T2896 C676 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830772 T2896 C676 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_a,generation=10}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_b,generation=11}
   [junit4]   2> 830773 T2896 C676 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 11
   [junit4]   2> 830773 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@17ee1b1 main
   [junit4]   2> 830774 T2896 C676 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830774 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17ee1b1 main{StandardDirectoryReader(segments_a:20:nrt)}
   [junit4]   2> 830776 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 830781 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=*:*&qt=standard&rows=20&version=2.2} hits=0 status=0 QTime=0 
   [junit4]   2> 830782 T2896 oas.SolrTestCaseJ4.tearDown ###Ending testNonTrivialDeleteByQuery
   [junit4]   2> 830787 T2896 oas.SolrTestCaseJ4.setUp ###Starting testConfigDefaults
   [junit4]   2> 830790 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[42 (1459174118170558464)]} 0 3
   [junit4]   2> 830791 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[43 (1459174118173704192)]} 0 0
   [junit4]   2> 830793 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[44 (1459174118175801344)]} 0 0
   [junit4]   2> 830795 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[45 (1459174118176849920)]} 0 1
   [junit4]   2> 830796 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[46 (1459174118178947072)]} 0 0
   [junit4]   2> 830797 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[47 (1459174118179995648)]} 0 0
   [junit4]   2> 830798 T2896 C676 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830800 T2896 C676 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_b,generation=11}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_c,generation=12}
   [junit4]   2> 830801 T2896 C676 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 12
   [junit4]   2> 830802 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@62528b main
   [junit4]   2> 830804 T2896 C676 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830805 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@62528b main{StandardDirectoryReader(segments_c:22:nrt _6(4.7):c6)}
   [junit4]   2> 830806 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 8
   [junit4]   2> 830812 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=id:[42+TO+47]&qt=standard&rows=20&version=2.2} hits=6 status=0 QTime=1 
   [junit4]   2> 830904 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:[42+TO+47]&qt=defaults} hits=6 status=0 QTime=90 
   [junit4]   2> 830907 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=name:Zapp+OR+title:General&qt=defaults} hits=2 status=0 QTime=1 
   [junit4]   2> 830908 T2896 oas.SolrTestCaseJ4.tearDown ###Ending testConfigDefaults
   [junit4]   2> 830913 T2896 oas.SolrTestCaseJ4.setUp ###Starting testLocalSolrQueryRequestParams
   [junit4]   2> 830914 T2896 oas.SolrTestCaseJ4.tearDown ###Ending testLocalSolrQueryRequestParams
   [junit4]   2> 830919 T2896 oas.SolrTestCaseJ4.setUp ###Starting testDefaultFieldValues
   [junit4]   2> 830921 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@14ae5a4 realtime
   [junit4]   2> 830922 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1459174118307921920)} 0 3
   [junit4]   2> 830924 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4055 (1459174118312116224)]} 0 1
   [junit4]   2> 830925 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4056 (1459174118314213376)]} 0 0
   [junit4]   2> 830927 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4057 (1459174118316310528)]} 0 0
   [junit4]   2> 830928 T2896 C676 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830930 T2896 C676 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_c,generation=12}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_d,generation=13}
   [junit4]   2> 830930 T2896 C676 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 13
   [junit4]   2> 830931 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@14102dd main
   [junit4]   2> 830933 T2896 C676 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830934 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@14102dd main{StandardDirectoryReader(segments_d:26:nrt _7(4.7):c3)}
   [junit4]   2> 830937 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 830942 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=timestamp:[NOW-10MINUTES+TO+NOW]&qt=standard&rows=20&version=2.2} hits=3 status=0 QTime=1 
   [junit4]   2> 830944 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=multiDefault:muLti-Default&qt=standard&rows=20&version=2.2} hits=2 status=0 QTime=0 
   [junit4]   2> 830947 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=multiDefault:a&qt=standard&rows=20&version=2.2} hits=1 status=0 QTime=1 
   [junit4]   2> 830948 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=intDefault:42&qt=standard&rows=20&version=2.2} hits=2 status=0 QTime=0 
   [junit4]   2> 830950 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={start=0&q=intDefault:[3+TO+5]&qt=standard&rows=20&version=2.2} hits=1 status=0 QTime=0 
   [junit4]   2> 830951 T2896 oas.SolrTestCaseJ4.tearDown ###Ending testDefaultFieldValues
   [junit4]   2> 830960 T2896 oas.SolrTestCaseJ4.setUp ###Starting testDateRoundtrip
   [junit4]   2> 830962 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[99 (1459174118350913536)]} 0 2
   [junit4]   2> 830964 T2896 C676 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830965 T2896 C676 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_d,generation=13}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_e,generation=14}
   [junit4]   2> 830965 T2896 C676 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 14
   [junit4]   2> 830965 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@6314ef main
   [junit4]   2> 830970 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6314ef main{StandardDirectoryReader(segments_e:28:nrt _7(4.7):c3 _8(4.7):c1)}
   [junit4]   2> 830973 T2896 C676 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830973 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 830979 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:99} hits=1 status=0 QTime=0 
   [junit4]   2> 830983 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[99 (1459174118372933632)]} 0 2
   [junit4]   2> 830985 T2896 C676 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 830987 T2896 C676 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_e,generation=14}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_f,generation=15}
   [junit4]   2> 830987 T2896 C676 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 15
   [junit4]   2> 830989 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@d4f411 main
   [junit4]   2> 830990 T2896 C676 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 830992 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@d4f411 main{StandardDirectoryReader(segments_f:32:nrt _7(4.7):c3 _9(4.7):c1)}
   [junit4]   2> 830994 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 830998 T2896 C676 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:99} hits=1 status=0 QTime=0 
   [junit4]   2> 831000 T2896 oas.SolrTestCaseJ4.tearDown ###Ending testDateRoundtrip
   [junit4]   2> 831007 T2896 oas.SolrTestCaseJ4.setUp ###Starting testNotLazyField
   [junit4]   2> 831011 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[7777 (1459174118401245184)]} 0 3
   [junit4]   2> 831014 T2896 C676 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 831018 T2896 C676 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_f,generation=15}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@15a584a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1677e60)),segFN=segments_g,generation=16}
   [junit4]   2> 831019 T2896 C676 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 16
   [junit4]   2> 831021 T2896 C676 oass.SolrIndexSearcher.<init> Opening Searcher@1128821 main
   [junit4]   2> 831023 T2896 C676 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 831025 T2898 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1128821 main{StandardDirectoryReader(segments_g:34:nrt _7(4.7):c3 _9(4.7):c1 _a(4.7):c1)}
   [junit4]   2> 831028 T2896 C676 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 14
   [junit4]   2> 831036 T2896 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=id:7777&fl=id,title,test_hlt} hits=1 status=0 QTime=0 
   [junit4]   2> 831037 T2896 oas.SolrTestCaseJ4.tearDown ###Ending testNotLazyField
   [junit4]   2> 831043 T2896 oas.SolrTestCaseJ4.setUp ###Starting testKeywordTokenizerFactory
   [junit4]   2> 831046 T2896 C676 oasup.Log

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

deleteCore ###deleteCore
   [junit4]   2> 2376449 T8703 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=28083417
   [junit4]   2> 2376454 T8703 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@135ff94
   [junit4]   2> 2376494 T8703 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,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> 2376494 T8703 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2376494 T8703 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2376494 T8703 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2376498 T8703 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2376498 T8703 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2376498 T8703 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391578423241\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391578423241\;done=false>>]
   [junit4]   2> 2376498 T8703 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391578423241\
   [junit4]   2> 2376498 T8703 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391578423241\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391578423241\index;done=false>>]
   [junit4]   2> 2376499 T8703 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391578423241\index
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=en_PH, timezone=Asia/Muscat
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=2,threads=1,free=366556336,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: [FullSolrCloudDistribCmdsTest, SystemInfoHandlerTest, CSVRequestHandlerTest, TestQueryTypes, IndexSchemaRuntimeFieldTest, TestCursorMarkWithoutUniqueKey, TestSolrJ, TestAddFieldRealTimeGet, TestFastLRUCache, TestInfoStreamLogging, TestDistributedMissingSort, TestMaxScoreQueryParser, ChaosMonkeyNothingIsSafeTest, PluginInfoTest, NoCacheHeaderTest, DeleteShardTest, TestSystemIdResolver, BasicZkTest, SuggesterTSTTest, MigrateRouteKeyTest, TestHighFrequencyDictionaryFactory, TestCloudManagedSchema, TestCloudManagedSchemaAddField, TestShardHandlerFactory, TestExtendedDismaxParser, TestBM25SimilarityFactory, TestAtomicUpdateErrorCases, PreAnalyzedUpdateProcessorTest, CursorPagingTest, TestAnalyzeInfixSuggestions, TestJmxMonitoredMap, TestFuzzyAnalyzedSuggestions, TestWordDelimiterFilterFactory, XsltUpdateRequestHandlerTest, TestCopyFieldCollectionResource, SuggesterTest, AutoCommitTest, EnumFieldTest, TestImplicitCoreProperties, BasicDistributedZkTest, SimpleFacetsTest, SpellCheckCollatorTest, TriLevelCompositeIdRoutingTest, SpellingQueryConverterTest, DocumentAnalysisRequestHandlerTest, ShowFileRequestHandlerTest, WordBreakSolrSpellCheckerTest, TestQuerySenderListener, ConnectionManagerTest, TestStressVersions, TestCharFilters, DirectSolrConnectionTest, TestSchemaVersionResource, SOLR749Test, TestDocSet, SyncSliceTest, TestLazyCores, OpenExchangeRatesOrgProviderTest, TestCollationFieldDocValues, TestXIncludeConfig, LukeRequestHandlerTest, TestFieldTypeCollectionResource, RequiredFieldsTest, BasicFunctionalityTest, SampleTest, CollectionsAPIDistributedZkTest, DistributedQueryComponentCustomSortTest, TestSolrIndexConfig, TestCoreDiscovery, DisMaxRequestHandlerTest, AddSchemaFieldsUpdateProcessorFactoryTest, HighlighterTest, BJQParserTest, StatsComponentTest, TestConfig, TestLFUCache, SliceStateUpdateTest, HardAutoCommitTest, TestHashPartitioner, CoreAdminHandlerTest, TestStressReorder, SolrIndexSplitterTest, TestFunctionQuery, SliceStateTest, TestDynamicFieldResource, DirectUpdateHandlerOptimizeTest, BlockCacheTest, TestLRUCache, TestSolrXml, TestFoldingMultitermQuery, TestElisionMultitermQuery, SolrInfoMBeanTest, ZkNodePropsTest, JSONWriterTest, PrimitiveFieldTypeTest, DocValuesMissingTest, TestLMJelinekMercerSimilarityFactory, TestSolrQueryParserDefaultOperatorResource, UniqFieldsUpdateProcessorFactoryTest, TestQueryUtils, URLClassifyProcessorTest, TestFreeTextSuggestions, SuggestComponentTest, TestIndexSearcher, UpdateParamsTest, DirectSolrSpellCheckerTest, TestDynamicFieldCollectionResource, TestRangeQuery, DateFieldTest, HdfsUnloadDistributedZkTest, TestCSVResponseWriter, DistribCursorPagingTest, AddBlockUpdateTest, BadIndexSchemaTest, TestUtils, UUIDFieldTest, UpdateRequestProcessorFactoryTest, FileBasedSpellCheckerTest, TestCodecSupport, LeaderElectionTest, CurrencyFieldOpenExchangeTest, DocValuesMultiTest, BadCopyFieldTest, TestReversedWildcardFilterFactory, TestSolr4Spatial, SearchHandlerTest, PolyFieldTest, TestCoreContainer, DefaultValueUpdateProcessorTest, MBeansHandlerTest, TestReload, TestStressUserVersions, DocValuesTest, TestTrie, TestStandardQParsers, ClusterStateTest, UnloadDistributedZkTest, StressHdfsTest, ZkControllerTest, TermVectorComponentTest, SolrIndexConfigTest, HdfsSyncSliceTest, HdfsDirectoryTest, SpellPossibilityIteratorTest, CursorMarkTest, TestCustomSort, TestBinaryResponseWriter, TestNumberUtils, ConvertedLegacyTest, CopyFieldTest, QueryElevationComponentTest, SignatureUpdateProcessorFactoryTest, TestAnalyzedSuggestions, SuggesterFSTTest, TestSort, LeaderElectionIntegrationTest, HdfsLockFactoryTest, TestArbitraryIndexDir, TestCollationKeyRangeQueries, QueryParsingTest, ChangedSchemaMergeTest, TestDocBasedVersionConstraints, TestSuggestSpellingConverter, HdfsBasicDistributedZk2Test, SpellCheckComponentTest, TestUniqueKeyFieldResource, TestFieldTypeResource, TestSolrDeletionPolicy1, TestFileDictionaryLookup, TestDFRSimilarityFactory, TestFastWriter, OverseerTest, OverseerRolesTest, TestFaceting, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, ShardRoutingTest, RecoveryZkTest, TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestJoin, TestMultiCoreConfBootstrap, DistributedTermsComponentTest, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, PeerSyncTest, TestFiltering, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, SoftAutoCommitTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SolrRequestParserTest, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, SortByFunctionTest, TestRemoteStreaming, DistanceFunctionTest, DebugComponentTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, StandardRequestHandlerTest, TestWriterPerf, TestOmitPositions, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, FastVectorHighlighterTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, TestCollationField, ReturnFieldsTest, JsonLoaderTest]
   [junit4] Completed in 2.22s, 14 tests, 1 error <<< FAILURES!

[...truncated 331 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:459: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:439: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:491: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1308: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:941: There were test failures: 358 suites, 1552 tests, 2 errors, 6 failures, 40 ignored (12 assumptions)

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



Re: [JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.7.0_60-ea-b04) - Build # 3672 - Still Failing!

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
Just fyi - these failures were related to SOLR-5623 and I committed a fix.

On Wed, Feb 5, 2014 at 4:40 PM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/3672/
> Java: 32bit/jdk1.7.0_60-ea-b04 -server -XX:+UseConcMarkSweepGC
>
> 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([56A86E7FCDC3A449:3B8FEEAD267A16EE]: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:367)
>         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([56A86E7FCDC3A449:B58F9527267B7B09]: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:1913)
>         at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
>         at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:973)
>         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:167)
>         at org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:77)
>         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:47)
>         at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:118)
>         ... 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([56A86E7FCDC3A449:F474F8D4052437A6]: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([56A86E7FCDC3A449:F474F8D4052437A6]: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([56A86E7FCDC3A449:F474F8D4052437A6]: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([56A86E7FCDC3A449:F474F8D4052437A6]: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 10358 lines...]
>    [junit4] Suite: org.apache.solr.handler.JsonLoaderTest
>    [junit4]   2> 1053037 T3931 oas.SolrTestCaseJ4.initCore ####initCore
>    [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463
>    [junit4]   2> 1053039 T3931 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
>    [junit4]   2> 1053041 T3931 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 1053042 T3931 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 1053143 T3931 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
>    [junit4]   2> 1053208 T3931 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 1053209 T3931 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
>    [junit4]   2> 1053218 T3931 oass.IndexSchema.readSchema [null] Schema name=test
>    [junit4]   2> 1053591 T3931 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
>    [junit4]   2> 1053593 T3931 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
>    [junit4]   2> 1053593 T3931 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 1053607 T3931 oass.IndexSchema.readSchema default search field in schema is text
>    [junit4]   2> 1053610 T3931 oass.IndexSchema.readSchema unique key field: id
>    [junit4]   2> 1053619 T3931 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>    [junit4]   2> 1053624 T3931 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>    [junit4]   2> 1053627 T3931 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 1053627 T3931 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
>    [junit4]   2> 1053627 T3931 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
>    [junit4]   2> 1053627 T3931 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 1053630 T3931 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
>    [junit4]   2> 1053630 T3931 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
>    [junit4]   2> 1053630 T3931 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 1053630 T3931 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
>    [junit4]   2> 1053630 T3931 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
>    [junit4]   2> 1053645 T3931 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 1053645 T3931 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
>    [junit4]   2> 1053645 T3931 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
>    [junit4]   2> 1053699 T3931 oasc.CoreContainer.<init> New CoreContainer 22099885
>    [junit4]   2> 1053699 T3931 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\]
>    [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
>    [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
>    [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
>    [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>    [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>    [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>    [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>    [junit4]   2> 1053705 T3931 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 1053705 T3931 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 1053708 T3931 oasc.CoreContainer.load Host Name:
>    [junit4]   2> 1053712 T3932 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1
>    [junit4]   2> 1053713 T3932 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
>    [junit4]   2> 1053713 T3932 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 1053713 T3932 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 1053768 T3932 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
>    [junit4]   2> 1053820 T3932 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
>    [junit4]   2> 1053821 T3932 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
>    [junit4]   2> 1053830 T3932 oass.IndexSchema.readSchema [collection1] Schema name=test
>    [junit4]   2> 1054216 T3932 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
>    [junit4]   2> 1054217 T3932 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
>    [junit4]   2> 1054218 T3932 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
>    [junit4]   2> 1054225 T3932 oass.IndexSchema.readSchema default search field in schema is text
>    [junit4]   2> 1054227 T3932 oass.IndexSchema.readSchema unique key field: id
>    [junit4]   2> 1054235 T3932 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>    [junit4]   2> 1054239 T3932 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
>    [junit4]   2> 1054244 T3932 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 1054244 T3932 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
>    [junit4]   2> 1054245 T3932 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
>    [junit4]   2> 1054245 T3932 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
>    [junit4]   2> 1054246 T3932 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
>    [junit4]   2> 1054246 T3932 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
>    [junit4]   2> 1054246 T3932 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 1054246 T3932 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\
>    [junit4]   2> 1054246 T3932 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@48433c
>    [junit4]   2> 1054247 T3932 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\
>    [junit4]   2> 1054247 T3932 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\index/
>    [junit4]   2> 1054247 T3932 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\index' doesn't exist. Creating new index...
>    [junit4]   2> 1054247 T3932 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\index
>    [junit4]   2> 1054248 T3932 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
>    [junit4]   2> 1054249 T3932 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_1,generation=1}
>    [junit4]   2> 1054249 T3932 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 1054249 T3932 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
>    [junit4]   2> 1054252 T3932 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
>    [junit4]   2> 1054253 T3932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
>    [junit4]   2> 1054253 T3932 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
>    [junit4]   2> 1054253 T3932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
>    [junit4]   2> 1054254 T3932 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 1054254 T3932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
>    [junit4]   2> 1054254 T3932 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
>    [junit4]   2> 1054255 T3932 oasup.UniqFieldsUpdateProcessorFactory.init WARN Use of the 'fields' init param in UniqFieldsUpdateProcessorFactory is deprecated, please use 'fieldName' (or another FieldMutatingUpdateProcessorFactory selector option) instead
>    [junit4]   2> 1054255 T3932 oasup.UniqFieldsUpdateProcessorFactory.init Replacing 'fields' init param with (individual) 'fieldName' params
>    [junit4]   2> 1054255 T3932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
>    [junit4]   2> 1054255 T3932 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
>    [junit4]   2> 1054256 T3932 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 1054256 T3932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
>    [junit4]   2> 1054256 T3932 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 1054256 T3932 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
>    [junit4]   2> 1054256 T3932 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
>    [junit4]   2> 1054256 T3932 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>    [junit4]   2> 1054257 T3932 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
>    [junit4]   2> 1054257 T3932 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
>    [junit4]   2> 1054258 T3932 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
>    [junit4]   2> 1054258 T3932 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
>    [junit4]   2> 1054259 T3932 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
>    [junit4]   2> 1054259 T3932 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
>    [junit4]   2> 1054259 T3932 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
>    [junit4]   2> 1054260 T3932 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
>    [junit4]   2> 1054260 T3932 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
>    [junit4]   2> 1054261 T3932 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1054261 T3932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1054262 T3932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1054262 T3932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1054262 T3932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1054262 T3932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1054263 T3932 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1054263 T3932 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
>    [junit4]   2> 1054263 T3932 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
>    [junit4]   2> 1054264 T3932 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
>    [junit4]   2> 1054273 T3932 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 1054275 T3932 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
>    [junit4]   2> 1054278 T3932 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>    [junit4]   2> 1054278 T3932 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>    [junit4]   2> 1054279 T3932 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1566599648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
>    [junit4]   2> 1054279 T3932 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_1,generation=1}
>    [junit4]   2> 1054279 T3932 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 1054279 T3932 oass.SolrIndexSearcher.<init> Opening Searcher@e6f97a main
>    [junit4]   2> 1054279 T3932 oashc.SpellCheckComponent.inform Initializing spell checkers
>    [junit4]   2> 1054290 T3932 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
>    [junit4]   2> 1054345 T3933 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e6f97a main{StandardDirectoryReader(segments_1:1:nrt)}
>    [junit4]   2> 1054350 T3932 oasc.CoreContainer.registerCore registering core: collection1
>    [junit4]   2> 1054364 T3931 oas.SolrTestCaseJ4.initCore ####initCore end
>    [junit4]   2> 1054370 T3931 oas.SolrTestCaseJ4.setUp ###Starting testNullValues
>    [junit4]   2> ASYNC  NEW_CORE C2630 name=collection1 org.apache.solr.core.SolrCore@1e01dca
>    [junit4]   2> 1054375 T3931 C2630 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1054377 T3931 C2630 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_1,generation=1}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_2,generation=2}
>    [junit4]   2> 1054378 T3931 C2630 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
>    [junit4]   2> 1054379 T3931 C2630 oass.SolrIndexSearcher.<init> Opening Searcher@177ba28 main
>    [junit4]   2> 1054380 T3931 C2630 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1054382 T3933 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@177ba28 main{StandardDirectoryReader(segments_2:3:nrt _0(4.7):c1)}
>    [junit4]   2> 1054383 T3931 C2630 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={commit=true&wt=json&indent=true} {add=[10 (1459194690322563072)],commit=} 0 11
>    [junit4]   2> 1054383 T3931 C2630 oasc.SolrCore.execute [collection1] webapp=null path=null params={fl=foo_s,foo2_s&q=id:10} hits=1 status=0 QTime=0
>    [junit4]   2> 1054384 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testNullValues
>    [junit4]   2> 1054389 T3931 oas.SolrTestCaseJ4.setUp ###Starting testAddNonStringValues
>    [junit4]   2> 1054397 T3931 C2630 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1054399 T3931 C2630 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_2,generation=2}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_3,generation=3}
>    [junit4]   2> 1054399 T3931 C2630 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
>    [junit4]   2> 1054401 T3931 C2630 oass.SolrIndexSearcher.<init> Opening Searcher@85a716 main
>    [junit4]   2> 1054402 T3931 C2630 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1054403 T3933 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@85a716 main{StandardDirectoryReader(segments_3:5:nrt _0(4.7):c1 _1(4.7):c1)}
>    [junit4]   2> 1054404 T3931 C2630 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={commit=true&wt=json&indent=true} {add=[1 (1459194690344583168)],commit=} 0 12
>    [junit4]   2> 1054405 T3931 C2630 oasc.SolrCore.execute [collection1] webapp=null path=null params={fl=boolean_b,long_l,double_d,big_integer_s,big_decimal_s&q=id:1} hits=1 status=0 QTime=1
>    [junit4]   2> 1054405 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testAddNonStringValues
>    [junit4]   2> 1054411 T3931 oas.SolrTestCaseJ4.setUp ###Starting testBigDecimalValuesInAdd
>    [junit4]   2> 1054413 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testBigDecimalValuesInAdd
>    [junit4]   2> 1054419 T3931 oas.SolrTestCaseJ4.setUp ###Starting testBigIntegerValuesInAdd
>    [junit4]   2> 1054419 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testBigIntegerValuesInAdd
>    [junit4]   2> 1054425 T3931 oas.SolrTestCaseJ4.setUp ###Starting testExtendedFieldValues
>    [junit4]   2> 1054425 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testExtendedFieldValues
>    [junit4]   2> 1054433 T3931 oas.SolrTestCaseJ4.setUp ###Starting testParsing
>    [junit4]   2> 1054434 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testParsing
>    [junit4]   2> 1054440 T3931 oas.SolrTestCaseJ4.setUp ###Starting testDecimalValuesInAdd
>    [junit4]   2> 1054441 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testDecimalValuesInAdd
>    [junit4]   2> 1054446 T3931 oas.SolrTestCaseJ4.setUp ###Starting testBooleanValuesInAdd
>    [junit4]   2> 1054446 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testBooleanValuesInAdd
>    [junit4]   2> 1054450 T3931 oas.SolrTestCaseJ4.setUp ###Starting testSimpleFormat
>    [junit4]   2> 1054450 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testSimpleFormat
>    [junit4]   2> 1054458 T3931 oas.SolrTestCaseJ4.setUp ###Starting testIntegerValuesInAdd
>    [junit4]   2> 1054458 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testIntegerValuesInAdd
>    [junit4]   2> 1054465 T3931 oas.SolrTestCaseJ4.setUp ###Starting testDeleteSyntax
>    [junit4]   2> 1054465 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testDeleteSyntax
>    [junit4]   2> 1054470 T3931 oas.SolrTestCaseJ4.setUp ###Starting testAddBigIntegerValueToTrieField
>    [junit4]   2> 1054473 T3931 C2630 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {} 0 1
>    [junit4]   2> 1054474 T3931 C2630 oasc.SolrException.log Ignoring exception matching big_integer_t
>    [junit4]   2> 1054475 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testAddBigIntegerValueToTrieField
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=JsonLoaderTest -Dtests.method=testAddBigIntegerValueToTrieField -Dtests.seed=56A86E7FCDC3A449 -Dtests.slow=true -Dtests.locale=fi -Dtests.timezone=Pacific/Guadalcanal -Dtests.file.encoding=UTF-8
>    [junit4] ERROR   0.02s | JsonLoaderTest.testAddBigIntegerValueToTrieField <<<
>    [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Exception writing document id 1 to the index; possible analysis error.
>    [junit4]    >        at __randomizedtesting.SeedInfo.seed([56A86E7FCDC3A449:B58F9527267B7B09]:0)
>    [junit4]    >        at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:162)
>    [junit4]    >        at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
>    [junit4]    >        at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
>    [junit4]    >        at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:683)
>    [junit4]    >        at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:837)
>    [junit4]    >        at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:536)
>    [junit4]    >        at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
>    [junit4]    >        at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleAdds(JsonLoader.java:392)
>    [junit4]    >        at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.processUpdate(JsonLoader.java:117)
>    [junit4]    >        at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.load(JsonLoader.java: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:1913)
>    [junit4]    >        at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
>    [junit4]    >        at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:973)
>    [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:167)
>    [junit4]    >        at org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:77)
>    [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:47)
>    [junit4]    >        at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:118)
>    [junit4]    >        ... 60 more
>    [junit4]   2> 1054490 T3931 oas.SolrTestCaseJ4.setUp ###Starting testAddBigDecimalValueToTrieField
>    [junit4]   2> 1054495 T3931 C2630 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1054497 T3931 C2630 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_3,generation=3}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_4,generation=4}
>    [junit4]   2> 1054499 T3931 C2630 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
>    [junit4]   2> 1054500 T3931 C2630 oass.SolrIndexSearcher.<init> Opening Searcher@116abab main
>    [junit4]   2> 1054501 T3931 C2630 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1054502 T3933 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@116abab main{StandardDirectoryReader(segments_4:9:nrt _0(4.7):c1 _2(4.7):c1)}
>    [junit4]   2> 1054502 T3931 C2630 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={commit=true&wt=json&indent=true} {add=[1 (1459194690448392192)],commit=} 0 10
>    [junit4]   2> 1054502 T3931 C2630 oasc.SolrCore.execute [collection1] webapp=null path=null params={fl=big_decimal_td&q=id:1} hits=1 status=0 QTime=0
>    [junit4]   2> 1054508 T3931 C2630 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 1054510 T3931 C2630 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_4,generation=4}
>    [junit4]   2>                commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_5,generation=5}
>    [junit4]   2> 1054511 T3931 C2630 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
>    [junit4]   2> 1054512 T3931 C2630 oass.SolrIndexSearcher.<init> Opening Searcher@a90b05 main
>    [junit4]   2> 1054512 T3931 C2630 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 1054514 T3933 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a90b05 main{StandardDirectoryReader(segments_5:11:nrt _0(4.7):c1 _2(4.7):c1 _3(4.7):c1)}
>    [junit4]   2> 1054514 T3931 C2630 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={commit=true&wt=json&indent=true} {add=[2 (1459194690462023680)],commit=} 0 9
>    [junit4]   2> 1054515 T3931 C2630 oasc.SolrCore.execute [collection1] webapp=null path=null params={fl=big_decimal_tf&q=id:2} hits=1 status=0 QTime=0
>    [junit4]   2> 1054516 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testAddBigDecimalValueToTrieField
>    [junit4]   2> 1054520 T3931 oas.SolrTestCaseJ4.setUp ###Starting testSimpleFormatInAdd
>    [junit4]   2> 1054520 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testSimpleFormatInAdd
>    [junit4]   2> 1054522 T3931 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>    [junit4]   2> 1054522 T3931 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=22099885
>    [junit4]   2> 1054523 T3931 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e01dca
>    [junit4]   2> 1054532 T3931 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,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> 1054532 T3931 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
>    [junit4]   2> 1054533 T3931 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
>    [junit4]   2> 1054533 T3931 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
>    [junit4]   2> 1054534 T3931 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
>    [junit4]   2> 1054534 T3931 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
>    [junit4]   2> 1054534 T3931 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\index;done=false>>]
>    [junit4]   2> 1054534 T3931 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\index
>    [junit4]   2> 1054535 T3931 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\;done=false>>]
>    [junit4]   2> 1054535 T3931 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\
>    [junit4]   2> NOTE: test params are: codec=Lucene42, sim=DefaultSimilarity, locale=fi, timezone=Pacific/Guadalcanal
>    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=2,threads=1,free=351598848,total=521060352
>    [junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderNoQuery, TestWriterPerf, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestArbitraryIndexDir, UpdateRequestProcessorFactoryTest, TestSolrXmlPersistence, TestFiltering, LeaderElectionTest, TestDefaultSimilarityFactory, SyncSliceTest, BasicZkTest, TestCollationField, TestCharFilters, TestComponentsName, TestSolrDeletionPolicy1, TestFuzzyAnalyzedSuggestions, OverseerTest, MinimalSchemaTest, CollectionsAPIDistributedZkTest, TestAddFieldRealTimeGet, CopyFieldTest, DateFieldTest, CoreAdminHandlerTest, HdfsBasicDistributedZk2Test, OpenExchangeRatesOrgProviderTest, SolrIndexConfigTest, ReturnFieldsTest, CircularListTest, SolrTestCaseJ4Test, TestSolrJ, DistanceFunctionTest, ClusterStateTest, ShardSplitTest, CursorMarkTest, TestStressVersions, AddSchemaFieldsUpdateProcessorFactoryTest, ZkNodePropsTest, TestLMJelinekMercerSimilarityFactory, TestSolrQueryParserDefaultOperatorResource, EnumFieldTest, TermsComponentTest, RecoveryZkTest, TestJmxMonitoredMap, TestSolrQueryParserResource, SearchHandlerTest, PrimitiveFieldTypeTest, HighlighterConfigTest, TestCollationKeyRangeQueries, TestDistributedGrouping, TestMergePolicyConfig, LegacyHTMLStripCharFilterTest, ConnectionManagerTest, TimeZoneUtilsTest, TestMaxScoreQueryParser, OverseerRolesTest, TestUtils, DocValuesMissingTest, XmlUpdateRequestHandlerTest, TestBinaryResponseWriter, TestDefaultSearchFieldResource, DistributedQueryElevationComponentTest, UUIDFieldTest, ClusterStateUpdateTest, HdfsLockFactoryTest, TestSystemIdResolver, TestCollationFieldDocValues, QueryEqualityTest, TestLFUCache, LoggingHandlerTest, SimplePostToolTest, SuggesterFSTTest, TestSimpleQParserPlugin, AddBlockUpdateTest, FileUtilsTest, DocumentBuilderTest, SignatureUpdateProcessorFactoryTest, LukeRequestHandlerTest, TestCloudManagedSchema, SolrCoreTest, TestStandardQParsers, TestJmxIntegration, TestIndexSearcher, HdfsBasicDistributedZkTest, StatelessScriptUpdateProcessorFactoryTest, ScriptEngineTest, TestNRTOpen, HdfsDirectoryTest, TestUniqueKeyFieldResource, StressHdfsTest, CachingDirectoryFactoryTest, FieldAnalysisRequestHandlerTest, TestSolrIndexConfig, ZkCLITest, TestPartialUpdateDeduplication, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, DistributedTermsComponentTest, TestSolrXmlPersistor, TestPerFieldSimilarity, ZkControllerTest, TestInitQParser, TestCoreDiscovery, CurrencyFieldOpenExchangeTest, BlockCacheTest, IndexBasedSpellCheckerTest, WordBreakSolrSpellCheckerTest, XsltUpdateRequestHandlerTest, ShardRoutingCustomTest, SuggesterTSTTest, SuggestComponentTest, TestFastLRUCache, TestRandomMergePolicy, SolrXmlInZkTest, TestSort, TermVectorComponentTest, ChangedSchemaMergeTest, TestFieldTypeCollectionResource, DeleteReplicaTest, TestBinaryField, ShardRoutingTest, TestSchemaResource, TestSchemaNameResource, JsonLoaderTest]
>    [junit4] Completed in 1.56s, 14 tests, 1 error <<< FAILURES!
>
> [...truncated 235 lines...]
>    [junit4] Suite: org.apache.solr.search.TestSolr4Spatial
>    [junit4]   2> 2370880 T8503 oas.SolrTestCaseJ4.initCore ####initCore
>    [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolr4Spatial-1391597815306
>    [junit4]   2> 2370883 T8503 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
>    [junit4]   2> 2370887 T8503 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 2370889 T8503 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 2370985 T8503 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
>    [junit4]   2> 2371042 T8503 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
>    [junit4]   2> 2371043 T8503 oass.IndexSchema.readSchema Reading Solr Schema from schema-spatial.xml
>    [junit4]   2> 2371052 T8503 oass.IndexSchema.readSchema [null] Schema name=test
>    [junit4]   2> 2371173 T8503 oass.AbstractSpatialFieldType.init WARN Using old worldBounds format? Should use ENVELOPE(xMin, xMax, yMax, yMin).
>    [junit4]   2> 2371180 T8503 oass.IndexSchema.readSchema unique key field: id
>    [junit4]   2> 2371183 T8503 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 2371184 T8503 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
>    [junit4]   2> 2371184 T8503 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
>    [junit4]   2> 2371245 T8503 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
>    [junit4]   2> 2371245 T8503 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
>    [junit4]   2> 2371245 T8503 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
>    [junit4]   2> 2371330 T8503 oasc.CoreContainer.<init> New CoreContainer 30184018
>    [junit4]   2> 2371330 T8503 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\]
>    [junit4]   2> 2371331 T8503 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
>    [junit4]   2> 2371332 T8503 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
>    [junit4]   2> 2371332 T8503 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
>    [junit4]   2> 2371332 T8503 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
>    [junit4]   2> 2371333 T8503 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
>    [junit4]   2> 2371333 T8503 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
>    [junit4]   2> 2371333 T8503 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
>    [junit4]   2> 2371333 T8503 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
>    [junit4]   2> 2371334 T8503 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
>    [junit4]   2> 2371341 T8503 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
>    [junit4]   2> 2371342 T8503 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
>    [junit4]   2> 2371342 T8503 oasc.CoreContainer.load Host Name:
>    [junit4]   2> 2371348 T8504 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1
>    [junit4]   2> 2371351 T8504 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
>    [junit4]   2> 2371353 T8504 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
>    [junit4]   2> 2371354 T8504 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
>    [junit4]   2> 2371413 T8504 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
>    [junit4]   2> 2371455 T8504 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
>    [junit4]   2> 2371456 T8504 oass.IndexSchema.readSchema Reading Solr Schema from schema-spatial.xml
>    [junit4]   2> 2371464 T8504 oass.IndexSchema.readSchema [collection1] Schema name=test
>    [junit4]   2> 2371527 T8504 oass.AbstractSpatialFieldType.init WARN Using old worldBounds format? Should use ENVELOPE(xMin, xMax, yMax, yMin).
>    [junit4]   2> 2371533 T8504 oass.IndexSchema.readSchema unique key field: id
>    [junit4]   2> 2371535 T8504 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
>    [junit4]   2> 2371535 T8504 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolr4Spatial-1391597815306\
>    [junit4]   2> 2371535 T8504 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
>    [junit4]   2> 2371536 T8504 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolr4Spatial-1391597815306\
>    [junit4]   2> 2371536 T8504 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolr4Spatial-1391597815306\index/
>    [junit4]   2> 2371536 T8504 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolr4Spatial-1391597815306\index' doesn't exist. Creating new index...
>    [junit4]   2> 2371537 T8504 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolr4Spatial-1391597815306\index
>    [junit4]   2> 2371538 T8504 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=68.3818359375, floorSegmentMB=0.4619140625, forceMergeDeletesPctAllowed=4.180485549385708, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5354605064529364
>    [junit4]   2> 2371538 T8504 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_1,generation=1}
>    [junit4]   2> 2371538 T8504 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 2371540 T8504 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
>    [junit4]   2> 2371541 T8504 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
>    [junit4]   2> 2371541 T8504 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
>    [junit4]   2> 2371552 T8504 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
>    [junit4]   2> 2371556 T8504 oasu.CommitTracker.<init> Hard AutoCommit: disabled
>    [junit4]   2> 2371557 T8504 oasu.CommitTracker.<init> Soft AutoCommit: disabled
>    [junit4]   2> 2371557 T8504 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=40.765625, floorSegmentMB=0.8974609375, forceMergeDeletesPctAllowed=29.240150846229305, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
>    [junit4]   2> 2371558 T8504 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_1,generation=1}
>    [junit4]   2> 2371558 T8504 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
>    [junit4]   2> 2371559 T8504 oass.SolrIndexSearcher.<init> Opening Searcher@1f9c0fc main
>    [junit4]   2> 2371559 T8504 oasc.CoreContainer.registerCore registering core: collection1
>    [junit4]   2> 2371559 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f9c0fc main{StandardDirectoryReader(segments_1:1:nrt)}
>    [junit4]   2> 2371563 T8503 oas.SolrTestCaseJ4.initCore ####initCore end
>    [junit4]   2> 2371568 T8503 oas.SolrTestCaseJ4.setUp ###Starting testSort {p0=srpt_geohash}
>    [junit4]   2> ASYNC  NEW_CORE C5210 name=collection1 org.apache.solr.core.SolrCore@9fca03
>    [junit4]   2> 2371568 T8503 C5210 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 2371568 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
>    [junit4]   2> 2371573 T8503 C5210 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 2371573 T8503 C5210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_1,generation=1}
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_2,generation=2}
>    [junit4]   2> 2371575 T8503 C5210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
>    [junit4]   2> 2371576 T8503 C5210 oass.SolrIndexSearcher.<init> Opening Searcher@1e464f8 main
>    [junit4]   2> 2371576 T8503 C5210 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 2371576 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e464f8 main{StandardDirectoryReader(segments_2:2:nrt)}
>    [junit4]   2> 2371577 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
>    [junit4]   2> 2371579 T8503 C5210 oass.AbstractSpatialPrefixTreeFieldType.newSpatialStrategy srpt_geohash{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={class=solr.SpatialRecursivePrefixTreeFieldType, prefixTree=geohash, units=degrees}} 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> 2371580 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100]} 0 2
>    [junit4]   2> 2371582 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[101]} 0 0
>    [junit4]   2> 2371584 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[999]} 0 0
>    [junit4]   2> 2371586 T8503 C5210 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 2371586 T8503 C5210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_2,generation=2}
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_3,generation=3}
>    [junit4]   2> 2371586 T8503 C5210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
>    [junit4]   2> 2371586 T8503 C5210 oass.SolrIndexSearcher.<init> Opening Searcher@18258d main
>    [junit4]   2> 2371586 T8503 C5210 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 2371589 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18258d main{StandardDirectoryReader(segments_3:4:nrt _0(4.7):C3)}
>    [junit4]   2> 2371590 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
>    [junit4]   2> 2371687 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={fl=id,score&q={!geofilt+sfield%3Dsrpt_geohash+++pt%3D3.0,4.0+d%3D1000.7557176093187}} hits=2 status=0 QTime=95
>    [junit4]   2> 2371695 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=score+asc&fl=id,score&q={!+score%3Ddistance++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"} hits=2 status=0 QTime=8
>    [junit4]   2> 2371699 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=score+desc&fl=id,score&q={!+score%3DrecipDistance++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"} hits=2 status=0 QTime=4
>    [junit4]   2> 2371701 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=score+asc&fl=id,score&q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance+filter%3Dfalse+pt%3D3.0,4.0+d%3D1.1119507973436875E-4}} hits=3 status=0 QTime=0
>    [junit4]   2> 2371712 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=score+asc&fl=id,score&q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D4.0,0.0+d%3D1000.7557176093187}} hits=2 status=0 QTime=10
>    [junit4]   2> 2371731 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=query($sortQuery)+asc&sortQuery={!+score%3Ddistance++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&fl=id,score&q=-id:999} hits=2 status=0 QTime=18
>    [junit4]   2> 2371746 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=query($sortQuery)+asc&sortQuery={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D4.0,0.0+d%3D1000.7557176093187}&fl=id,score&q=-id:999} hits=2 status=0 QTime=13
>    [junit4]   2> 2371746 T8503 oas.SolrTestCaseJ4.tearDown ###Ending testSort {p0=srpt_geohash}
>    [junit4]   2> 2371752 T8503 oas.SolrTestCaseJ4.setUp ###Starting testSortMultiVal {p0=srpt_geohash}
>    [junit4]   2> 2371753 T8503 C5210 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 2371753 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
>    [junit4]   2> 2371756 T8503 C5210 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 2371756 T8503 C5210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_3,generation=3}
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_4,generation=4}
>    [junit4]   2> 2371756 T8503 C5210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
>    [junit4]   2> 2371756 T8503 C5210 oass.SolrIndexSearcher.<init> Opening Searcher@761cbf main
>    [junit4]   2> 2371756 T8503 C5210 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 2371758 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@761cbf main{StandardDirectoryReader(segments_4:5:nrt)}
>    [junit4]   2> 2371759 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
>    [junit4]   2> 2371761 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100]} 0 0
>    [junit4]   2> 2371763 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[101]} 0 0
>    [junit4]   2> 2371766 T8503 C5210 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 2371766 T8503 C5210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_4,generation=4}
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_5,generation=5}
>    [junit4]   2> 2371766 T8503 C5210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
>    [junit4]   2> 2371768 T8503 C5210 oass.SolrIndexSearcher.<init> Opening Searcher@4b56b6 main
>    [junit4]   2> 2371768 T8503 C5210 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 2371769 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4b56b6 main{StandardDirectoryReader(segments_5:7:nrt _1(4.7):C2)}
>    [junit4]   2> 2371770 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
>    [junit4]   2> 2371777 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=score+asc&fl=id,score&q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D3.0,4.0+d%3D1000.7557176093187}} hits=2 status=0 QTime=5
>    [junit4]   2> 2371777 T8503 oas.SolrTestCaseJ4.tearDown ###Ending testSortMultiVal {p0=srpt_geohash}
>    [junit4]   2> 2371783 T8503 oas.SolrTestCaseJ4.setUp ###Starting checkQueryEmptyIndex {p0=srpt_geohash}
>    [junit4]   2> 2371784 T8503 C5210 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 2371784 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
>    [junit4]   2> 2371786 T8503 C5210 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 2371786 T8503 C5210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_5,generation=5}
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_6,generation=6}
>    [junit4]   2> 2371786 T8503 C5210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
>    [junit4]   2> 2371789 T8503 C5210 oass.SolrIndexSearcher.<init> Opening Searcher@1ad1261 main
>    [junit4]   2> 2371789 T8503 C5210 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 2371789 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ad1261 main{StandardDirectoryReader(segments_6:8:nrt)}
>    [junit4]   2> 2371790 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
>    [junit4]   2> 2371792 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=1000&q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(0.0+0.0),0.8993203677616635))} hits=0 status=0 QTime=0
>    [junit4]   2> 2371795 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=1000&q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D100.0}} hits=0 status=0 QTime=0
>    [junit4]   2> 2371796 T8503 oas.SolrTestCaseJ4.tearDown ###Ending checkQueryEmptyIndex {p0=srpt_geohash}
>    [junit4]   2> 2371803 T8503 oas.SolrTestCaseJ4.setUp ###Starting testBadShapeParse400 {p0=srpt_geohash}
>    [junit4]   2> 2371804 T8503 C5210 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
>    [junit4]   2> 2371804 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
>    [junit4]   2> 2371808 T8503 C5210 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
>    [junit4]   2> 2371808 T8503 C5210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_6,generation=6}
>    [junit4]   2>                commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_7,generation=7}
>    [junit4]   2> 2371808 T8503 C5210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
>    [junit4]   2> 2371808 T8503 C5210 oass.SolrIndexSearcher.<init> Opening Searcher@1bf9f05 main
>    [junit4]   2> 2371811 T8503 C5210 oasu.DirectUpdateHandler2.commit end_commit_flush
>    [junit4]   2> 2371811 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1bf9f05 main{StandardDirectoryReader(segments_7:9:nrt)}
>    [junit4]   2> 2371812 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
>    [junit4]   2> 2371814 T8503 C5210 oasc.SolrException.log Ignoring exception matching .
>    [junit4]   2> 2371815 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=1000&q=*:*&fl=id,srpt_geohash&fq={!field+f%3Dsrpt_geohash}Intersects(NonexistentShape(89.9,-130+d%3D9))} status=400 QTime=2
>    [junit4]   2> 2371816 T8503 C5210 oasc.SolrException.log Ignoring exception matching .
>    [junit4]   2> 2371817 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=1000&q=*:*&fl=id,srpt_geohash&fq
>
> [...truncated too long message...]
>
> nd_commit_flush
>    [junit4]   2> 2429124 T8688 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ca10a8 main{StandardDirectoryReader(segments_u:74:nrt _h(4.7):c6/2:delGen=1 _i(4.7):c1 _k(4.7):c2 _l(4.7):c2)}
>    [junit4]   2> 2429128 T8686 C5259 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 13
>    [junit4]   2> 2429133 T8686 C5259 oasc.SolrException.log Ignoring exception matching can not sort on multivalued field: sortabuse_t
>    [junit4]   2> 2429133 T8686 C5259 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=sortabuse_t+asc&q=sortabuse_b:true} status=400 QTime=0
>    [junit4]   2> 2429135 T8686 oasc.SolrException.log Ignoring exception matching can not sort on multivalued field: sortabuse_t
>    [junit4]   2> 2429135 T8686 oas.SolrTestCaseJ4.tearDown ###Ending testAbuseOfSort
>    [junit4]   2> 2429135 T8686 oas.SolrTestCaseJ4.deleteCore ###deleteCore
>    [junit4]   2> 2429135 T8686 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=24525661
>    [junit4]   2> 2429138 T8686 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@60b3d6
>    [junit4]   2> 2429157 T8686 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=31,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=1,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=53,cumulative_deletesById=4,cumulative_deletesByQuery=11,cumulative_errors=1,transaction_logs_total_size=101962,transaction_logs_total_number=10}
>    [junit4]   2> 2429158 T8686 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
>    [junit4]   2> 2429158 T8686 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
>    [junit4]   2> 2429159 T8686 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
>    [junit4]   2> 2429161 T8686 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
>    [junit4]   2> 2429162 T8686 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
>    [junit4]   2> 2429162 T8686 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391597869562\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391597869562\;done=false>>]
>    [junit4]   2> 2429162 T8686 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391597869562\
>    [junit4]   2> 2429164 T8686 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391597869562\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391597869562\index;done=false>>]
>    [junit4]   2> 2429164 T8686 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391597869562\index
>    [junit4]   2> NOTE: test params are: codec=Appending, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=es_AR, timezone=SST
>    [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=2,threads=1,free=94523752,total=521060352
>    [junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderNoQuery, TestWriterPerf, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestArbitraryIndexDir, UpdateRequestProcessorFactoryTest, TestSolrXmlPersistence, TestFiltering, LeaderElectionTest, TestDefaultSimilarityFactory, SyncSliceTest, BasicZkTest, TestCollationField, TestCharFilters, TestComponentsName, TestSolrDeletionPolicy1, TestFuzzyAnalyzedSuggestions, OverseerTest, MinimalSchemaTest, CollectionsAPIDistributedZkTest, TestAddFieldRealTimeGet, CopyFieldTest, DateFieldTest, CoreAdminHandlerTest, HdfsBasicDistributedZk2Test, OpenExchangeRatesOrgProviderTest, SolrIndexConfigTest, ReturnFieldsTest, CircularListTest, SolrTestCaseJ4Test, TestSolrJ, DistanceFunctionTest, ClusterStateTest, ShardSplitTest, CursorMarkTest, TestStressVersions, AddSchemaFieldsUpdateProcessorFactoryTest, ZkNodePropsTest, TestLMJelinekMercerSimilarityFactory, TestSolrQueryParserDefaultOperatorResource, EnumFieldTest, TermsComponentTest, RecoveryZkTest, TestJmxMonitoredMap, TestSolrQueryParserResource, SearchHandlerTest, PrimitiveFieldTypeTest, HighlighterConfigTest, TestCollationKeyRangeQueries, TestDistributedGrouping, TestMergePolicyConfig, LegacyHTMLStripCharFilterTest, ConnectionManagerTest, TimeZoneUtilsTest, TestMaxScoreQueryParser, OverseerRolesTest, TestUtils, DocValuesMissingTest, XmlUpdateRequestHandlerTest, TestBinaryResponseWriter, TestDefaultSearchFieldResource, DistributedQueryElevationComponentTest, UUIDFieldTest, ClusterStateUpdateTest, HdfsLockFactoryTest, TestSystemIdResolver, TestCollationFieldDocValues, QueryEqualityTest, TestLFUCache, LoggingHandlerTest, SimplePostToolTest, SuggesterFSTTest, TestSimpleQParserPlugin, AddBlockUpdateTest, FileUtilsTest, DocumentBuilderTest, SignatureUpdateProcessorFactoryTest, LukeRequestHandlerTest, TestCloudManagedSchema, SolrCoreTest, TestStandardQParsers, TestJmxIntegration, TestIndexSearcher, HdfsBasicDistributedZkTest, StatelessScriptUpdateProcessorFactoryTest, ScriptEngineTest, TestNRTOpen, HdfsDirectoryTest, TestUniqueKeyFieldResource, StressHdfsTest, CachingDirectoryFactoryTest, FieldAnalysisRequestHandlerTest, TestSolrIndexConfig, ZkCLITest, TestPartialUpdateDeduplication, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, DistributedTermsComponentTest, TestSolrXmlPersistor, TestPerFieldSimilarity, ZkControllerTest, TestInitQParser, TestCoreDiscovery, CurrencyFieldOpenExchangeTest, BlockCacheTest, IndexBasedSpellCheckerTest, WordBreakSolrSpellCheckerTest, XsltUpdateRequestHandlerTest, ShardRoutingCustomTest, SuggesterTSTTest, SuggestComponentTest, TestFastLRUCache, TestRandomMergePolicy, SolrXmlInZkTest, TestSort, TermVectorComponentTest, ChangedSchemaMergeTest, TestFieldTypeCollectionResource, DeleteReplicaTest, TestBinaryField, ShardRoutingTest, TestSchemaResource, TestSchemaNameResource, JsonLoaderTest, TestBadConfig, PingRequestHandlerTest, TestHighFrequencyDictionaryFactory, HdfsSyncSliceTest, SystemInfoHandlerTest, MultiTermTest, SolrPluginUtilsTest, TestPostingsSolrHighlighter, UpdateParamsTest, SliceStateTest, SpellPossibilityIteratorTest, HdfsCollectionsAPIDistributedZkTest, ResponseLogComponentTest, TestRangeQuery, SpellCheckComponentTest, TestStressUserVersions, CoreContainerCoreInitFailuresTest, TestCloudManagedSchemaAddField, TestCollapseQParserPlugin, ZkSolrClientTest, TestSerializedLuceneMatchVersion, DistribCursorPagingTest, TestLMDirichletSimilarityFactory, TestDynamicFieldCollectionResource, ShowFileRequestHandlerTest, BadCopyFieldTest, DocValuesTest, TestManagedSchemaFieldResource, HardAutoCommitTest, HdfsRecoveryZkTest, AssignTest, DirectSolrSpellCheckerTest, InfoHandlerTest, TestSchemaSimilarityResource, DistributedDebugComponentTest, TestSchemaVersionResource, TestFoldingMultitermQuery, FullSolrCloudDistribCmdsTest, FileBasedSpellCheckerTest, TestRemoteStreaming, TestDFRSimilarityFactory, TestAnalyzedSuggestions, BadComponentTest, TestPhraseSuggestions, PrimUtilsTest, PluginInfoTest, DirectSolrConnectionTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, TestReplicationHandler, TestRandomFaceting, TestZkChroot, TestRandomDVFaceting, SliceStateUpdateTest, TestDistributedSearch, AutoCommitTest, TestFaceting, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestJoin, TestMultiCoreConfBootstrap, TestReload, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest]
>    [junit4] Completed in 4.13s, 23 tests, 1 failure <<< FAILURES!
>
> [...truncated 457 lines...]
> BUILD FAILED
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:459: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:439: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:37: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:189: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:491: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1308: The following error occurred while executing this line:
> C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:941: There were test failures: 358 suites, 1552 tests, 1 error, 5 failures, 40 ignored (12 assumptions)
>
> Total time: 79 minutes 44 seconds
> Build step 'Invoke Ant' marked build as failure
> Description set: Java: 32bit/jdk1.7.0_60-ea-b04 -server -XX:+UseConcMarkSweepGC
> Archiving artifacts
> Recording test results
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org



-- 
Regards,
Shalin Shekhar Mangar.

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


[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.7.0_60-ea-b04) - Build # 3672 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/3672/
Java: 32bit/jdk1.7.0_60-ea-b04 -server -XX:+UseConcMarkSweepGC

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([56A86E7FCDC3A449:3B8FEEAD267A16EE]: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:367)
	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([56A86E7FCDC3A449:B58F9527267B7B09]: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:1913)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
	at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:973)
	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:167)
	at org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:77)
	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:47)
	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:118)
	... 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([56A86E7FCDC3A449:F474F8D4052437A6]: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([56A86E7FCDC3A449:F474F8D4052437A6]: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([56A86E7FCDC3A449:F474F8D4052437A6]: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([56A86E7FCDC3A449:F474F8D4052437A6]: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 10358 lines...]
   [junit4] Suite: org.apache.solr.handler.JsonLoaderTest
   [junit4]   2> 1053037 T3931 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463
   [junit4]   2> 1053039 T3931 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 1053041 T3931 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1053042 T3931 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1053143 T3931 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1053208 T3931 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1053209 T3931 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1053218 T3931 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 1053591 T3931 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1053593 T3931 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1053593 T3931 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1053607 T3931 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1053610 T3931 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1053619 T3931 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1053624 T3931 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1053627 T3931 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1053627 T3931 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1053627 T3931 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1053627 T3931 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1053630 T3931 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1053630 T3931 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1053630 T3931 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1053630 T3931 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
   [junit4]   2> 1053630 T3931 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 1053645 T3931 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1053645 T3931 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
   [junit4]   2> 1053645 T3931 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 1053699 T3931 oasc.CoreContainer.<init> New CoreContainer 22099885
   [junit4]   2> 1053699 T3931 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\]
   [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1053701 T3931 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1053705 T3931 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1053705 T3931 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1053708 T3931 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 1053712 T3932 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1
   [junit4]   2> 1053713 T3932 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 1053713 T3932 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1053713 T3932 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1053768 T3932 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 1053820 T3932 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1053821 T3932 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1053830 T3932 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1054216 T3932 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1054217 T3932 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 1054218 T3932 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1054225 T3932 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1054227 T3932 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1054235 T3932 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1054239 T3932 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1054244 T3932 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1054244 T3932 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1054245 T3932 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1054245 T3932 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1054246 T3932 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1054246 T3932 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1054246 T3932 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1054246 T3932 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\
   [junit4]   2> 1054246 T3932 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@48433c
   [junit4]   2> 1054247 T3932 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\
   [junit4]   2> 1054247 T3932 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\index/
   [junit4]   2> 1054247 T3932 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\index' doesn't exist. Creating new index...
   [junit4]   2> 1054247 T3932 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\index
   [junit4]   2> 1054248 T3932 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1054249 T3932 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_1,generation=1}
   [junit4]   2> 1054249 T3932 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1054249 T3932 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 1054252 T3932 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1054253 T3932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1054253 T3932 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1054253 T3932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1054254 T3932 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1054254 T3932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1054254 T3932 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1054255 T3932 oasup.UniqFieldsUpdateProcessorFactory.init WARN Use of the 'fields' init param in UniqFieldsUpdateProcessorFactory is deprecated, please use 'fieldName' (or another FieldMutatingUpdateProcessorFactory selector option) instead
   [junit4]   2> 1054255 T3932 oasup.UniqFieldsUpdateProcessorFactory.init Replacing 'fields' init param with (individual) 'fieldName' params
   [junit4]   2> 1054255 T3932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1054255 T3932 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1054256 T3932 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1054256 T3932 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1054256 T3932 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1054256 T3932 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1054256 T3932 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1054256 T3932 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1054257 T3932 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1054257 T3932 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 1054258 T3932 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 1054258 T3932 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1054259 T3932 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1054259 T3932 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 1054259 T3932 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 1054260 T3932 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 1054260 T3932 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1054261 T3932 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1054261 T3932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1054262 T3932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1054262 T3932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1054262 T3932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1054262 T3932 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1054263 T3932 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1054263 T3932 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1054263 T3932 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 1054264 T3932 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 1054273 T3932 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1054275 T3932 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1054278 T3932 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1054278 T3932 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1054279 T3932 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1566599648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1054279 T3932 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_1,generation=1}
   [junit4]   2> 1054279 T3932 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1054279 T3932 oass.SolrIndexSearcher.<init> Opening Searcher@e6f97a main
   [junit4]   2> 1054279 T3932 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 1054290 T3932 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1054345 T3933 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e6f97a main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1054350 T3932 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1054364 T3931 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1054370 T3931 oas.SolrTestCaseJ4.setUp ###Starting testNullValues
   [junit4]   2> ASYNC  NEW_CORE C2630 name=collection1 org.apache.solr.core.SolrCore@1e01dca
   [junit4]   2> 1054375 T3931 C2630 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1054377 T3931 C2630 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_2,generation=2}
   [junit4]   2> 1054378 T3931 C2630 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1054379 T3931 C2630 oass.SolrIndexSearcher.<init> Opening Searcher@177ba28 main
   [junit4]   2> 1054380 T3931 C2630 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1054382 T3933 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@177ba28 main{StandardDirectoryReader(segments_2:3:nrt _0(4.7):c1)}
   [junit4]   2> 1054383 T3931 C2630 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={commit=true&wt=json&indent=true} {add=[10 (1459194690322563072)],commit=} 0 11
   [junit4]   2> 1054383 T3931 C2630 oasc.SolrCore.execute [collection1] webapp=null path=null params={fl=foo_s,foo2_s&q=id:10} hits=1 status=0 QTime=0 
   [junit4]   2> 1054384 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testNullValues
   [junit4]   2> 1054389 T3931 oas.SolrTestCaseJ4.setUp ###Starting testAddNonStringValues
   [junit4]   2> 1054397 T3931 C2630 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1054399 T3931 C2630 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_3,generation=3}
   [junit4]   2> 1054399 T3931 C2630 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 1054401 T3931 C2630 oass.SolrIndexSearcher.<init> Opening Searcher@85a716 main
   [junit4]   2> 1054402 T3931 C2630 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1054403 T3933 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@85a716 main{StandardDirectoryReader(segments_3:5:nrt _0(4.7):c1 _1(4.7):c1)}
   [junit4]   2> 1054404 T3931 C2630 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={commit=true&wt=json&indent=true} {add=[1 (1459194690344583168)],commit=} 0 12
   [junit4]   2> 1054405 T3931 C2630 oasc.SolrCore.execute [collection1] webapp=null path=null params={fl=boolean_b,long_l,double_d,big_integer_s,big_decimal_s&q=id:1} hits=1 status=0 QTime=1 
   [junit4]   2> 1054405 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testAddNonStringValues
   [junit4]   2> 1054411 T3931 oas.SolrTestCaseJ4.setUp ###Starting testBigDecimalValuesInAdd
   [junit4]   2> 1054413 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testBigDecimalValuesInAdd
   [junit4]   2> 1054419 T3931 oas.SolrTestCaseJ4.setUp ###Starting testBigIntegerValuesInAdd
   [junit4]   2> 1054419 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testBigIntegerValuesInAdd
   [junit4]   2> 1054425 T3931 oas.SolrTestCaseJ4.setUp ###Starting testExtendedFieldValues
   [junit4]   2> 1054425 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testExtendedFieldValues
   [junit4]   2> 1054433 T3931 oas.SolrTestCaseJ4.setUp ###Starting testParsing
   [junit4]   2> 1054434 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testParsing
   [junit4]   2> 1054440 T3931 oas.SolrTestCaseJ4.setUp ###Starting testDecimalValuesInAdd
   [junit4]   2> 1054441 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testDecimalValuesInAdd
   [junit4]   2> 1054446 T3931 oas.SolrTestCaseJ4.setUp ###Starting testBooleanValuesInAdd
   [junit4]   2> 1054446 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testBooleanValuesInAdd
   [junit4]   2> 1054450 T3931 oas.SolrTestCaseJ4.setUp ###Starting testSimpleFormat
   [junit4]   2> 1054450 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testSimpleFormat
   [junit4]   2> 1054458 T3931 oas.SolrTestCaseJ4.setUp ###Starting testIntegerValuesInAdd
   [junit4]   2> 1054458 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testIntegerValuesInAdd
   [junit4]   2> 1054465 T3931 oas.SolrTestCaseJ4.setUp ###Starting testDeleteSyntax
   [junit4]   2> 1054465 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testDeleteSyntax
   [junit4]   2> 1054470 T3931 oas.SolrTestCaseJ4.setUp ###Starting testAddBigIntegerValueToTrieField
   [junit4]   2> 1054473 T3931 C2630 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={wt=json&indent=true} {} 0 1
   [junit4]   2> 1054474 T3931 C2630 oasc.SolrException.log Ignoring exception matching big_integer_t
   [junit4]   2> 1054475 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testAddBigIntegerValueToTrieField
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=JsonLoaderTest -Dtests.method=testAddBigIntegerValueToTrieField -Dtests.seed=56A86E7FCDC3A449 -Dtests.slow=true -Dtests.locale=fi -Dtests.timezone=Pacific/Guadalcanal -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.02s | JsonLoaderTest.testAddBigIntegerValueToTrieField <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Exception writing document id 1 to the index; possible analysis error.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([56A86E7FCDC3A449:B58F9527267B7B09]:0)
   [junit4]    > 	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:162)
   [junit4]    > 	at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
   [junit4]    > 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:683)
   [junit4]    > 	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:837)
   [junit4]    > 	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:536)
   [junit4]    > 	at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
   [junit4]    > 	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleAdds(JsonLoader.java:392)
   [junit4]    > 	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.processUpdate(JsonLoader.java:117)
   [junit4]    > 	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.load(JsonLoader.java: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:1913)
   [junit4]    > 	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:973)
   [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:167)
   [junit4]    > 	at org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:77)
   [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:47)
   [junit4]    > 	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:118)
   [junit4]    > 	... 60 more
   [junit4]   2> 1054490 T3931 oas.SolrTestCaseJ4.setUp ###Starting testAddBigDecimalValueToTrieField
   [junit4]   2> 1054495 T3931 C2630 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1054497 T3931 C2630 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_4,generation=4}
   [junit4]   2> 1054499 T3931 C2630 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 1054500 T3931 C2630 oass.SolrIndexSearcher.<init> Opening Searcher@116abab main
   [junit4]   2> 1054501 T3931 C2630 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1054502 T3933 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@116abab main{StandardDirectoryReader(segments_4:9:nrt _0(4.7):c1 _2(4.7):c1)}
   [junit4]   2> 1054502 T3931 C2630 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={commit=true&wt=json&indent=true} {add=[1 (1459194690448392192)],commit=} 0 10
   [junit4]   2> 1054502 T3931 C2630 oasc.SolrCore.execute [collection1] webapp=null path=null params={fl=big_decimal_td&q=id:1} hits=1 status=0 QTime=0 
   [junit4]   2> 1054508 T3931 C2630 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1054510 T3931 C2630 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(RAMDirectory@dc744b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9da3f)),segFN=segments_5,generation=5}
   [junit4]   2> 1054511 T3931 C2630 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 1054512 T3931 C2630 oass.SolrIndexSearcher.<init> Opening Searcher@a90b05 main
   [junit4]   2> 1054512 T3931 C2630 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1054514 T3933 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a90b05 main{StandardDirectoryReader(segments_5:11:nrt _0(4.7):c1 _2(4.7):c1 _3(4.7):c1)}
   [junit4]   2> 1054514 T3931 C2630 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={commit=true&wt=json&indent=true} {add=[2 (1459194690462023680)],commit=} 0 9
   [junit4]   2> 1054515 T3931 C2630 oasc.SolrCore.execute [collection1] webapp=null path=null params={fl=big_decimal_tf&q=id:2} hits=1 status=0 QTime=0 
   [junit4]   2> 1054516 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testAddBigDecimalValueToTrieField
   [junit4]   2> 1054520 T3931 oas.SolrTestCaseJ4.setUp ###Starting testSimpleFormatInAdd
   [junit4]   2> 1054520 T3931 oas.SolrTestCaseJ4.tearDown ###Ending testSimpleFormatInAdd
   [junit4]   2> 1054522 T3931 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1054522 T3931 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=22099885
   [junit4]   2> 1054523 T3931 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e01dca
   [junit4]   2> 1054532 T3931 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,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> 1054532 T3931 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1054533 T3931 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1054533 T3931 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1054534 T3931 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1054534 T3931 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1054534 T3931 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\index;done=false>>]
   [junit4]   2> 1054534 T3931 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\index
   [junit4]   2> 1054535 T3931 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\;done=false>>]
   [junit4]   2> 1054535 T3931 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-JsonLoaderTest-1391596497463\
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=DefaultSimilarity, locale=fi, timezone=Pacific/Guadalcanal
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=2,threads=1,free=351598848,total=521060352
   [junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderNoQuery, TestWriterPerf, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestArbitraryIndexDir, UpdateRequestProcessorFactoryTest, TestSolrXmlPersistence, TestFiltering, LeaderElectionTest, TestDefaultSimilarityFactory, SyncSliceTest, BasicZkTest, TestCollationField, TestCharFilters, TestComponentsName, TestSolrDeletionPolicy1, TestFuzzyAnalyzedSuggestions, OverseerTest, MinimalSchemaTest, CollectionsAPIDistributedZkTest, TestAddFieldRealTimeGet, CopyFieldTest, DateFieldTest, CoreAdminHandlerTest, HdfsBasicDistributedZk2Test, OpenExchangeRatesOrgProviderTest, SolrIndexConfigTest, ReturnFieldsTest, CircularListTest, SolrTestCaseJ4Test, TestSolrJ, DistanceFunctionTest, ClusterStateTest, ShardSplitTest, CursorMarkTest, TestStressVersions, AddSchemaFieldsUpdateProcessorFactoryTest, ZkNodePropsTest, TestLMJelinekMercerSimilarityFactory, TestSolrQueryParserDefaultOperatorResource, EnumFieldTest, TermsComponentTest, RecoveryZkTest, TestJmxMonitoredMap, TestSolrQueryParserResource, SearchHandlerTest, PrimitiveFieldTypeTest, HighlighterConfigTest, TestCollationKeyRangeQueries, TestDistributedGrouping, TestMergePolicyConfig, LegacyHTMLStripCharFilterTest, ConnectionManagerTest, TimeZoneUtilsTest, TestMaxScoreQueryParser, OverseerRolesTest, TestUtils, DocValuesMissingTest, XmlUpdateRequestHandlerTest, TestBinaryResponseWriter, TestDefaultSearchFieldResource, DistributedQueryElevationComponentTest, UUIDFieldTest, ClusterStateUpdateTest, HdfsLockFactoryTest, TestSystemIdResolver, TestCollationFieldDocValues, QueryEqualityTest, TestLFUCache, LoggingHandlerTest, SimplePostToolTest, SuggesterFSTTest, TestSimpleQParserPlugin, AddBlockUpdateTest, FileUtilsTest, DocumentBuilderTest, SignatureUpdateProcessorFactoryTest, LukeRequestHandlerTest, TestCloudManagedSchema, SolrCoreTest, TestStandardQParsers, TestJmxIntegration, TestIndexSearcher, HdfsBasicDistributedZkTest, StatelessScriptUpdateProcessorFactoryTest, ScriptEngineTest, TestNRTOpen, HdfsDirectoryTest, TestUniqueKeyFieldResource, StressHdfsTest, CachingDirectoryFactoryTest, FieldAnalysisRequestHandlerTest, TestSolrIndexConfig, ZkCLITest, TestPartialUpdateDeduplication, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, DistributedTermsComponentTest, TestSolrXmlPersistor, TestPerFieldSimilarity, ZkControllerTest, TestInitQParser, TestCoreDiscovery, CurrencyFieldOpenExchangeTest, BlockCacheTest, IndexBasedSpellCheckerTest, WordBreakSolrSpellCheckerTest, XsltUpdateRequestHandlerTest, ShardRoutingCustomTest, SuggesterTSTTest, SuggestComponentTest, TestFastLRUCache, TestRandomMergePolicy, SolrXmlInZkTest, TestSort, TermVectorComponentTest, ChangedSchemaMergeTest, TestFieldTypeCollectionResource, DeleteReplicaTest, TestBinaryField, ShardRoutingTest, TestSchemaResource, TestSchemaNameResource, JsonLoaderTest]
   [junit4] Completed in 1.56s, 14 tests, 1 error <<< FAILURES!

[...truncated 235 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial
   [junit4]   2> 2370880 T8503 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolr4Spatial-1391597815306
   [junit4]   2> 2370883 T8503 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 2370887 T8503 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2370889 T8503 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2370985 T8503 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2371042 T8503 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 2371043 T8503 oass.IndexSchema.readSchema Reading Solr Schema from schema-spatial.xml
   [junit4]   2> 2371052 T8503 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 2371173 T8503 oass.AbstractSpatialFieldType.init WARN Using old worldBounds format? Should use ENVELOPE(xMin, xMax, yMax, yMin).
   [junit4]   2> 2371180 T8503 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2371183 T8503 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2371184 T8503 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
   [junit4]   2> 2371184 T8503 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 2371245 T8503 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2371245 T8503 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
   [junit4]   2> 2371245 T8503 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 2371330 T8503 oasc.CoreContainer.<init> New CoreContainer 30184018
   [junit4]   2> 2371330 T8503 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\]
   [junit4]   2> 2371331 T8503 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 2371332 T8503 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2371332 T8503 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 2371332 T8503 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2371333 T8503 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2371333 T8503 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2371333 T8503 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2371333 T8503 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2371334 T8503 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2371341 T8503 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2371342 T8503 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2371342 T8503 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 2371348 T8504 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1
   [junit4]   2> 2371351 T8504 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 2371353 T8504 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2371354 T8504 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2371413 T8504 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2371455 T8504 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-basic.xml
   [junit4]   2> 2371456 T8504 oass.IndexSchema.readSchema Reading Solr Schema from schema-spatial.xml
   [junit4]   2> 2371464 T8504 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2371527 T8504 oass.AbstractSpatialFieldType.init WARN Using old worldBounds format? Should use ENVELOPE(xMin, xMax, yMax, yMin).
   [junit4]   2> 2371533 T8504 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2371535 T8504 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2371535 T8504 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolr4Spatial-1391597815306\
   [junit4]   2> 2371535 T8504 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2371536 T8504 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolr4Spatial-1391597815306\
   [junit4]   2> 2371536 T8504 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolr4Spatial-1391597815306\index/
   [junit4]   2> 2371536 T8504 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolr4Spatial-1391597815306\index' doesn't exist. Creating new index...
   [junit4]   2> 2371537 T8504 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestSolr4Spatial-1391597815306\index
   [junit4]   2> 2371538 T8504 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=68.3818359375, floorSegmentMB=0.4619140625, forceMergeDeletesPctAllowed=4.180485549385708, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5354605064529364
   [junit4]   2> 2371538 T8504 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_1,generation=1}
   [junit4]   2> 2371538 T8504 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2371540 T8504 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2371541 T8504 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2371541 T8504 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2371552 T8504 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2371556 T8504 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2371557 T8504 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2371557 T8504 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=40.765625, floorSegmentMB=0.8974609375, forceMergeDeletesPctAllowed=29.240150846229305, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2371558 T8504 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_1,generation=1}
   [junit4]   2> 2371558 T8504 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2371559 T8504 oass.SolrIndexSearcher.<init> Opening Searcher@1f9c0fc main
   [junit4]   2> 2371559 T8504 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2371559 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1f9c0fc main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2371563 T8503 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2371568 T8503 oas.SolrTestCaseJ4.setUp ###Starting testSort {p0=srpt_geohash}
   [junit4]   2> ASYNC  NEW_CORE C5210 name=collection1 org.apache.solr.core.SolrCore@9fca03
   [junit4]   2> 2371568 T8503 C5210 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2371568 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 2371573 T8503 C5210 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2371573 T8503 C5210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_2,generation=2}
   [junit4]   2> 2371575 T8503 C5210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 2371576 T8503 C5210 oass.SolrIndexSearcher.<init> Opening Searcher@1e464f8 main
   [junit4]   2> 2371576 T8503 C5210 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 2371576 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e464f8 main{StandardDirectoryReader(segments_2:2:nrt)}
   [junit4]   2> 2371577 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 2371579 T8503 C5210 oass.AbstractSpatialPrefixTreeFieldType.newSpatialStrategy srpt_geohash{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={class=solr.SpatialRecursivePrefixTreeFieldType, prefixTree=geohash, units=degrees}} 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> 2371580 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100]} 0 2
   [junit4]   2> 2371582 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[101]} 0 0
   [junit4]   2> 2371584 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[999]} 0 0
   [junit4]   2> 2371586 T8503 C5210 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2371586 T8503 C5210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_3,generation=3}
   [junit4]   2> 2371586 T8503 C5210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 2371586 T8503 C5210 oass.SolrIndexSearcher.<init> Opening Searcher@18258d main
   [junit4]   2> 2371586 T8503 C5210 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 2371589 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@18258d main{StandardDirectoryReader(segments_3:4:nrt _0(4.7):C3)}
   [junit4]   2> 2371590 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 2371687 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={fl=id,score&q={!geofilt+sfield%3Dsrpt_geohash+++pt%3D3.0,4.0+d%3D1000.7557176093187}} hits=2 status=0 QTime=95 
   [junit4]   2> 2371695 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=score+asc&fl=id,score&q={!+score%3Ddistance++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"} hits=2 status=0 QTime=8 
   [junit4]   2> 2371699 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=score+desc&fl=id,score&q={!+score%3DrecipDistance++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"} hits=2 status=0 QTime=4 
   [junit4]   2> 2371701 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=score+asc&fl=id,score&q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance+filter%3Dfalse+pt%3D3.0,4.0+d%3D1.1119507973436875E-4}} hits=3 status=0 QTime=0 
   [junit4]   2> 2371712 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=score+asc&fl=id,score&q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D4.0,0.0+d%3D1000.7557176093187}} hits=2 status=0 QTime=10 
   [junit4]   2> 2371731 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=query($sortQuery)+asc&sortQuery={!+score%3Ddistance++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&fl=id,score&q=-id:999} hits=2 status=0 QTime=18 
   [junit4]   2> 2371746 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=query($sortQuery)+asc&sortQuery={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D4.0,0.0+d%3D1000.7557176093187}&fl=id,score&q=-id:999} hits=2 status=0 QTime=13 
   [junit4]   2> 2371746 T8503 oas.SolrTestCaseJ4.tearDown ###Ending testSort {p0=srpt_geohash}
   [junit4]   2> 2371752 T8503 oas.SolrTestCaseJ4.setUp ###Starting testSortMultiVal {p0=srpt_geohash}
   [junit4]   2> 2371753 T8503 C5210 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2371753 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 2371756 T8503 C5210 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2371756 T8503 C5210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_4,generation=4}
   [junit4]   2> 2371756 T8503 C5210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 2371756 T8503 C5210 oass.SolrIndexSearcher.<init> Opening Searcher@761cbf main
   [junit4]   2> 2371756 T8503 C5210 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 2371758 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@761cbf main{StandardDirectoryReader(segments_4:5:nrt)}
   [junit4]   2> 2371759 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 2371761 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[100]} 0 0
   [junit4]   2> 2371763 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[101]} 0 0
   [junit4]   2> 2371766 T8503 C5210 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2371766 T8503 C5210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_4,generation=4}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_5,generation=5}
   [junit4]   2> 2371766 T8503 C5210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 5
   [junit4]   2> 2371768 T8503 C5210 oass.SolrIndexSearcher.<init> Opening Searcher@4b56b6 main
   [junit4]   2> 2371768 T8503 C5210 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 2371769 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4b56b6 main{StandardDirectoryReader(segments_5:7:nrt _1(4.7):C2)}
   [junit4]   2> 2371770 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 2371777 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=score+asc&fl=id,score&q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D3.0,4.0+d%3D1000.7557176093187}} hits=2 status=0 QTime=5 
   [junit4]   2> 2371777 T8503 oas.SolrTestCaseJ4.tearDown ###Ending testSortMultiVal {p0=srpt_geohash}
   [junit4]   2> 2371783 T8503 oas.SolrTestCaseJ4.setUp ###Starting checkQueryEmptyIndex {p0=srpt_geohash}
   [junit4]   2> 2371784 T8503 C5210 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2371784 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 2371786 T8503 C5210 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2371786 T8503 C5210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_5,generation=5}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_6,generation=6}
   [junit4]   2> 2371786 T8503 C5210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 6
   [junit4]   2> 2371789 T8503 C5210 oass.SolrIndexSearcher.<init> Opening Searcher@1ad1261 main
   [junit4]   2> 2371789 T8503 C5210 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 2371789 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ad1261 main{StandardDirectoryReader(segments_6:8:nrt)}
   [junit4]   2> 2371790 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 2371792 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=1000&q=*:*&fl=id&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(0.0+0.0),0.8993203677616635))} hits=0 status=0 QTime=0 
   [junit4]   2> 2371795 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=1000&q=*:*&fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D100.0}} hits=0 status=0 QTime=0 
   [junit4]   2> 2371796 T8503 oas.SolrTestCaseJ4.tearDown ###Ending checkQueryEmptyIndex {p0=srpt_geohash}
   [junit4]   2> 2371803 T8503 oas.SolrTestCaseJ4.setUp ###Starting testBadShapeParse400 {p0=srpt_geohash}
   [junit4]   2> 2371804 T8503 C5210 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2371804 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 2371808 T8503 C5210 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2371808 T8503 C5210 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_6,generation=6}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4def42 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ec79f),segFN=segments_7,generation=7}
   [junit4]   2> 2371808 T8503 C5210 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 7
   [junit4]   2> 2371808 T8503 C5210 oass.SolrIndexSearcher.<init> Opening Searcher@1bf9f05 main
   [junit4]   2> 2371811 T8503 C5210 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 2371811 T8505 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1bf9f05 main{StandardDirectoryReader(segments_7:9:nrt)}
   [junit4]   2> 2371812 T8503 C5210 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 2371814 T8503 C5210 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 2371815 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=1000&q=*:*&fl=id,srpt_geohash&fq={!field+f%3Dsrpt_geohash}Intersects(NonexistentShape(89.9,-130+d%3D9))} status=400 QTime=2 
   [junit4]   2> 2371816 T8503 C5210 oasc.SolrException.log Ignoring exception matching .
   [junit4]   2> 2371817 T8503 C5210 oasc.SolrCore.execute [collection1] webapp=null path=null params={rows=1000&q=*:*&fl=id,srpt_geohash&fq

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

nd_commit_flush
   [junit4]   2> 2429124 T8688 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ca10a8 main{StandardDirectoryReader(segments_u:74:nrt _h(4.7):c6/2:delGen=1 _i(4.7):c1 _k(4.7):c2 _l(4.7):c2)}
   [junit4]   2> 2429128 T8686 C5259 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 13
   [junit4]   2> 2429133 T8686 C5259 oasc.SolrException.log Ignoring exception matching can not sort on multivalued field: sortabuse_t
   [junit4]   2> 2429133 T8686 C5259 oasc.SolrCore.execute [collection1] webapp=null path=null params={sort=sortabuse_t+asc&q=sortabuse_b:true} status=400 QTime=0 
   [junit4]   2> 2429135 T8686 oasc.SolrException.log Ignoring exception matching can not sort on multivalued field: sortabuse_t
   [junit4]   2> 2429135 T8686 oas.SolrTestCaseJ4.tearDown ###Ending testAbuseOfSort
   [junit4]   2> 2429135 T8686 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 2429135 T8686 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=24525661
   [junit4]   2> 2429138 T8686 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@60b3d6
   [junit4]   2> 2429157 T8686 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=31,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=1,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=1,cumulative_adds=53,cumulative_deletesById=4,cumulative_deletesByQuery=11,cumulative_errors=1,transaction_logs_total_size=101962,transaction_logs_total_number=10}
   [junit4]   2> 2429158 T8686 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2429158 T8686 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2429159 T8686 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2429161 T8686 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2429162 T8686 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2429162 T8686 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391597869562\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391597869562\;done=false>>]
   [junit4]   2> 2429162 T8686 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391597869562\
   [junit4]   2> 2429164 T8686 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391597869562\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391597869562\index;done=false>>]
   [junit4]   2> 2429164 T8686 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-BasicFunctionalityTest-1391597869562\index
   [junit4]   2> NOTE: test params are: codec=Appending, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=es_AR, timezone=SST
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=2,threads=1,free=94523752,total=521060352
   [junit4]   2> NOTE: All tests run in this JVM: [TestQuerySenderNoQuery, TestWriterPerf, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestArbitraryIndexDir, UpdateRequestProcessorFactoryTest, TestSolrXmlPersistence, TestFiltering, LeaderElectionTest, TestDefaultSimilarityFactory, SyncSliceTest, BasicZkTest, TestCollationField, TestCharFilters, TestComponentsName, TestSolrDeletionPolicy1, TestFuzzyAnalyzedSuggestions, OverseerTest, MinimalSchemaTest, CollectionsAPIDistributedZkTest, TestAddFieldRealTimeGet, CopyFieldTest, DateFieldTest, CoreAdminHandlerTest, HdfsBasicDistributedZk2Test, OpenExchangeRatesOrgProviderTest, SolrIndexConfigTest, ReturnFieldsTest, CircularListTest, SolrTestCaseJ4Test, TestSolrJ, DistanceFunctionTest, ClusterStateTest, ShardSplitTest, CursorMarkTest, TestStressVersions, AddSchemaFieldsUpdateProcessorFactoryTest, ZkNodePropsTest, TestLMJelinekMercerSimilarityFactory, TestSolrQueryParserDefaultOperatorResource, EnumFieldTest, TermsComponentTest, RecoveryZkTest, TestJmxMonitoredMap, TestSolrQueryParserResource, SearchHandlerTest, PrimitiveFieldTypeTest, HighlighterConfigTest, TestCollationKeyRangeQueries, TestDistributedGrouping, TestMergePolicyConfig, LegacyHTMLStripCharFilterTest, ConnectionManagerTest, TimeZoneUtilsTest, TestMaxScoreQueryParser, OverseerRolesTest, TestUtils, DocValuesMissingTest, XmlUpdateRequestHandlerTest, TestBinaryResponseWriter, TestDefaultSearchFieldResource, DistributedQueryElevationComponentTest, UUIDFieldTest, ClusterStateUpdateTest, HdfsLockFactoryTest, TestSystemIdResolver, TestCollationFieldDocValues, QueryEqualityTest, TestLFUCache, LoggingHandlerTest, SimplePostToolTest, SuggesterFSTTest, TestSimpleQParserPlugin, AddBlockUpdateTest, FileUtilsTest, DocumentBuilderTest, SignatureUpdateProcessorFactoryTest, LukeRequestHandlerTest, TestCloudManagedSchema, SolrCoreTest, TestStandardQParsers, TestJmxIntegration, TestIndexSearcher, HdfsBasicDistributedZkTest, StatelessScriptUpdateProcessorFactoryTest, ScriptEngineTest, TestNRTOpen, HdfsDirectoryTest, TestUniqueKeyFieldResource, StressHdfsTest, CachingDirectoryFactoryTest, FieldAnalysisRequestHandlerTest, TestSolrIndexConfig, ZkCLITest, TestPartialUpdateDeduplication, SpellingQueryConverterTest, DOMUtilTest, RAMDirectoryFactoryTest, DistributedTermsComponentTest, TestSolrXmlPersistor, TestPerFieldSimilarity, ZkControllerTest, TestInitQParser, TestCoreDiscovery, CurrencyFieldOpenExchangeTest, BlockCacheTest, IndexBasedSpellCheckerTest, WordBreakSolrSpellCheckerTest, XsltUpdateRequestHandlerTest, ShardRoutingCustomTest, SuggesterTSTTest, SuggestComponentTest, TestFastLRUCache, TestRandomMergePolicy, SolrXmlInZkTest, TestSort, TermVectorComponentTest, ChangedSchemaMergeTest, TestFieldTypeCollectionResource, DeleteReplicaTest, TestBinaryField, ShardRoutingTest, TestSchemaResource, TestSchemaNameResource, JsonLoaderTest, TestBadConfig, PingRequestHandlerTest, TestHighFrequencyDictionaryFactory, HdfsSyncSliceTest, SystemInfoHandlerTest, MultiTermTest, SolrPluginUtilsTest, TestPostingsSolrHighlighter, UpdateParamsTest, SliceStateTest, SpellPossibilityIteratorTest, HdfsCollectionsAPIDistributedZkTest, ResponseLogComponentTest, TestRangeQuery, SpellCheckComponentTest, TestStressUserVersions, CoreContainerCoreInitFailuresTest, TestCloudManagedSchemaAddField, TestCollapseQParserPlugin, ZkSolrClientTest, TestSerializedLuceneMatchVersion, DistribCursorPagingTest, TestLMDirichletSimilarityFactory, TestDynamicFieldCollectionResource, ShowFileRequestHandlerTest, BadCopyFieldTest, DocValuesTest, TestManagedSchemaFieldResource, HardAutoCommitTest, HdfsRecoveryZkTest, AssignTest, DirectSolrSpellCheckerTest, InfoHandlerTest, TestSchemaSimilarityResource, DistributedDebugComponentTest, TestSchemaVersionResource, TestFoldingMultitermQuery, FullSolrCloudDistribCmdsTest, FileBasedSpellCheckerTest, TestRemoteStreaming, TestDFRSimilarityFactory, TestAnalyzedSuggestions, BadComponentTest, TestPhraseSuggestions, PrimUtilsTest, PluginInfoTest, DirectSolrConnectionTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, TestReplicationHandler, TestRandomFaceting, TestZkChroot, TestRandomDVFaceting, SliceStateUpdateTest, TestDistributedSearch, AutoCommitTest, TestFaceting, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, TestJoin, TestMultiCoreConfBootstrap, TestReload, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest]
   [junit4] Completed in 4.13s, 23 tests, 1 failure <<< FAILURES!

[...truncated 457 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:459: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:439: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:491: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1308: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:941: There were test failures: 358 suites, 1552 tests, 1 error, 5 failures, 40 ignored (12 assumptions)

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