Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/26/

6 tests failed.
FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
Could not load collection from ZK: c8n_1x3

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: c8n_1x3
        at 
__randomizedtesting.SeedInfo.seed([ECC5FF8A53142914:6491C050FDE844EC]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1112)
        at 
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:646)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:213)
        at 
org.apache.solr.common.cloud.ClusterState.getSlice(ClusterState.java:143)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1961)
        at 
org.apache.solr.cloud.HttpPartitionTest.testRf3(HttpPartitionTest.java:424)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:137)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/c8n_1x3/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
        at 
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1124)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1110)
        ... 47 more


FAILED:  org.apache.solr.update.AutoCommitTest.testMaxTime

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([ECC5FF8A53142914:76318268CD8EB528]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=id:529&qt=&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 40 more


FAILED:  org.apache.solr.schema.TestPointFields.testIntPointStats

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([ECC5FF8A53142914:87400681CDB237CD]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
        at 
org.apache.solr.schema.TestPointFields.testPointStats(TestPointFields.java:2197)
        at 
org.apache.solr.schema.TestPointFields.testIntPointStats(TestPointFields.java:278)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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: java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@numFound='11']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="21" 
start="0"><doc><str name="id">0</str><int 
name="number_p_i_dv">-582613</int></doc><doc><str name="id">1</str><int 
name="number_p_i_dv">-2400217</int></doc><doc><str name="id">2</str><int 
name="number_p_i_dv">-8837191</int></doc><doc><str name="id">3</str><int 
name="number_p_i_dv">-5237030</int></doc><doc><str name="id">4</str><int 
name="number_p_i_dv">5552578</int></doc><doc><str name="id">5</str><int 
name="number_p_i_dv">952921</int></doc><doc><str name="id">6</str><int 
name="number_p_i_dv">-2849078</int></doc><doc><str name="id">7</str><int 
name="number_p_i_dv">-2398310</int></doc><doc><str name="id">8</str><int 
name="number_p_i_dv">-6789485</int></doc><doc><str name="id">9</str><int 
name="number_p_i_dv">6692957</int></doc></result><lst name="stats"><lst 
name="stats_fields"><lst name="number_p_i_dv"><double 
name="min">-8837191.0</double><double name="max">9922680.0</double><long 
name="count">20</long><long name="missing">1</long><double 
name="sum">2.0863005E7</double><double 
name="sumOfSquares">6.31042601661607E14</double><double 
name="mean">1043150.25</double><double 
name="stddev">5662802.69450099</double></lst></lst></lst>
</response>

        request 
was:q=*:*&stats=true&fl=id,+number_p_i_dv&wt=xml&stats.field=number_p_i_dv
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 42 more


FAILED:  org.apache.solr.schema.TestPointFields.testDoublePointStats

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([ECC5FF8A53142914:C3DF31DCA7B935B0]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
        at 
org.apache.solr.schema.TestPointFields.testPointStats(TestPointFields.java:2197)
        at 
org.apache.solr.schema.TestPointFields.testDoublePointStats(TestPointFields.java:689)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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: java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@numFound='11']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="21" 
start="0"><doc><str name="id">0</str><double 
name="number_p_d_dv">589.3967</double></doc><doc><str name="id">1</str><double 
name="number_p_d_dv">2023.568</double></doc><doc><str name="id">2</str><double 
name="number_p_d_dv">-49157.58</double></doc><doc><str name="id">3</str><double 
name="number_p_d_dv">0.618418</double></doc><doc><str name="id">4</str><double 
name="number_p_d_dv">439.6057</double></doc><doc><str name="id">5</str><double 
name="number_p_d_dv">4669.934</double></doc><doc><str name="id">6</str><double 
name="number_p_d_dv">8997892.0</double></doc><doc><str name="id">7</str><double 
name="number_p_d_dv">-7134301.0</double></doc><doc><str 
name="id">8</str><double 
name="number_p_d_dv">-8822900.0</double></doc><doc><str 
name="id">9</str><double 
name="number_p_d_dv">-538.2328</double></doc></result><lst name="stats"><lst 
name="stats_fields"><lst name="number_p_d_dv"><double 
name="min">-8822900.0</double><double name="max">8997892.0</double><long 
name="count">20</long><long name="missing">1</long><double 
name="sum">-1.5306947540042002E7</double><double 
name="sumOfSquares">2.6832153741570744E14</double><double 
name="mean">-765347.3770021001</double><double 
name="stddev">3674996.636346671</double></lst></lst></lst>
</response>

        request 
was:q=*:*&stats=true&fl=id,+number_p_d_dv&wt=xml&stats.field=number_p_d_dv
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 42 more


FAILED:  org.apache.solr.schema.TestPointFields.testLongPointStats

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([ECC5FF8A53142914:5B38695F7841DD71]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
        at 
org.apache.solr.schema.TestPointFields.testPointStats(TestPointFields.java:2197)
        at 
org.apache.solr.schema.TestPointFields.testLongPointStats(TestPointFields.java:1251)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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: java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@numFound='11']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="21" 
start="0"><doc><str name="id">0</str><long 
name="number_p_l_dv">633994</long></doc><doc><str name="id">1</str><long 
name="number_p_l_dv">-2411801</long></doc><doc><str name="id">2</str><long 
name="number_p_l_dv">-4776005</long></doc><doc><str name="id">3</str><long 
name="number_p_l_dv">1957682</long></doc><doc><str name="id">4</str><long 
name="number_p_l_dv">-5530257</long></doc><doc><str name="id">5</str><long 
name="number_p_l_dv">-5703748</long></doc><doc><str name="id">6</str><long 
name="number_p_l_dv">5442540</long></doc><doc><str name="id">7</str><long 
name="number_p_l_dv">7428603</long></doc><doc><str name="id">8</str><long 
name="number_p_l_dv">-7025380</long></doc><doc><str name="id">9</str><long 
name="number_p_l_dv">-5565175</long></doc></result><lst name="stats"><lst 
name="stats_fields"><lst name="number_p_l_dv"><double 
name="min">-7025380.0</double><double name="max">9373531.0</double><long 
name="count">20</long><long name="missing">1</long><double 
name="sum">-8761089.0</double><double 
name="sumOfSquares">5.59510700928473E14</double><double 
name="mean">-438054.45</double><double 
name="stddev">5407951.586638916</double></lst></lst></lst>
</response>

        request 
was:q=*:*&stats=true&fl=id,+number_p_l_dv&wt=xml&stats.field=number_p_l_dv
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 42 more


FAILED:  org.apache.solr.schema.TestPointFields.testFloatPointStats

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([ECC5FF8A53142914:56CF87ADEB05EBF6]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:845)
        at 
org.apache.solr.schema.TestPointFields.testPointStats(TestPointFields.java:2197)
        at 
org.apache.solr.schema.TestPointFields.testFloatPointStats(TestPointFields.java:989)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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: java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@numFound='11']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="21" 
start="0"><doc><str name="id">0</str><float 
name="number_p_f_dv">-126.5796</float></doc><doc><str name="id">1</str><float 
name="number_p_f_dv">-38.41109</float></doc><doc><str name="id">2</str><float 
name="number_p_f_dv">-59141.38</float></doc><doc><str name="id">3</str><float 
name="number_p_f_dv">0.1024092</float></doc><doc><str name="id">4</str><float 
name="number_p_f_dv">5849367.0</float></doc><doc><str name="id">5</str><float 
name="number_p_f_dv">341.4902</float></doc><doc><str name="id">6</str><float 
name="number_p_f_dv">2.215278</float></doc><doc><str name="id">7</str><float 
name="number_p_f_dv">8668.178</float></doc><doc><str name="id">8</str><float 
name="number_p_f_dv">-0.5245225</float></doc><doc><str name="id">9</str><float 
name="number_p_f_dv">72793.88</float></doc></result><lst name="stats"><lst 
name="stats_fields"><lst name="number_p_f_dv"><double 
name="min">-434264.09375</double><double name="max">5849367.0</double><long 
name="count">20</long><long name="missing">1</long><double 
name="sum">6488012.330180243</double><double 
name="sumOfSquares">3.517039156449661E13</double><double 
name="mean">324400.6165090121</double><double 
name="stddev">1319203.8341496591</double></lst></lst></lst>
</response>

        request 
