Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1340/

3 tests failed.
FAILED:  org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory

Error Message:
action did not execute

Stack Trace:
java.lang.AssertionError: action did not execute
        at 
__randomizedtesting.SeedInfo.seed([F8CBDEDD4AC6F11F:95377A20F08E0E18]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at 
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:283)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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.core.TestSolrXml.testCloudConfigRequiresHost

Error Message:
 Expected: (an instance of org.apache.solr.common.SolrException and exception 
with message a string containing "solrcloud section missing required entry 
'host'")      but: exception with message a string containing "solrcloud 
section missing required entry 'host'" message was "Error parsing 'hostPort', 
value 'null' cannot be parsed as int" Stacktrace was: 
org.apache.solr.common.SolrException: Error parsing 'hostPort', value 'null' 
cannot be parsed as int  at 
org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)  at 
org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425) 
 at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)  at 
org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)  at 
org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)  at 
org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHost(TestSolrXml.java:321)
  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:1750)
  at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
  at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
  at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
  at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)  at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
  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 org.junit.rules.RunRules.evaluate(RunRules.java:20)  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:947)
  at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
  at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
  at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
  at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)  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 org.junit.rules.RunRules.evaluate(RunRules.java:20)  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) 

Stack Trace:
java.lang.AssertionError: 
Expected: (an instance of org.apache.solr.common.SolrException and exception 
with message a string containing "solrcloud section missing required entry 
'host'")
     but: exception with message a string containing "solrcloud section missing 
required entry 'host'" message was "Error parsing 'hostPort', value 'null' 
cannot be parsed as int"
Stacktrace was: org.apache.solr.common.SolrException: Error parsing 'hostPort', 
value 'null' cannot be parsed as int
        at org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)
        at 
org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
        at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)
        at 
org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)
        at org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)
        at 
org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHost(TestSolrXml.java:321)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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)

        at 
__randomizedtesting.SeedInfo.seed([F8CBDEDD4AC6F11F:66CC9D0C3B9D7FFE]:0)
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
        at org.junit.Assert.assertThat(Assert.java:964)
        at org.junit.Assert.assertThat(Assert.java:930)
        at 
org.junit.rules.ExpectedException.handleException(ExpectedException.java:271)
        at 
org.junit.rules.ExpectedException.access$000(ExpectedException.java:111)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:260)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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.core.TestSolrXml.testCloudConfigRequiresHostPort

Error Message:
 Expected: (an instance of org.apache.solr.common.SolrException and exception 
with message a string containing "solrcloud section missing required entry 
'hostPort'")      but: exception with message a string containing "solrcloud 
section missing required entry 'hostPort'" message was "Error parsing 
'hostPort', value 'null' cannot be parsed as int" Stacktrace was: 
org.apache.solr.common.SolrException: Error parsing 'hostPort', value 'null' 
cannot be parsed as int  at 
org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)  at 
org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425) 
 at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)  at 
org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)  at 
org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)  at 
org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHostPort(TestSolrXml.java:328)
  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:1750)
  at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
  at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
  at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
  at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)  at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
  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 org.junit.rules.RunRules.evaluate(RunRules.java:20)  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:947)
  at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
  at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
  at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
  at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
  at org.junit.rules.RunRules.evaluate(RunRules.java:20)  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 org.junit.rules.RunRules.evaluate(RunRules.java:20)  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) 

Stack Trace:
java.lang.AssertionError: 
Expected: (an instance of org.apache.solr.common.SolrException and exception 
with message a string containing "solrcloud section missing required entry 
'hostPort'")
     but: exception with message a string containing "solrcloud section missing 
required entry 'hostPort'" message was "Error parsing 'hostPort', value 'null' 
cannot be parsed as int"
Stacktrace was: org.apache.solr.common.SolrException: Error parsing 'hostPort', 
value 'null' cannot be parsed as int
        at org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)
        at 
org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
        at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)
        at 
org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)
        at org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)
        at 
org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHostPort(TestSolrXml.java:328)
        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:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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)

        at 
__randomizedtesting.SeedInfo.seed([F8CBDEDD4AC6F11F:7047F336749BE4A4]:0)
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
        at org.junit.Assert.assertThat(Assert.java:964)
        at org.junit.Assert.assertThat(Assert.java:930)
        at 
org.junit.rules.ExpectedException.handleException(ExpectedException.java:271)
        at 
org.junit.rules.ExpectedException.access$000(ExpectedException.java:111)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:260)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
        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 14286 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrXml
   [junit4]   2> 810351 INFO  
