Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.10-Linux/129/
Java: 64bit/jdk1.7.0_67 -XX:+UseCompressedOops -XX:+UseParallelGC (asserts: 
true)

4 tests failed.
FAILED:  org.apache.solr.search.TestSolr4Spatial.testRangeSyntax {p0=bbox}

Error Message:
java.lang.UnsupportedOperationException: this codec cannot write docvalues

Stack Trace:
org.apache.solr.common.SolrException: java.lang.UnsupportedOperationException: 
this codec cannot write docvalues
        at 
__randomizedtesting.SeedInfo.seed([22B6C0542D15E73D:8514C4914228DE41]:0)
        at org.apache.solr.util.TestHarness.update(TestHarness.java:247)
        at 
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
        at 
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
        at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:663)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:642)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:636)
        at 
org.apache.solr.search.TestSolr4Spatial.setupDocs(TestSolr4Spatial.java:107)
        at 
org.apache.solr.search.TestSolr4Spatial.testRangeSyntax(TestSolr4Spatial.java:228)
        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:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        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:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.UnsupportedOperationException: this codec cannot write 
docvalues
        at 
org.apache.lucene.codecs.lucene3x.Lucene3xCodec$1.fieldsConsumer(Lucene3xCodec.java:73)
        at 
org.apache.lucene.index.DefaultIndexingChain.writeDocValues(DefaultIndexingChain.java:141)
        at 
org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:95)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:439)
        at 
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:513)
        at 
org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:624)
        at 
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2942)
        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3097)
        at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3064)
        at 
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:582)
        at 
org.apache.solr.update.processor.RunUpdateProcessor.processCommit(RunUpdateProcessorFactory.java:95)
        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processCommit(UpdateRequestProcessor.java:64)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalCommit(DistributedUpdateProcessor.java:1707)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.processCommit(DistributedUpdateProcessor.java:1684)
        at 
org.apache.solr.update.processor.LogUpdateProcessor.processCommit(LogUpdateProcessorFactory.java:157)
        at 
org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:267)
        at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:174)
        at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:99)
        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:1976)
        at 
org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
        at org.apache.solr.util.TestHarness.update(TestHarness.java:243)
        ... 48 more


FAILED:  org.apache.solr.search.TestSolr4Spatial.checkResultFormat {p0=bbox}

Error Message:
java.lang.UnsupportedOperationException: this codec cannot write docvalues

Stack Trace:
org.apache.solr.common.SolrException: java.lang.UnsupportedOperationException: 
this codec cannot write docvalues
        at 
__randomizedtesting.SeedInfo.seed([22B6C0542D15E73D:4DEE3B8B73187F8]:0)
        at org.apache.solr.util.TestHarness.update(TestHarness.java:247)
        at 
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
        at 
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
        at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:663)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:642)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:636)
        at 
org.apache.solr.search.TestSolr4Spatial.checkResultFormat(TestSolr4Spatial.java:157)
        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:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        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:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.UnsupportedOperationException: this codec cannot write 
docvalues
        at 
org.apache.lucene.codecs.lucene3x.Lucene3xCodec$1.fieldsConsumer(Lucene3xCodec.java:73)
        at 
org.apache.lucene.index.DefaultIndexingChain.writeDocValues(DefaultIndexingChain.java:141)
        at 
org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:95)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:439)
        at 
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:513)
        at 
org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:624)
        at 
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2942)
        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3097)
        at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3064)
        at 
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:582)
        at 
org.apache.solr.update.processor.RunUpdateProcessor.processCommit(RunUpdateProcessorFactory.java:95)
        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processCommit(UpdateRequestProcessor.java:64)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalCommit(DistributedUpdateProcessor.java:1707)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.processCommit(DistributedUpdateProcessor.java:1684)
        at 
org.apache.solr.update.processor.LogUpdateProcessor.processCommit(LogUpdateProcessorFactory.java:157)
        at 
org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:267)
        at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:174)
        at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:99)
        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:1976)
        at 
org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
        at org.apache.solr.util.TestHarness.update(TestHarness.java:243)
        ... 47 more


FAILED:  org.apache.solr.search.TestSolr4Spatial.testIntersectFilter {p0=bbox}

Error Message:
java.lang.UnsupportedOperationException: this codec cannot write docvalues

Stack Trace:
org.apache.solr.common.SolrException: java.lang.UnsupportedOperationException: 
this codec cannot write docvalues
        at 
__randomizedtesting.SeedInfo.seed([22B6C0542D15E73D:CFF926E8F607C15]:0)
        at org.apache.solr.util.TestHarness.update(TestHarness.java:247)
        at 
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
        at 
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
        at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:663)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:642)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:636)
        at 
org.apache.solr.search.TestSolr4Spatial.setupDocs(TestSolr4Spatial.java:107)
        at 
org.apache.solr.search.TestSolr4Spatial.testIntersectFilter(TestSolr4Spatial.java:112)
        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:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        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:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.UnsupportedOperationException: this codec cannot write 
docvalues
        at 
org.apache.lucene.codecs.lucene3x.Lucene3xCodec$1.fieldsConsumer(Lucene3xCodec.java:73)
        at 
org.apache.lucene.index.DefaultIndexingChain.writeDocValues(DefaultIndexingChain.java:141)
        at 
org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:95)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:439)
        at 
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:513)
        at 
org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:624)
        at 
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2942)
        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3097)
        at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3064)
        at 
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:582)
        at 
org.apache.solr.update.processor.RunUpdateProcessor.processCommit(RunUpdateProcessorFactory.java:95)
        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processCommit(UpdateRequestProcessor.java:64)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalCommit(DistributedUpdateProcessor.java:1707)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.processCommit(DistributedUpdateProcessor.java:1684)
        at 
org.apache.solr.update.processor.LogUpdateProcessor.processCommit(LogUpdateProcessorFactory.java:157)
        at 
org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:267)
        at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:174)
        at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:99)
        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:1976)
        at 
org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
        at org.apache.solr.util.TestHarness.update(TestHarness.java:243)
        ... 48 more


FAILED:  org.apache.solr.search.TestSolr4Spatial.testSort {p0=bbox}

Error Message:
java.lang.UnsupportedOperationException: this codec cannot write docvalues

Stack Trace:
org.apache.solr.common.SolrException: java.lang.UnsupportedOperationException: 
this codec cannot write docvalues
        at 