was:q=*:*&stats=true&fl=id,+number_p_f_dv&wt=xml&stats.field=number_p_f_dv
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
        ... 42 more




Build Log:
[...truncated 11585 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_ECC5FF8A53142914-001/init-core-data-001
   [junit4]   2> 754938 WARN  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 754938 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 754939 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 754939 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 754940 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 754976 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 755018 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 755215 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 755241 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44ff403f
   [junit4]   2> 755244 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44ff403f
   [junit4]   2> 755244 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@44ff403f
   [junit4]   2> 755246 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 755280 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 755486 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 755620 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 755626 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 755627 INFO  (coreLoadExecutor-2659-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@44ff403f
   [junit4]   2> 755627 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 755627 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_ECC5FF8A53142914-001/init-core-data-001/]
   [junit4]   2> 755628 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=53.265625, 
floorSegmentMB=0.681640625, forceMergeDeletesPctAllowed=19.499267767371006, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 755666 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 755666 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 755666 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 755666 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 755667 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=89.8466796875, 
floorSegmentMB=0.7275390625, forceMergeDeletesPctAllowed=16.49166683915249, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1890114886155937
   [junit4]   2> 755667 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5a6a5657[collection1] main]
   [junit4]   2> 755668 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 755688 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 755737 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 755737 INFO  
