You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/09/04 22:42:50 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 2772 - Still unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2772/

4 tests failed.
FAILED:  org.apache.solr.search.TestCollapseQParserPlugin.testNumericCollapse

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([FBD12884F422F952:7C9262D7720F912D]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
	at org.apache.solr.search.TestCollapseQParserPlugin.testCollapseQueries(TestCollapseQParserPlugin.java:396)
	at org.apache.solr.search.TestCollapseQParserPlugin.testNumericCollapse(TestCollapseQParserPlugin.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
	at org.apache.solr.search.CollapsingQParserPlugin$IntFloatStrategy.collapse(CollapsingQParserPlugin.java:2312)
	at org.apache.solr.search.CollapsingQParserPlugin$IntFieldValueCollector.collect(CollapsingQParserPlugin.java:1170)
	at org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:263)
	at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:214)
	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:652)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:443)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:217)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1622)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:338)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 42 more


FAILED:  org.apache.solr.search.TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([FBD12884F422F952:D75F9931397B56F3]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
	at org.apache.solr.search.TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax(TestCollapseQParserPlugin.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
	at org.apache.solr.search.CollapsingQParserPlugin$IntFloatStrategy.collapse(CollapsingQParserPlugin.java:2312)
	at org.apache.solr.search.CollapsingQParserPlugin$IntFieldValueCollector.collect(CollapsingQParserPlugin.java:1170)
	at org.apache.lucene.search.MatchAllDocsQuery$1$1.score(MatchAllDocsQuery.java:62)
	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:652)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:443)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:217)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1622)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:338)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 41 more


FAILED:  org.apache.solr.search.TestCollapseQParserPlugin.testNoDocsHaveGroupField

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([FBD12884F422F952:B3E27504C6BCE3E0]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
	at org.apache.solr.search.TestCollapseQParserPlugin.testNoDocsHaveGroupField(TestCollapseQParserPlugin.java:858)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
	at org.apache.solr.search.CollapsingQParserPlugin$IntSortSpecStrategy.collapse(CollapsingQParserPlugin.java:2513)
	at org.apache.solr.search.CollapsingQParserPlugin$IntFieldValueCollector.collect(CollapsingQParserPlugin.java:1170)
	at org.apache.lucene.search.MatchAllDocsQuery$1$1.score(MatchAllDocsQuery.java:62)
	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:652)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:443)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:217)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1622)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:338)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 41 more


FAILED:  org.apache.solr.search.TestRandomCollapseQParserPlugin.testRandomCollpaseWithSort

Error Message:
BUG using params: sort=score+desc,+date_dv_last+asc,+id+desc&rows=200&fq={!collapse+nullPolicy%3Dignore+field%3Dint_dv+sort%3D'bin_last+desc,+str_last+asc,+uuid_first+asc,+uuid_last+desc,+id+asc'} + q=*:*&fl=id,int_dv

Stack Trace:
java.lang.RuntimeException: BUG using params: sort=score+desc,+date_dv_last+asc,+id+desc&rows=200&fq={!collapse+nullPolicy%3Dignore+field%3Dint_dv+sort%3D'bin_last+desc,+str_last+asc,+uuid_first+asc,+uuid_last+desc,+id+asc'} + q=*:*&fl=id,int_dv
	at __randomizedtesting.SeedInfo.seed([FBD12884F422F952:FE6C5B4DDF8ACAA1]:0)
	at org.apache.solr.search.TestRandomCollapseQParserPlugin.testRandomCollpaseWithSort(TestRandomCollapseQParserPlugin.java:202)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: java.lang.NullPointerException
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:233)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.search.TestRandomCollapseQParserPlugin.testRandomCollpaseWithSort(TestRandomCollapseQParserPlugin.java:158)
	... 39 more
Caused by: org.apache.solr.client.solrj.SolrServerException: java.lang.NullPointerException
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.checkForExceptions(EmbeddedSolrServer.java:301)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:192)
	... 43 more
Caused by: java.lang.NullPointerException
	at org.apache.solr.search.CollapsingQParserPlugin$IntSortSpecStrategy.collapse(CollapsingQParserPlugin.java:2513)
	at org.apache.solr.search.CollapsingQParserPlugin$IntFieldValueCollector.collect(CollapsingQParserPlugin.java:1170)
	at org.apache.lucene.search.MatchAllDocsQuery$1$1.score(MatchAllDocsQuery.java:62)
	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:652)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:443)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:217)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1622)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:191)
	... 43 more