__randomizedtesting.SeedInfo.seed([22B6C0542D15E73D:7353E87DE658FD2D]:0)
        at org.apache.solr.util.TestHarness.update(TestHarness.java:247)
        at 
org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:282)
        at 
org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:252)
        at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:663)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:642)
        at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:636)
        at 
org.apache.solr.search.TestSolr4Spatial.testSort(TestSolr4Spatial.java:247)
        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:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        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:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.UnsupportedOperationException: this codec cannot write 
docvalues
        at 
org.apache.lucene.codecs.lucene3x.Lucene3xCodec$1.fieldsConsumer(Lucene3xCodec.java:73)
        at 
org.apache.lucene.index.DefaultIndexingChain.writeDocValues(DefaultIndexingChain.java:141)
        at 
org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:95)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:439)
        at 
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:513)
        at 
org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:624)
        at 
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2942)
        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3097)
        at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3064)
        at 
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:582)
        at 
org.apache.solr.update.processor.RunUpdateProcessor.processCommit(RunUpdateProcessorFactory.java:95)
        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processCommit(UpdateRequestProcessor.java:64)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalCommit(DistributedUpdateProcessor.java:1707)
        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.processCommit(DistributedUpdateProcessor.java:1684)
        at 
org.apache.solr.update.processor.LogUpdateProcessor.processCommit(LogUpdateProcessorFactory.java:157)
        at 
org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:267)
        at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:174)
        at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:99)
        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:1976)
        at 
org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
        at org.apache.solr.util.TestHarness.update(TestHarness.java:243)
        ... 47 more




Build Log:
[...truncated 11675 lines...]
   [junit4] Suite: org.apache.solr.search.TestSolr4Spatial
   [junit4]   2> Creating dataDir: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.search.TestSolr4Spatial-22B6C0542D15E73D-001/init-core-data-001
   [junit4]   2> 1378306 T4731 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (true)
   [junit4]   2> 1378306 T4731 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1378307 T4731 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1378307 T4731 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 1378307 T4731 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1378308 T4731 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1378343 T4731 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 4.10.3
   [junit4]   2> 1378360 T4731 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig-basic.xml
   [junit4]   2> 1378360 T4731 oass.IndexSchema.readSchema Reading Solr Schema 
from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/schema-spatial.xml
   [junit4]   2> 1378363 T4731 oass.IndexSchema.readSchema [null] Schema 
name=test
   [junit4]   2> 1378395 T4731 oass.AbstractSpatialFieldType.init WARN Using 
old worldBounds format? Should use ENVELOPE(xMin, xMax, yMax, yMin).
   [junit4]   2> 1378397 T4731 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1378398 T4731 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 1378398 T4731 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr
   [junit4]   2> 1378398 T4731 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 1378425 T4731 oasc.CoreContainer.<init> New CoreContainer 
1971976054
   [junit4]   2> 1378426 T4731 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 1378426 T4731 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 0
   [junit4]   2> 1378426 T4731 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: null
   [junit4]   2> 1378426 T4731 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 0
   [junit4]   2> 1378427 T4731 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1378427 T4731 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 1378427 T4731 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1378427 T4731 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 1378427 T4731 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 1378427 T4731 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 1378428 T4731 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=false
   [junit4]   2> 1378428 T4731 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1378428 T4731 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1378428 T4731 oasc.CoreContainer.load Host Name: 
   [junit4]   2> 1378430 T4732 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1378430 T4732 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 1378431 T4732 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1378431 T4732 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1378452 T4732 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 4.10.3
   [junit4]   2> 1378468 T4732 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig-basic.xml
   [junit4]   2> 1378468 T4732 oass.IndexSchema.readSchema Reading Solr Schema 
from 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf/schema-spatial.xml
   [junit4]   2> 1378471 T4732 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 1378491 T4732 oass.AbstractSpatialFieldType.init WARN Using 
old worldBounds format? Should use ENVELOPE(xMin, xMax, yMax, yMin).
   [junit4]   2> 1378493 T4732 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1378493 T4732 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from instancedir 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1378494 T4732 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1378494 T4732 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/,
 
dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.search.TestSolr4Spatial-22B6C0542D15E73D-001/init-core-data-001/
   [junit4]   2> 1378494 T4732 oasc.SolrCore.<init> JMX monitoring not detected 
for core: collection1
   [junit4]   2> 1378494 T4732 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.search.TestSolr4Spatial-22B6C0542D15E73D-001/init-core-data-001
   [junit4]   2> 1378494 T4732 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.search.TestSolr4Spatial-22B6C0542D15E73D-001/init-core-data-001/index/
   [junit4]   2> 1378495 T4732 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.search.TestSolr4Spatial-22B6C0542D15E73D-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1378495 T4732 oasc.CachingDirectoryFactory.get return new 
directory for 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.search.TestSolr4Spatial-22B6C0542D15E73D-001/init-core-data-001/index
   [junit4]   2> 1378495 T4732 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=48.4951171875, 
floorSegmentMB=1.48828125, forceMergeDeletesPctAllowed=1.0039563161222176, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6773820233045773
   [junit4]   2> 1378496 T4732 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_1,generation=1}
   [junit4]   2> 1378496 T4732 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1378496 T4732 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1378497 T4732 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1378497 T4732 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1378497 T4732 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1378497 T4732 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1378497 T4732 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 1378497 T4732 oasc.RequestHandlers.initHandlersFromConfig WARN 
Multiple requestHandler registered to the same name: /update ignoring: 
org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1378498 T4732 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 1378500 T4732 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1378500 T4732 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1378501 T4732 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1378502 T4732 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1378503 T4732 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1378504 T4732 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 1378504 T4732 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 1378504 T4732 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=49, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=82.091796875, 
floorSegmentMB=1.6630859375, forceMergeDeletesPctAllowed=10.519088130625722, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1378505 T4732 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_1,generation=1}
   [junit4]   2> 1378505 T4732 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 1378505 T4732 oass.SolrIndexSearcher.<init> Opening 
Searcher@1d8d059b[collection1] main
   [junit4]   2> 1378505 T4732 oasr.ManagedResourceStorage.newStorageIO WARN 
Cannot write to config directory 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1378505 T4732 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 1378506 T4732 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using InMemoryStorage
   [junit4]   2> 1378506 T4732 oasr.ManagedResource.reloadFromStorage WARN No 