(searcherExecutor-2660-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 755738 INFO  
(searcherExecutor-2660-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 755738 INFO  
(searcherExecutor-2660-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 755738 INFO  
(searcherExecutor-2660-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 755738 INFO  
(searcherExecutor-2660-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 755738 INFO  
(searcherExecutor-2660-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 755738 INFO  
(searcherExecutor-2660-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 755738 INFO  
(searcherExecutor-2660-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 755739 INFO  
(searcherExecutor-2660-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 755739 INFO  
(searcherExecutor-2660-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5a6a5657[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 755739 INFO  (coreLoadExecutor-2659-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1572621386721001472
   [junit4]   2> 755742 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 755744 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 755744 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 755745 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6c89e7fe[collection1] realtime]
   [junit4]   2> 755745 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 755745 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    ] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 755746 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 755868 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 755887 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 757802 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 757809 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 757823 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    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@44ff403f
   [junit4]   2> 757823 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_ECC5FF8A53142914-001/init-core-data-001/]
   [junit4]   2> 757862 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 757862 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 757863 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5dda48c5[collection1] main]
   [junit4]   2> 757864 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 757867 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 757873 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 757873 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1572621388958662656
   [junit4]   2> 757874 INFO  
(searcherExecutor-2665-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 757874 INFO  
(searcherExecutor-2665-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 757874 INFO  
(searcherExecutor-2665-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 757874 INFO  
(searcherExecutor-2665-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 757874 INFO  
(searcherExecutor-2665-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 757875 INFO  
(searcherExecutor-2665-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 757875 INFO  
(searcherExecutor-2665-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 757876 INFO  
(searcherExecutor-2665-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 757876 INFO  
(searcherExecutor-2665-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 757878 INFO  
(searcherExecutor-2665-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5dda48c5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 757878 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=443071025, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 757878 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 757879 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f755a48[collection1] main]
   [junit4]   2> 757879 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@481ce539
   [junit4]   2> 757879 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1209853241
   [junit4]   2> 757887 INFO  
(searcherExecutor-2665-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1f755a48[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 757887 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1572621388970196992)]} 0 3
   [junit4]   2> 757887 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 757890 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1572621388975439872)]} 0 6
   [junit4]   2> 757890 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 757890 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]   2> 757891 ERROR 
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:529&qt=&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST 
FAILED: xpath=//result[@numFound=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]   2>        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 757891 INFO  
(TEST-AutoCommitTest.testMaxTime-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest 
-Dtests.method=testMaxTime -Dtests.seed=ECC5FF8A53142914 -Dtests.multiplier=2 
-Dtests.slow=true -Dtests.locale=sr -Dtests.timezone=US/Pacific-New 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   2.15s J2 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([ECC5FF8A53142914:76318268CD8EB528]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:878)
   [junit4]    >        at 
org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:270)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:871)
   [junit4]    >        ... 40 more
   [junit4]   2> 757902 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 757903 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 757903 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4780ce47[collection1] realtime]
   [junit4]   2> 757903 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 757903 ERROR 
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 757904 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 757930 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 757958 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 758057 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 758064 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 758075 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    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@44ff403f
   [junit4]   2> 758075 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_ECC5FF8A53142914-001/init-core-data-001/]
   [junit4]   2> 758255 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 758255 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 758256 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@50667b32[collection1] main]
   [junit4]   2> 758257 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 758257 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 758259 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 758260 INFO  
(searcherExecutor-2669-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 758260 INFO  
(searcherExecutor-2669-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 758260 INFO  
(searcherExecutor-2669-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 758260 INFO  
(searcherExecutor-2669-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 758260 INFO  
(searcherExecutor-2669-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 758261 INFO  
(searcherExecutor-2669-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 758261 INFO  
(searcherExecutor-2669-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 758261 INFO  
(searcherExecutor-2669-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 758261 INFO  
(searcherExecutor-2669-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 758262 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 758262 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 758264 INFO  
(searcherExecutor-2669-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@50667b32[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 758264 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@56f622a5[collection1] main]
   [junit4]   2> 758265 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6f75d29c
   [junit4]   2> 758265 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1869992604
   [junit4]   2> 758267 INFO  
(searcherExecutor-2669-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@56f622a5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 758268 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 
(1572621389371801600)]} 0 0
   [junit4]   2> 758268 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 
(1572621389372850176)]} 0 1
   [junit4]   2> 758269 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 
(1572621389372850177)]} 0 1
   [junit4]   2> 758269 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 
(1572621389373898752)]} 0 2
   [junit4]   2> 758269 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 
(1572621389373898753)]} 0 2
   [junit4]   2> 758269 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 
(1572621389373898754)]} 0 2
   [junit4]   2> 758270 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 
(1572621389373898755)]} 0 2
   [junit4]   2> 758270 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 
(1572621389374947328)]} 0 2
   [junit4]   2> 758270 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 
(1572621389374947329)]} 0 3
   [junit4]   2> 758270 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 
(1572621389374947330)]} 0 3
   [junit4]   2> 758271 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 