Build Log:
[...truncated 14918 lines...]
   [junit4] Suite: org.apache.solr.search.TestCollapseQParserPlugin
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.TestCollapseQParserPlugin_FBD12884F422F952-001/init-core-data-001
   [junit4]   2> 2356584 INFO  (SUITE-TestCollapseQParserPlugin-seed#[FBD12884F422F952]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2356607 INFO  (SUITE-TestCollapseQParserPlugin-seed#[FBD12884F422F952]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2356635 INFO  (SUITE-TestCollapseQParserPlugin-seed#[FBD12884F422F952]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=example
   [junit4]   2> 2356677 INFO  (SUITE-TestCollapseQParserPlugin-seed#[FBD12884F422F952]-worker) [    ] o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid field id
   [junit4]   2> 2356768 INFO  (SUITE-TestCollapseQParserPlugin-seed#[FBD12884F422F952]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2356768 INFO  (SUITE-TestCollapseQParserPlugin-seed#[FBD12884F422F952]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2356783 INFO  (SUITE-TestCollapseQParserPlugin-seed#[FBD12884F422F952]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ef136ee
   [junit4]   2> 2356790 INFO  (SUITE-TestCollapseQParserPlugin-seed#[FBD12884F422F952]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ef136ee
   [junit4]   2> 2356790 INFO  (SUITE-TestCollapseQParserPlugin-seed#[FBD12884F422F952]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2ef136ee
   [junit4]   2> 2356793 INFO  (coreLoadExecutor-10822-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-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2356831 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2356867 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=example
   [junit4]   2> 2356936 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid field id
   [junit4]   2> 2356939 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2356939 INFO  (coreLoadExecutor-10822-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@2ef136ee
   [junit4]   2> 2356939 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2356939 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.search.TestCollapseQParserPlugin_FBD12884F422F952-001/init-core-data-001/]
   [junit4]   2> 2356940 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=74.1337890625, floorSegmentMB=1.6220703125, forceMergeDeletesPctAllowed=26.970694810003558, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4319649141170223, deletesPctAllowed=21.570076447392694
   [junit4]   2> 2356979 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2356979 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2356980 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2356980 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2356980 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2356981 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@27af63bf[collection1] main]
   [junit4]   2> 2356981 WARN  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 2356981 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2356981 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=a_s,minQueryLength=3}
   [junit4]   2> 2356982 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/elevate.xml
   [junit4]   2> 2356985 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2356986 INFO  (coreLoadExecutor-10822-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1610717418870538240
   [junit4] IGNOR/A 0.00s J2 | TestCollapseQParserPlugin.testStringCollapse
   [junit4]    > Assumption #1: 'awaitsfix' test group is disabled (@AwaitsFix(bugUrl=https://issues.apache.org/jira/browse/SOLR-11974))
   [junit4]   2> 2356998 INFO  (TEST-TestCollapseQParserPlugin.testEmptyCollection-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2356998 INFO  (TEST-TestCollapseQParserPlugin.testEmptyCollection-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@26facb5a[collection1] realtime]
   [junit4]   2> 2356998 INFO  (TEST-TestCollapseQParserPlugin.testEmptyCollection-seed#[FBD12884F422F952]) [    ] 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> 2356998 INFO  (TEST-TestCollapseQParserPlugin.testEmptyCollection-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717418883121152,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2356998 INFO  (TEST-TestCollapseQParserPlugin.testEmptyCollection-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717418883121152
   [junit4]   2> 2357004 INFO  (searcherExecutor-10823-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2357005 INFO  (searcherExecutor-10823-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@27af63bf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2357005 INFO  (TEST-TestCollapseQParserPlugin.testEmptyCollection-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b3ba7b4[collection1] main]
   [junit4]   2> 2357006 INFO  (TEST-TestCollapseQParserPlugin.testEmptyCollection-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357007 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7b3ba7b4[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2357007 INFO  (TEST-TestCollapseQParserPlugin.testEmptyCollection-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 2357009 INFO  (TEST-TestCollapseQParserPlugin.testEmptyCollection-seed#[FBD12884F422F952]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fq={!collapse+field%3Dgroup_s_dv+}} hits=0 status=0 QTime=0
   [junit4]   2> 2357012 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2357013 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@12da9664[collection1] realtime]
   [junit4]   2> 2357013 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] 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> 2357013 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717418898849792,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357013 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717418898849792
   [junit4]   2> 2357013 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f32d321[collection1] main]
   [junit4]   2> 2357014 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357020 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4f32d321[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2357020 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 2357021 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1610717418906189824)]} 0 0
   [junit4]   2> 2357021 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717418907238400,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357021 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717418907238400
   [junit4]   2> 2357023 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@34a32e94[collection1] main]
   [junit4]   2> 2357024 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357025 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@34a32e94[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> 2357025 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 2357026 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1610717418912481280)]} 0 0
   [junit4]   2> 2357027 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1610717418913529856)]} 0 0
   [junit4]   2> 2357027 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717418913529857,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357027 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717418913529857
   [junit4]   2> 2357028 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@51ebb560[collection1] main]
   [junit4]   2> 2357029 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357030 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@51ebb560[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1) Uninverting(_1(8.0.0):c2)))}
   [junit4]   2> 2357030 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2357031 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1610717418916675584)]} 0 0
   [junit4]   2> 2357032 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1610717418917724160)]} 0 0
   [junit4]   2> 2357032 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717418918772736,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357032 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717418918772736
   [junit4]   2> 2357033 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@66d5be1f[collection1] main]
   [junit4]   2> 2357035 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@66d5be1f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1) Uninverting(_1(8.0.0):c2) Uninverting(_2(8.0.0):c2)))}
   [junit4]   2> 2357035 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357035 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2357036 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1610717418922967040)]} 0 0
   [junit4]   2> 2357036 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717418922967041,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357036 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717418922967041
   [junit4]   2> 2357038 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4cf686d7[collection1] main]
   [junit4]   2> 2357040 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4cf686d7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1) Uninverting(_1(8.0.0):c2) Uninverting(_2(8.0.0):c2) Uninverting(_3(8.0.0):c1)))}
   [junit4]   2> 2357040 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357040 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2357041 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1610717418927161344)]} 0 0
   [junit4]   2> 2357041 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717418928209920,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357041 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717418928209920
   [junit4]   2> 2357043 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f5849e8[collection1] main]
   [junit4]   2> 2357044 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f5849e8[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1) Uninverting(_1(8.0.0):c2) Uninverting(_2(8.0.0):c2) Uninverting(_3(8.0.0):c1) Uninverting(_4(8.0.0):c1)))}
   [junit4]   2> 2357045 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357045 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2357054 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fq={!collapse+field%3Dgroup_i}&defType=edismax&bf=field(test_i)&indent=on} hits=2 status=0 QTime=9
   [junit4]   2> 2357328 ERROR (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.h.RequestHandlerBase java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.search.CollapsingQParserPlugin$IntFloatStrategy.collapse(CollapsingQParserPlugin.java:2312)
   [junit4]   2> 	at org.apache.solr.search.CollapsingQParserPlugin$IntFieldValueCollector.collect(CollapsingQParserPlugin.java:1170)
   [junit4]   2> 	at org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:263)
   [junit4]   2> 	at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:214)
   [junit4]   2> 	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:652)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:443)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:217)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1622)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:338)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]   2> 	at org.apache.solr.search.TestCollapseQParserPlugin.testCollapseQueries(TestCollapseQParserPlugin.java:396)
   [junit4]   2> 	at org.apache.solr.search.TestCollapseQParserPlugin.testNumericCollapse(TestCollapseQParserPlugin.java:221)
   [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:1737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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> 2357328 INFO  (TEST-TestCollapseQParserPlugin.testNumericCollapse-seed#[FBD12884F422F952]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fq={!collapse+field%3Dgroup_i+nullPolicy%3Dexpand+min%3Dtest_f}&defType=edismax&bf=field(test_i)&sort=} status=500 QTime=273
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCollapseQParserPlugin -Dtests.method=testNumericCollapse -Dtests.seed=FBD12884F422F952 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=mk-MK -Dtests.timezone=Europe/Helsinki -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.33s J2 | TestCollapseQParserPlugin.testNumericCollapse <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FBD12884F422F952:7C9262D7720F912D]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]    > 	at org.apache.solr.search.TestCollapseQParserPlugin.testCollapseQueries(TestCollapseQParserPlugin.java:396)
   [junit4]    > 	at org.apache.solr.search.TestCollapseQParserPlugin.testNumericCollapse(TestCollapseQParserPlugin.java:221)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.NullPointerException
   [junit4]    > 	at org.apache.solr.search.CollapsingQParserPlugin$IntFloatStrategy.collapse(CollapsingQParserPlugin.java:2312)
   [junit4]    > 	at org.apache.solr.search.CollapsingQParserPlugin$IntFieldValueCollector.collect(CollapsingQParserPlugin.java:1170)
   [junit4]    > 	at org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:263)
   [junit4]    > 	at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:214)
   [junit4]    > 	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:652)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:443)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:217)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1622)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
   [junit4]    > 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
   [junit4]    > 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:338)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]    > 	... 42 more
   [junit4]   2> 2357346 INFO  (TEST-TestCollapseQParserPlugin.testMergeBoost-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2357346 INFO  (TEST-TestCollapseQParserPlugin.testMergeBoost-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2320673e[collection1] realtime]
   [junit4]   2> 2357346 INFO  (TEST-TestCollapseQParserPlugin.testMergeBoost-seed#[FBD12884F422F952]) [    ] 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> 2357346 INFO  (TEST-TestCollapseQParserPlugin.testMergeBoost-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717419248025600,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357346 INFO  (TEST-TestCollapseQParserPlugin.testMergeBoost-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717419248025600
   [junit4]   2> 2357349 INFO  (TEST-TestCollapseQParserPlugin.testMergeBoost-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@406f7698[collection1] main]
   [junit4]   2> 2357352 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@406f7698[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2357352 INFO  (TEST-TestCollapseQParserPlugin.testMergeBoost-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357352 INFO  (TEST-TestCollapseQParserPlugin.testMergeBoost-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 2357364 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2357364 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ac3b7a4[collection1] realtime]
   [junit4]   2> 2357365 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] 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 1
   [junit4]   2> 2357365 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717419267948544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357365 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717419267948544
   [junit4]   2> 2357366 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@56bbc717[collection1] main]
   [junit4]   2> 2357369 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@56bbc717[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2357369 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357369 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 2357371 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1610717419273191424)]} 0 1
   [junit4]   2> 2357371 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717419274240000,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357371 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717419274240000
   [junit4]   2> 2357384 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@47f8f3a7[collection1] main]
   [junit4]   2> 2357387 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@47f8f3a7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(8.0.0):c1)))}
   [junit4]   2> 2357387 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357387 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 15
   [junit4]   2> 2357393 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1610717419292065792)]} 0 5
   [junit4]   2> 2357394 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1610717419298357248)]} 0 0
   [junit4]   2> 2357394 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717419298357249,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357394 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717419298357249
   [junit4]   2> 2357416 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5998e4ef[collection1] main]
   [junit4]   2> 2357421 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357434 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5998e4ef[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(8.0.0):c1) Uninverting(_6(8.0.0):c2)))}
   [junit4]   2> 2357434 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 40
   [junit4]   2> 2357436 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1610717419340300288)]} 0 1
   [junit4]   2> 2357436 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1610717419342397440)]} 0 0
   [junit4]   2> 2357436 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717419342397441,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357436 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717419342397441
   [junit4]   2> 2357443 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7135e840[collection1] main]
   [junit4]   2> 2357446 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7135e840[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(8.0.0):c1) Uninverting(_6(8.0.0):c2) Uninverting(_7(8.0.0):c2)))}
   [junit4]   2> 2357446 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357446 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 2357448 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1610717419353931776)]} 0 0
   [junit4]   2> 2357448 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717419354980352,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357448 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717419354980352
   [junit4]   2> 2357458 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6136282[collection1] main]
   [junit4]   2> 2357462 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6136282[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(8.0.0):c1) Uninverting(_6(8.0.0):c2) Uninverting(_7(8.0.0):c2) Uninverting(_8(8.0.0):c1)))}
   [junit4]   2> 2357462 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357462 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 14
   [junit4]   2> 2357463 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1610717419369660416)]} 0 1
   [junit4]   2> 2357464 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717419371757568,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357464 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717419371757568
   [junit4]   2> 2357470 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ba4896[collection1] main]
   [junit4]   2> 2357472 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357474 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1ba4896[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(8.0.0):c1) Uninverting(_6(8.0.0):c2) Uninverting(_7(8.0.0):c2) Uninverting(_8(8.0.0):c1) Uninverting(_9(8.0.0):c1)))}
   [junit4]   2> 2357474 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 10
   [junit4]   2> 2357480 ERROR (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.h.RequestHandlerBase java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.search.CollapsingQParserPlugin$IntFloatStrategy.collapse(CollapsingQParserPlugin.java:2312)
   [junit4]   2> 	at org.apache.solr.search.CollapsingQParserPlugin$IntFieldValueCollector.collect(CollapsingQParserPlugin.java:1170)
   [junit4]   2> 	at org.apache.lucene.search.MatchAllDocsQuery$1$1.score(MatchAllDocsQuery.java:62)
   [junit4]   2> 	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:652)
   [junit4]   2> 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:443)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:217)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1622)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:338)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]   2> 	at org.apache.solr.search.TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax(TestCollapseQParserPlugin.java:255)
   [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:1737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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> 2357480 INFO  (TEST-TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax-seed#[FBD12884F422F952]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fq={!collapse+field%3Dgroup_i+min%3Dtest_f}} status=500 QTime=0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCollapseQParserPlugin -Dtests.method=testFieldValueCollapseWithNegativeMinMax -Dtests.seed=FBD12884F422F952 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=mk-MK -Dtests.timezone=Europe/Helsinki -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.13s J2 | TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FBD12884F422F952:D75F9931397B56F3]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]    > 	at org.apache.solr.search.TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax(TestCollapseQParserPlugin.java:255)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.NullPointerException
   [junit4]    > 	at org.apache.solr.search.CollapsingQParserPlugin$IntFloatStrategy.collapse(CollapsingQParserPlugin.java:2312)
   [junit4]    > 	at org.apache.solr.search.CollapsingQParserPlugin$IntFieldValueCollector.collect(CollapsingQParserPlugin.java:1170)
   [junit4]    > 	at org.apache.lucene.search.MatchAllDocsQuery$1$1.score(MatchAllDocsQuery.java:62)
   [junit4]    > 	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:652)
   [junit4]    > 	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:443)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:217)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1622)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
   [junit4]    > 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
   [junit4]    > 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
   [junit4]    > 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:338)
   [junit4]    > 	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]    > 	... 41 more
   [junit4]   2> 2357496 INFO  (TEST-TestCollapseQParserPlugin.test64BitCollapseFieldException-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 2357496 INFO  (TEST-TestCollapseQParserPlugin.test64BitCollapseFieldException-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@789d2198[collection1] realtime]
   [junit4]   2> 2357497 INFO  (TEST-TestCollapseQParserPlugin.test64BitCollapseFieldException-seed#[FBD12884F422F952]) [    ] 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> 2357497 INFO  (TEST-TestCollapseQParserPlugin.test64BitCollapseFieldException-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1610717419406360576,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2357497 INFO  (TEST-TestCollapseQParserPlugin.test64BitCollapseFieldException-seed#[FBD12884F422F952]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@37a1bc83 commitCommandVersion:1610717419406360576
   [junit4]   2> 2357497 INFO  (TEST-TestCollapseQParserPlugin.test64BitCollapseFieldException-seed#[FBD12884F422F952]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6651b485[collection1] main]
   [junit4]   2> 2357500 INFO  (searcherExecutor-10823-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6651b485[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2357500 INFO  (TEST-TestCollapseQParserPlugin.test64BitCollapseFieldException-seed#[FBD12884F422F952]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2357500 INFO  (TEST-TestCollapseQParserPlugin.test64BitCollapseFieldException-seed#[FBD12884F422F952]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 2357502 ERROR (TEST-TestCollapseQParserPlugin.test64BitCollapseFieldException-seed#[FBD12884F422F952]) [    ] o.a.s.h.RequestHandlerBase java.lang.RuntimeException: java.io.IOException: 64 bit numeric collapse fields are not supported
   [junit4]   2> 	at org.apache.solr.search.CollapsingQParserPlugin$CollapsingPostFilter.getFilterCollector(CollapsingQParserPlugin.java:374)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1104)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1558)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:338)
   [junit4]   2> 	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
   [junit4]   2> 	at org.apache.solr.search.TestCollapseQParserPlugin.lambda$test64BitCollapseFieldException$0(TestCollapseQParserPlugin.java:927)
   [junit4]   2> 	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2729)
   [junit4]   2> 	at org.apache.solr.search.TestCollapseQParserPlugin.test64BitCollapseFieldException(TestCollapseQParserPlugin.java:927)
   [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:1737)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [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:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [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> Caused by: java.io.IOException: 64 bit numeric collapse fields are not supported
   [junit4]   2> 	at org.apache.solr.search.CollapsingQParserPlugin$CollectorFactory.getCollector(CollapsingQParserPlugin.java:1345)
   [junit4]   2> 	at org.apache.solr.search.CollapsingQParserPlugin$CollapsingPostFilter.getFilterCollector(CollapsingQParserPlugin.java:363)
   [junit4]   2> 	... 53 more
   [junit4]   2> 
   [junit4]   2> 2357502 INFO  (TEST-TestCollapseQParserPlugin.test64BitCollapseFieldException-seed#[FBD12884F422F952]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fq={!collapse+field%3Dgroup_d}} status=500 QTime=0
   [junit4]   2> 2357502 ERROR (TEST-TestCollapseQParserPlugin.test64BitCollapseFieldException-seed#[FBD12884F422F952]) [    ] o.a.s.h.RequestHandlerBase java.lang.RuntimeException: java.io.IOException: 64 bit numeric collapse fields are not supported
   [junit4]   2> 	at org.apache.solr.search.CollapsingQParserPlugin$CollapsingPostFilter.getFilterCollector(CollapsingQParserPlugin.java:374)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getProcessedFilter(SolrIndexSearcher.java:1104)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1558)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
   [junit4]   2> 	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
   [junit4]   2> 	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
  

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

ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1482978972
     [copy] Copying 238 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1482978972
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1482978972

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 19ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 87 minutes 37 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2678)
	at hudson.FilePath$34.invoke(FilePath.java:2557)
	at hudson.FilePath$34.invoke(FilePath.java:2547)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1038)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1819)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-Tests-master - Build # 2777 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2777/

2 tests failed.
FAILED:  org.apache.solr.cloud.rule.RulesTest.doIntegrationTest

Error Message:
Error from server at http://127.0.0.1:40313/solr: Error creating counter node in Zookeeper for collection:rulesColl

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:40313/solr: Error creating counter node in Zookeeper for collection:rulesColl
	at __randomizedtesting.SeedInfo.seed([6775D9185889DF31:82469E9944FD2D33]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.rule.RulesTest.doIntegrationTest(RulesTest.java:91)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestWithCollection.testNodeAdded

Error Message:
Action was not fired till 30 seconds

Stack Trace:
java.lang.AssertionError: Action was not fired till 30 seconds
	at __randomizedtesting.SeedInfo.seed([6775D9185889DF31:2B68F6FFA2A7732]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.TestWithCollection.testNodeAdded(TestWithCollection.java:478)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12824 lines...]
   [junit4] Suite: org.apache.solr.cloud.rule.RulesTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_6775D9185889DF31-001/init-core-data-001
   [junit4]   2> 799116 WARN  (SUITE-RulesTest-seed#[6775D9185889DF31]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=64 numCloses=64
   [junit4]   2> 799116 INFO  (SUITE-RulesTest-seed#[6775D9185889DF31]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 799117 INFO  (SUITE-RulesTest-seed#[6775D9185889DF31]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 799117 INFO  (SUITE-RulesTest-seed#[6775D9185889DF31]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 799118 INFO  (SUITE-RulesTest-seed#[6775D9185889DF31]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_6775D9185889DF31-001/tempDir-001
   [junit4]   2> 799118 INFO  (SUITE-RulesTest-seed#[6775D9185889DF31]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 799118 INFO  (Thread-601) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 799118 INFO  (Thread-601) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 799136 ERROR (Thread-601) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 799225 INFO  (SUITE-RulesTest-seed#[6775D9185889DF31]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40167
   [junit4]   2> 799238 INFO  (zkConnectionManagerCallback-1260-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 799254 INFO  (jetty-launcher-1257-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 799255 INFO  (jetty-launcher-1257-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 799256 INFO  (jetty-launcher-1257-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 799256 INFO  (jetty-launcher-1257-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 799294 INFO  (jetty-launcher-1257-thread-5) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 799295 INFO  (jetty-launcher-1257-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 799295 INFO  (jetty-launcher-1257-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 799295 INFO  (jetty-launcher-1257-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 799296 INFO  (jetty-launcher-1257-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59dd914c{/solr,null,AVAILABLE}
   [junit4]   2> 799384 INFO  (jetty-launcher-1257-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 799384 INFO  (jetty-launcher-1257-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 799384 INFO  (jetty-launcher-1257-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 799385 INFO  (jetty-launcher-1257-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16c2c03f{/solr,null,AVAILABLE}
   [junit4]   2> 799386 INFO  (jetty-launcher-1257-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3c5b48e4{HTTP/1.1,[http/1.1]}{127.0.0.1:40313}
   [junit4]   2> 799386 INFO  (jetty-launcher-1257-thread-3) [    ] o.e.j.s.Server Started @799432ms
   [junit4]   2> 799386 INFO  (jetty-launcher-1257-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40313}
   [junit4]   2> 799386 ERROR (jetty-launcher-1257-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 799386 INFO  (jetty-launcher-1257-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 799386 INFO  (jetty-launcher-1257-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 799386 INFO  (jetty-launcher-1257-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 799386 INFO  (jetty-launcher-1257-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 799386 INFO  (jetty-launcher-1257-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-05T22:58:42.734Z
   [junit4]   2> 799404 INFO  (zkConnectionManagerCallback-1262-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 799404 INFO  (jetty-launcher-1257-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 799550 INFO  (jetty-launcher-1257-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7b638cd0{HTTP/1.1,[http/1.1]}{127.0.0.1:39010}
   [junit4]   2> 799550 INFO  (jetty-launcher-1257-thread-4) [    ] o.e.j.s.Server Started @799597ms
   [junit4]   2> 799550 INFO  (jetty-launcher-1257-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39010}
   [junit4]   2> 799551 ERROR (jetty-launcher-1257-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 799551 INFO  (jetty-launcher-1257-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 799551 INFO  (jetty-launcher-1257-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 799551 INFO  (jetty-launcher-1257-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 799551 INFO  (jetty-launcher-1257-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 799551 INFO  (jetty-launcher-1257-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-05T22:58:42.899Z
   [junit4]   2> 799567 INFO  (jetty-launcher-1257-thread-5) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 799567 INFO  (jetty-launcher-1257-thread-5) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 799567 INFO  (jetty-launcher-1257-thread-5) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 799567 INFO  (jetty-launcher-1257-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59fe0671{/solr,null,AVAILABLE}
   [junit4]   2> 799568 INFO  (jetty-launcher-1257-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@62dbae2e{HTTP/1.1,[http/1.1]}{127.0.0.1:35344}
   [junit4]   2> 799568 INFO  (jetty-launcher-1257-thread-5) [    ] o.e.j.s.Server Started @799614ms
   [junit4]   2> 799568 INFO  (jetty-launcher-1257-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35344}
   [junit4]   2> 799568 ERROR (jetty-launcher-1257-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 799568 INFO  (jetty-launcher-1257-thread-5) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 799568 INFO  (jetty-launcher-1257-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 799568 INFO  (jetty-launcher-1257-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 799568 INFO  (jetty-launcher-1257-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 799568 INFO  (jetty-launcher-1257-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-05T22:58:42.916Z
   [junit4]   2> 799660 INFO  (zkConnectionManagerCallback-1266-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 799661 INFO  (jetty-launcher-1257-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 799697 INFO  (jetty-launcher-1257-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 799697 INFO  (jetty-launcher-1257-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 799697 INFO  (jetty-launcher-1257-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 799770 INFO  (jetty-launcher-1257-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45aa20ef{/solr,null,AVAILABLE}
   [junit4]   2> 799802 INFO  (zkConnectionManagerCallback-1264-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 799807 INFO  (jetty-launcher-1257-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 800105 INFO  (jetty-launcher-1257-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7a9dbf0b{HTTP/1.1,[http/1.1]}{127.0.0.1:41499}
   [junit4]   2> 800105 INFO  (jetty-launcher-1257-thread-1) [    ] o.e.j.s.Server Started @800151ms
   [junit4]   2> 800105 INFO  (jetty-launcher-1257-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41499}
   [junit4]   2> 800105 ERROR (jetty-launcher-1257-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 800105 INFO  (jetty-launcher-1257-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 800105 INFO  (jetty-launcher-1257-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 800105 INFO  (jetty-launcher-1257-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 800105 INFO  (jetty-launcher-1257-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 800105 INFO  (jetty-launcher-1257-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-05T22:58:43.453Z
   [junit4]   2> 800106 INFO  (jetty-launcher-1257-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 800106 INFO  (jetty-launcher-1257-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 800106 INFO  (jetty-launcher-1257-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 800140 INFO  (jetty-launcher-1257-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7803cd85{/solr,null,AVAILABLE}
   [junit4]   2> 800141 INFO  (jetty-launcher-1257-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@11838047{HTTP/1.1,[http/1.1]}{127.0.0.1:38023}
   [junit4]   2> 800141 INFO  (jetty-launcher-1257-thread-2) [    ] o.e.j.s.Server Started @800187ms
   [junit4]   2> 800141 INFO  (jetty-launcher-1257-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38023}
   [junit4]   2> 800141 ERROR (jetty-launcher-1257-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 800141 INFO  (jetty-launcher-1257-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 800141 INFO  (jetty-launcher-1257-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 800141 INFO  (jetty-launcher-1257-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 800141 INFO  (jetty-launcher-1257-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 800141 INFO  (jetty-launcher-1257-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-05T22:58:43.489Z
   [junit4]   2> 800320 INFO  (zkConnectionManagerCallback-1268-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 800320 INFO  (jetty-launcher-1257-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 800335 INFO  (zkConnectionManagerCallback-1270-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 800336 INFO  (jetty-launcher-1257-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 800724 INFO  (jetty-launcher-1257-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40167/solr
   [junit4]   2> 800738 INFO  (zkConnectionManagerCallback-1274-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 800832 INFO  (zkConnectionManagerCallback-1276-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 800922 INFO  (jetty-launcher-1257-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40167/solr
   [junit4]   2> 800991 INFO  (jetty-launcher-1257-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40167/solr
   [junit4]   2> 801015 INFO  (zkConnectionManagerCallback-1282-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 801052 INFO  (zkConnectionManagerCallback-1286-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 801121 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10450381b1d0008, likely client has closed socket
   [junit4]   2> 801198 INFO  (zkConnectionManagerCallback-1290-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 801283 INFO  (zkConnectionManagerCallback-1288-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 801306 INFO  (jetty-launcher-1257-thread-4) [n:127.0.0.1:39010_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39010_solr
   [junit4]   2> 801307 INFO  (jetty-launcher-1257-thread-4) [n:127.0.0.1:39010_solr    ] o.a.s.c.Overseer Overseer (id=73271695848046602-127.0.0.1:39010_solr-n_0000000000) starting
   [junit4]   2> 801325 INFO  (jetty-launcher-1257-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40167/solr
   [junit4]   2> 801346 INFO  (jetty-launcher-1257-thread-2) [n:127.0.0.1:38023_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38023_solr
   [junit4]   2> 801399 INFO  (jetty-launcher-1257-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40167/solr
   [junit4]   2> 801401 INFO  (zkConnectionManagerCallback-1298-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 801446 INFO  (zkCallback-1289-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 801447 INFO  (zkCallback-1287-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 801471 INFO  (zkConnectionManagerCallback-1302-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 801472 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10450381b1d000c, likely client has closed socket
   [junit4]   2> 801499 INFO  (zkConnectionManagerCallback-1307-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 801500 INFO  (zkConnectionManagerCallback-1309-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 801502 INFO  (jetty-launcher-1257-thread-4) [n:127.0.0.1:39010_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 801502 INFO  (zkConnectionManagerCallback-1312-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 801502 INFO  (jetty-launcher-1257-thread-3) [n:127.0.0.1:40313_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 801516 INFO  (jetty-launcher-1257-thread-4) [n:127.0.0.1:39010_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40167/solr ready
   [junit4]   2> 801517 INFO  (OverseerStateUpdate-73271695848046602-127.0.0.1:39010_solr-n_0000000000) [n:127.0.0.1:39010_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39010_solr
   [junit4]   2> 801538 INFO  (zkConnectionManagerCallback-1316-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 801539 INFO  (jetty-launcher-1257-thread-4) [n:127.0.0.1:39010_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 801539 INFO  (jetty-launcher-1257-thread-4) [n:127.0.0.1:39010_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39010_solr
   [junit4]   2> 801553 INFO  (jetty-launcher-1257-thread-3) [n:127.0.0.1:40313_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 801553 INFO  (jetty-launcher-1257-thread-3) [n:127.0.0.1:40313_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40313_solr
   [junit4]   2> 801564 INFO  (zkCallback-1289-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 801584 INFO  (zkCallback-1287-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 801585 INFO  (zkCallback-1289-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 801670 INFO  (zkCallback-1275-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 801671 INFO  (jetty-launcher-1257-thread-2) [n:127.0.0.1:38023_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 801673 INFO  (jetty-launcher-1257-thread-2) [n:127.0.0.1:38023_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40167/solr ready
   [junit4]   2> 801673 INFO  (jetty-launcher-1257-thread-1) [n:127.0.0.1:41499_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 801675 INFO  (jetty-launcher-1257-thread-5) [n:127.0.0.1:35344_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 801712 INFO  (jetty-launcher-1257-thread-1) [n:127.0.0.1:41499_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 801712 INFO  (jetty-launcher-1257-thread-1) [n:127.0.0.1:41499_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41499_solr
   [junit4]   2> 801713 INFO  (zkCallback-1287-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 801713 INFO  (zkCallback-1289-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 801727 INFO  (jetty-launcher-1257-thread-5) [n:127.0.0.1:35344_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 801728 INFO  (jetty-launcher-1257-thread-5) [n:127.0.0.1:35344_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35344_solr
   [junit4]   2> 801729 INFO  (zkCallback-1287-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 801729 INFO  (zkCallback-1289-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 801731 INFO  (jetty-launcher-1257-thread-4) [n:127.0.0.1:39010_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 801747 INFO  (jetty-launcher-1257-thread-2) [n:127.0.0.1:38023_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 801824 INFO  (zkCallback-1306-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 801990 INFO  (jetty-launcher-1257-thread-4) [n:127.0.0.1:39010_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39010.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 802319 INFO  (zkCallback-1306-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 802339 INFO  (jetty-launcher-1257-thread-4) [n:127.0.0.1:39010_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39010.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 802382 INFO  (zkCallback-1315-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 802382 INFO  (zkCallback-1308-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 802385 INFO  (zkCallback-1275-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 802491 INFO  (zkCallback-1311-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 802493 INFO  (jetty-launcher-1257-thread-2) [n:127.0.0.1:38023_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38023.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 802527 INFO  (zkConnectionManagerCallback-1327-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802544 INFO  (zkConnectionManagerCallback-1332-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802584 INFO  (jetty-launcher-1257-thread-4) [n:127.0.0.1:39010_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39010.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 802586 INFO  (jetty-launcher-1257-thread-3) [n:127.0.0.1:40313_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 802587 INFO  (jetty-launcher-1257-thread-3) [n:127.0.0.1:40313_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40167/solr ready
   [junit4]   2> 802588 INFO  (jetty-launcher-1257-thread-4) [n:127.0.0.1:39010_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_6775D9185889DF31-001/tempDir-001/node4/.
   [junit4]   2> 802597 INFO  (jetty-launcher-1257-thread-5) [n:127.0.0.1:35344_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 802598 INFO  (jetty-launcher-1257-thread-5) [n:127.0.0.1:35344_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40167/solr ready
   [junit4]   2> 802598 INFO  (jetty-launcher-1257-thread-3) [n:127.0.0.1:40313_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 802634 INFO  (jetty-launcher-1257-thread-2) [n:127.0.0.1:38023_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38023.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 802635 INFO  (jetty-launcher-1257-thread-2) [n:127.0.0.1:38023_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38023.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 802636 INFO  (jetty-launcher-1257-thread-2) [n:127.0.0.1:38023_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_6775D9185889DF31-001/tempDir-001/node2/.
   [junit4]   2> 802638 INFO  (jetty-launcher-1257-thread-5) [n:127.0.0.1:35344_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 802750 INFO  (zkConnectionManagerCallback-1339-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 802752 INFO  (jetty-launcher-1257-thread-1) [n:127.0.0.1:41499_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 802753 INFO  (jetty-launcher-1257-thread-1) [n:127.0.0.1:41499_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40167/solr ready
   [junit4]   2> 802771 INFO  (jetty-launcher-1257-thread-1) [n:127.0.0.1:41499_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 802787 INFO  (jetty-launcher-1257-thread-5) [n:127.0.0.1:35344_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35344.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 802820 INFO  (jetty-launcher-1257-thread-3) [n:127.0.0.1:40313_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40313.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 802914 INFO  (jetty-launcher-1257-thread-1) [n:127.0.0.1:41499_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41499.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 802931 INFO  (jetty-launcher-1257-thread-3) [n:127.0.0.1:40313_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40313.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 802931 INFO  (jetty-launcher-1257-thread-3) [n:127.0.0.1:40313_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40313.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 802932 INFO  (jetty-launcher-1257-thread-3) [n:127.0.0.1:40313_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_6775D9185889DF31-001/tempDir-001/node3/.
   [junit4]   2> 802967 INFO  (jetty-launcher-1257-thread-5) [n:127.0.0.1:35344_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35344.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 802967 INFO  (jetty-launcher-1257-thread-5) [n:127.0.0.1:35344_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35344.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 802968 INFO  (jetty-launcher-1257-thread-5) [n:127.0.0.1:35344_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_6775D9185889DF31-001/tempDir-001/node5/.
   [junit4]   2> 803041 INFO  (jetty-launcher-1257-thread-1) [n:127.0.0.1:41499_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41499.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 803058 INFO  (jetty-launcher-1257-thread-1) [n:127.0.0.1:41499_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41499.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 803059 INFO  (jetty-launcher-1257-thread-1) [n:127.0.0.1:41499_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_6775D9185889DF31-001/tempDir-001/node1/.
   [junit4]   2> 804061 INFO  (zkConnectionManagerCallback-1342-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 804171 INFO  (zkConnectionManagerCallback-1347-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 804172 INFO  (SUITE-RulesTest-seed#[6775D9185889DF31]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 804173 INFO  (SUITE-RulesTest-seed#[6775D9185889DF31]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40167/solr ready
   [junit4]   2> 804554 INFO  (TEST-RulesTest.doIntegrationTest-seed#[6775D9185889DF31]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doIntegrationTest
   [junit4]   2> 804596 INFO  (qtp1678517433-4214) [n:127.0.0.1:40313_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=shard1&collection.configName=conf&snitch=class:ImplicitSnitch&name=rulesColl&router.name=implicit&nrtReplicas=2&action=CREATE&rule=cores:<4&rule=node:*,replica:<2&rule=freedisk:>1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 804759 INFO  (OverseerThreadFactory-1890-thread-1-processing-n:127.0.0.1:39010_solr) [n:127.0.0.1:39010_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection rulesColl
   [junit4]   2> 804948 INFO  (qtp1051987071-4226) [n:127.0.0.1:35344_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=6
   [junit4]   2> 804995 INFO  (qtp477394594-4233) [n:127.0.0.1:41499_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 805035 INFO  (qtp1678517433-4206) [n:127.0.0.1:40313_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 805108 INFO  (qtp578368210-4199) [n:127.0.0.1:39010_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 805121 INFO  (qtp986420846-4207) [n:127.0.0.1:38023_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 805214 INFO  (OverseerStateUpdate-73271695848046602-127.0.0.1:39010_solr-n_0000000000) [n:127.0.0.1:39010_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"rulesColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"rulesColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35344/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 805214 INFO  (OverseerStateUpdate-73271695848046602-127.0.0.1:39010_solr-n_0000000000) [n:127.0.0.1:39010_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"rulesColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"rulesColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41499/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 805455 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr    x:rulesColl_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=rulesColl_shard1_replica_n1&action=CREATE&numShards=1&collection=rulesColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 805459 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr    x:rulesColl_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=rulesColl_shard1_replica_n2&action=CREATE&numShards=1&collection=rulesColl&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 806673 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 806687 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 806705 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.s.IndexSchema [rulesColl_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 806723 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.s.IndexSchema [rulesColl_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 806725 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 806725 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 806725 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'rulesColl_shard1_replica_n1' using configuration from collection rulesColl, trusted=true
   [junit4]   2> 806726 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35344.solr.core.rulesColl.shard1.replica_n1' (registry 'solr.core.rulesColl.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 806726 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 806726 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.SolrCore [[rulesColl_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_6775D9185889DF31-001/tempDir-001/node5/rulesColl_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_6775D9185889DF31-001/tempDir-001/node5/./rulesColl_shard1_replica_n1/data/]
   [junit4]   2> 806735 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'rulesColl_shard1_replica_n2' using configuration from collection rulesColl, trusted=true
   [junit4]   2> 806735 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41499.solr.core.rulesColl.shard1.replica_n2' (registry 'solr.core.rulesColl.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 806735 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 806736 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.c.SolrCore [[rulesColl_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_6775D9185889DF31-001/tempDir-001/node1/rulesColl_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_6775D9185889DF31-001/tempDir-001/node1/./rulesColl_shard1_replica_n2/data/]
   [junit4]   2> 807105 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 807105 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 807107 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 807107 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 807108 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@322acd90[rulesColl_shard1_replica_n2] main]
   [junit4]   2> 807138 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 807138 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 807139 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 807139 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 807141 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@484a99cb[rulesColl_shard1_replica_n1] main]
   [junit4]   2> 807158 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 807159 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 807159 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 807159 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1610810214849708032
   [junit4]   2> 807162 INFO  (searcherExecutor-1910-thread-1-processing-n:127.0.0.1:35344_solr x:rulesColl_shard1_replica_n1 c:rulesColl s:shard1 r:core_node3) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.SolrCore [rulesColl_shard1_replica_n1] Registered new searcher Searcher@484a99cb[rulesColl_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 807179 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 807179 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 807180 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 807180 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1610810214871728128
   [junit4]   2> 807182 INFO  (searcherExecutor-1911-thread-1-processing-n:127.0.0.1:41499_solr x:rulesColl_shard1_replica_n2 c:rulesColl s:shard1 r:core_node4) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.c.SolrCore [rulesColl_shard1_replica_n2] Registered new searcher Searcher@322acd90[rulesColl_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 807234 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/rulesColl/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 807248 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 807268 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/rulesColl/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 807272 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 807272 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 807272 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35344/solr/rulesColl_shard1_replica_n1/
   [junit4]   2> 807318 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=rulesColl_shard1_replica_n1 url=http://127.0.0.1:35344/solr START replicas=[http://127.0.0.1:41499/solr/rulesColl_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 807353 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=rulesColl_shard1_replica_n1 url=http://127.0.0.1:35344/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 807499 INFO  (qtp477394594-4204) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.c.S.Request [rulesColl_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=140
   [junit4]   2> 807553 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 807553 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 807553 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 807591 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35344/solr/rulesColl_shard1_replica_n1/ shard1
   [junit4]   2> 807749 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 807766 INFO  (qtp1051987071-4221) [n:127.0.0.1:35344_solr c:rulesColl s:shard1 r:core_node3 x:rulesColl_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=rulesColl_shard1_replica_n1&action=CREATE&numShards=1&collection=rulesColl&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2310
   [junit4]   2> 807882 INFO  (zkCallback-1311-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 808329 INFO  (qtp477394594-4203) [n:127.0.0.1:41499_solr c:rulesColl s:shard1 r:core_node4 x:rulesColl_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=rulesColl_shard1_replica_n2&action=CREATE&numShards=1&collection=rulesColl&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2870
   [junit4]   2> 808365 INFO  (qtp1678517433-4214) [n:127.0.0.1:40313_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 808473 INFO  (zkCallback-1308-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 808493 INFO  (zkCallback-1311-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 808809 INFO  (OverseerCollectionConfigSetProcessor-73271695848046602-127.0.0.1:39010_solr-n_0000000000) [n:127.0.0.1:39010_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 809380 INFO  (qtp1678517433-4214) [n:127.0.0.1:40313_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={shards=shard1&collection.configName=conf&snitch=class:ImplicitSnitch&name=rulesColl&router.name=implicit&nrtReplicas=2&action=CREATE&rule=cores:<4&rule=node:*,replica:<2&rule=freedisk:>1&wt=javabin&version=2} status=0 QTime=4784
   [junit4]   2> 809382 INFO  (qtp1678517433-4210) [n:127.0.0.1:40313_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createshard with params action=CREATESHARD&collection=rulesColl&shard=shard2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 809385 INFO  (OverseerThreadFactory-1890-thread-2-processing-n:127.0.0.1:39010_solr) [n:127.0.0.1:39010_solr c:rulesColl s:shard2  ] o.a.s.c.a.c.CreateShardCmd Create shard invoked: {
   [junit4]   2>   "collection":"rulesColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "operation":"createshard"}
   [junit4]   2> 809413 INFO  (qtp1678517433-4206) [n:127.0.0.1:40313_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 809422 INFO  (qtp986420846-4245) [n:127.0.0.1:38023_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 809443 INFO  (qtp1051987071-4222) [n:127.0.0.1:35344_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 809460 INFO  (qtp578368210-4195) [n:127.0.0.1:39010_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 809463 INFO  (qtp477394594-4235) [n:127.0.0.1:41499_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 809585 INFO  (zkCallback-1308-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 809585 INFO  (zkCallback-1311-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 810493 INFO  (OverseerThreadFactory-1890-thread-2-processing-n:127.0.0.1:39010_solr) [n:127.0.0.1:39010_solr c:rulesColl s:shard2  ] o.a.s.c.a.c.CreateShardCmd Creating replica rulesColl_shard2_replica_n5 as part of slice shard2 of collection rulesColl on 127.0.0.1:40313_solr
   [junit4]   2> 810496 INFO  (qtp1678517433-4216) [n:127.0.0.1:40313_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 810497 INFO  (OverseerThreadFactory-1890-thread-2-processing-n:127.0.0.1:39010_solr) [n:127.0.0.1:39010_solr c:rulesColl s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40313_solr for creating new replica of shard shard2
   [junit4]   2> 810507 INFO  (OverseerStateUpdate-73271695848046602-127.0.0.1:39010_solr-n_0000000000) [n:127.0.0.1:39010_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"rulesColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"rulesColl_shard2_replica_n5",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40313/solr",
   [junit4]   2>   "node_name":"127.0.0.1:40313_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 810657 INFO  (zkCallback-1308-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 810665 INFO  (zkCallback-1311-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 810752 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr    x:rulesColl_shard2_replica_n5] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=rulesColl_shard2_replica_n5&action=CREATE&collection=rulesColl&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 810841 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 810858 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.s.IndexSchema [rulesColl_shard2_replica_n5] Schema name=minimal
   [junit4]   2> 822008 WARN  (jetty-launcher-1257-thread-4-SendThread(127.0.0.1:40167)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 11500ms for sessionid 0x10450381b1d000e
   [junit4]   2> 822009 WARN  (SUITE-RulesTest-seed#[6775D9185889DF31]-worker-SendThread(127.0.0.1:40167)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 12628ms for sessionid 0x10450381b1d0016
   [junit4]   2> 822023 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10450381b1d000e, likely client has closed socket
   [junit4]   2> 822023 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10450381b1d0016, likely client has closed socket
   [junit4]   2> 822024 WARN  (jetty-launcher-1257-thread-1-SendThread(127.0.0.1:40167)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 13853ms for sessionid 0x10450381b1d0014
   [junit4]   2> 822024 WARN  (jetty-launcher-1257-thread-2-SendThread(127.0.0.1:40167)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 13865ms for sessionid 0x10450381b1d0011
   [junit4]   2> 822050 WARN  (jetty-launcher-1257-thread-5-SendThread(127.0.0.1:40167)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 13915ms for sessionid 0x10450381b1d0013
   [junit4]   2> 822058 WARN  (jetty-launcher-1257-thread-3-SendThread(127.0.0.1:40167)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 13923ms for sessionid 0x10450381b1d0012
   [junit4]   2> 822092 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 822092 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.CoreContainer Creating SolrCore 'rulesColl_shard2_replica_n5' using configuration from collection rulesColl, trusted=true
   [junit4]   2> 822093 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40313.solr.core.rulesColl.shard2.replica_n5' (registry 'solr.core.rulesColl.shard2.replica_n5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5fed5104
   [junit4]   2> 822093 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 822093 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.SolrCore [[rulesColl_shard2_replica_n5] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_6775D9185889DF31-001/tempDir-001/node3/rulesColl_shard2_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.rule.RulesTest_6775D9185889DF31-001/tempDir-001/node3/./rulesColl_shard2_replica_n5/data/]
   [junit4]   2> 822107 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10450381b1d0011, likely client has closed socket
   [junit4]   2> 822107 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10450381b1d0014, likely client has closed socket
   [junit4]   2> 822108 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10450381b1d0012, likely client has closed socket
   [junit4]   2> 822116 WARN  (zkConnectionManagerCallback-1347-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@bec0ec0 name: ZooKeeperConnection Watcher:127.0.0.1:40167/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 822116 WARN  (zkConnectionManagerCallback-1347-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 822153 WARN  (zkConnectionManagerCallback-1339-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@299d8d9a name: ZooKeeperConnection Watcher:127.0.0.1:40167/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 822153 WARN  (zkConnectionManagerCallback-1339-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 822164 WARN  (zkConnectionManagerCallback-1316-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@64d51724 name: ZooKeeperConnection Watcher:127.0.0.1:40167/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 822164 WARN  (zkConnectionManagerCallback-1316-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 822164 WARN  (zkConnectionManagerCallback-1307-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@60af0aed name: ZooKeeperConnection Watcher:127.0.0.1:40167/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 822164 WARN  (zkConnectionManagerCallback-1307-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 822165 INFO  (zkCallback-1308-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 822165 INFO  (zkCallback-1311-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 822201 WARN  (zkConnectionManagerCallback-1332-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e12bc26 name: ZooKeeperConnection Watcher:127.0.0.1:40167/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 822201 WARN  (zkConnectionManagerCallback-1332-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 822221 WARN  (zkConnectionManagerCallback-1327-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4984fa51 name: ZooKeeperConnection Watcher:127.0.0.1:40167/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 822221 WARN  (zkConnectionManagerCallback-1327-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 822473 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 822473 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 822487 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 822487 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 822488 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.s.SolrIndexSearcher Opening [Searcher@41c65ecf[rulesColl_shard2_replica_n5] main]
   [junit4]   2> 822523 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 822523 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 822524 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 822524 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1610810230961078272
   [junit4]   2> 822546 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.ZkShardTerms Successful update of terms at /collections/rulesColl/terms/shard2 to Terms{values={core_node6=0}, version=0}
   [junit4]   2> 822560 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 822560 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 822560 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40313/solr/rulesColl_shard2_replica_n5/
   [junit4]   2> 822560 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 822561 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.SyncStrategy http://127.0.0.1:40313/solr/rulesColl_shard2_replica_n5/ has no replicas
   [junit4]   2> 822561 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 822579 INFO  (searcherExecutor-1920-thread-1-processing-n:127.0.0.1:40313_solr x:rulesColl_shard2_replica_n5 c:rulesColl s:shard2 r:core_node6) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.SolrCore [rulesColl_shard2_replica_n5] Registered new searcher Searcher@41c65ecf[rulesColl_shard2_replica_n5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 822580 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40313/solr/rulesColl_shard2_replica_n5/ shard2
   [junit4]   2> 822762 INFO  (zkCallback-1308-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 822763 INFO  (zkCallback-1311-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 822823 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 822836 INFO  (qtp1678517433-4213) [n:127.0.0.1:40313_solr c:rulesColl s:shard2 r:core_node6 x:rulesColl_shard2_replica_n5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&name=rulesColl_shard2_replica_n5&action=CREATE&collection=rulesColl&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=12084
   [junit4]   2> 822946 INFO  (zkCallback-1308-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 822946 INFO  (zkCallback-1311-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 822961 INFO  (zkCallback-1275-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/rulesColl/state.json] for collection [rulesColl] has occurred - updating... (live nodes size: [5])
   [junit4]   2> 823249 WARN  (SUITE-RulesTest-seed#[6775D9185889DF31]-worker-SendThread(127.0.0.1:40167)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x10450381b1d0016 has expired
   [junit4]   2> 823249 WARN  (zkConnectionManagerCallback-1347-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@bec0ec0 name: ZooKeeperConnection Watcher:127.0.0.1:40167/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 823249 WARN  (zkConnectionManagerCallback-1347-thread-1) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 823262 WARN  (zkConnectionManagerCallback-1347-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 823302 INFO  (zkConnectionManagerCallback-1347-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 823302 INFO  (zkConnectionManagerCallback-1347-thread-1) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 823346 WARN  (jetty-launcher-1257-thread-3-SendThread(127.0.0.1:40167)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x10450381b1d0012 has expired
   [junit4]   2> 823346 WARN  (zkConnectionManagerCallback-1327-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4984fa51 name: ZooKeeperConnection Watcher:127.0.0.1:40167/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 823346 WARN  (zkConnectionManagerCallback-1327-thread-1) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 823346 WARN  (zkConnectionManagerCallback-1327-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 823347 WARN  (jetty-launcher-1257-thread-4-SendThread(127.0.0.1:40167)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x10450381b1d000e has expired
   [junit4]   2> 823356 WARN  (zkConnectionManagerCallback-1307-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@60af0aed name: ZooKeeperConnection Watcher:127.0.0.1:40167/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 823356 WARN  (zkConnectionManagerCallback-1307-thread-1) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 823356 WARN  (zkConnectionManagerCallback-1307-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 823373 WARN  (jetty-launcher-1257-thread-1-SendThread(127.0.0.1:40167)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x10450381b1d0014 has expired
   [junit4]   2> 823397 WARN  (zkConnectionManagerCallback-1339-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@299d8d9a name: ZooKeeperConnection Watcher:127.0.0.1:40167/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 823397 WARN  (zkConnectionManagerCallback-1339-thread-1) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 823397 WARN  (zkConnectionManagerCallback-1339-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 823399 INFO  (zkConnectionManagerCallback-1347-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 823399 INFO  (zkConnectionManagerCallback-1347-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 823430 INFO  (zkConnectionManagerCallback-1327-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 823430 INFO  (zkConnectionManagerCallback-1327-thread-1) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 823434 WARN  (jetty-launcher-1257-thread-2-SendThread(127.0.0.1:40167)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x10450381b1d0011 has expired
   [junit4]   2> 823436 INFO  (zkConnectionManagerCallback-1307-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 823436 INFO  (zkConnectionManagerCallback-1307-thread-1) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 823445 WARN  (zkConnectionManagerCallback-1316-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@64d51724 name: ZooKeeperConnection Watcher:127.0.0.1:40167/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 823445 WARN  (zkConnectionManagerCallback-1316-thread-1) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 823445 WARN  (zkConnectionManagerCallback-1316-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 823447 INFO  (zkConnectionManagerCallback-1327-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 823447 INFO  (zkConnectionManagerCallback-1327-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 823454 ERROR (OverseerThreadFactory-1890-thread-2-processing-n:127.0.0.1:39010_solr) [n:127.0.0.1:39010_solr c:rulesColl s:shard2  ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: rulesColl operation: createshard failed:org.apache.solr.common.SolrException: Error creating counter node in Zookeeper for collection:rulesColl
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.Assign.incAndGetId(Assign.java:93)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.Assign.buildSolrCoreName(Assign.java:195)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.Assign.buildSolrCoreName(Assign.java:205)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateShardCmd.call(CreateShardCmd.java:93)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:259)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:478)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/rulesColl
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1105)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:317)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:317)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.hasData(ZkDistribStateManager.java:58)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.Assign.incAndGetId(Assign.java:74)
   [junit4]   2> 	... 9 more
   [junit4]   2> 
   [junit4]   2> 823502 INFO  (zkConnectionManagerCallback-1339-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 823519 INFO  (zkConnectionManagerCallback-1339-thread-1) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 823540 INFO  (zkConnectionManagerCallback-1316-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 823540 INFO  (zkConnectionManagerCallback-1316-thread-1) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 823618 INFO  (zkConnectionManagerCallback-1307-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 823618 INFO  (zkConnectionManagerCallback-1307-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 823674 INFO  (zkConnectionManagerCallback-1339-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 823674 INFO  (zkConnectionManagerCallback-1339-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 823691 INFO  (qtp1678517433-4210) [n:127.0.0.1:40313_solr c:rulesColl   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CREATESHARD&collection=rulesColl&shard=shard2&wt=javabin&version=2} status=500 QTime=14309
   [junit4]   2> 823691 ERROR (qtp1678517433-4210) [n:127.0.0.1:40313_solr c:rulesColl   ] o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Error creating counter node in Zookeeper for collection:rulesColl
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrResponse.getException(SolrResponse.java:53)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:274)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:246)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:734)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:715)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.ja

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



-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null577187103
     [copy] Copying 238 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null577187103
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null577187103

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 132ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 211 minutes 9 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2678)
	at hudson.FilePath$34.invoke(FilePath.java:2557)
	at hudson.FilePath$34.invoke(FilePath.java:2547)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1038)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1819)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-Tests-master - Build # 2776 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2776/

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest:     1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig--1, state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest: 
   1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig--1, state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
        at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([DE7EAF855B075481]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig--1, state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig--1, state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
        at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([DE7EAF855B075481]:0)




Build Log:
[...truncated 12354 lines...]
   [junit4] Suite: org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest
   [junit4]   2> Sep 05, 2018 7:53:16 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Sep 05, 2018 7:53:36 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest: 
   [junit4]   2>    1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig--1, state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2>         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2>         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Sep 05, 2018 7:53:36 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig--1, state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
   [junit4]   2> AsyncLogger error handling event seq=0, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> AsyncLogger error handling event seq=1, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> AsyncLogger error handling event seq=2, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> AsyncLogger error handling event seq=3, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> AsyncLogger error handling event seq=4, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> AsyncLogger error handling event seq=5, value='null':
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
   [junit4]   2> 	at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2> 	at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2> 	at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Sep 05, 2018 7:53:39 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig--1, state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]   2>         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]   2>         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]   2>         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {}, docValues:{}, maxPointsInLeafNode=1916, maxMBSortInHeap=5.260807753684816, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7de3e39), locale=en-CA, timezone=Europe/Tiraspol
   [junit4]   2> NOTE: Linux 4.4.0-130-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=2,free=238204560,total=319291392
   [junit4]   2> NOTE: All tests run in this JVM: [IgnoreLargeDocumentProcessorFactoryTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=IgnoreLargeDocumentProcessorFactoryTest -Dtests.seed=DE7EAF855B075481 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-CA -Dtests.timezone=Europe/Tiraspol -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | IgnoreLargeDocumentProcessorFactoryTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.update.processor.IgnoreLargeDocumentProcessorFactoryTest: 
   [junit4]    >    1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig--1, state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]    >         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]    >         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DE7EAF855B075481]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=13, name=Log4j2-TF-1-AsyncLoggerConfig--1, state=TIMED_WAITING, group=TGRP-IgnoreLargeDocumentProcessorFactoryTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
   [junit4]    >         at com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
   [junit4]    >         at com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
   [junit4]    >         at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DE7EAF855B075481]:0)
   [junit4] Completed [9/832 (1!)] on J0 in 25.93s, 4 tests, 2 errors <<< FAILURES!

[...truncated 51368 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2311 links (1864 relative) to 3140 anchors in 246 files
     [echo] Validated Links & Anchors via: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

common.resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null2116130013
     [copy] Copying 35 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null2116130013
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null2116130013

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1258273204
     [copy] Copying 238 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1258273204
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1258273204

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 19ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 65 minutes 46 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2678)
	at hudson.FilePath$34.invoke(FilePath.java:2557)
	at hudson.FilePath$34.invoke(FilePath.java:2547)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1038)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1819)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-Tests-master - Build # 2775 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2775/

2 tests failed.
FAILED:  org.apache.lucene.codecs.simpletext.TestSimpleTextCompoundFormat.testResourceNameInsideCompoundFile

Error Message:
resource description hides that it's inside a compound file: MockIndexInputWrapper((sliced) offset=24, length=61 (clone of) ByteBuffersIndexInput (file=_123.scf, buffers=215 bytes, block size: 1, blocks: 1, position: 0))

Stack Trace:
java.lang.AssertionError: resource description hides that it's inside a compound file: MockIndexInputWrapper((sliced) offset=24, length=61 (clone of) ByteBuffersIndexInput (file=_123.scf, buffers=215 bytes, block size: 1, blocks: 1, position: 0))
	at __randomizedtesting.SeedInfo.seed([E400B34FBDD9031F:2B8EA8270B0F34AC]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.lucene.index.BaseCompoundFormatTestCase.testResourceNameInsideCompoundFile(BaseCompoundFormatTestCase.java:777)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.lucene.index.TestSoftDeletesRetentionMergePolicy.testMixedSoftDeletesAndHardDeletes

Error Message:
expected:<68> but was:<69>

Stack Trace:
java.lang.AssertionError: expected:<68> but was:<69>
	at __randomizedtesting.SeedInfo.seed([130DFFB37FD5969A:EAD07637089025F1]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.lucene.index.TestSoftDeletesRetentionMergePolicy.testMixedSoftDeletesAndHardDeletes(TestSoftDeletesRetentionMergePolicy.java:676)
	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:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 312 lines...]
   [junit4] Suite: org.apache.lucene.index.TestSoftDeletesRetentionMergePolicy
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSoftDeletesRetentionMergePolicy -Dtests.method=testMixedSoftDeletesAndHardDeletes -Dtests.seed=130DFFB37FD5969A -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=da-DK -Dtests.timezone=America/Montreal -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 1.06s J2 | TestSoftDeletesRetentionMergePolicy.testMixedSoftDeletesAndHardDeletes <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<68> but was:<69>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([130DFFB37FD5969A:EAD07637089025F1]:0)
   [junit4]    > 	at org.apache.lucene.index.TestSoftDeletesRetentionMergePolicy.testMixedSoftDeletesAndHardDeletes(TestSoftDeletesRetentionMergePolicy.java:676)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {seq_id=FST50, id=FST50, version=PostingsFormat(name=MockRandom)}, docValues:{keep_around=DocValuesFormat(name=Lucene70), soft_deletes=DocValuesFormat(name=Lucene70), soft_delete=DocValuesFormat(name=Lucene70), keep=DocValuesFormat(name=Direct), seq_id=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70), creation_date=DocValuesFormat(name=Asserting), version=DocValuesFormat(name=Lucene70), other-field=DocValuesFormat(name=Direct), soft-deletes=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=768, maxMBSortInHeap=5.390912588895521, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@86bb9d8), locale=da-DK, timezone=America/Montreal
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=202339696,total=341835776
   [junit4]   2> NOTE: All tests run in this JVM: [TestDeletionPolicy, TestQueryRescorer, TestSingleInstanceLockFactory, TestOmitNorms, TestSoftDeletesRetentionMergePolicy]
   [junit4] Completed [9/508 (1!)] on J2 in 5.64s, 14 tests, 1 failure <<< FAILURES!

[...truncated 6689 lines...]
   [junit4] Suite: org.apache.lucene.codecs.simpletext.TestSimpleTextCompoundFormat
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSimpleTextCompoundFormat -Dtests.method=testResourceNameInsideCompoundFile -Dtests.seed=E400B34FBDD9031F -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ko -Dtests.timezone=Asia/Barnaul -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.26s J1 | TestSimpleTextCompoundFormat.testResourceNameInsideCompoundFile <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: resource description hides that it's inside a compound file: MockIndexInputWrapper((sliced) offset=24, length=61 (clone of) ByteBuffersIndexInput (file=_123.scf, buffers=215 bytes, block size: 1, blocks: 1, position: 0))
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E400B34FBDD9031F:2B8EA8270B0F34AC]:0)
   [junit4]    > 	at org.apache.lucene.index.BaseCompoundFormatTestCase.testResourceNameInsideCompoundFile(BaseCompoundFormatTestCase.java:777)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/codecs/test/J1/temp/lucene.codecs.simpletext.TestSimpleTextCompoundFormat_E400B34FBDD9031F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@60af0976), locale=ko, timezone=Asia/Barnaul
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_172 (64-bit)/cpus=4,threads=1,free=163355160,total=352845824
   [junit4]   2> NOTE: All tests run in this JVM: [TestFSTOrdPostingsFormat, TestSimpleTextNormsFormat, TestBloomPostingsFormat, TestVarGapDocFreqIntervalPostingsFormat, TestVarGapFixedIntervalPostingsFormat, TestDirectPostingsFormat, TestSimpleTextCompoundFormat]
   [junit4] Completed [9/19 (1!)] on J1 in 17.08s, 26 tests, 1 failure <<< FAILURES!

[...truncated 56958 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2311 links (1864 relative) to 3135 anchors in 246 files
     [echo] Validated Links & Anchors via: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

common.resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null639001258
     [copy] Copying 35 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null639001258
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/null639001258

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null550153744
     [copy] Copying 238 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null550153744
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null550153744

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 73ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 214 minutes 56 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2678)
	at hudson.FilePath$34.invoke(FilePath.java:2557)
	at hudson.FilePath$34.invoke(FilePath.java:2547)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1038)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1819)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-Tests-master - Build # 2774 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2774/

1 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:46653/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:42550/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:46653/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:42550/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([2C25AD17580FE46F:86E87EE5EFDC31BF]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:994)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:291)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46653/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:436)
	... 46 more




Build Log:
[...truncated 13946 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2C25AD17580FE46F-001/init-core-data-001
   [junit4]   2> 1478792 WARN  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 1478792 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1478794 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1478794 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1478795 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2C25AD17580FE46F-001/tempDir-001
   [junit4]   2> 1478795 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1478795 INFO  (Thread-3553) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1478795 INFO  (Thread-3553) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1478798 ERROR (Thread-3553) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1478895 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:38752
   [junit4]   2> 1478899 INFO  (zkConnectionManagerCallback-6297-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478912 INFO  (jetty-launcher-6294-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1478912 INFO  (jetty-launcher-6294-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1478913 INFO  (jetty-launcher-6294-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1478913 INFO  (jetty-launcher-6294-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1478913 INFO  (jetty-launcher-6294-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1478913 INFO  (jetty-launcher-6294-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1478913 INFO  (jetty-launcher-6294-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1478913 INFO  (jetty-launcher-6294-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1fcccd96{/solr,null,AVAILABLE}
   [junit4]   2> 1478914 INFO  (jetty-launcher-6294-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@f4a7072{SSL,[ssl, http/1.1]}{127.0.0.1:42550}
   [junit4]   2> 1478914 INFO  (jetty-launcher-6294-thread-2) [    ] o.e.j.s.Server Started @1478953ms
   [junit4]   2> 1478914 INFO  (jetty-launcher-6294-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42550}
   [junit4]   2> 1478915 ERROR (jetty-launcher-6294-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1478915 INFO  (jetty-launcher-6294-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1478915 INFO  (jetty-launcher-6294-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1478915 INFO  (jetty-launcher-6294-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1478915 INFO  (jetty-launcher-6294-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1478915 INFO  (jetty-launcher-6294-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-05T10:30:50.208Z
   [junit4]   2> 1478916 INFO  (jetty-launcher-6294-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1478916 INFO  (jetty-launcher-6294-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1478916 INFO  (jetty-launcher-6294-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1478917 INFO  (jetty-launcher-6294-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1478917 INFO  (jetty-launcher-6294-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1478917 INFO  (jetty-launcher-6294-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1478917 INFO  (jetty-launcher-6294-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58387fe4{/solr,null,AVAILABLE}
   [junit4]   2> 1478917 INFO  (jetty-launcher-6294-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6299f5c{/solr,null,AVAILABLE}
   [junit4]   2> 1478917 INFO  (jetty-launcher-6294-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@727810da{SSL,[ssl, http/1.1]}{127.0.0.1:38897}
   [junit4]   2> 1478917 INFO  (jetty-launcher-6294-thread-3) [    ] o.e.j.s.Server Started @1478956ms
   [junit4]   2> 1478917 INFO  (jetty-launcher-6294-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38897}
   [junit4]   2> 1478917 INFO  (jetty-launcher-6294-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@504ecebe{SSL,[ssl, http/1.1]}{127.0.0.1:33517}
   [junit4]   2> 1478917 INFO  (jetty-launcher-6294-thread-4) [    ] o.e.j.s.Server Started @1478956ms
   [junit4]   2> 1478917 ERROR (jetty-launcher-6294-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1478917 INFO  (jetty-launcher-6294-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1478917 INFO  (jetty-launcher-6294-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33517}
   [junit4]   2> 1478918 INFO  (jetty-launcher-6294-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1478918 INFO  (jetty-launcher-6294-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1478918 INFO  (jetty-launcher-6294-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1478918 INFO  (jetty-launcher-6294-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-05T10:30:50.211Z
   [junit4]   2> 1478918 ERROR (jetty-launcher-6294-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1478918 INFO  (jetty-launcher-6294-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1478918 INFO  (jetty-launcher-6294-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1478918 INFO  (jetty-launcher-6294-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1478918 INFO  (jetty-launcher-6294-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1478918 INFO  (jetty-launcher-6294-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-05T10:30:50.211Z
   [junit4]   2> 1478919 INFO  (jetty-launcher-6294-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1478919 INFO  (jetty-launcher-6294-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1478919 INFO  (jetty-launcher-6294-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1478919 INFO  (jetty-launcher-6294-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15e7a727{/solr,null,AVAILABLE}
   [junit4]   2> 1478920 INFO  (jetty-launcher-6294-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@42609769{SSL,[ssl, http/1.1]}{127.0.0.1:46653}
   [junit4]   2> 1478920 INFO  (jetty-launcher-6294-thread-1) [    ] o.e.j.s.Server Started @1478958ms
   [junit4]   2> 1478920 INFO  (jetty-launcher-6294-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46653}
   [junit4]   2> 1478920 ERROR (jetty-launcher-6294-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1478920 INFO  (jetty-launcher-6294-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1478920 INFO  (jetty-launcher-6294-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1478920 INFO  (jetty-launcher-6294-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1478920 INFO  (jetty-launcher-6294-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1478920 INFO  (jetty-launcher-6294-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-05T10:30:50.213Z
   [junit4]   2> 1478920 INFO  (zkConnectionManagerCallback-6299-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478920 INFO  (zkConnectionManagerCallback-6301-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478921 INFO  (zkConnectionManagerCallback-6303-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478921 INFO  (jetty-launcher-6294-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1478921 INFO  (zkConnectionManagerCallback-6305-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1478921 INFO  (jetty-launcher-6294-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1478921 INFO  (jetty-launcher-6294-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1478921 INFO  (jetty-launcher-6294-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1479060 INFO  (jetty-launcher-6294-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38752/solr
   [junit4]   2> 1479061 INFO  (zkConnectionManagerCallback-6309-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479062 DEBUG (jetty-launcher-6294-thread-3) [n:127.0.0.1:38897_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$339/699303364@2dfb894d
   [junit4]   2> 1479063 INFO  (zkConnectionManagerCallback-6311-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479109 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1479109 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479109 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1479109 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1479110 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1479110 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1479111 INFO  (jetty-launcher-6294-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38752/solr
   [junit4]   2> 1479112 DEBUG (jetty-launcher-6294-thread-3) [n:127.0.0.1:38897_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72282527232032774-127.0.0.1:38897_solr-n_0000000000
   [junit4]   2> 1479112 INFO  (jetty-launcher-6294-thread-3) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38897_solr
   [junit4]   2> 1479112 INFO  (jetty-launcher-6294-thread-3) [n:127.0.0.1:38897_solr    ] o.a.s.c.Overseer Overseer (id=72282527232032774-127.0.0.1:38897_solr-n_0000000000) starting
   [junit4]   2> 1479115 INFO  (zkConnectionManagerCallback-6317-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479116 DEBUG (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$339/699303364@45bf2a40
   [junit4]   2> 1479117 INFO  (zkConnectionManagerCallback-6319-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479119 INFO  (zkConnectionManagerCallback-6324-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479120 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1479120 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479120 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1479120 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1479121 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1479121 INFO  (jetty-launcher-6294-thread-3) [n:127.0.0.1:38897_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38752/solr ready
   [junit4]   2> 1479121 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1479122 INFO  (jetty-launcher-6294-thread-3) [n:127.0.0.1:38897_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38897_solr
   [junit4]   2> 1479122 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479123 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479123 DEBUG (OverseerAutoScalingTriggerThread-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1479123 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 1479124 DEBUG (OverseerAutoScalingTriggerThread-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1479124 DEBUG (OverseerAutoScalingTriggerThread-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1479124 DEBUG (OverseerAutoScalingTriggerThread-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1479125 INFO  (OverseerStateUpdate-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38897_solr
   [junit4]   2> 1479125 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479125 INFO  (zkCallback-6323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1479126 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 1479126 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1479126 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1479126 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1479126 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1479126 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1479126 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479126 INFO  (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1479126 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1479126 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1479126 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 1479127 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1479127 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1479127 INFO  (OverseerStateUpdate-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1479127 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1479127 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479128 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 1479128 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1479128 DEBUG (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72282527232032776-127.0.0.1:42550_solr-n_0000000001
   [junit4]   2> 1479128 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72282527232032774-127.0.0.1:38897_solr-n_0000000000
   [junit4]   2> 1479128 DEBUG (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72282527232032774-127.0.0.1:38897_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1479129 DEBUG (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:42550_solr as DOWN
   [junit4]   2> 1479130 INFO  (jetty-launcher-6294-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38752/solr
   [junit4]   2> 1479131 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 1479131 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1479131 INFO  (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1479131 INFO  (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42550_solr
   [junit4]   2> 1479132 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479132 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479132 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479134 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479134 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1479134 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479134 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479134 INFO  (zkCallback-6310-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1479134 INFO  (zkCallback-6323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1479134 INFO  (zkCallback-6318-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1479139 INFO  (zkConnectionManagerCallback-6330-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479139 DEBUG (OverseerStateUpdate-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:42550_solr"} current state version: 0
   [junit4]   2> 1479139 DEBUG (OverseerAutoScalingTriggerThread-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:38897_solr, 127.0.0.1:42550_solr]
   [junit4]   2> 1479139 DEBUG (OverseerAutoScalingTriggerThread-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1479140 DEBUG (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$339/699303364@64a51db4
   [junit4]   2> 1479140 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 1479140 DEBUG (OverseerAutoScalingTriggerThread-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1479140 DEBUG (ScheduledTrigger-5713-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1479143 INFO  (jetty-launcher-6294-thread-3) [n:127.0.0.1:38897_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1479146 INFO  (zkConnectionManagerCallback-6338-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479147 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1479147 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479147 INFO  (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1479147 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1479147 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1479148 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1479148 INFO  (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38752/solr ready
   [junit4]   2> 1479148 INFO  (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1479151 INFO  (zkConnectionManagerCallback-6332-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479158 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1479158 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479158 INFO  (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1479158 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1479159 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1479159 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1479160 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1479163 DEBUG (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72282527232032780-127.0.0.1:46653_solr-n_0000000002
   [junit4]   2> 1479163 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72282527232032776-127.0.0.1:42550_solr-n_0000000001
   [junit4]   2> 1479163 DEBUG (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72282527232032776-127.0.0.1:42550_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1479164 DEBUG (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:46653_solr as DOWN
   [junit4]   2> 1479164 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1479164 INFO  (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1479164 INFO  (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46653_solr
   [junit4]   2> 1479164 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1479165 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479165 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479165 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479165 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479165 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479165 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479165 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479165 INFO  (zkCallback-6318-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1479165 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479165 INFO  (zkCallback-6310-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1479167 DEBUG (OverseerStateUpdate-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:46653_solr"} current state version: 0
   [junit4]   2> 1479167 INFO  (zkCallback-6323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1479174 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479176 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479176 INFO  (zkCallback-6337-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1479176 INFO  (zkCallback-6331-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1479176 INFO  (jetty-launcher-6294-thread-3) [n:127.0.0.1:38897_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38897.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1479188 INFO  (jetty-launcher-6294-thread-3) [n:127.0.0.1:38897_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38897.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1479188 INFO  (jetty-launcher-6294-thread-3) [n:127.0.0.1:38897_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38897.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1479189 INFO  (jetty-launcher-6294-thread-3) [n:127.0.0.1:38897_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2C25AD17580FE46F-001/tempDir-001/node3/.
   [junit4]   2> 1479189 INFO  (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42550.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1479200 INFO  (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42550.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1479200 INFO  (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42550.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1479201 INFO  (jetty-launcher-6294-thread-2) [n:127.0.0.1:42550_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2C25AD17580FE46F-001/tempDir-001/node2/.
   [junit4]   2> 1479205 INFO  (zkConnectionManagerCallback-6346-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479207 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1479207 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479207 INFO  (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1479207 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1479207 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1479208 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1479208 INFO  (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38752/solr ready
   [junit4]   2> 1479209 INFO  (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1479226 INFO  (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46653.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1479232 INFO  (jetty-launcher-6294-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38752/solr
   [junit4]   2> 1479233 INFO  (zkConnectionManagerCallback-6351-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479234 DEBUG (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$339/699303364@64908c0b
   [junit4]   2> 1479235 INFO  (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46653.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1479235 INFO  (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46653.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1479235 INFO  (zkConnectionManagerCallback-6353-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479236 INFO  (jetty-launcher-6294-thread-1) [n:127.0.0.1:46653_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2C25AD17580FE46F-001/tempDir-001/node1/.
   [junit4]   2> 1479242 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1479242 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479242 INFO  (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1479242 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1479243 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1479243 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1479243 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1479244 DEBUG (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72282527232032783-127.0.0.1:33517_solr-n_0000000003
   [junit4]   2> 1479244 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72282527232032780-127.0.0.1:46653_solr-n_0000000002
   [junit4]   2> 1479244 DEBUG (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72282527232032780-127.0.0.1:46653_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1479244 DEBUG (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33517_solr as DOWN
   [junit4]   2> 1479245 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1479245 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1479246 INFO  (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1479246 DEBUG (OverseerStateUpdate-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33517_solr"} current state version: 0
   [junit4]   2> 1479246 INFO  (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33517_solr
   [junit4]   2> 1479246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1479246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479246 INFO  (zkCallback-6331-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1479246 INFO  (zkCallback-6310-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1479246 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479246 INFO  (zkCallback-6337-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1479251 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479251 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479251 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479251 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479251 INFO  (zkCallback-6318-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1479251 INFO  (zkCallback-6352-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1479251 INFO  (zkCallback-6323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1479251 INFO  (zkCallback-6345-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1479264 INFO  (zkConnectionManagerCallback-6360-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479264 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1479264 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479265 INFO  (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1479265 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1479265 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1479265 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1479265 INFO  (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38752/solr ready
   [junit4]   2> 1479266 INFO  (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1479295 INFO  (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33517.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1479302 INFO  (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33517.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1479302 INFO  (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33517.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1479303 INFO  (jetty-launcher-6294-thread-4) [n:127.0.0.1:33517_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2C25AD17580FE46F-001/tempDir-001/node4/.
   [junit4]   2> 1479337 INFO  (zkConnectionManagerCallback-6363-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479339 INFO  (zkConnectionManagerCallback-6368-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1479340 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1479340 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1479340 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1479340 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1479340 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1479340 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1479341 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38752/solr ready
   [junit4]   2> 1479346 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1479347 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1479358 INFO  (qtp1172302833-16811) [n:127.0.0.1:38897_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1479358 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1479358 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 1479358 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1479358 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1479358 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1479359 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1479359 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1479359 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 1479359 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 1479359 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 1479359 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{"operation":"overseerstatus"}
   [junit4]   2> 1479360 DEBUG (OverseerThreadFactory-5718-thread-1-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 1479360 DEBUG (OverseerThreadFactory-5718-thread-1-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : overseerstatus , {"operation":"overseerstatus"}
   [junit4]   2> 1479360 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 1479360 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1479360 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1479360 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1479360 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1479360 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 1479360 DEBUG (OverseerThreadFactory-5718-thread-1-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1479361 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 1479361 DEBUG (zkCallback-6310-thread-2) [    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null
   [junit4]   2> 1479361 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1479361 DEBUG (OverseerThreadFactory-5718-thread-1-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 1479361 DEBUG (OverseerThreadFactory-5718-thread-1-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1479361 DEBUG (OverseerThreadFactory-5718-thread-1-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1479361 DEBUG (OverseerThreadFactory-5718-thread-1-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1479361 DEBUG (OverseerThreadFactory-5718-thread-1-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1479361 DEBUG (OverseerThreadFactory-5718-thread-1-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{leader=127.0.0.1:38897_solr,overseer_queue_size=0,overseer_work_queue_size=0,overseer_collection_queue_size=2,overseer_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=12.549339716072527,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.506713,medianRequestTime=0.518824,75thPcRequestTime=0.802214,95thPcRequestTime=0.802214,99thPcRequestTime=0.802214,999thPcRequestTime=0.802214},downnode={requests=3,errors=0,avgRequestsPerSecond=13.540224717360672,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.011164333333333332,medianRequestTime=0.010433,75thPcRequestTime=0.012952,95thPcRequestTime=0.012952,99thPcRequestTime=0.012952,999thPcRequestTime=0.012952}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=12.567009862350568,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.3122833333333333,medianRequestTime=0.304961,75thPcRequestTime=0.453971,95thPcRequestTime=0.453971,99thPcRequestTime=0.453971,999thPcRequestTime=0.453971},overseerstatus={requests=0,errors=0,avgRequestsPerSecond=0.0,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.0,medianRequestTime=0.0,75thPcRequestTime=0.0,95thPcRequestTime=0.0,99thPcRequestTime=0.0,999thPcRequestTime=0.0}},overseer_queue={},overseer_internal_queue={peek={avgRequestsPerSecond=4.293354856550921,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.289853,medianRequestTime=0.289853,75thPcRequestTime=0.289853,95thPcRequestTime=0.289853,99thPcRequestTime=0.289853,999thPcRequestTime=0.289853}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=4.277220885994655,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=232.438204,medianRequestTime=232.438204,75thPcRequestTime=232.438204,95thPcRequestTime=232.438204,99thPcRequestTime=232.438204,999thPcRequestTime=232.438204}}}
   [junit4]   2> 1479362 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1479362 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1479362 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1479362 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1479362 INFO  (qtp1172302833-16811) [n:127.0.0.1:38897_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=4
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1479390 WARN  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1479398 WARN  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1479400 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1479418 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_40606_hdfs____.szew7q/webapp
   [junit4]   2> 1479778 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40606
   [junit4]   2> 1479850 WARN  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1479851 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1479863 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_41314_datanode____.jb3vds/webapp
   [junit4]   2> 1480141 DEBUG (ScheduledTrigger-5713-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1480237 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:41314
   [junit4]   2> 1480290 WARN  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1480291 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1480311 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.m.log Extract jar:file:/x1/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_34177_datanode____vhhad3/webapp
   [junit4]   2> 1480345 ERROR (DataNode: [[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2C25AD17580FE46F-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2C25AD17580FE46F-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost/127.0.0.1:39131) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 1480358 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xc31939953514e: from storage DS-cc53077d-5eaa-4c67-afb7-e1e0fe4796c5 node DatanodeRegistration(127.0.0.1:40258, datanodeUuid=4ae6e22c-6f5b-4a5c-b2af-932639ccc824, infoPort=43429, infoSecurePort=0, ipcPort=33511, storageInfo=lv=-56;cid=testClusterID;nsid=1363327216;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1480358 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xc31939953514e: from storage DS-4a60ae41-ef86-4bac-8222-abdf8b0f84d2 node DatanodeRegistration(127.0.0.1:40258, datanodeUuid=4ae6e22c-6f5b-4a5c-b2af-932639ccc824, infoPort=43429, infoSecurePort=0, ipcPort=33511, storageInfo=lv=-56;cid=testClusterID;nsid=1363327216;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1480723 INFO  (SUITE-MoveReplicaHDFSTest-seed#[2C25AD17580FE46F]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:34177
   [junit4]   2> 1480809 ERROR (DataNode: [[[DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2C25AD17580FE46F-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2C25AD17580FE46F-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost/127.0.0.1:39131) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 1480814 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xc3193b482e998: from storage DS-02077c57-f932-42c3-9237-afb09d5acdd1 node DatanodeRegistration(127.0.0.1:43367, datanodeUuid=7e6da9b4-7a18-430f-b700-5ebe7a6295b0, infoPort=35715, infoSecurePort=0, ipcPort=34282, storageInfo=lv=-56;cid=testClusterID;nsid=1363327216;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1480814 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xc3193b482e998: from storage DS-648d76fb-cc0d-45f0-bea8-c6e7141fdf05 node DatanodeRegistration(127.0.0.1:43367, datanodeUuid=7e6da9b4-7a18-430f-b700-5ebe7a6295b0, infoPort=35715, infoSecurePort=0, ipcPort=34282, storageInfo=lv=-56;cid=testClusterID;nsid=1363327216;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1481091 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFailedMove
   [junit4]   2> 1481092 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1481092 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481092 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1481092 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1481092 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481093 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1481093 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1481093 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1481093 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1481093 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1481093 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1481093 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1481093 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1481094 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1481094 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 1481094 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1481094 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1481094 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1481094 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1481094 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1481094 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1481095 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1481095 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1481096 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1481096 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 1481096 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1481097 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1481097 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1481097 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1481097 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6cda5623{/solr,null,AVAILABLE}
   [junit4]   2> 1481098 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@10f018ec{SSL,[ssl, http/1.1]}{127.0.0.1:43432}
   [junit4]   2> 1481098 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.e.j.s.Server Started @1481136ms
   [junit4]   2> 1481098 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43432}
   [junit4]   2> 1481098 ERROR (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1481098 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1481098 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1481098 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1481098 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1481098 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-09-05T10:30:52.391Z
   [junit4]   2> 1481099 INFO  (zkConnectionManagerCallback-6372-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1481100 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1481142 DEBUG (ScheduledTrigger-5713-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1481159 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38752/solr
   [junit4]   2> 1481160 INFO  (zkConnectionManagerCallback-6376-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1481161 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$339/699303364@4c15bd7b
   [junit4]   2> 1481162 INFO  (zkConnectionManagerCallback-6378-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1481168 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1481168 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481169 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1481169 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1481169 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481169 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1481170 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1481171 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72282527232032789-127.0.0.1:43432_solr-n_0000000004
   [junit4]   2> 1481171 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72282527232032783-127.0.0.1:33517_solr-n_0000000003
   [junit4]   2> 1481171 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72282527232032783-127.0.0.1:33517_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1481171 DEBUG (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:43432_solr as DOWN
   [junit4]   2> 1481172 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1481172 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1481172 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43432_solr
   [junit4]   2> 1481172 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1481173 DEBUG (OverseerStateUpdate-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:43432_solr"} current state version: 0
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481173 INFO  (zkCallback-6337-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481173 INFO  (zkCallback-6367-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1481173 INFO  (zkCallback-6352-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481173 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481173 INFO  (zkCallback-6323-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1481174 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481174 INFO  (zkCallback-6359-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1481174 INFO  (zkCallback-6331-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1481174 INFO  (zkCallback-6318-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1481174 INFO  (zkCallback-6345-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1481174 INFO  (zkCallback-6367-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1481174 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481174 INFO  (zkCallback-6310-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1481174 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481174 INFO  (zkCallback-6377-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1481194 INFO  (zkConnectionManagerCallback-6385-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1481194 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1481195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1481195 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 1481195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1481195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1481195 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38752/solr ready
   [junit4]   2> 1481196 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1481215 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43432.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1481224 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43432.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1481224 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43432.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e886811
   [junit4]   2> 1481226 INFO  (TEST-MoveReplicaHDFSTest.testFailedMove-seed#[2C25AD17580FE46F]) [n:127.0.0.1:43432_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.MoveReplicaHDFSTest_2C25AD17580FE46F-001/tempDir-001/node5/.
   [junit4]   2> 1481273 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1481274 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1481277 INFO  (zkConnectionManagerCallback-6388-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1481290 INFO  (qtp1981949132-16820) [n:127.0.0.1:33517_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&autoAddReplicas=false&name=MoveReplicaHDFSTest_failed_coll_true&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1481291 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1481295 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1481295 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 1481295 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000002
   [junit4]   2> 1481295 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1481295 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1481295 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 1481296 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000002, ]
   [junit4]   2> 1481296 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 1481296 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 1481296 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1481296 DEBUG (OverseerThreadFactory-5718-thread-2-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 1481296 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 1481296 DEBUG (OverseerThreadFactory-5718-thread-2-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_failed_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1481296 INFO  (OverseerThreadFactory-5718-thread-2-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_failed_coll_true
   [junit4]   2> 1481296 INFO  (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1481296 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 1481296 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1481296 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1481296 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 1481296 DEBUG (OverseerCollectionConfigSetProcessor-72282527232032774-127.0.0.1:38897_solr-n_0000000000) [n:127.0.0.1:38897_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000002],[]
   [junit4]   2> 1481297 DEBUG (OverseerThreadFactory-5718-thread-2-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/MoveReplicaHDFSTest_failed_coll_true 
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481298 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481299 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1481299 DEBUG (OverseerThreadFactory-5718-thread-2-processing-n:127.0.0.1:38897_solr) [n:127.0.0.1:38897_solr    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:MoveReplicaHD

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

ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1648617202
     [copy] Copying 238 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1648617202
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null1648617202

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 20ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 92 minutes 41 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2678)
	at hudson.FilePath$34.invoke(FilePath.java:2557)
	at hudson.FilePath$34.invoke(FilePath.java:2547)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1038)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1819)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Lucene-Solr-Tests-master - Build # 2773 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2773/

4 tests failed.
FAILED:  org.apache.solr.search.TestCollapseQParserPlugin.testNumericCollapse

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([FC0D8A128B8F2C3A:7B4EC0410DA24445]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
	at org.apache.solr.search.TestCollapseQParserPlugin.testCollapseQueries(TestCollapseQParserPlugin.java:396)
	at org.apache.solr.search.TestCollapseQParserPlugin.testNumericCollapse(TestCollapseQParserPlugin.java:221)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
	at org.apache.solr.search.CollapsingQParserPlugin$IntFloatStrategy.collapse(CollapsingQParserPlugin.java:2312)
	at org.apache.solr.search.CollapsingQParserPlugin$IntFieldValueCollector.collect(CollapsingQParserPlugin.java:1170)
	at org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:263)
	at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:214)
	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:652)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:443)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:217)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1622)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:338)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 42 more


FAILED:  org.apache.solr.search.TestCollapseQParserPlugin.testNoDocsHaveGroupField

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([FC0D8A128B8F2C3A:B43ED792B9113688]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
	at org.apache.solr.search.TestCollapseQParserPlugin.testNoDocsHaveGroupField(TestCollapseQParserPlugin.java:858)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
	at org.apache.solr.search.CollapsingQParserPlugin$IntSortSpecStrategy.collapse(CollapsingQParserPlugin.java:2513)
	at org.apache.solr.search.CollapsingQParserPlugin$IntFieldValueCollector.collect(CollapsingQParserPlugin.java:1170)
	at org.apache.lucene.search.MatchAllDocsQuery$1$1.score(MatchAllDocsQuery.java:62)
	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:652)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:443)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:217)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1622)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:338)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 41 more


FAILED:  org.apache.solr.search.TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([FC0D8A128B8F2C3A:D0833BA746D6839B]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
	at org.apache.solr.search.TestCollapseQParserPlugin.testFieldValueCollapseWithNegativeMinMax(TestCollapseQParserPlugin.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
	at org.apache.solr.search.CollapsingQParserPlugin$IntFloatStrategy.collapse(CollapsingQParserPlugin.java:2312)
	at org.apache.solr.search.CollapsingQParserPlugin$IntFieldValueCollector.collect(CollapsingQParserPlugin.java:1170)
	at org.apache.lucene.search.MatchAllDocsQuery$1$1.score(MatchAllDocsQuery.java:62)
	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:652)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:443)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:217)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1622)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:338)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:320)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
	... 41 more


FAILED:  org.apache.solr.search.TestRandomCollapseQParserPlugin.testRandomCollpaseWithSort

Error Message:
BUG using params: sort=date_dv_last+asc,+uuid_last+desc,+id+asc&rows=200&fq={!collapse+size%3D1919+nullPolicy%3Dcollapse+field%3Dint_last+sort%3D'score+asc,+if(exists(icu_collation_en_primary_last),47,83)+asc,+bin_dv_first+desc,+str+asc,+bin_last+desc,+id+desc'} + q={!func}float&fl=id,int_last

Stack Trace:
java.lang.RuntimeException: BUG using params: sort=date_dv_last+asc,+uuid_last+desc,+id+asc&rows=200&fq={!collapse+size%3D1919+nullPolicy%3Dcollapse+field%3Dint_last+sort%3D'score+asc,+if(exists(icu_collation_en_primary_last),47,83)+asc,+bin_dv_first+desc,+str+asc,+bin_last+desc,+id+desc'} + q={!func}float&fl=id,int_last
	at __randomizedtesting.SeedInfo.seed([FC0D8A128B8F2C3A:F9B0F9DBA0271FC9]:0)
	at org.apache.solr.search.TestRandomCollapseQParserPlugin.testRandomCollpaseWithSort(TestRandomCollapseQParserPlugin.java:202)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: org.apache.solr.client.solrj.SolrServerException: java.lang.NullPointerException
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:233)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.search.TestRandomCollapseQParserPlugin.testRandomCollpaseWithSort(TestRandomCollapseQParserPlugin.java:158)
	... 39 more
Caused by: org.apache.solr.client.solrj.SolrServerException: java.lang.NullPointerException
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.checkForExceptions(EmbeddedSolrServer.java:301)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:192)
	... 43 more
Caused by: java.lang.NullPointerException
	at org.apache.solr.search.CollapsingQParserPlugin$IntSortSpecStrategy.collapse(CollapsingQParserPlugin.java:2513)
	at org.apache.solr.search.CollapsingQParserPlugin$IntFieldValueCollector.collect(CollapsingQParserPlugin.java:1170)
	at org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:263)
	at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:214)
	at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:652)
	at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:443)
	at org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:217)
	at org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1622)
	at org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1438)
	at org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:585)
	at org.apache.solr.handler.component.QueryComponent.doProcessUngroupedSearch(QueryComponent.java:1436)
	at org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:375)
	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:298)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
	at org.apache.solr.client.solrj.embedded.EmbeddedSolrServer.request(EmbeddedSolrServer.java:191)
	... 43 more




Build Log:
[...truncated 12353 lines...]
   [junit4] Suite: org.apache.solr.search.TestRandomCollapseQParserPlugin
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.TestRandomCollapseQParserPlugin_FC0D8A128B8F2C3A-001/init-core-data-001
   [junit4]   2> 42237 WARN  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=67 numCloses=67
   [junit4]   2> 42237 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 42239 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 42240 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 42240 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 42240 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 42262 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 42272 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=sortable
   [junit4]   2> 42370 WARN  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 42783 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.s.IndexSchema Loaded schema sortable/1.6 with uniqueid field id
   [junit4]   2> 42894 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 42894 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 42927 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@434f82b2
   [junit4]   2> 42954 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@434f82b2
   [junit4]   2> 42983 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@434f82b2
   [junit4]   2> 43017 INFO  (coreLoadExecutor-138-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-master/solr/core/src/test-files/solr/collection1/lib, /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 43065 INFO  (coreLoadExecutor-138-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 43091 INFO  (coreLoadExecutor-138-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=sortable
   [junit4]   2> 43226 INFO  (coreLoadExecutor-138-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema sortable/1.6 with uniqueid field id
   [junit4]   2> 43226 INFO  (coreLoadExecutor-138-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 43227 INFO  (coreLoadExecutor-138-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@434f82b2
   [junit4]   2> 43227 INFO  (coreLoadExecutor-138-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 43227 INFO  (coreLoadExecutor-138-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.TestRandomCollapseQParserPlugin_FC0D8A128B8F2C3A-001/init-core-data-001/]
   [junit4]   2> 43252 INFO  (coreLoadExecutor-138-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=33.2587890625, floorSegmentMB=1.1025390625, forceMergeDeletesPctAllowed=18.174224094472333, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=24.968548660783547
   [junit4]   2> 43387 INFO  (coreLoadExecutor-138-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 43387 INFO  (coreLoadExecutor-138-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 43388 INFO  (coreLoadExecutor-138-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=40.8681640625, floorSegmentMB=0.544921875, forceMergeDeletesPctAllowed=17.01312211678438, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=32.44497522891124
   [junit4]   2> 43394 INFO  (coreLoadExecutor-138-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@753e2af0[collection1] main]
   [junit4]   2> 43394 WARN  (coreLoadExecutor-138-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 43395 INFO  (coreLoadExecutor-138-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 43396 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 43400 INFO  (searcherExecutor-139-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@753e2af0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 43490 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 82
   [junit4]   2> 43501 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 2
   [junit4]   2> 43505 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 2
   [junit4]   2> 43533 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 27
   [junit4]   2> 43535 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 1
   [junit4]   2> 43538 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 2
   [junit4]   2> 43560 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 21
   [junit4]   2> 43562 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 1
   [junit4]   2> 43564 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 1
   [junit4]   2> 43566 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10]} 0 1
   [junit4]   2> 43576 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11]} 0 9
   [junit4]   2> 43579 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12]} 0 1
   [junit4]   2> 43581 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13]} 0 1
   [junit4]   2> 43582 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14]} 0 1
   [junit4]   2> 43790 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15]} 0 207
   [junit4]   2> 43795 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16]} 0 3
   [junit4]   2> 43798 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17]} 0 1
   [junit4]   2> 43799 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18]} 0 1
   [junit4]   2> 43802 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19]} 0 1
   [junit4]   2> 43804 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[20]} 0 1
   [junit4]   2> 43810 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[21]} 0 5
   [junit4]   2> 43812 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[22]} 0 1
   [junit4]   2> 43814 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[23]} 0 1
   [junit4]   2> 43816 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[24]} 0 1
   [junit4]   2> 43818 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[25]} 0 1
   [junit4]   2> 43820 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[26]} 0 1
   [junit4]   2> 43822 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[27]} 0 1
   [junit4]   2> 43824 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[28]} 0 2
   [junit4]   2> 43826 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[29]} 0 1
   [junit4]   2> 43828 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[30]} 0 1
   [junit4]   2> 43830 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[31]} 0 1
   [junit4]   2> 43832 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[32]} 0 1
   [junit4]   2> 43834 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[33]} 0 1
   [junit4]   2> 43836 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[34]} 0 1
   [junit4]   2> 43838 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[35]} 0 1
   [junit4]   2> 43839 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[36]} 0 1
   [junit4]   2> 43841 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[37]} 0 1
   [junit4]   2> 43843 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[38]} 0 1
   [junit4]   2> 43845 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[39]} 0 1
   [junit4]   2> 43847 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[40]} 0 1
   [junit4]   2> 43849 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[41]} 0 2
   [junit4]   2> 43852 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[42]} 0 1
   [junit4]   2> 43853 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[43]} 0 1
   [junit4]   2> 43855 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[44]} 0 1
   [junit4]   2> 43857 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[45]} 0 1
   [junit4]   2> 43859 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[46]} 0 1
   [junit4]   2> 43863 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[47]} 0 3
   [junit4]   2> 43865 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[48]} 0 1
   [junit4]   2> 43870 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[49]} 0 4
   [junit4]   2> 43875 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[50]} 0 4
   [junit4]   2> 43883 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[51]} 0 7
   [junit4]   2> 43885 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[52]} 0 1
   [junit4]   2> 43896 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[53]} 0 8
   [junit4]   2> 43899 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[54]} 0 1
   [junit4]   2> 43901 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[55]} 0 1
   [junit4]   2> 43902 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[56]} 0 1
   [junit4]   2> 43908 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[57]} 0 5
   [junit4]   2> 43912 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[58]} 0 2
   [junit4]   2> 43913 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[59]} 0 1
   [junit4]   2> 43920 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[60]} 0 6
   [junit4]   2> 43922 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[61]} 0 1
   [junit4]   2> 43924 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[62]} 0 1
   [junit4]   2> 43935 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[63]} 0 10
   [junit4]   2> 43942 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[64]} 0 7
   [junit4]   2> 43946 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[65]} 0 3
   [junit4]   2> 43959 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[66]} 0 7
   [junit4]   2> 43962 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[67]} 0 2
   [junit4]   2> 43963 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[68]} 0 1
   [junit4]   2> 43965 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[69]} 0 0
   [junit4]   2> 43966 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[70]} 0 0
   [junit4]   2> 43971 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[71]} 0 0
   [junit4]   2> 43978 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[72]} 0 7
   [junit4]   2> 43980 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[73]} 0 1
   [junit4]   2> 43983 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[74]} 0 2
   [junit4]   2> 43985 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[75]} 0 1
   [junit4]   2> 43986 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[76]} 0 1
   [junit4]   2> 43988 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[77]} 0 1
   [junit4]   2> 43990 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[78]} 0 1
   [junit4]   2> 43992 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[79]} 0 1
   [junit4]   2> 43994 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[80]} 0 1
   [junit4]   2> 43995 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[81]} 0 0
   [junit4]   2> 43997 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[82]} 0 1
   [junit4]   2> 43999 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[83]} 0 1
   [junit4]   2> 44000 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[84]} 0 1
   [junit4]   2> 44002 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[85]} 0 1
   [junit4]   2> 44003 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[86]} 0 0
   [junit4]   2> 44004 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[87]} 0 0
   [junit4]   2> 44006 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[88]} 0 1
   [junit4]   2> 44007 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[89]} 0 0
   [junit4]   2> 44010 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[90]} 0 2
   [junit4]   2> 44011 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[91]} 0 1
   [junit4]   2> 44012 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[92]} 0 0
   [junit4]   2> 44014 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[93]} 0 0
   [junit4]   2> 44015 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[94]} 0 0
   [junit4]   2> 44021 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[95]} 0 6
   [junit4]   2> 44023 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[96]} 0 1
   [junit4]   2> 44024 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[97]} 0 1
   [junit4]   2> 44026 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[98]} 0 0
   [junit4]   2> 44027 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[99]} 0 0
   [junit4]   2> 44030 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[100]} 0 2
   [junit4]   2> 44036 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[101]} 0 5
   [junit4]   2> 44038 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[102]} 0 1
   [junit4]   2> 44039 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[103]} 0 0
   [junit4]   2> 44045 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[104]} 0 5
   [junit4]   2> 44047 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[105]} 0 1
   [junit4]   2> 44052 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[106]} 0 5
   [junit4]   2> 44054 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[107]} 0 1
   [junit4]   2> 44055 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[108]} 0 0
   [junit4]   2> 44067 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[109]} 0 11
   [junit4]   2> 44069 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[110]} 0 1
   [junit4]   2> 44070 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[111]} 0 0
   [junit4]   2> 44072 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[112]} 0 1
   [junit4]   2> 44073 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[113]} 0 0
   [junit4]   2> 44074 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[114]} 0 0
   [junit4]   2> 44075 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[115]} 0 0
   [junit4]   2> 44081 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[116]} 0 1
   [junit4]   2> 44082 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[117]} 0 0
   [junit4]   2> 44086 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[118]} 0 3
   [junit4]   2> 44089 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[119]} 0 2
   [junit4]   2> 44091 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[120]} 0 0
   [junit4]   2> 44093 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[121]} 0 0
   [junit4]   2> 44096 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[122]} 0 0
   [junit4]   2> 44098 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[123]} 0 1
   [junit4]   2> 44099 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[124]} 0 0
   [junit4]   2> 44102 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[125]} 0 2
   [junit4]   2> 44103 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[126]} 0 0
   [junit4]   2> 44106 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[127]} 0 1
   [junit4]   2> 44108 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[128]} 0 1
   [junit4]   2> 44110 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[129]} 0 2
   [junit4]   2> 44117 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[130]} 0 6
   [junit4]   2> 44124 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[131]} 0 6
   [junit4]   2> 44127 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[132]} 0 2
   [junit4]   2> 44129 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[133]} 0 1
   [junit4]   2> 44132 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[134]} 0 1
   [junit4]   2> 44133 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[135]} 0 0
   [junit4]   2> 44135 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[136]} 0 1
   [junit4]   2> 44143 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[137]} 0 7
   [junit4]   2> 44145 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[138]} 0 1
   [junit4]   2> 44146 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[139]} 0 0
   [junit4]   2> 44147 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[140]} 0 0
   [junit4]   2> 44148 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[141]} 0 0
   [junit4]   2> 44149 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[142]} 0 0
   [junit4]   2> 44150 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[143]} 0 0
   [junit4]   2> 44151 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[144]} 0 0
   [junit4]   2> 44153 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[145]} 0 0
   [junit4]   2> 44154 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[146]} 0 0
   [junit4]   2> 44156 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[147]} 0 0
   [junit4]   2> 44157 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[148]} 0 0
   [junit4]   2> 44160 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[149]} 0 2
   [junit4]   2> 44161 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[150]} 0 0
   [junit4]   2> 44162 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[151]} 0 0
   [junit4]   2> 44163 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[152]} 0 0
   [junit4]   2> 44164 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[153]} 0 0
   [junit4]   2> 44166 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[154]} 0 1
   [junit4]   2> 44167 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[155]} 0 0
   [junit4]   2> 44169 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[156]} 0 1
   [junit4]   2> 44170 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[157]} 0 0
   [junit4]   2> 44171 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[158]} 0 0
   [junit4]   2> 44173 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[159]} 0 1
   [junit4]   2> 44175 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[160]} 0 0
   [junit4]   2> 44176 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[161]} 0 1
   [junit4]   2> 44177 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[162]} 0 0
   [junit4]   2> 44179 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[163]} 0 1
   [junit4]   2> 44205 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[164]} 0 1
   [junit4]   2> 44208 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[165]} 0 1
   [junit4]   2> 44220 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[166]} 0 1
   [junit4]   2> 44222 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[167]} 0 0
   [junit4]   2> 44223 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[168]} 0 0
   [junit4]   2> 44224 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[169]} 0 0
   [junit4]   2> 44228 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[170]} 0 0
   [junit4]   2> 44229 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[171]} 0 0
   [junit4]   2> 44230 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[172]} 0 0
   [junit4]   2> 44233 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[173]} 0 2
   [junit4]   2> 44264 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[174]} 0 30
   [junit4]   2> 44266 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[175]} 0 1
   [junit4]   2> 44267 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[176]} 0 0
   [junit4]   2> 44268 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[177]} 0 0
   [junit4]   2> 44270 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[178]} 0 0
   [junit4]   2> 44271 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[179]} 0 0
   [junit4]   2> 44272 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[180]} 0 1
   [junit4]   2> 44273 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[181]} 0 0
   [junit4]   2> 44280 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[182]} 0 6
   [junit4]   2> 44288 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[183]} 0 7
   [junit4]   2> 44289 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[184]} 0 0
   [junit4]   2> 44291 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[185]} 0 1
   [junit4]   2> 44292 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[186]} 0 0
   [junit4]   2> 44293 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[187]} 0 0
   [junit4]   2> 44294 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[188]} 0 0
   [junit4]   2> 44308 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[189]} 0 13
   [junit4]   2> 44310 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[190]} 0 0
   [junit4]   2> 44311 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[191]} 0 0
   [junit4]   2> 44311 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[192]} 0 0
   [junit4]   2> 44313 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[193]} 0 0
   [junit4]   2> 44314 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[194]} 0 0
   [junit4]   2> 44315 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[195]} 0 0
   [junit4]   2> 44316 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[196]} 0 0
   [junit4]   2> 44332 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[197]} 0 16
   [junit4]   2> 44334 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[198]} 0 0
   [junit4]   2> 44335 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[199]} 0 0
   [junit4]   2> 44360 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[200]} 0 24
   [junit4]   2> 44361 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[201]} 0 0
   [junit4]   2> 44362 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[202]} 0 0
   [junit4]   2> 44363 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[203]} 0 0
   [junit4]   2> 44365 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[204]} 0 0
   [junit4]   2> 44366 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[205]} 0 0
   [junit4]   2> 44367 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[206]} 0 0
   [junit4]   2> 44368 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[207]} 0 0
   [junit4]   2> 44369 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[208]} 0 0
   [junit4]   2> 44370 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[209]} 0 0
   [junit4]   2> 44371 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[210]} 0 0
   [junit4]   2> 44372 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[211]} 0 0
   [junit4]   2> 44373 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[212]} 0 0
   [junit4]   2> 44374 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[213]} 0 0
   [junit4]   2> 44375 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[214]} 0 0
   [junit4]   2> 44376 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[215]} 0 0
   [junit4]   2> 44377 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[216]} 0 0
   [junit4]   2> 44378 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[217]} 0 0
   [junit4]   2> 44379 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[218]} 0 0
   [junit4]   2> 44380 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[219]} 0 0
   [junit4]   2> 44381 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[220]} 0 0
   [junit4]   2> 44382 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[221]} 0 0
   [junit4]   2> 44383 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[222]} 0 0
   [junit4]   2> 44385 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[223]} 0 0
   [junit4]   2> 44386 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[224]} 0 0
   [junit4]   2> 44387 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[225]} 0 0
   [junit4]   2> 44388 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[226]} 0 0
   [junit4]   2> 44389 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[227]} 0 0
   [junit4]   2> 44391 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[228]} 0 0
   [junit4]   2> 44394 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[229]} 0 3
   [junit4]   2> 44396 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[230]} 0 0
   [junit4]   2> 44397 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[231]} 0 0
   [junit4]   2> 44398 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[232]} 0 0
   [junit4]   2> 44399 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[233]} 0 0
   [junit4]   2> 44400 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[234]} 0 0
   [junit4]   2> 44402 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[235]} 0 2
   [junit4]   2> 44403 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[236]} 0 0
   [junit4]   2> 44404 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[237]} 0 0
   [junit4]   2> 44405 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[238]} 0 0
   [junit4]   2> 44406 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[239]} 0 0
   [junit4]   2> 44408 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[240]} 0 1
   [junit4]   2> 44409 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[241]} 0 0
   [junit4]   2> 44413 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[242]} 0 3
   [junit4]   2> 44414 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[243]} 0 0
   [junit4]   2> 44415 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[244]} 0 0
   [junit4]   2> 44416 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[245]} 0 0
   [junit4]   2> 44417 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[246]} 0 0
   [junit4]   2> 44418 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[247]} 0 0
   [junit4]   2> 44419 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[248]} 0 0
   [junit4]   2> 44420 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[249]} 0 0
   [junit4]   2> 44421 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[250]} 0 0
   [junit4]   2> 44422 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[251]} 0 0
   [junit4]   2> 44423 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[252]} 0 0
   [junit4]   2> 44424 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[253]} 0 0
   [junit4]   2> 44425 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[254]} 0 0
   [junit4]   2> 44426 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[255]} 0 0
   [junit4]   2> 44435 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[256]} 0 1
   [junit4]   2> 44436 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[257]} 0 0
   [junit4]   2> 44453 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[258]} 0 0
   [junit4]   2> 44454 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[259]} 0 0
   [junit4]   2> 44456 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[260]} 0 1
   [junit4]   2> 44457 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[261]} 0 0
   [junit4]   2> 44458 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[262]} 0 0
   [junit4]   2> 44459 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[263]} 0 0
   [junit4]   2> 44459 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[264]} 0 0
   [junit4]   2> 44461 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[265]} 0 0
   [junit4]   2> 44462 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[266]} 0 1
   [junit4]   2> 44463 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[267]} 0 0
   [junit4]   2> 44466 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[268]} 0 1
   [junit4]   2> 44467 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[269]} 0 0
   [junit4]   2> 44468 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[270]} 0 0
   [junit4]   2> 44469 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[271]} 0 0
   [junit4]   2> 44471 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[272]} 0 0
   [junit4]   2> 44472 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[273]} 0 0
   [junit4]   2> 44473 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[274]} 0 0
   [junit4]   2> 44474 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[275]} 0 0
   [junit4]   2> 44476 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[276]} 0 1
   [junit4]   2> 44477 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[277]} 0 0
   [junit4]   2> 44478 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[278]} 0 0
   [junit4]   2> 44479 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[279]} 0 0
   [junit4]   2> 44481 INFO  (SUITE-TestRandomCollapseQParserPlugin-seed#[FC0D8A128B8F2C3A]-worker) [    ] o.a.s.u.p.LogU

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

lowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null63112862
     [copy] Copying 238 files to /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null63112862
   [delete] Deleting directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/null63112862

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] 	found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] 	found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpclient;4.3.6 in public
[ivy:cachepath] 	found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] 	found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] 	found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] 	found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 24ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
	---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 91 minutes 58 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2678)
	at hudson.FilePath$34.invoke(FilePath.java:2557)
	at hudson.FilePath$34.invoke(FilePath.java:2547)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1038)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1819)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)