stored data found for /rest/managed
   [junit4]   2> 1378506 T4732 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using InMemoryStorage
   [junit4]   2> 1378506 T4732 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 1378506 T4732 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 1378506 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1d8d059b[collection1] 
main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1378507 T4731 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1378512 T4731 oas.SolrTestCaseJ4.setUp ###Starting 
testBadShapeParse400 {p0=srpt_geohash}
   [junit4]   2> ASYNC  NEW_CORE C1227 name=collection1 
org.apache.solr.core.SolrCore@2d38466e
   [junit4]   2> 1378513 T4731 C1227 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1378513 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1378516 T4731 C1227 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1378516 T4731 C1227 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_1,generation=1}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_2,generation=2}
   [junit4]   2> 1378517 T4731 C1227 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 2
   [junit4]   2> 1378518 T4731 C1227 oass.SolrIndexSearcher.<init> Opening 
Searcher@7c11dba5[collection1] main
   [junit4]   2> 1378518 T4731 C1227 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1378518 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@7c11dba5[collection1] 
main{StandardDirectoryReader(segments_1:2:nrt)}
   [junit4]   2> 1378518 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1378520 T4731 C1227 oasc.SolrException.log Ignoring exception 
matching .
   [junit4]   2> 1378521 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,srpt_geohash&fq={!field+f%3Dsrpt_geohash}Intersects(NonexistentShape(89.9,-130+d%3D9))&rows=1000&q=*:*}
 status=400 QTime=1 
   [junit4]   2> 1378522 T4731 C1227 oasc.SolrException.log Ignoring exception 
matching .
   [junit4]   2> 1378522 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,srpt_geohash&fq={!field+f%3Dsrpt_geohash}Intersects(NonexistentShape(89.9,-130+d%3D9&rows=1000&q=*:*}
 status=400 QTime=1 
   [junit4]   2> 1378523 T4731 C1227 oasc.SolrException.log Ignoring exception 
matching .
   [junit4]   2> 1378523 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,srpt_geohash&fq={!field+f%3Dsrpt_geohash}Intersectssss&rows=1000&q=*:*}
 status=400 QTime=1 
   [junit4]   2> 1378523 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {} 0 0
   [junit4]   2> 1378524 T4731 C1227 oasc.SolrException.log Ignoring exception 
matching NonexistentShape
   [junit4]   2> 1378524 T4731 oas.SolrTestCaseJ4.tearDown ###Ending 
testBadShapeParse400 {p0=srpt_geohash}
   [junit4]   2> 1378530 T4731 oas.SolrTestCaseJ4.setUp ###Starting 
checkQueryEmptyIndex {p0=srpt_geohash}
   [junit4]   2> 1378531 T4731 C1227 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1378531 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1378532 T4731 C1227 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1378533 T4731 C1227 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_2,generation=2}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_3,generation=3}
   [junit4]   2> 1378533 T4731 C1227 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 3
   [junit4]   2> 1378534 T4731 C1227 oass.SolrIndexSearcher.<init> Opening 
Searcher@669642d4[collection1] main
   [junit4]   2> 1378534 T4731 C1227 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1378534 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@669642d4[collection1] 
main{StandardDirectoryReader(segments_1:3:nrt)}
   [junit4]   2> 1378535 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> 1378556 T4731 C1227 
oass.AbstractSpatialPrefixTreeFieldType.newSpatialStrategy 
srpt_geohash{class=org.apache.solr.schema.SpatialRecursivePrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={units=degrees,
 prefixTree=geohash, class=solr.SpatialRecursivePrefixTreeFieldType}} strat: 
RecursivePrefixTreeStrategy(prefixGridScanLevel:7,SPG:(GeohashPrefixTree(maxLevels:11,ctx:SpatialContext{geo=true,
 calculator=Haversine, 
worldBounds=Rect(minX=-180.0,maxX=180.0,minY=-90.0,maxY=90.0)}))) maxLevels: 11
   [junit4]   2> 1378558 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(0.0+0.0),0.8993203677616635))&rows=1000&q=*:*}
 hits=0 status=0 QTime=22 
   [junit4]   2> 1378561 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D100.0}&rows=1000&q=*:*}
 hits=0 status=0 QTime=2 
   [junit4]   2> 1378562 T4731 oas.SolrTestCaseJ4.tearDown ###Ending 
checkQueryEmptyIndex {p0=srpt_geohash}
   [junit4]   2> 1378567 T4731 oas.SolrTestCaseJ4.setUp ###Starting 
testRangeSyntax {p0=srpt_geohash}
   [junit4]   2> 1378568 T4731 C1227 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1378569 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1378570 T4731 C1227 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1378570 T4731 C1227 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_3,generation=3}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_4,generation=4}
   [junit4]   2> 1378571 T4731 C1227 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 4
   [junit4]   2> 1378571 T4731 C1227 oass.SolrIndexSearcher.<init> Opening 
Searcher@7715341[collection1] main
   [junit4]   2> 1378572 T4731 C1227 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1378572 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@7715341[collection1] 
main{StandardDirectoryReader(segments_1:4:nrt)}
   [junit4]   2> 1378572 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1378576 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[1]} 0 3
   [junit4]   2> 1378577 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1378579 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[3]} 0 1
   [junit4]   2> 1378580 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[4]} 0 1
   [junit4]   2> 1378581 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[5]} 0 1
   [junit4]   2> 1378582 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[6]} 0 1
   [junit4]   2> 1378583 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[7]} 0 0
   [junit4]   2> 1378584 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[8]} 0 0
   [junit4]   2> 1378585 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[9]} 0 1
   [junit4]   2> 1378585 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 1378586 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1378587 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 1378588 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 1378589 T4731 C1227 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1378591 T4731 C1227 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_4,generation=4}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_5,generation=5}
   [junit4]   2> 1378592 T4731 C1227 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 5
   [junit4]   2> 1378592 T4731 C1227 oass.SolrIndexSearcher.<init> Opening 
Searcher@5778b48b[collection1] main
   [junit4]   2> 1378593 T4731 C1227 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1378593 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@5778b48b[collection1] 
main{StandardDirectoryReader(segments_1:6:nrt _0(4.10.3):c13)}
   [junit4]   2> 1378593 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 1378608 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!+score%3Dnone+df%3Dsrpt_geohash}[32,-80+TO+"33+,+-79"]&rows=1000&q=*:*}
 hits=1 status=0 QTime=14 
   [junit4]   2> 1378609 T4731 oas.SolrTestCaseJ4.tearDown ###Ending 