(SUITE-TestSolrXml-seed#[F8CBDEDD4AC6F11F]-worker) [     ] o.a.s.SolrTestCase 
Setting 'solr.default.confdir' system property to test-framework derived value 
of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 810351 INFO  
(SUITE-TestSolrXml-seed#[F8CBDEDD4AC6F11F]-worker) [     ] o.a.s.SolrTestCaseJ4 
SecureRandom sanity checks: test.solr.allowed.securerandom=null & 
java.security.egd=file:/dev/./urandom
   [junit4]   2> 810351 INFO  
(SUITE-TestSolrXml-seed#[F8CBDEDD4AC6F11F]-worker) [     ] o.a.s.SolrTestCaseJ4 
Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.core.TestSolrXml_F8CBDEDD4AC6F11F-001/data-dir-76-001
   [junit4]   2> 810351 WARN  
(SUITE-TestSolrXml-seed#[F8CBDEDD4AC6F11F]-worker) [     ] o.a.s.SolrTestCaseJ4 
startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 810351 INFO  
(SUITE-TestSolrXml-seed#[F8CBDEDD4AC6F11F]-worker) [     ] o.a.s.SolrTestCaseJ4 
Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 810353 INFO  
(SUITE-TestSolrXml-seed#[F8CBDEDD4AC6F11F]-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> 810360 INFO  
(TEST-TestSolrXml.testAllInfoPresent-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testAllInfoPresent
   [junit4]   2> 810363 INFO  
(TEST-TestSolrXml.testAllInfoPresent-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.core.TestSolrXml_F8CBDEDD4AC6F11F-001/tempDir-001/solr.xml
   [junit4]   2> 810367 INFO  
(TEST-TestSolrXml.testAllInfoPresent-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5854862b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 810370 INFO  
(TEST-TestSolrXml.testAllInfoPresent-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testAllInfoPresent
   [junit4]   2> 810373 INFO  
(TEST-TestSolrXml.testMultiCloudSectionError-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testMultiCloudSectionError
   [junit4]   2> 810377 INFO  
(TEST-TestSolrXml.testMultiCloudSectionError-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testMultiCloudSectionError
   [junit4]   2> 810383 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
   [junit4]   2> 810386 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
   [junit4]   2> 810388 INFO  
(TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testValidStringValueWhenIntTypeIsExpected
   [junit4]   2> 810391 INFO  
(TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5854862b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 810391 INFO  
(TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testValidStringValueWhenIntTypeIsExpected
   [junit4]   2> 810394 INFO  
(TEST-TestSolrXml.testPropertySub-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testPropertySub
   [junit4]   2> 810395 INFO  
(TEST-TestSolrXml.testPropertySub-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.core.TestSolrXml_F8CBDEDD4AC6F11F-001/tempDir-005/solr.xml
   [junit4]   2> 810398 INFO  
(TEST-TestSolrXml.testPropertySub-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5854862b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 810398 INFO  
(TEST-TestSolrXml.testPropertySub-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testPropertySub
   [junit4]   2> 810402 INFO  
(TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHost
   [junit4]   2> 810407 INFO  
(TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHost
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml 
-Dtests.method=testCloudConfigRequiresHost -Dtests.seed=F8CBDEDD4AC6F11F 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=mt 
-Dtests.timezone=America/Dawson -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.01s J1 | TestSolrXml.testCloudConfigRequiresHost <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: (an instance of org.apache.solr.common.SolrException 
and exception with message a string containing "solrcloud section missing 
required entry 'host'")
   [junit4]    >      but: exception with message a string containing 
"solrcloud section missing required entry 'host'" message was "Error parsing 
'hostPort', value 'null' cannot be parsed as int"
   [junit4]    > Stacktrace was: org.apache.solr.common.SolrException: Error 
parsing 'hostPort', value 'null' cannot be parsed as int
   [junit4]    >        at 
org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)
   [junit4]    >        at 
org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
   [junit4]    >        at 
org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)
   [junit4]    >        at 
org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)
   [junit4]    >        at 
org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)
   [junit4]    >        at 
org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHost(TestSolrXml.java:321)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F8CBDEDD4AC6F11F:66CC9D0C3B9D7FFE]:0)
   [junit4]    >        at 
org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 810412 INFO  
(TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[F8CBDEDD4AC6F11F]) [     
] o.a.s.SolrTestCaseJ4 ###Starting testExplicitNullGivesDefaults
   [junit4]   2> 810414 INFO  
(TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[F8CBDEDD4AC6F11F]) [     
] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5854862b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 810414 INFO  
(TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[F8CBDEDD4AC6F11F]) [     
] o.a.s.SolrTestCaseJ4 ###Ending testExplicitNullGivesDefaults
   [junit4]   2> 810417 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
   [junit4]   2> 810419 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
   [junit4]   2> 810433 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
   [junit4]   2> 810437 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
   [junit4]   2> 810441 INFO  
(TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[F8CBDEDD4AC6F11F]) [    
 ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostPort
   [junit4]   2> 810446 INFO  
(TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[F8CBDEDD4AC6F11F]) [    
 ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostPort
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml 
-Dtests.method=testCloudConfigRequiresHostPort -Dtests.seed=F8CBDEDD4AC6F11F 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=mt 
-Dtests.timezone=America/Dawson -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.01s J1 | TestSolrXml.testCloudConfigRequiresHostPort <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: (an instance of org.apache.solr.common.SolrException 
and exception with message a string containing "solrcloud section missing 
required entry 'hostPort'")
   [junit4]    >      but: exception with message a string containing 
"solrcloud section missing required entry 'hostPort'" message was "Error 
parsing 'hostPort', value 'null' cannot be parsed as int"
   [junit4]    > Stacktrace was: org.apache.solr.common.SolrException: Error 
parsing 'hostPort', value 'null' cannot be parsed as int
   [junit4]    >        at 
org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)
   [junit4]    >        at 
org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
   [junit4]    >        at 
org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)
   [junit4]    >        at 
org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)
   [junit4]    >        at 
org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)
   [junit4]    >        at 
org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHostPort(TestSolrXml.java:328)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F8CBDEDD4AC6F11F:7047F336749BE4A4]:0)
   [junit4]    >        at 
org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 810453 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
   [junit4]   2> 810458 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
   [junit4]   2> 810466 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
   [junit4]   2> 810468 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
   [junit4]   2> 810474 INFO  
(TEST-TestSolrXml.testIntAsLongBad-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongBad
   [junit4]   2> 810479 INFO  
(TEST-TestSolrXml.testIntAsLongBad-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5854862b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 810480 INFO  
(TEST-TestSolrXml.testIntAsLongBad-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongBad
   [junit4]   2> 810497 INFO  
(TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testValidStringValueWhenBoolTypeIsExpected
   [junit4]   2> 810499 INFO  
(TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5854862b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 810500 INFO  
(TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testValidStringValueWhenBoolTypeIsExpected
   [junit4]   2> 810502 INFO  
(TEST-TestSolrXml.testIntAsLongOk-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongOk
   [junit4]   2> 810505 INFO  
(TEST-TestSolrXml.testIntAsLongOk-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5854862b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 810509 INFO  
(TEST-TestSolrXml.testIntAsLongOk-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongOk
   [junit4]   2> 810516 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
   [junit4]   2> 810518 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
   [junit4]   2> 810525 INFO  
(TEST-TestSolrXml.testMultiLoggingSectionError-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingSectionError
   [junit4]   2> 810527 INFO  
(TEST-TestSolrXml.testMultiLoggingSectionError-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingSectionError
   [junit4]   2> 810533 INFO  
(TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[F8CBDEDD4AC6F11F]) 
[     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingWatcherSectionError
   [junit4]   2> 810535 INFO  
(TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[F8CBDEDD4AC6F11F]) 
[     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingWatcherSectionError
   [junit4]   2> 810545 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
   [junit4]   2> 810548 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5854862b, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 810548 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
   [junit4]   2> 810554 INFO  
(TEST-TestSolrXml.testMultiBackupSectionError-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testMultiBackupSectionError
   [junit4]   2> 810556 INFO  
(TEST-TestSolrXml.testMultiBackupSectionError-seed#[F8CBDEDD4AC6F11F]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testMultiBackupSectionError
   [junit4]   2> 810563 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
   [junit4]   2> 810565 INFO  
(TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[F8CBDEDD4AC6F11F])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
   [junit4]   2> 810573 INFO  
(TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[F8CBDEDD4AC6F11F]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostContext
   [junit4]   2> 810576 INFO  
(TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[F8CBDEDD4AC6F11F]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostContext
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.core.TestSolrXml_F8CBDEDD4AC6F11F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, 
docValues:{}, maxPointsInLeafNode=1776, maxMBSortInHeap=7.747323014140668, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=mt, 
timezone=America/Dawson
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_252 (64-bit)/cpus=4,threads=1,free=305993296,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [SortSpecParsingTest, 
CurrencyFieldTypeTest, LeaderElectionIntegrationTest, SchemaApiFailureTest, 
TestSubQueryTransformer, TestReversedWildcardFilterFactory, SuggesterWFSTTest, 
SpellCheckCollatorWithCollapseTest, HealthCheckHandlerTest, 
TestDFISimilarityFactory, TestCloudSchemaless, TestDistributedSearch, 
TriggerEventQueueTest, CdcrUpdateLogTest, TestFieldCache, 
TestLegacyNumericUtils, TestSearchPerf, TestJsonFacets, 
FastVectorHighlighterTest, TestHdfsBackupRestoreCore, 
HttpPartitionOnCommitTest, AtomicUpdateProcessorFactoryTest, 
TestDelegationWithHadoopAuth, ReindexCollectionTest, TestManagedSchema, 
TestFieldTypeCollectionResource, TestReplicaProperties, SolrMetricReporterTest, 
TestCollectionAPI, TestMaxScoreQueryParser, TestApiFramework, 
ConnectionReuseTest, BigEndianAscendingWordSerializerTest, 
DocumentAnalysisRequestHandlerTest, MetricsConfigTest, ShardRoutingTest, 
DistributedSpellCheckComponentTest, DocValuesNotIndexedTest, 
SearchRateTriggerTest, TestIntervalFaceting, BasicFunctionalityTest, 
TestSolrQueryResponse, ZkStateWriterTest, 
VMParamsZkACLAndCredentialsProvidersTest, TestShortCircuitedRequests, 
TestNumericRangeQuery64, TestScoreJoinQPScore, ResponseBuilderTest, 
LeaderTragicEventTest, TestInitQParser, TestStandardQParsers, 
TestSlowCompositeReaderWrapper, 
PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestManagedResourceStorage, 
TestCustomSort, CursorMarkTest, TestSolrXml]
   [junit4] Completed [298/924 (1!)] on J1 in 0.25s, 23 tests, 2 failures, 1 
skipped <<< FAILURES!

[...truncated 1261 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> 1931132 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1931132 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1931133 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_F8CBDEDD4AC6F11F-001/data-dir-154-001
   [junit4]   2> 1931133 WARN  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 1931133 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1931135 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1931135 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_F8CBDEDD4AC6F11F-001/tempDir-001
   [junit4]   2> 1931135 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1931136 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1931137 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1931137 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1931236 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 37387
   [junit4]   2> 1931237 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37387
   [junit4]   2> 1931237 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37387
   [junit4]   2> 1931237 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37387
   [junit4]   2> 1931238 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1931244 INFO  (zkConnectionManagerCallback-20935-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1931244 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1931254 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1931259 INFO  (zkConnectionManagerCallback-20937-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1931259 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1931263 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1931264 INFO  (zkConnectionManagerCallback-20939-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1931264 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1931265 WARN  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker-SendThread(127.0.0.1:37387))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1029cef6e090002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1029cef6e090002, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1029cef6e090002, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1931369 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1931369 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1931369 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1931369 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1931369 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1931369 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: 
e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1931422 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1931422 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1931422 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1931434 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@434b02a3{/solr,null,AVAILABLE}
   [junit4]   2> 1931498 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1931498 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1931498 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1931502 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7e4cbc04{/solr,null,AVAILABLE}
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@5fcca9be{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:42199}
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.e.j.s.Server Started @1931532ms
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:37387/solr, hostPort=42199}
   [junit4]   2> 1931507 ERROR (jetty-launcher-20940-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-01-09T07:17:58.463Z
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@61405f6c{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:41109}
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.e.j.s.Server Started @1931533ms
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:37387/solr, hostPort=41109}
   [junit4]   2> 1931507 ERROR (jetty-launcher-20940-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.8.0
   [junit4]   2> 1931507 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1931508 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1931508 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2021-01-09T07:17:58.464Z
   [junit4]   2> 1931529 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1931562 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1931568 INFO  (zkConnectionManagerCallback-20943-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1931568 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1931568 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1931577 INFO  (zkConnectionManagerCallback-20944-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1931577 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1931578 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1931582 WARN  
(jetty-launcher-20940-thread-2-SendThread(127.0.0.1:37387)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1029cef6e090004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1029cef6e090004, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1029cef6e090004, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1933604 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1933605 WARN  (jetty-launcher-20940-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@52a3a32a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1933605 WARN  (jetty-launcher-20940-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@52a3a32a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1933608 WARN  (jetty-launcher-20940-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@28085e8e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1933608 WARN  (jetty-launcher-20940-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@28085e8e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1933609 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37387/solr
   [junit4]   2> 1933611 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1933612 INFO  (zkConnectionManagerCallback-20958-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1933612 INFO  (jetty-launcher-20940-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1933614 WARN  
(jetty-launcher-20940-thread-1-SendThread(127.0.0.1:37387)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1029cef6e090005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1029cef6e090005, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1029cef6e090005, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1933969 INFO  (jetty-launcher-20940-thread-1) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1933973 INFO  (zkConnectionManagerCallback-20960-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1933973 INFO  (jetty-launcher-20940-thread-1) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1934052 INFO  (jetty-launcher-20940-thread-1) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41109_solr
   [junit4]   2> 1934053 INFO  (jetty-launcher-20940-thread-1) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.Overseer Overseer 
(id=72793096148549638-127.0.0.1:41109_solr-n_0000000000) starting
   [junit4]   2> 1934061 INFO  (jetty-launcher-20940-thread-1) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41109_solr
   [junit4]   2> 1934061 INFO  
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:41109_solr
   [junit4]   2> 1934062 INFO  
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1934062 DEBUG 
(OverseerAutoScalingTriggerThread-72793096148549638-127.0.0.1:41109_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 1934063 DEBUG 
(OverseerAutoScalingTriggerThread-72793096148549638-127.0.0.1:41109_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with 
znode version 1
   [junit4]   2> 1934063 DEBUG 
(OverseerAutoScalingTriggerThread-72793096148549638-127.0.0.1:41109_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 0
   [junit4]   2> 1934063 DEBUG 
(OverseerAutoScalingTriggerThread-72793096148549638-127.0.0.1:41109_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 1934086 INFO  (jetty-launcher-20940-thread-1) 
[n:127.0.0.1:41109_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1934086 WARN  (jetty-launcher-20940-thread-1) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1934100 DEBUG 
(OverseerAutoScalingTriggerThread-72793096148549638-127.0.0.1:41109_solr-n_0000000000)
 [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:41109_solr]
   [junit4]   2> 1934110 DEBUG 
(OverseerAutoScalingTriggerThread-72793096148549638-127.0.0.1:41109_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 1934111 DEBUG 
(OverseerAutoScalingTriggerThread-72793096148549638-127.0.0.1:41109_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 1934111 DEBUG (ScheduledTrigger-20965-thread-2) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 1934126 INFO  (jetty-launcher-20940-thread-1) 
[n:127.0.0.1:41109_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1934157 INFO  (jetty-launcher-20940-thread-1) 
[n:127.0.0.1:41109_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41109.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49a0d30c
   [junit4]   2> 1934164 INFO  (jetty-launcher-20940-thread-1) 
[n:127.0.0.1:41109_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41109.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49a0d30c
   [junit4]   2> 1934164 INFO  (jetty-launcher-20940-thread-1) 
[n:127.0.0.1:41109_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41109.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49a0d30c
   [junit4]   2> 1934165 INFO  (jetty-launcher-20940-thread-1) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_F8CBDEDD4AC6F11F-001/tempDir-001/node1
   [junit4]   2> 1934697 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1934698 WARN  (jetty-launcher-20940-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@113ac3ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1934698 WARN  (jetty-launcher-20940-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@113ac3ea[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1934702 WARN  (jetty-launcher-20940-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@64b2eb5e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1934702 WARN  (jetty-launcher-20940-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@64b2eb5e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1934703 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37387/solr
   [junit4]   2> 1934708 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1934709 INFO  (zkConnectionManagerCallback-20980-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1934709 INFO  (jetty-launcher-20940-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1934710 WARN  
(jetty-launcher-20940-thread-2-SendThread(127.0.0.1:37387)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x1029cef6e090007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1029cef6e090007, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1029cef6e090007, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1934811 INFO  (jetty-launcher-20940-thread-2) 
[n:127.0.0.1:42199_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1934812 INFO  (zkConnectionManagerCallback-20982-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1934812 INFO  (jetty-launcher-20940-thread-2) 
[n:127.0.0.1:42199_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1934817 INFO  (jetty-launcher-20940-thread-2) 
[n:127.0.0.1:42199_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1934821 INFO  (jetty-launcher-20940-thread-2) 
[n:127.0.0.1:42199_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42199_solr as DOWN
   [junit4]   2> 1934821 INFO  (jetty-launcher-20940-thread-2) 
[n:127.0.0.1:42199_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1934822 INFO  (jetty-launcher-20940-thread-2) 
[n:127.0.0.1:42199_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42199_solr
   [junit4]   2> 1934822 DEBUG 
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:42199_solr"} current state version: 0
   [junit4]   2> 1934822 DEBUG 
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.o.NodeMutator DownNode state invoked for 
node: 127.0.0.1:42199_solr
   [junit4]   2> 1934822 INFO  (zkCallback-20959-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1934823 INFO  (zkCallback-20981-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1934823 INFO  (jetty-launcher-20940-thread-2) 
[n:127.0.0.1:42199_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1934824 WARN  (jetty-launcher-20940-thread-2) 
[n:127.0.0.1:42199_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1934839 INFO  (jetty-launcher-20940-thread-2) 
[n:127.0.0.1:42199_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1934858 INFO  (jetty-launcher-20940-thread-2) 
[n:127.0.0.1:42199_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42199.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49a0d30c
   [junit4]   2> 1934867 INFO  (jetty-launcher-20940-thread-2) 
[n:127.0.0.1:42199_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42199.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49a0d30c
   [junit4]   2> 1934867 INFO  (jetty-launcher-20940-thread-2) 
[n:127.0.0.1:42199_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42199.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49a0d30c
   [junit4]   2> 1934868 INFO  (jetty-launcher-20940-thread-2) 
[n:127.0.0.1:42199_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_F8CBDEDD4AC6F11F-001/tempDir-001/node2
   [junit4]   2> 1934884 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1934885 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1934886 INFO  (zkConnectionManagerCallback-20995-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1934886 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1934887 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1934888 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37387/solr ready
   [junit4]   2> 1934900 INFO  
(OverseerThreadFactory-20967-thread-1-processing-n:127.0.0.1:41109_solr) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
.system
   [junit4]   2> 1934904 DEBUG 
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "name":".system",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "numShards":1,
   [junit4]   2>   "createNodeSet":"127.0.0.1:41109_solr",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1934904 DEBUG 
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.o.ClusterStateMutator building a new 
cName: .system
   [junit4]   2> 1934904 DEBUG 
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.o.ZkStateWriter going to 
create_collection /collections/.system/state.json
   [junit4]   2> 1935007 DEBUG 
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:41109_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 1935007 INFO  
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:41109_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1935008 DEBUG 
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 1935008 DEBUG 
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":".system_shard1_replica_n1",
   [junit4]   2>       "node_name":"127.0.0.1:41109_solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 1935109 DEBUG 
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.o.ZkStateWriter going to 
update_collection /collections/.system/state.json version: 0
   [junit4]   2> 1935115 DEBUG (ScheduledTrigger-20965-thread-3) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2 and last live nodes: 1
   [junit4]   2> 1935210 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr    
x:.system_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1935210 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr    
x:.system_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1935213 DEBUG 
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:41109_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1935213 DEBUG 
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:41109_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1935213 DEBUG 
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.o.ReplicaMutator Will update state for 
replica: core_node2:{
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:41109_solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "base_url":"http://127.0.0.1:41109/solr"}
   [junit4]   2> 1935213 DEBUG 
(OverseerStateUpdate-72793096148549638-127.0.0.1:41109_solr-n_0000000000) 
[n:127.0.0.1:41109_solr     ] o.a.s.c.o.ReplicaMutator Collection is now: 
DocCollection(.system//collections/.system/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":".system_shard1_replica_n1",
   [junit4]   2>           "node_name":"127.0.0.1:41109_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 1935220 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 1935238 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but 
managed schema resource managed-schema not found - loading non-managed schema 
schema.xml instead
   [junit4]   2> 1935239 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Schema name=_system collection or core
   [junit4]   2> 1935239 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid 
field id
   [junit4]   2> 1935241 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at 
/configs/.system/managed-schema
   [junit4]   2> 1935244 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in 
ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to 
/configs/.system/schema.xml.bak
   [junit4]   2> 1935244 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using 
configuration from configset .system, trusted=true
   [junit4]   2> 1935245 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41109.solr.core..system.shard1.replica_n1' (registry 
'solr.core..system.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@49a0d30c
   [junit4]   2> 1935245 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[.system_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_F8CBDEDD4AC6F11F-001/tempDir-001/node1/.system_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_F8CBDEDD4AC6F11F-001/tempDir-001/node1/.system_shard1_replica_n1/data/]
   [junit4]   2> 1935294 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1935294 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1935295 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 1935295 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1935297 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/.system
   [junit4]   2> 1935298 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 1935298 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at 
/configs/.system/managed-schema
   [junit4]   2> 1935302 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1 ] 
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1935302 INFO  (qtp1871166700-36608) [n:127.0.0.1:41109_solr 
c:.system

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

ThreadPool-21064-thread-2) [     ] o.a.s.c.a.ScheduledTriggers Shutting down 
scheduled thread pool executor now
   [junit4]   2> 2000202 INFO  
(OverseerAutoScalingTriggerThread-72793096148549638-127.0.0.1:41109_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 2000202 DEBUG (closeThreadPool-21064-thread-2) [     ] 
o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 2000202 DEBUG (closeThreadPool-21064-thread-2) [     ] 
o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 2000202 DEBUG (closeThreadPool-21064-thread-2) [     ] 
o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool 
executor
   [junit4]   2> 2000203 DEBUG (closeThreadPool-21064-thread-2) [     ] 
o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 2000203 DEBUG (closeThreadPool-21064-thread-2) [     ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 2000203 INFO  (closeThreadPool-21064-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72793096148549638-127.0.0.1:41109_solr-n_0000000000) closing
   [junit4]   2> 2000287 INFO  (jetty-closer-21047-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5fcca9be{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 2000288 INFO  (jetty-closer-21047-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7e4cbc04{/solr,null,STOPPED}
   [junit4]   2> 2000288 INFO  (jetty-closer-21047-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2000387 INFO  (jetty-closer-21047-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72793096148549638-127.0.0.1:41109_solr-n_0000000000) closing
   [junit4]   2> 2000391 INFO  (jetty-closer-21047-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@61405f6c{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 2000391 INFO  (jetty-closer-21047-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@434b02a3{/solr,null,STOPPED}
   [junit4]   2> 2000391 INFO  (jetty-closer-21047-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2000507 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2000609 WARN  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker-SendThread(127.0.0.1:37387))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x1029cef6e090001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x1029cef6e090001, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x1029cef6e090001, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) 
~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350)
 ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) 
[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 2000710 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        4       
/solr/collections/AutoscalingHistoryHandlerTest_collection/terms/shard1
   [junit4]   2>        3       /solr/packages.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/collections/.system/terms/shard1
   [junit4]   2>        3       
/solr/configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        23      
/solr/collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2>        14      /solr/collections/.system/state.json
   [junit4]   2>        12      /solr/autoscaling.json
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        33      /solr/overseer/queue
   [junit4]   2>        17      /solr/live_nodes
   [junit4]   2>        11      /solr/collections
   [junit4]   2>        7       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 2000713 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37387
   [junit4]   2> 2000714 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37387
   [junit4]   2> 2000714 INFO  
(SUITE-AutoscalingHistoryHandlerTest-seed#[F8CBDEDD4AC6F11F]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 37387
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_F8CBDEDD4AC6F11F-001
   [junit4]   2> Jan 09, 2021 7:19:07 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene87, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=pl, 
timezone=Atlantic/South_Georgia
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 
1.8.0_252 (64-bit)/cpus=4,threads=1,free=295878336,total=519045120
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexSearcherTest, 
CopyFieldTest, LeaderElectionContextKeyTest, RequiredFieldsTest, 
TestExplainDocTransformer, TestLuceneMatchVersion, SuggesterTest, 
SpellCheckCollatorTest, DaemonStreamApiTest, TestClassicSimilarityFactory, 
TestCloudManagedSchema, TestDistributedMissingSort, 
TriggerCooldownIntegrationTest, AnalysisErrorHandlingTest, 
TestDocTermOrdsUninvertLimit, TestLegacyFieldReuse, TestReloadDeadlock, 
TestJsonFacetRefinement, XmlInterpolationTest, TestCoreBackup, 
FullSolrCloudDistribCmdsTest, AtomicUpdateJavabinTest, 
TestSha256AuthenticationProvider, RecoveryZkTest, TestHalfAndHalfDocValues, 
TestFieldResource, TestLocalFSCloudBackupRestore, SolrMetricManagerTest, 
SplitByPrefixTest, TestLegacyNumericRangeQueryBuilder, CheckHdfsIndexTest, 
SystemInfoHandlerTest, TestJettySolrRunner, 
BigEndianAscendingWordDeserializerTest, CSVRequestHandlerTest, JvmMetricsTest, 
ShardRoutingCustomTest, ShowFileRequestHandlerTest, 
DistributedQueryElevationComponentTest, DistributedVersionInfoTest, 
SearchRateTriggerIntegrationTest, TestFaceting, AnalysisAfterCoreReloadTest, 
TestRetrieveFieldsOptimizer, ZkStateReaderTest, UnloadDistributedZkTest, 
TestSegmentSorting, TestNumericRangeQuery32, TestScoreJoinQPNoScore, 
QueryElevationComponentTest, LeaderFailureAfterFreshStartTest, 
TestIndexSearcher, TestSort, TestUnifiedSolrHighlighterWithoutStoredId, 
PeerSyncWithIndexFingerprintCachingTest, TestManagedResource, 
TestComponentsName, CurrencyRangeFacetCloudTest, TestSolrIndexConfig, 
BasicAuthOnSingleNodeTest, MoreLikeThisHandlerTest, DeleteNodeTest, 
CrossCollectionJoinQueryTest, OverseerTest, HdfsDirectoryFactoryTest, 
TestSimExecutePlanAction, TestMinMaxOnMultiValuedField, 
SolrJmxReporterCloudTest, RouteFieldTest, TestSQLHandlerNonCloud, 
ReplaceNodeTest, PathHierarchyTokenizerFactoryTest, 
DistributedFacetPivotLargeTest, BadCopyFieldTest, 
MetricsHistoryIntegrationTest, SliceStateTest, TestCloudSearcherWarming, 
TestUseDocValuesAsStored2, TestCloudJSONFacetJoinDomain, IndexSizeTriggerTest, 
TestLockTree, TestSimTriggerIntegration, RestoreTriggerStateTest, 
TestCustomDocTransformer, OverriddenZkACLAndCredentialsProvidersTest, 
TestCloudPivotFacet, DistribCursorPagingTest, TestMultiWordSynonyms, 
TestHighlightDedupGrouping, MoveReplicaHDFSFailoverTest, 
CollectionsAPIAsyncDistributedZkTest, DistributedFacetPivotWhiteBoxTest, 
DistanceUnitsTest, TestConfigSets, TestConfigSetsAPIShareSchema, 
CustomCollectionTest, TestSystemCollAutoCreate, TestSolrCloudSnapshots, 
ClusterStateMockUtilTest, OverseerSolrResponseTest, TestCustomStream, 
HdfsSyncSliceTest, DisMaxRequestHandlerTest, BufferStoreTest, BadComponentTest, 
TestSimNodeAddedTrigger, TestRTGBase, NodeAddedTriggerTest, 
TestMaxTokenLenTokenizer, TestConfig, BJQParserTest, CdcrRequestHandlerTest, 
RankQParserPluginTest, CdcrBidirectionalTest, TestPayloadScoreQParserPlugin, 
TestOmitPositions, TestEmbeddedSolrServerAdminHandler, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
AliasIntegrationTest, BasicDistributedZk2Test, BasicZkTest, 
ChaosMonkeyNothingIsSafeTest, ChaosMonkeySafeLeaderTest, 
ChaosMonkeySafeLeaderWithPullReplicasTest, CollectionStateFormat2Test, 
CollectionsAPISolrJTest, SystemCollectionCompatTest, 
TestAuthenticationFramework, TestCloudConsistency, 
TestQueryingOnDownCollection, TestRandomRequestDistribution, 
TestRequestForwarding, TestSSLRandomization, TestSolrCloudWithKerberosAlt, 
TestStressCloudBlindAtomicUpdates, TestStressLiveNodes, 
IndexSizeTriggerSizeEstimationTest, HdfsRecoveryZkTest, 
HdfsRestartWhileUpdatingTest, HdfsWriteToMultipleCollectionsTest, 
StressHdfsTest, TestClusterStateMutator, ZkCollectionPropsCachingTest, 
ByteBuffersDirectoryFactoryTest, CachingDirectoryFactoryTest, 
TestMinimalConfig, TestNRTOpen, TestQuerySenderNoQuery, 
TestShardHandlerFactory, TestSimpleTextCodec, TestSolrConfigHandler, 
TestReplicationHandlerDiskOverFlow, TestRestoreCore, 
XsltUpdateRequestHandlerTest, AutoscalingHistoryHandlerTest]
   [junit4] Completed [659/924 (2!)] on J0 in 70.65s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 51561 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to