(1572621389374947331)]} 0 3
   [junit4]   2> 758271 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 
(1572621389375995904)]} 0 4
   [junit4]   2> 758271 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 
(1572621389375995905)]} 0 4
   [junit4]   2> 758271 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 
(1572621389375995906)]} 0 4
   [junit4]   2> 758271 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 758286 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 
(1572621389377044480)]} 0 18
   [junit4]   2> 758286 INFO  (commitScheduler-2672-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 758290 INFO  (commitScheduler-2672-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3629b442[collection1] main]
   [junit4]   2> 758290 INFO  (commitScheduler-2672-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 758303 INFO  
(searcherExecutor-2669-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3629b442[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.1.0):C15)))}
   [junit4]   2> 758537 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 
(1572621389653868544)]} 0 270
   [junit4]   2> 758538 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:14&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 758539 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:15&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 758539 INFO  
(TEST-AutoCommitTest.testMaxDocs-seed#[ECC5FF8A53142914]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 758541 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 758541 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL 
DOCUMENTS FROM INDEX
   [junit4]   2> 758541 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2b840076[collection1] realtime]
   [junit4]   2> 758542 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 758542 ERROR 
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 758542 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 758565 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 758583 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 758665 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 758671 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 758684 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
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@44ff403f
   [junit4]   2> 758684 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_ECC5FF8A53142914-001/init-core-data-001/]
   [junit4]   2> 758722 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 758722 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 758723 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@b7a0f7b[collection1] 
main]
   [junit4]   2> 758724 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 758724 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 758726 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 758726 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 758727 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 758727 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 758727 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 758727 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 758728 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 758728 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 758728 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 758728 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 758729 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=20159696, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 758729 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 758731 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@b7a0f7b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 758731 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7f092171[collection1] main]
   [junit4]   2> 758732 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7c68f92b
   [junit4]   2> 758734 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7f092171[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 758734 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2087254315
   [junit4]   2> 758742 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 
(1572621389868826624)]} 0 0
   [junit4]   2> 758742 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 762742 INFO  (commitScheduler-2676-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 762745 INFO  (commitScheduler-2676-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1dad6ec5[collection1] main]
   [junit4]   2> 762746 INFO  (commitScheduler-2676-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 762747 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1dad6ec5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.1.0):C1)))}
   [junit4]   2> 762996 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 