testRangeSyntax {p0=srpt_geohash}
   [junit4]   2> 1378614 T4731 oas.SolrTestCaseJ4.setUp ###Starting 
checkResultFormat {p0=srpt_geohash}
   [junit4]   2> 1378615 T4731 C1227 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1378615 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1378616 T4731 C1227 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1378617 T4731 C1227 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_5,generation=5}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_6,generation=6}
   [junit4]   2> 1378617 T4731 C1227 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 6
   [junit4]   2> 1378618 T4731 C1227 oass.SolrIndexSearcher.<init> Opening 
Searcher@3be9dc0b[collection1] main
   [junit4]   2> 1378618 T4731 C1227 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1378618 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@3be9dc0b[collection1] 
main{StandardDirectoryReader(segments_1:7:nrt)}
   [junit4]   2> 1378619 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> 1378620 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[11]} 0 0
   [junit4]   2> 1378621 T4731 C1227 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1378622 T4731 C1227 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_6,generation=6}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_7,generation=7}
   [junit4]   2> 1378623 T4731 C1227 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 7
   [junit4]   2> 1378624 T4731 C1227 oass.SolrIndexSearcher.<init> Opening 
Searcher@3752d58[collection1] main
   [junit4]   2> 1378624 T4731 C1227 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1378624 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@3752d58[collection1] 
main{StandardDirectoryReader(segments_1:9:nrt _1(4.10.3):c1)}
   [junit4]   2> 1378625 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 4
   [junit4]   2> 1378631 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,srpt_geohash&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D89.9,-130+d%3D9}&rows=1000&q=*:*}
 hits=1 status=0 QTime=5 
   [junit4]   2> 1378632 T4731 oas.SolrTestCaseJ4.tearDown ###Ending 
checkResultFormat {p0=srpt_geohash}
   [junit4]   2> 1378639 T4731 oas.SolrTestCaseJ4.setUp ###Starting 
testSortMultiVal {p0=srpt_geohash}
   [junit4]   2> 1378639 T4731 C1227 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1378640 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1378641 T4731 C1227 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1378641 T4731 C1227 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_7,generation=7}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_8,generation=8}
   [junit4]   2> 1378642 T4731 C1227 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 8
   [junit4]   2> 1378642 T4731 C1227 oass.SolrIndexSearcher.<init> Opening 
Searcher@5ce6b6cf[collection1] main
   [junit4]   2> 1378643 T4731 C1227 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1378643 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@5ce6b6cf[collection1] 
main{StandardDirectoryReader(segments_1:10:nrt)}
   [junit4]   2> 1378643 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1378645 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[100]} 0 1
   [junit4]   2> 1378646 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[101]} 0 0
   [junit4]   2> 1378647 T4731 C1227 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1378649 T4731 C1227 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_8,generation=8}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_9,generation=9}
   [junit4]   2> 1378650 T4731 C1227 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 9
   [junit4]   2> 1378651 T4731 C1227 oass.SolrIndexSearcher.<init> Opening 
Searcher@b806a56[collection1] main
   [junit4]   2> 1378651 T4731 C1227 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1378651 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@b806a56[collection1] 
main{StandardDirectoryReader(segments_1:12:nrt _2(4.10.3):c2)}
   [junit4]   2> 1378652 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 1378665 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,score&q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D3.0,4.0+d%3D1000.7557176093187}&sort=score+asc}
 hits=2 status=0 QTime=12 
   [junit4]   2> 1378666 T4731 oas.SolrTestCaseJ4.tearDown ###Ending 
testSortMultiVal {p0=srpt_geohash}
   [junit4]   2> 1378672 T4731 oas.SolrTestCaseJ4.setUp ###Starting 
testBadScoreParam {p0=srpt_geohash}
   [junit4]   2> 1378673 T4731 C1227 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1378673 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1378675 T4731 C1227 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1378676 T4731 C1227 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_9,generation=9}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_a,generation=10}
   [junit4]   2> 1378676 T4731 C1227 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 10
   [junit4]   2> 1378677 T4731 C1227 oass.SolrIndexSearcher.<init> Opening 
Searcher@70025d1b[collection1] main
   [junit4]   2> 1378677 T4731 C1227 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1378677 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@70025d1b[collection1] 
main{StandardDirectoryReader(segments_1:13:nrt)}
   [junit4]   2> 1378678 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> 1378680 T4731 C1227 oasc.SolrException.log Ignoring exception 
matching .
   [junit4]   2> 1378680 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={start=0&qt=standard&rows=20&version=2.2&q={!+score%3Dbogus+filter%3Dfalse+}srpt_geohash:"Intersects(BUFFER(POINT(0.0+0.0),0.0))"}
 status=400 QTime=1 
   [junit4]   2> 1378680 T4731 oas.SolrTestCaseJ4.tearDown ###Ending 
testBadScoreParam {p0=srpt_geohash}
   [junit4]   2> 1378687 T4731 oas.SolrTestCaseJ4.setUp ###Starting 
testIntersectFilter {p0=srpt_geohash}
   [junit4]   2> 1378687 T4731 C1227 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1378688 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1378689 T4731 C1227 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1378690 T4731 C1227 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_a,generation=10}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_b,generation=11}
   [junit4]   2> 1378690 T4731 C1227 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 11
   [junit4]   2> 1378691 T4731 C1227 oass.SolrIndexSearcher.<init> Opening 
Searcher@5ecf5751[collection1] main
   [junit4]   2> 1378691 T4731 C1227 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1378691 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@5ecf5751[collection1] 
main{StandardDirectoryReader(segments_1:14:nrt)}
   [junit4]   2> 1378692 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> 1378693 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[1]} 0 1
   [junit4]   2> 1378694 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1378695 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1378696 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[4]} 0 0
   [junit4]   2> 1378697 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[5]} 0 0
   [junit4]   2> 1378698 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[6]} 0 0
   [junit4]   2> 1378699 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[7]} 0 0
   [junit4]   2> 1378700 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[8]} 0 0
   [junit4]   2> 1378701 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[9]} 0 0
   [junit4]   2> 1378702 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 1378704 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[11]} 0 1
   [junit4]   2> 1378705 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[12]} 0 1
   [junit4]   2> 1378706 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[13]} 0 1
   [junit4]   2> 1378706 T4731 C1227 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1378710 T4731 C1227 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_b,generation=11}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_c,generation=12}
   [junit4]   2> 1378710 T4731 C1227 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 12
   [junit4]   2> 1378711 T4731 C1227 oass.SolrIndexSearcher.<init> Opening 
