Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-master-Linux/22/ Java: 32bit/jdk1.8.0_162 -server -XX:+UseParallelGC
7 tests failed. FAILED: org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove Error Message: No live SolrServers available to handle this request:[http://127.0.0.1:45405/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:38317/solr/MoveReplicaHDFSTest_failed_coll_true] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:45405/solr/MoveReplicaHDFSTest_failed_coll_true, http://127.0.0.1:38317/solr/MoveReplicaHDFSTest_failed_coll_true] at __randomizedtesting.SeedInfo.seed([985392D38082195A:329E41213751CC8A]:0) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:993) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942) at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:310) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:38317/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard1 at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483) at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:436) ... 46 more FAILED: org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval Error Message: Path not found: response/docs/[14]/llp_N_dv_dvasst Stack Trace: java.lang.RuntimeException: Path not found: response/docs/[14]/llp_N_dv_dvasst at __randomizedtesting.SeedInfo.seed([985392D38082195A:BEA7F82F8C255F14]:0) at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1004) at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:951) at org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval(TestSolr4Spatial2.java:226) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) FAILED: org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval Error Message: mismatch: '-40,40'!='-40,39.99999997' @ response/docs/[5]/llp_N_dv_dvasst/[0] Stack Trace: java.lang.RuntimeException: mismatch: '-40,40'!='-40,39.99999997' @ response/docs/[5]/llp_N_dv_dvasst/[0] at __randomizedtesting.SeedInfo.seed([985392D38082195A:BEA7F82F8C255F14]:0) at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1004) at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:951) at org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval(TestSolr4Spatial2.java:226) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) FAILED: org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval Error Message: Path not found: response/docs/[14]/llp_N_dv_dvasst Stack Trace: java.lang.RuntimeException: Path not found: response/docs/[14]/llp_N_dv_dvasst at __randomizedtesting.SeedInfo.seed([985392D38082195A:BEA7F82F8C255F14]:0) at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1004) at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:951) at org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval(TestSolr4Spatial2.java:226) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) FAILED: org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval Error Message: Path not found: response/docs/[23]/llp_N_dv_dvasst Stack Trace: java.lang.RuntimeException: Path not found: response/docs/[23]/llp_N_dv_dvasst at __randomizedtesting.SeedInfo.seed([985392D38082195A:BEA7F82F8C255F14]:0) at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1004) at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:951) at org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval(TestSolr4Spatial2.java:226) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) FAILED: org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval Error Message: mismatch: '-40,40'!='-40,39.99999997' @ response/docs/[5]/llp_N_dv_dvasst/[0] Stack Trace: java.lang.RuntimeException: mismatch: '-40,40'!='-40,39.99999997' @ response/docs/[5]/llp_N_dv_dvasst/[0] at __randomizedtesting.SeedInfo.seed([985392D38082195A:BEA7F82F8C255F14]:0) at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1004) at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:951) at org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval(TestSolr4Spatial2.java:226) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) FAILED: org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval Error Message: mismatch: '-40,40'!='-40,39.99999997' @ response/docs/[5]/llp_N_dv_dvasst/[0] Stack Trace: java.lang.RuntimeException: mismatch: '-40,40'!='-40,39.99999997' @ response/docs/[5]/llp_N_dv_dvasst/[0] at __randomizedtesting.SeedInfo.seed([985392D38082195A:BEA7F82F8C255F14]:0) at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1004) at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:951) at org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval(TestSolr4Spatial2.java:226) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.lang.Thread.run(Thread.java:748) Build Log: [...truncated 12378 lines...] [junit4] Suite: org.apache.solr.search.TestSolr4Spatial2 [junit4] 2> 59611 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_985392D38082195A-001/init-core-data-001 [junit4] 2> 59612 WARN (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2 [junit4] 2> 59612 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 59613 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN) [junit4] 2> 59621 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore [junit4] 2> 59621 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 59642 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 59665 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.s.IndexSchema [null] Schema name=test [junit4] 2> 59673 WARN (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly. [junit4] 2> 59677 WARN (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly. [junit4] 2> 59685 WARN (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.SpatialTermQueryPrefixTreeFieldType]. Please consult documentation how to replace it accordingly. [junit4] 2> 59691 WARN (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.SpatialPointVectorFieldType]. Please consult documentation how to replace it accordingly. [junit4] 2> 59729 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id [junit4] 2> 59773 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d726a1 [junit4] 2> 59782 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d726a1 [junit4] 2> 59782 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d726a1 [junit4] 2> 59783 INFO (coreLoadExecutor-100-thread-1) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 59784 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes] [junit4] 2> 59814 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 59820 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test [junit4] 2> 59829 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id [junit4] 2> 59829 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true [junit4] 2> 59829 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d726a1 [junit4] 2> 59830 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 59830 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_985392D38082195A-001/init-core-data-001/] [junit4] 2> 59831 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0] [junit4] 2> 59872 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 59872 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 59873 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=31.3701171875, floorSegmentMB=0.49609375, forceMergeDeletesPctAllowed=27.815214827872186, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0 [junit4] 2> 59874 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d79554[collection1] main] [junit4] 2> 59874 WARN (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead. [junit4] 2> 59875 INFO (coreLoadExecutor-100-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 59875 INFO (searcherExecutor-101-thread-1-processing-x:collection1) [ x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d79554[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 59876 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.SolrTestCaseJ4 ####initCore end [junit4] 2> 59878 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testLatLonRetrieval [junit4] 2> 59878 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 59879 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0 [junit4] 2> 59894 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[5]} 0 13 [junit4] 2> 59897 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[7]} 0 0 [junit4] 2> 59897 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[8]} 0 0 [junit4] 2> 59898 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[3]} 0 0 [junit4] 2> 59898 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[1]} 0 0 [junit4] 2> 59899 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 59899 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[4]} 0 0 [junit4] 2> 59899 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[2]} 0 0 [junit4] 2> 59899 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[6]} 0 0 [junit4] 2> 59900 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 59900 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 59909 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@509c08[collection1] main] [junit4] 2> 59909 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 59910 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@509c08[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c9)))} [junit4] 2> 59910 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 10 [junit4] 2> 59921 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q=*:*&fl=*&sort=id+asc&wt=xml} hits=9 status=0 QTime=9 [junit4] 2> 59924 ERROR (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=mismatch: '-40,40'!='-40,39.99999997' @ response/docs/[5]/llp_N_dv_dvasst/[0] [junit4] 2> expected =response/docs/[5]/llp_N_dv_dvasst==['-40,40'] [junit4] 2> response = { [junit4] 2> "responseHeader":{ [junit4] 2> "status":0, [junit4] 2> "QTime":9}, [junit4] 2> "response":{"numFound":9,"start":0,"docs":[ [junit4] 2> { [junit4] 2> "id":"0", [junit4] 2> "llp_1_dv_st":"40.2996543270,-74.0824956673"}, [junit4] 2> { [junit4] 2> "id":"1", [junit4] 2> "llp_N_dv_st":["-40,40", [junit4] 2> "-45,45"]}, [junit4] 2> { [junit4] 2> "id":"2", [junit4] 2> "llp_N_dv_st":["-40,40"]}, [junit4] 2> { [junit4] 2> "id":"3", [junit4] 2> "llp_1_dv_dvasst":"40.29965431,-74.08249572"}, [junit4] 2> { [junit4] 2> "id":"4", [junit4] 2> "llp_N_dv_dvasst":["-45,45", [junit4] 2> "-40,39.99999997"]}, [junit4] 2> { [junit4] 2> "id":"5", [junit4] 2> "llp_N_dv_dvasst":["-40,39.99999997"]}, [junit4] 2> { [junit4] 2> "id":"6", [junit4] 2> "llp_N_dv_dvasst":["-90,179.99999992", [junit4] 2> "-90,-180", [junit4] 2> "0,0", [junit4] 2> "0,179.99999992", [junit4] 2> "0,-180", [junit4] 2> "89.99999996,0", [junit4] 2> "89.99999996,179.99999992", [junit4] 2> "89.99999996,-180"]}, [junit4] 2> { [junit4] 2> "id":"7"}, [junit4] 2> { [junit4] 2> "id":"8"}] [junit4] 2> }} [junit4] 2> [junit4] 2> request = q=*:*&fl=*&sort=id+asc&wt=xml [junit4] 2> 59925 INFO (TEST-TestSolr4Spatial2.testLatLonRetrieval-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testLatLonRetrieval [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSolr4Spatial2 -Dtests.method=testLatLonRetrieval -Dtests.seed=985392D38082195A -Dtests.multiplier=3 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=sr-Latn -Dtests.timezone=Etc/GMT0 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII [junit4] ERROR 0.06s J1 | TestSolr4Spatial2.testLatLonRetrieval <<< [junit4] > Throwable #1: java.lang.RuntimeException: mismatch: '-40,40'!='-40,39.99999997' @ response/docs/[5]/llp_N_dv_dvasst/[0] [junit4] > at __randomizedtesting.SeedInfo.seed([985392D38082195A:BEA7F82F8C255F14]:0) [junit4] > at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1004) [junit4] > at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:951) [junit4] > at org.apache.solr.search.TestSolr4Spatial2.testLatLonRetrieval(TestSolr4Spatial2.java:226) [junit4] > at java.lang.Thread.run(Thread.java:748) [junit4] 2> 59944 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:DBAF489A98DFF7E2]} [junit4] 2> 59944 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 59944 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0 [junit4] 2> 59952 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 59952 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 59952 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 59956 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b2be8[collection1] main] [junit4] 2> 59957 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b2be8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.0.0):c1)))} [junit4] 2> 59958 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 59958 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 5 [junit4] 2> 59958 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 59959 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 59959 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 59959 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 59961 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@550dd3[collection1] main] [junit4] 2> 59963 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 59963 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@550dd3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(8.0.0):c1)))} [junit4] 2> 59963 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 3 [junit4] 2> 59964 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 59964 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:DBAF489A98DFF7E2]} [junit4] 2> 59967 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:6FF9F466AC1D3CCE]} [junit4] 2> 59967 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 59967 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0 [junit4] 2> 59968 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 59968 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 59968 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 59970 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b17d4a[collection1] main] [junit4] 2> 59971 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1b17d4a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(8.0.0):c1)))} [junit4] 2> 59971 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 59972 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 3 [junit4] 2> 59972 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 59973 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 59973 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 59973 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 59975 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1cf4e69[collection1] main] [junit4] 2> 59978 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1cf4e69[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(8.0.0):c1)))} [junit4] 2> 59978 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 59978 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 4 [junit4] 2> 59978 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 59979 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:6FF9F466AC1D3CCE]} [junit4] 2> 59981 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:E11062BAFDD97405]} [junit4] 2> 59981 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 59981 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0 [junit4] 2> 59982 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 59982 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 59982 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 59984 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15c4835[collection1] main] [junit4] 2> 59990 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@15c4835[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(8.0.0):c1)))} [junit4] 2> 59990 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 59990 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 7 [junit4] 2> 59990 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 59994 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 3 [junit4] 2> 59994 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 59994 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 59997 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@511[collection1] main] [junit4] 2> 59998 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@511[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(8.0.0):c1)))} [junit4] 2> 59999 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 59999 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 4 [junit4] 2> 59999 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60000 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:E11062BAFDD97405]} [junit4] 2> 60002 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:D0FEC95F91272F2C]} [junit4] 2> 60002 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 60002 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0 [junit4] 2> 60003 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 60003 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60003 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60006 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5aff7e[collection1] main] [junit4] 2> 60006 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 60007 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5aff7e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(8.0.0):c1)))} [junit4] 2> 60008 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 4 [junit4] 2> 60008 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60009 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 60009 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60009 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60012 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ca1ea5[collection1] main] [junit4] 2> 60012 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 60013 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ca1ea5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(8.0.0):c1)))} [junit4] 2> 60014 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 4 [junit4] 2> 60014 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60015 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:D0FEC95F91272F2C]} [junit4] 2> 60017 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:9C3F4CF2302FEF97]} [junit4] 2> 60017 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 60018 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0 [junit4] 2> 60019 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 60019 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60019 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60023 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@61d5d3[collection1] main] [junit4] 2> 60023 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 60025 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@61d5d3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_9(8.0.0):c1)))} [junit4] 2> 60025 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 5 [junit4] 2> 60025 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60026 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 60026 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60026 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60028 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@15877d1[collection1] main] [junit4] 2> 60028 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 60030 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@15877d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(8.0.0):c1)))} [junit4] 2> 60030 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 3 [junit4] 2> 60030 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60031 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:9C3F4CF2302FEF97]} [junit4] 2> 60033 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:DC59FAD4D93A297]} [junit4] 2> 60033 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 60033 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0 [junit4] 2> 60034 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 60034 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60034 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60036 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@13348e1[collection1] main] [junit4] 2> 60037 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@13348e1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_b(8.0.0):c1)))} [junit4] 2> 60037 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 60037 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 3 [junit4] 2> 60038 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60039 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 60039 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60039 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60041 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@9db8b[collection1] main] [junit4] 2> 60042 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@9db8b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_c(8.0.0):c1)))} [junit4] 2> 60043 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 60043 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 3 [junit4] 2> 60043 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60044 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:DC59FAD4D93A297]} [junit4] 2> 60049 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:331BFB2B5FA3B291]} [junit4] 2> 60050 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 60050 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0 [junit4] 2> 60056 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 6 [junit4] 2> 60057 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60057 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60058 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f6b411[collection1] main] [junit4] 2> 60060 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f6b411[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_d(8.0.0):c1)))} [junit4] 2> 60060 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 60060 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 3 [junit4] 2> 60061 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60065 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 4 [junit4] 2> 60066 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60066 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60068 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@16d3d39[collection1] main] [junit4] 2> 60069 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@16d3d39[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_e(8.0.0):c1)))} [junit4] 2> 60069 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 60070 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 3 [junit4] 2> 60070 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60071 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:331BFB2B5FA3B291]} [junit4] 2> 60073 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:AFA861517CB7263F]} [junit4] 2> 60073 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 60073 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0 [junit4] 2> 60075 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 1 [junit4] 2> 60075 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60075 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60077 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19c3736[collection1] main] [junit4] 2> 60080 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@19c3736[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_f(8.0.0):c1)))} [junit4] 2> 60080 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 60080 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 4 [junit4] 2> 60081 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60082 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 60082 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60082 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60085 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@eff4a8[collection1] main] [junit4] 2> 60087 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@eff4a8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_g(8.0.0):c1)))} [junit4] 2> 60087 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 60087 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 4 [junit4] 2> 60087 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60088 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:AFA861517CB7263F]} [junit4] 2> 60101 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:9D04843F0B7C3165]} [junit4] 2> 60101 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 60101 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0 [junit4] 2> 60102 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 60103 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60104 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60108 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a6c4ca[collection1] main] [junit4] 2> 60109 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 60110 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1a6c4ca[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_h(8.0.0):c1)))} [junit4] 2> 60114 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 10 [junit4] 2> 60115 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60117 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 2 [junit4] 2> 60131 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60131 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60134 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@436fde[collection1] main] [junit4] 2> 60134 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 60135 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@436fde[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_i(8.0.0):c1)))} [junit4] 2> 60135 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 3 [junit4] 2> 60135 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60136 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:9D04843F0B7C3165]} [junit4] 2> 60138 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testLLPDecodeIsStableAndPrecise {seed=[985392D38082195A:4A8FD2856F2B0637]} [junit4] 2> 60138 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 60138 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0 [junit4] 2> 60139 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 60139 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60139 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60141 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ef5d4e[collection1] main] [junit4] 2> 60142 INFO (searcherExecutor-101-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ef5d4e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_j(8.0.0):c1)))} [junit4] 2> 60142 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 60142 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 3 [junit4] 2> 60143 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=/select params={q=id:0} hits=1 status=0 QTime=0 [junit4] 2> 60144 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[0]} 0 0 [junit4] 2> 60144 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 60144 INFO (TEST-TestSolr4Spatial2.testLLPDecodeIsStableAndPrecise-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d596b0 commitCommandVersion:0 [junit4] 2> 60146 INFO [...truncated too long message...] ]} 0 0 [junit4] 2> 116134 INFO (TEST-TestSolr4Spatial2.testBBox-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[1]} 0 0 [junit4] 2> 116135 INFO (TEST-TestSolr4Spatial2.testBBox-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{add=[2]} 0 0 [junit4] 2> 116135 INFO (TEST-TestSolr4Spatial2.testBBox-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false} [junit4] 2> 116135 INFO (TEST-TestSolr4Spatial2.testBBox-seed#[985392D38082195A]) [ ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@c1186f commitCommandVersion:0 [junit4] 2> 116137 INFO (TEST-TestSolr4Spatial2.testBBox-seed#[985392D38082195A]) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d33dc2[collection1] main] [junit4] 2> 116138 INFO (TEST-TestSolr4Spatial2.testBBox-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush [junit4] 2> 116139 INFO (searcherExecutor-202-thread-1) [ ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d33dc2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_q(8.0.0):c3)))} [junit4] 2> 116139 INFO (TEST-TestSolr4Spatial2.testBBox-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={}{commit=} 0 3 [junit4] 2> 116140 INFO (TEST-TestSolr4Spatial2.testBBox-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q={!field+f%3DbboxD_dynamic+filter%3Dfalse+score%3DoverlapRatio+queryTargetProportion%3D0.25}Intersects(ENVELOPE(10,25,12,10))&debug=results&fl=*,score&wt=xml} hits=3 status=0 QTime=0 [junit4] 2> 116141 INFO (TEST-TestSolr4Spatial2.testBBox-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q={!field+f%3DbboxD_dynamic+filter%3Dfalse+score%3DoverlapRatio+queryTargetProportion%3D0.5+minSideLength%3D1}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml} hits=3 status=0 QTime=0 [junit4] 2> 116142 INFO (TEST-TestSolr4Spatial2.testBBox-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q={!field+f%3DbboxD_dynamic+filter%3Dfalse+score%3Darea2D}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml} hits=3 status=0 QTime=0 [junit4] 2> 116142 INFO (TEST-TestSolr4Spatial2.testBBox-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q={!field+f%3DbboxD_dynamic+filter%3Dfalse+score%3Darea}Intersects(ENVELOPE(0,0,12,12))&debug=results&fl=id,score&wt=xml} hits=3 status=0 QTime=0 [junit4] 2> 116143 INFO (TEST-TestSolr4Spatial2.testBBox-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testBBox [junit4] OK 0.01s J1 | TestSolr4Spatial2.testBBox [junit4] 2> 116145 INFO (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testBadScoreParam [junit4] 2> 116145 INFO (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[985392D38082195A]) [ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX [junit4] 2> 116145 INFO (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[985392D38082195A]) [ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0 [junit4] 2> 116145 INFO (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[985392D38082195A]) [ ] o.a.s.h.RequestHandlerBase Ignoring exception matching . [junit4] 2> 116145 INFO (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[985392D38082195A]) [ ] o.a.s.c.S.Request [collection1] webapp=null path=null params={q={!field+f%3Dbbox+filter%3Dfalse+score%3Dbogus}Intersects(ENVELOPE(0,0,12,12))&qt=&start=0&rows=20&version=2.2} status=400 QTime=0 [junit4] 2> 116146 INFO (TEST-TestSolr4Spatial2.testBadScoreParam-seed#[985392D38082195A]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testBadScoreParam [junit4] OK 0.00s J1 | TestSolr4Spatial2.testBadScoreParam [junit4] 2> 116146 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.SolrTestCaseJ4 ###deleteCore [junit4] 2> 116146 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=15753098 [junit4] 2> 116146 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null [junit4] 2> 116146 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@570b10: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1ed9af3 [junit4] 2> 116149 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null [junit4] 2> 116149 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@12b4dcb: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@19f056b [junit4] 2> 116151 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null [junit4] 2> 116151 INFO (SUITE-TestSolr4Spatial2-seed#[985392D38082195A]-worker) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1be0f3: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2930a1 [junit4] 2> 116152 INFO (coreCloseExecutor-206-thread-1) [ x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore org.apache.solr.core.SolrCore@18bd1b9 [junit4] 2> 116152 INFO (coreCloseExecutor-206-thread-1) [ x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=18bd1b9 [junit4] 2> 116152 INFO (coreCloseExecutor-206-thread-1) [ x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ec7fa0: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@ee4af3 [junit4] 2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/solr/build/solr-core/test/J1/temp/solr.search.TestSolr4Spatial2_985392D38082195A-003 [junit4] 2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=2, maxDocsPerChunk=539, blockSize=4), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=2, blockSize=4)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@e05e90), locale=sq-AL, timezone=Asia/Hovd [junit4] 2> NOTE: Linux 4.13.0-37-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=1,free=76378544,total=299368448 [junit4] 2> NOTE: All tests run in this JVM: [MoveReplicaHDFSTest, TestSolr4Spatial2, TestSolr4Spatial2, TestSolr4Spatial2] [junit4] Completed [8/10 (5!)] on J1 in 0.38s, 16 tests, 1 error <<< FAILURES! [...truncated 29 lines...] BUILD FAILED /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/common-build.xml:1568: The following error occurred while executing this line: /home/jenkins/workspace/Lucene-Solr-BadApples-master-Linux/lucene/common-build.xml:1092: There were test failures: 10 suites, 100 tests, 5 errors [seed: 985392D38082195A] Total time: 3 minutes 44 seconds [repro] Setting last failure code to 256 [repro] Failures: [repro] 0/5 failed: org.apache.solr.cloud.MoveReplicaHDFSTest [repro] 5/5 failed: org.apache.solr.search.TestSolr4Spatial2 [repro] Exiting with code 256 + mv lucene/build lucene/build.repro + mv solr/build solr/build.repro + mv lucene/build.orig lucene/build + mv solr/build.orig solr/build Archiving artifacts Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 [WARNINGS] Parsing warnings in console log with parser Java Compiler (javac) Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 <Git Blamer> Using GitBlamer to create author and commit information for all warnings. <Git Blamer> GIT_COMMIT=93f9a65b1c8aa460489fdce50ed84d18168b53ef, workspace=/var/lib/jenkins/workspace/Lucene-Solr-BadApples-master-Linux [WARNINGS] Computing warning deltas based on reference build #21 Recording test results Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Build step 'Publish JUnit test result report' changed build result to UNSTABLE Email was triggered for: Unstable (Test Failures) Sending email for trigger: Unstable (Test Failures) Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2 Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org