(1572621394329468928)]} 0 4255
   [junit4]   2> 762996 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 762997 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 
(-1572621394331566080)]} 0 4256
   [junit4]   2> 762997 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 764997 INFO  (commitScheduler-2676-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 765001 INFO  (commitScheduler-2676-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@45e71c57[collection1] main]
   [junit4]   2> 765001 INFO  (commitScheduler-2676-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 765004 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@45e71c57[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.1.0):C1)))}
   [junit4]   2> 765249 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 765249 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 765250 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572621396694007808)]} 0 6509
   [junit4]   2> 765251 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572621396695056384)]} 0 6509
   [junit4]   2> 765251 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572621396695056385)]} 0 6510
   [junit4]   2> 765251 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572621396695056386)]} 0 6510
   [junit4]   2> 765251 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572621396695056387)]} 0 6510
   [junit4]   2> 765252 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572621396696104960)]} 0 6510
   [junit4]   2> 765252 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572621396696104961)]} 0 6511
   [junit4]   2> 765252 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572621396696104962)]} 0 6511
   [junit4]   2> 765252 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572621396696104963)]} 0 6511
   [junit4]   2> 765252 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 
(1572621396696104964)]} 0 6511
   [junit4]   2> 765253 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 765253 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572621396697153536)]} 0 6512
   [junit4]   2> 765253 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572621396697153537)]} 0 6512
   [junit4]   2> 765253 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572621396697153538)]} 0 6512
   [junit4]   2> 765254 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572621396698202112)]} 0 6512
   [junit4]   2> 765254 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572621396698202113)]} 0 6513
   [junit4]   2> 765254 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572621396698202114)]} 0 6513
   [junit4]   2> 765254 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572621396698202115)]} 0 6513
   [junit4]   2> 765254 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572621396698202116)]} 0 6513
   [junit4]   2> 765254 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572621396698202117)]} 0 6513
   [junit4]   2> 765254 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 
(-1572621396698202118)]} 0 6513
   [junit4]   2> 765254 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 766253 INFO  (commitScheduler-2676-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 766256 INFO  (commitScheduler-2676-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@269b59bd[collection1] main]
   [junit4]   2> 766256 INFO  (commitScheduler-2676-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 766259 INFO  
(searcherExecutor-2673-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@269b59bd[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.1.0):C10/9:delGen=1)))}
   [junit4]   2> 766506 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 766506 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 766507 INFO  