Searcher@48c70c7[collection1] main
   [junit4]   2> 1378711 T4731 C1227 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1378711 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@48c70c7[collection1] 
main{StandardDirectoryReader(segments_1:16:nrt _3(4.10.3):c13)}
   [junit4]   2> 1378712 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 1378722 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(1.0+1.0),1.5738106435829113))&rows=1000&q=*:*}
 hits=3 status=0 QTime=9 
   [junit4]   2> 1378734 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'1,1'+d%3D175.0}&rows=1000&q=*:*}
 hits=3 status=0 QTime=9 
   [junit4]   2> 1378752 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash+score%3Ddistance}Intersects(BUFFER(POINT(179.8+0.0),1.798640735523327))&rows=1000&q=*:*}
 hits=2 status=0 QTime=15 
   [junit4]   2> 1378770 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,179.8'+d%3D200.0}&rows=1000&q=*:*}
 hits=2 status=0 QTime=16 
   [junit4]   2> 1378779 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash+score%3DrecipDistance}Intersects(BUFFER(POINT(50.0+89.8),1.798640735523327))&rows=1000&q=*:*}
 hits=2 status=0 QTime=7 
   [junit4]   2> 1378788 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'89.8,+50'+d%3D200.0}&rows=1000&q=*:*}
 hits=2 status=0 QTime=7 
   [junit4]   2> 1378798 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(BUFFER(POINT(50.0+-89.8),1.798640735523327))&rows=1000&q=*:*}
 hits=2 status=0 QTime=9 
   [junit4]   2> 1378809 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'-89.8,+50'+d%3D200.0}&rows=1000&q=*:*}
 hits=2 status=0 QTime=10 
   [junit4]   2> 1378816 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(-80.0+33.0),2.6979611032849906))&rows=1000&q=*:*}
 hits=2 status=0 QTime=5 
   [junit4]   2> 1378821 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'33.0,-80.0'+d%3D300.0}&rows=1000&q=*:*}
 hits=2 status=0 QTime=4 
   [junit4]   2> 1378837 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(1.0+1.0),44.96601838808318))&rows=1000&q=*:*}
 hits=3 status=0 QTime=15 
   [junit4]   2> 1378856 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'1,1'+d%3D5000.0}&rows=1000&q=*:*}
 hits=3 status=0 QTime=17 
   [junit4]   2> 1378875 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash}Intersects(ENVELOPE(-0.034898260626377464,+0.23489826062637748,+0.23489805516424955,+-0.03489805516424954))&rows=1000&q=*:*}
 hits=2 status=0 QTime=15 
   [junit4]   2> 1378894 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D'0.1,0.1'+d%3D15.0}&rows=1000&q=*:*}
 hits=2 status=0 QTime=17 
   [junit4]   2> 1378896 T4731 C1227 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1378897 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1378898 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[14]} 0 0
   [junit4]   2> 1378900 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[15]} 0 1
   [junit4]   2> 1378901 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[16]} 0 0
   [junit4]   2> 1378902 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[17]} 0 0
   [junit4]   2> 1378903 T4731 C1227 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1378905 T4731 C1227 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_c,generation=12}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_d,generation=13}
   [junit4]   2> 1378906 T4731 C1227 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 13
   [junit4]   2> 1378907 T4731 C1227 oass.SolrIndexSearcher.<init> Opening 
Searcher@215809d[collection1] main
   [junit4]   2> 1378907 T4731 C1227 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1378907 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@215809d[collection1] 
main{StandardDirectoryReader(segments_1:19:nrt _4(4.10.3):c4)}
   [junit4]   2> 1378908 T4731 C1227 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 5
   [junit4]   2> 1378917 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(BUFFER(POINT(0.0+0.0),8.993203677616636))&rows=1000&q=*:*}
 hits=1 status=0 QTime=8 
   [junit4]   2> 1378924 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D1000.0}&rows=1000&q=*:*}
 hits=1 status=0 QTime=5 
   [junit4]   2> 1378932 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(0.0+0.0),17.986407355233272))&rows=1000&q=*:*}
 hits=2 status=0 QTime=6 
   [junit4]   2> 1378939 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D2000.0}&rows=1000&q=*:*}
 hits=2 status=0 QTime=6 
   [junit4]   2> 1378944 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(ENVELOPE(-26.979611032849906,+26.979611032849906,+26.979611032849906,+-26.979611032849906))&rows=1000&q=*:*}
 hits=3 status=0 QTime=4 
   [junit4]   2> 1378950 T4731 C1227 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D3000.0}&rows=1000&q=*:*}
 hits=3 status=0 QTime=4 
   [junit4]   2> ASYNC  NEW_CORE C1228 name=collection1 
org.apache.solr.core.SolrCore@2d38466e
   [junit4]   2> 1378974 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash+score%3Ddistance}Intersects(BUFFER(POINT(0.0+0.0),26.98860423652752))&rows=1000&q=*:*}
 hits=3 status=0 QTime=10 
   [junit4]   2> 1378985 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D3001.0}&rows=1000&q=*:*}
 hits=3 status=0 QTime=9 
   [junit4]   2> 1378996 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(BUFFER(POINT(0.0+0.0),26.980510353217664))&rows=1000&q=*:*}
 hits=3 status=0 QTime=9 
   [junit4]   2> 1379006 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'0,0'+d%3D3000.1}&rows=1000&q=*:*}
 hits=3 status=0 QTime=8 
   [junit4]   2> 1379011 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash+score%3Ddistance}Intersects(BUFFER(POINT(-96.789603+43.51703),0.9802592008602133))&rows=1000&q=*:*}
 hits=0 status=0 QTime=3 
   [junit4]   2> 1379015 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'43.517030,-96.789603'+d%3D109.0}&rows=1000&q=*:*}
 hits=0 status=0 QTime=3 
   [junit4]   2> 1379018 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash}Intersects(BUFFER(POINT(-96.789603+43.51703),0.9892524045378299))&rows=1000&q=*:*}
 hits=0 status=0 QTime=3 
   [junit4]   2> 1379022 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dsrpt_geohash+pt%3D'43.517030,-96.789603'+d%3D110.0}&rows=1000&q=*:*}
 hits=0 status=0 QTime=3 
   [junit4]   2> 1379031 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dsrpt_geohash+score%3Dnone}Intersects(ENVELOPE(-98.15383081481679,+-95.42537518518321,+44.50628240453783,+42.52777759546217))&rows=1000&q=*:*}
 hits=1 status=0 QTime=9 
   [junit4]   2> 1379040 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!bbox+sfield%3Dsrpt_geohash+pt%3D'43.517030,-96.789603'+d%3D110.0}&rows=1000&q=*:*}
 hits=1 status=0 QTime=8 
   [junit4]   2> 1379041 T4731 oas.SolrTestCaseJ4.tearDown ###Ending 
testIntersectFilter {p0=srpt_geohash}
   [junit4]   2> 1379046 T4731 oas.SolrTestCaseJ4.setUp ###Starting 
solr4OldShapeSyntax {p0=srpt_geohash}
   [junit4]   2> 1379046 T4731 C1228 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1379046 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1379047 T4731 C1228 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1379048 T4731 C1228 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_d,generation=13}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_e,generation=14}
   [junit4]   2> 1379048 T4731 C1228 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 14
   [junit4]   2> 1379048 T4731 C1228 oass.SolrIndexSearcher.<init> Opening 
Searcher@1c6c2ea2[collection1] main
   [junit4]   2> 1379049 T4731 C1228 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1379049 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@1c6c2ea2[collection1] 
main{StandardDirectoryReader(segments_1:20:nrt)}
   [junit4]   2> 1379049 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1379051 T4731 
oass.AbstractSpatialPrefixTreeFieldType.newSpatialStrategy 
stqpt_u_oldworldbounds{class=org.apache.solr.schema.SpatialTermQueryPrefixTreeFieldType,analyzer=org.apache.solr.schema.FieldType$DefaultAnalyzer,args={units=degrees,
 distCalculator=cartesian^2, worldBounds=0 0 1000 1000, 
class=solr.SpatialTermQueryPrefixTreeFieldType, geo=false}} strat: 
TermQueryPrefixTreeStrategy field:foo ctx=SpatialContext{geo=false, 
calculator=CartesianDistCalc, 
worldBounds=Rect(minX=0.0,maxX=1000.0,minY=0.0,maxY=1000.0)} maxLevels: 50
   [junit4]   2> 1379064 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[rect]} 0 12
   [junit4]   2> 1379085 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[circ]} 0 20
   [junit4]   2> 1379086 T4731 C1228 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1379153 T4731 C1228 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_e,generation=14}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_f,generation=15}
   [junit4]   2> 1379154 T4731 C1228 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 15
   [junit4]   2> 1379156 T4731 C1228 oass.SolrIndexSearcher.<init> Opening 
Searcher@34b62fd9[collection1] main
   [junit4]   2> 1379156 T4731 C1228 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1379156 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@34b62fd9[collection1] 
main{StandardDirectoryReader(segments_1:22:nrt _5(4.10.3):c2)}
   [junit4]   2> 1379157 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 71
   [junit4]   2> 1379195 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={q={!field+f%3Dsrpt_geohash}Intersects(-74.093+41.042+-69.347+44.558)} 
hits=1 status=0 QTime=38 
   [junit4]   2> 1379269 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={q={!field+f%3Dsrpt_geohash}Intersects(Circle(4.56,1.23+d%3D0.0710))} 
hits=1 status=0 QTime=73 
   [junit4]   2> 1379270 T4731 oas.SolrTestCaseJ4.tearDown ###Ending 
solr4OldShapeSyntax {p0=srpt_geohash}
   [junit4]   2> 1379274 T4731 oas.SolrTestCaseJ4.setUp ###Starting testSort 
{p0=srpt_geohash}
   [junit4]   2> 1379274 T4731 C1228 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1379275 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1379276 T4731 C1228 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1379276 T4731 C1228 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_f,generation=15}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_g,generation=16}
   [junit4]   2> 1379276 T4731 C1228 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 16
   [junit4]   2> 1379277 T4731 C1228 oass.SolrIndexSearcher.<init> Opening 
Searcher@ffa9147[collection1] main
   [junit4]   2> 1379277 T4731 C1228 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1379277 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@ffa9147[collection1] 
main{StandardDirectoryReader(segments_1:23:nrt)}
   [junit4]   2> 1379277 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 1
   [junit4]   2> 1379279 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[100]} 0 1
   [junit4]   2> 1379279 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[101]} 0 0
   [junit4]   2> 1379280 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {add=[999]} 0 0
   [junit4]   2> 1379281 T4731 C1228 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1379282 T4731 C1228 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_g,generation=16}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_h,generation=17}
   [junit4]   2> 1379282 T4731 C1228 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 17
   [junit4]   2> 1379283 T4731 C1228 oass.SolrIndexSearcher.<init> Opening 
Searcher@44f01bea[collection1] main
   [junit4]   2> 1379283 T4731 C1228 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1379283 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@44f01bea[collection1] 
main{StandardDirectoryReader(segments_1:25:nrt _6(4.10.3):c3)}
   [junit4]   2> 1379284 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 3
   [junit4]   2> 1379288 T4731 C1228 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=3 
   [junit4]   2> 1379292 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,score&q={!+score%3Ddistance++}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),9.0))"&sort=score+asc}
 hits=2 status=0 QTime=4 
   [junit4]   2> 1379295 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,score&q={!geofilt+sfield%3Dsrpt_geohash+score%3DrecipDistance++pt%3D3.0,4.0+d%3D1000.7557176093187}&sort=score+desc}
 hits=2 status=0 QTime=3 
   [junit4]   2> 1379296 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,score&q={!+score%3Ddistance+filter%3Dfalse+}srpt_geohash:"Intersects(BUFFER(POINT(4.0+3.0),1.0E-6))"&sort=score+asc}
 hits=3 status=0 QTime=1 
   [junit4]   2> 1379304 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,score&q={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D4.0,0.0+d%3D1000.7557176093187}&sort=score+asc}
 hits=2 status=0 QTime=8 
   [junit4]   2> 1379312 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,score&q=-id:999&sort=query($sortQuery)+asc&sortQuery={!geofilt+sfield%3Dsrpt_geohash+score%3Ddistance++pt%3D3.0,4.0+d%3D1000.7557176093187}}
 hits=2 status=0 QTime=7 
   [junit4]   2> 1379321 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,score&q=-id:999&sort=query($sortQuery)+asc&sortQuery={!+score%3Ddistance++}srpt_geohash:"Intersects(BUFFER(POINT(0.0+4.0),9.0))"}
 hits=2 status=0 QTime=9 
   [junit4]   2> 1379321 T4731 oas.SolrTestCaseJ4.tearDown ###Ending testSort 
{p0=srpt_geohash}
   [junit4]   2> 1379326 T4731 oas.SolrTestCaseJ4.setUp ###Starting 