(TEST-AutoCommitTest.testCommitWithin-seed#[ECC5FF8A53142914]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 766507 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 766507 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=464983652
   [junit4]   2> 766508 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 766509 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 766510 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 766510 INFO  
(SUITE-AutoCommitTest-seed#[ECC5FF8A53142914]-worker) [    x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 766510 INFO  
(coreCloseExecutor-2677-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.ap

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

  (TEST-TestPointFields.testDatePointFieldFacetField-seed#[ECC5FF8A53142914]) [ 
   ] o.a.s.h.RequestHandlerBase Ignoring exception matching .
   [junit4]   2> 1862544 INFO  
(TEST-TestPointFields.testDatePointFieldFacetField-seed#[ECC5FF8A53142914]) [   
 ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&facet.field=number_p_dt&fl=id,+number_p_dt&facet=true&wt=xml} 
hits=11 status=400 QTime=0
   [junit4]   2> 1862544 INFO  
(TEST-TestPointFields.testDatePointFieldFacetField-seed#[ECC5FF8A53142914]) [   
 ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1862544 INFO  
(TEST-TestPointFields.testDatePointFieldFacetField-seed#[ECC5FF8A53142914]) [   
 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@412a8c4a[collection1] realtime]
   [junit4]   2> 1862545 INFO  
(TEST-TestPointFields.testDatePointFieldFacetField-seed#[ECC5FF8A53142914]) [   
 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*
 (-9223372036854775807)} 0 0
   [junit4]   2> 1862545 INFO  
(TEST-TestPointFields.testDatePointFieldFacetField-seed#[ECC5FF8A53142914]) [   
 ] o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1572622547291209728,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1862545 INFO  
(TEST-TestPointFields.testDatePointFieldFacetField-seed#[ECC5FF8A53142914]) [   
 ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5ffe7a42 
commitCommandVersion:1572622547291209728
   [junit4]   2> 1862545 INFO  
(TEST-TestPointFields.testDatePointFieldFacetField-seed#[ECC5FF8A53142914]) [   
 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b8c6d77[collection1] main]
   [junit4]   2> 1862547 INFO  (searcherExecutor-7613-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2b8c6d77[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1862547 INFO  
(TEST-TestPointFields.testDatePointFieldFacetField-seed#[ECC5FF8A53142914]) [   
 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1862547 INFO  
(TEST-TestPointFields.testDatePointFieldFacetField-seed#[ECC5FF8A53142914]) [   
 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 2
   [junit4]   2> 1862548 INFO  
(TEST-TestPointFields.testDatePointFieldFacetField-seed#[ECC5FF8A53142914]) [   
 ] o.a.s.SolrTestCaseJ4 ###Ending testDatePointFieldFacetField
   [junit4]   2> 1862548 INFO  
(SUITE-TestPointFields-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1862548 INFO  
(SUITE-TestPointFields-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=888056516
   [junit4]   2> 1862548 INFO  
(SUITE-TestPointFields-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1862549 INFO  
(SUITE-TestPointFields-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1862551 INFO  
(SUITE-TestPointFields-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1862567 INFO  
(SUITE-TestPointFields-seed#[ECC5FF8A53142914]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1862577 INFO  (coreCloseExecutor-7618-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4512118b
   [junit4]   2> 1862590 INFO  (coreCloseExecutor-7618-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1158812043
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.schema.TestPointFields_ECC5FF8A53142914-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=be-BY, timezone=Asia/Gaza
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 
1.8.0_131 (64-bit)/cpus=4,threads=1,free=314088312,total=533725184
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigSetProperties, 
TestPseudoReturnFields, DocumentBuilderTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, BlockJoinFacetSimpleTest, 
TestCustomSort, TestTolerantUpdateProcessorRandomCloud, 
ClassificationUpdateProcessorTest, FastVectorHighlighterTest, 
SolrGraphiteReporterTest, CdcrReplicationHandlerTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, HardAutoCommitTest, 
DistributedExpandComponentTest, TestDownShardTolerantSearch, BitVectorTest, 
LeaderFailoverAfterPartitionTest, RequiredFieldsTest, StatsReloadRaceTest, 
HdfsBasicDistributedZk2Test, TestSchemaNameResource, TestNestedDocsSort, 
VMParamsZkACLAndCredentialsProvidersTest, TolerantUpdateProcessorTest, 
SuggesterTest, CleanupOldIndexTest, MetricUtilsTest, LeaderElectionTest, 
TestLegacyFieldReuse, DateMathParserTest, TestInfoStreamLogging, 
TestJmxIntegration, TestNumericTokenStream, ResponseHeaderTest, 
ImplicitSnitchTest, TestInPlaceUpdatesDistrib, 
TermVectorComponentDistributedTest, BaseCdcrDistributedZkTest, 
CollectionsAPISolrJTest, SSLMigrationTest, 
TestPerFieldSimilarityWithDefaultOverride, V2StandaloneTest, TestSchemaManager, 
URLClassifyProcessorTest, DistribCursorPagingTest, HdfsRecoverLeaseTest, 
TestZkChroot, PingRequestHandlerTest, RecoveryAfterSoftCommitTest, 
PolyFieldTest, DeleteReplicaTest, TestNumericTerms32, SolrCloudReportersTest, 
OverseerCollectionConfigSetProcessorTest, DistributedQueueTest, 
TestCloudJSONFacetJoinDomain, TestCodecSupport, TestSQLHandler, 
FullSolrCloudDistribCmdsTest, TestLegacyNumericRangeQueryBuilder, 
TestManagedSchemaAPI, MultiTermTest, TestJsonRequest, SimpleFacetsTest, 
ReturnFieldsTest, TestSurroundQueryParser, 
TestSolrCloudWithSecureImpersonation, BJQParserTest, MetricsConfigTest, 
TestReload, TestSolrConfigHandler, TestMaxTokenLenTokenizer, TestMacroExpander, 
TestConfigSetsAPI, TestCustomStream, AutoCommitTest, TestSchemaVersionResource, 
ClusterStateTest, TestIndexSearcher, TestCryptoKeys, TestReplicaProperties, 
TestAuthenticationFramework, VersionInfoTest, SuggesterFSTTest, 
TestStressReorder, HdfsLockFactoryTest, TestReplicationHandlerBackup, 
TestPrepRecovery, TestBlobHandler, TestMultiValuedNumericRangeQuery, 
ConnectionManagerTest, OverseerStatusTest, 
TestLMJelinekMercerSimilarityFactory, BlobRepositoryCloudTest, NodeMutatorTest, 
SolrInfoBeanTest, TestSizeLimitedDistributedMap, TestQueryUtils, 
TestReversedWildcardFilterFactory, TestManagedResource, 
SignatureUpdateProcessorFactoryTest, MoveReplicaHDFSTest, 
HdfsChaosMonkeySafeLeaderTest, TestRecoveryHdfs, UnloadDistributedZkTest, 
TestCloudManagedSchema, NumericFieldsTest, XsltUpdateRequestHandlerTest, 
TimeZoneUtilsTest, TestMinMaxOnMultiValuedField, StatsComponentTest, 
BlockDirectoryTest, TestLocalFSCloudBackupRestore, ShardRoutingTest, 
TestRandomDVFaceting, ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch, 
TestDistributedGrouping, TestRecovery, DistributedSpellCheckComponentTest, 
TestSolr4Spatial, SpellCheckComponentTest, TestGroupingSearch, 
SolrCmdDistributorTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, 
TestFiltering, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, 
SoftAutoCommitTest, SOLR749Test, TestQuerySenderListener, UpdateParamsTest, 
AlternateDirectoryTest, CopyFieldTest, ResponseLogComponentTest, 
SolrIndexConfigTest, TestSolrDeletionPolicy2, SampleTest, TestBinaryField, 
MinimalSchemaTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, 
TestLuceneMatchVersion, SynonymTokenizerTest, TestPerFieldSimilarity, 
TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastOutputStream, 
TestFastLRUCache, TestSystemIdResolver, TestSuggestSpellingConverter, 
DateFieldTest, TestUtils, SystemInfoHandlerTest, CircularListTest, TestRTGBase, 
CursorPagingTest, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, TestTolerantSearch, ConnectionReuseTest, 
CdcrRequestHandlerTest, CloudExitableDirectoryReaderTest, 
CollectionStateFormat2Test, DocValuesNotIndexedTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MissingSegmentRecoveryTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, OverseerTaskQueueTest, 
PeerSyncReplicationTest, RemoteQueryErrorTest, ReplicationFactorTest, 
RollingRestartTest, SharedFSAutoReplicaFailoverTest, 
SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, 
TestCloudPseudoReturnFields, TestConfigSetsAPIZkFailure, 
TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, 
TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport, 
TestRandomFlRTGCloud, TestStressLiveNodes, HdfsSyncSliceTest, 
HdfsThreadLeakTest, HdfsUnloadDistributedZkTest, 
HdfsWriteToMultipleCollectionsTest, StressHdfsTest, RequestLoggingTest, 
TestRestoreCore, TestSystemCollAutoCreate, 
DistributedFacetPivotSmallAdvancedTest, InfixSuggestersTest, 
SuggestComponentContextFilterQueryTest, 
TestDistributedStatsComponentCardinality, TestExportWriter, 
TestJavabinTupleStreamParser, TestPushWriter, TestRawTransformer, 
TestSolrQueryResponse, TestSubQueryTransformerCrossCore, 
TestManagedResourceStorage, TestBulkSchemaAPI, TestCopyFieldCollectionResource, 
TestDynamicFieldCollectionResource, TestDynamicFieldResource, 
TestFieldTypeResource, TestSerializedLuceneMatchVersion, 
TestManagedStopFilterFactory, TestManagedSynonymGraphFilterFactory, 
EnumFieldTest, TestCollationFieldDocValues, TestPointFields]
   [junit4] Completed [672/727 (3!)] on J2 in 34.92s, 104 tests, 4 errors, 1 
skipped <<< FAILURES!

[...truncated 43468 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to