testBadShapeParse400 {p0=pointvector}
   [junit4]   2> 1379326 T4731 C1228 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1379326 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1379327 T4731 C1228 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1379328 T4731 C1228 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_h,generation=17}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_i,generation=18}
   [junit4]   2> 1379328 T4731 C1228 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 18
   [junit4]   2> 1379328 T4731 C1228 oass.SolrIndexSearcher.<init> Opening 
Searcher@5bed0b6a[collection1] main
   [junit4]   2> 1379329 T4731 C1228 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1379329 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@5bed0b6a[collection1] 
main{StandardDirectoryReader(segments_1:26:nrt)}
   [junit4]   2> 1379329 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1379330 T4731 C1228 oasc.SolrException.log Ignoring exception 
matching .
   [junit4]   2> 1379331 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,pointvector&fq={!field+f%3Dpointvector}Intersects(NonexistentShape(89.9,-130+d%3D9))&rows=1000&q=*:*}
 status=400 QTime=1 
   [junit4]   2> 1379332 T4731 C1228 oasc.SolrException.log Ignoring exception 
matching .
   [junit4]   2> 1379332 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,pointvector&fq={!field+f%3Dpointvector}Intersects(NonexistentShape(89.9,-130+d%3D9&rows=1000&q=*:*}
 status=400 QTime=1 
   [junit4]   2> 1379332 T4731 C1228 oasc.SolrException.log Ignoring exception 
matching .
   [junit4]   2> 1379333 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id,pointvector&fq={!field+f%3Dpointvector}Intersectssss&rows=1000&q=*:*}
 status=400 QTime=1 
   [junit4]   2> 1379333 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {} 0 0
   [junit4]   2> 1379334 T4731 C1228 oasc.SolrException.log Ignoring exception 
matching NonexistentShape
   [junit4]   2> 1379334 T4731 oas.SolrTestCaseJ4.tearDown ###Ending 
testBadShapeParse400 {p0=pointvector}
   [junit4]   2> 1379338 T4731 oas.SolrTestCaseJ4.setUp ###Starting 
checkQueryEmptyIndex {p0=pointvector}
   [junit4]   2> 1379338 T4731 C1228 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1379339 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 1
   [junit4]   2> 1379340 T4731 C1228 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1379340 T4731 C1228 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_i,generation=18}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_j,generation=19}
   [junit4]   2> 1379340 T4731 C1228 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 19
   [junit4]   2> 1379341 T4731 C1228 oass.SolrIndexSearcher.<init> Opening 
Searcher@7ec565b6[collection1] main
   [junit4]   2> 1379341 T4731 C1228 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1379341 T4733 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@7ec565b6[collection1] 
main{StandardDirectoryReader(segments_1:27:nrt)}
   [junit4]   2> 1379341 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {commit=} 0 2
   [junit4]   2> 1379347 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!field+f%3Dpointvector}Intersects(BUFFER(POINT(0.0+0.0),0.8993203677616635))&rows=1000&q=*:*}
 hits=0 status=0 QTime=5 
   [junit4]   2> 1379348 T4731 C1228 oasc.SolrCore.execute [collection1] 
webapp=null path=null 
params={fl=id&fq={!geofilt+sfield%3Dpointvector+pt%3D'0,0'+d%3D100.0}&rows=1000&q=*:*}
 hits=0 status=0 QTime=0 
   [junit4]   2> 1379349 T4731 oas.SolrTestCaseJ4.tearDown ###Ending 
checkQueryEmptyIndex {p0=pointvector}
   [junit4]   2> 1379353 T4731 oas.SolrTestCaseJ4.setUp ###Starting 
testRangeSyntax {p0=pointvector}
   [junit4]   2> 1379354 T4731 C1228 oasu.DirectUpdateHandler2.deleteAll 
[collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1379354 T4731 C1228 oasup.LogUpdateProcessor.finish 
[collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1379355 T4731 C1228 oasu.DirectUpdateHandler2.commit start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1379355 T4731 C1228 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_j,generation=19}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_k,generation=20}
   [junit4]   2> 1379356 T4731 C1228 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 20
   [junit4]   2> 1379356 T4731 C1228 oass.SolrIndexSearcher.<init> Opening 
Searcher@77057f57[collection1] main
   [junit4]   2> 1379356 T4731 C1228 oasu.DirectUpdateHandler2.commit 
end_commit_flush
   [junit4]   2> 1379356 T4733 oasc.SolrCore.registerSearcher [collection1] Re

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

d by: java.lang.UnsupportedOperationException: this codec cannot write docvalues
   [junit4]    >        at 
org.apache.lucene.codecs.lucene3x.Lucene3xCodec$1.fieldsConsumer(Lucene3xCodec.java:73)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.writeDocValues(DefaultIndexingChain.java:141)
   [junit4]    >        at 
org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:95)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:439)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:513)
   [junit4]    >        at 
org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:624)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:2942)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3097)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3064)
   [junit4]    >        at 
org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:582)
   [junit4]    >        at 
org.apache.solr.update.processor.RunUpdateProcessor.processCommit(RunUpdateProcessorFactory.java:95)
   [junit4]    >        at 
org.apache.solr.update.processor.UpdateRequestProcessor.processCommit(UpdateRequestProcessor.java:64)
   [junit4]    >        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalCommit(DistributedUpdateProcessor.java:1707)
   [junit4]    >        at 
org.apache.solr.update.processor.DistributedUpdateProcessor.processCommit(DistributedUpdateProcessor.java:1684)
   [junit4]    >        at 
org.apache.solr.update.processor.LogUpdateProcessor.processCommit(LogUpdateProcessorFactory.java:157)
   [junit4]    >        at 
org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:267)
   [junit4]    >        at 
org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:174)
   [junit4]    >        at 
org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:99)
   [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:1976)
   [junit4]    >        at 
org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:131)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.update(TestHarness.java:243)
   [junit4]    >        ... 47 more
   [junit4]   2> 1384478 T4731 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1384479 T4731 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1971976054
   [junit4]   2> 1384487 T4731 oasc.SolrCore.close [collection1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@2d38466e
   [junit4]   2> 1384488 T4731 oasu.DirectUpdateHandler2.close closing 
DirectUpdateHandler2{commits=75,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=3,adds=0,deletesById=0,deletesByQuery=0,errors=9,cumulative_adds=184,cumulative_deletesById=0,cumulative_deletesByQuery=49,cumulative_errors=5}
   [junit4]   2> 1384488 T4731 oasu.SolrCoreState.decrefSolrCoreState Closing 
SolrCoreState
   [junit4]   2> 1384488 T4731 oasu.DefaultSolrCoreState.closeIndexWriter 
SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1384488 T4731 oasu.DefaultSolrCoreState.closeIndexWriter 
closing IndexWriter with IndexWriterCloser
   [junit4]   2> ASYNC  NEW_CORE C1233 name=collection1 
org.apache.solr.core.SolrCore@2d38466e
   [junit4]   2> 1384488 T4731 C1233 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_20,generation=72}
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7229fd4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21eebbe4),segFN=segments_21,generation=73}
   [junit4]   2> 1384489 T4731 C1233 oasc.SolrDeletionPolicy.updateCommits 
newest commit generation = 73
   [junit4]   2> 1384489 T4731 oasc.SolrCore.closeSearcher [collection1] 
Closing main searcher on request.
   [junit4]   2> 1384489 T4731 oasc.CachingDirectoryFactory.close Closing 
MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1384489 T4731 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.search.TestSolr4Spatial-22B6C0542D15E73D-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.search.TestSolr4Spatial-22B6C0542D15E73D-001/init-core-data-001;done=false>>]
   [junit4]   2> 1384490 T4731 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.search.TestSolr4Spatial-22B6C0542D15E73D-001/init-core-data-001
   [junit4]   2> 1384490 T4731 oasc.CachingDirectoryFactory.closeCacheValue 
looking to close 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.search.TestSolr4Spatial-22B6C0542D15E73D-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.search.TestSolr4Spatial-22B6C0542D15E73D-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1384490 T4731 oasc.CachingDirectoryFactory.close Closing 
directory: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.search.TestSolr4Spatial-22B6C0542D15E73D-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build/solr-core/test/J0/./solr.search.TestSolr4Spatial-22B6C0542D15E73D-001
   [junit4]   2> NOTE: test params are: codec=Lucene3x, 
sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=sr_RS, 
timezone=Pacific/Fakaofo
   [junit4]   2> NOTE: Linux 3.13.0-40-generic amd64/Oracle Corporation 
1.7.0_67 (64-bit)/cpus=8,threads=1,free=179063832,total=480772096
   [junit4]   2> NOTE: All tests run in this JVM: [JSONWriterTest, 
TestJmxMonitoredMap, TestFuzzyAnalyzedSuggestions, TestBlendedInfixSuggestions, 
UnloadDistributedZkTest, ZkNodePropsTest, BadComponentTest, LeaderElectionTest, 
TestMissingGroups, TriLevelCompositeIdRoutingTest, 
TestLMJelinekMercerSimilarityFactory, TestCoreDiscovery, MinimalSchemaTest, 
TestArbitraryIndexDir, TestStressReorder, SolrIndexSplitterTest, 
TermsComponentTest, MultiThreadedOCPTest, TestManagedStopFilterFactory, 
FastVectorHighlighterTest, StatelessScriptUpdateProcessorFactoryTest, 
DocumentBuilderTest, SpellingQueryConverterTest, TestChildDocTransformer, 
ReturnFieldsTest, CoreAdminRequestStatusTest, SpellCheckCollatorTest, 
DistributedSpellCheckComponentTest, CoreAdminCreateDiscoverTest, 
TestWordDelimiterFilterFactory, TestSolrDeletionPolicy2, 
TestDynamicFieldResource, TestNoOpRegenerator, JsonLoaderTest, 
HdfsBasicDistributedZk2Test, AliasIntegrationTest, 
DocumentAnalysisRequestHandlerTest, DirectUpdateHandlerTest, 
SuggestComponentTest, DocValuesMultiTest, QueryResultKeyTest, 
ReplicationFactorTest, TestIntervalFaceting, TestSort, TestInitQParser, 
TestComplexPhraseQParserPlugin, TestFaceting, TestExceedMaxTermLength, 
TestManagedSchema, PathHierarchyTokenizerFactoryTest, TestSolr4Spatial2, 
AnalysisErrorHandlingTest, RankQueryTest, TestDefaultSearchFieldResource, 
DistribCursorPagingTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
PingRequestHandlerTest, TestAnalyzedSuggestions, UpdateParamsTest, 
TestStressRecovery, NotRequiredUniqueKeyTest, BasicFunctionalityTest, 
AnalyticsMergeStrategyTest, LeaderFailoverAfterPartitionTest, 
StandardRequestHandlerTest, TestSolrDeletionPolicy1, OverseerTest, 
SuggesterTest, TestSolrJ, CustomCollectionTest, TestSolrXmlPersistor, 
TestNumberUtils, TestDefaultSimilarityFactory, TestAddFieldRealTimeGet, 
HdfsRecoveryZkTest, OpenExchangeRatesOrgProviderTest, 
SignatureUpdateProcessorFactoryTest, DirectSolrSpellCheckerTest, 
BadIndexSchemaTest, ZkCLITest, ResponseLogComponentTest, 
TestQuerySenderListener, TestCollationKeyRangeQueries, TestJmxIntegration, 
IndexSchemaTest, TestPartialUpdateDeduplication, TestSchemaNameResource, 
TestReload, CurrencyFieldOpenExchangeTest, TestSolr4Spatial]
   [junit4] Completed on J0 in 6.22s, 45 tests, 4 errors, 3 skipped <<< 
FAILURES!

[...truncated 760 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:474: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:454: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/build.xml:45: The following 
error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/extra-targets.xml:37: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/build.xml:189: The 
following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/solr/common-build.xml:494: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:1350: 
The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.10-Linux/lucene/common-build.xml:970: 
There were test failures: 421 suites, 1757 tests, 4 errors, 25 ignored (18 
assumptions)

Total time: 93 minutes 12 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_67 
-XX:+UseCompressedOops -XX:+UseParallelGC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to