You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/01/09 06:17:01 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 1339 - Still Unstable!

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

2 tests failed.
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 org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)  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) 

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 org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	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)

	at __randomizedtesting.SeedInfo.seed([5842536336E94210:D0CE7E8808B457AB]: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 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 org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)  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) 

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 org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	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)

	at __randomizedtesting.SeedInfo.seed([5842536336E94210:C64510B247B2CCF1]: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 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)




Build Log:
[...truncated 15484 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrXml
   [junit4]   2> 1930681 INFO  (SUITE-TestSolrXml-seed#[5842536336E94210]-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> 1930681 INFO  (SUITE-TestSolrXml-seed#[5842536336E94210]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.core.TestSolrXml_5842536336E94210-001/data-dir-138-001
   [junit4]   2> 1930681 WARN  (SUITE-TestSolrXml-seed#[5842536336E94210]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1930681 INFO  (SUITE-TestSolrXml-seed#[5842536336E94210]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1930683 INFO  (SUITE-TestSolrXml-seed#[5842536336E94210]-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> 1930683 INFO  (SUITE-TestSolrXml-seed#[5842536336E94210]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1930686 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongBad
   [junit4]   2> 1930689 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[5842536336E94210]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@69b41ed7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1930690 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongBad
   [junit4]   2> 1930693 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
   [junit4]   2> 1930696 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
   [junit4]   2> 1930698 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostContext
   [junit4]   2> 1930701 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostContext
   [junit4]   2> 1930704 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongOk
   [junit4]   2> 1930706 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[5842536336E94210]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@69b41ed7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1930707 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongOk
   [junit4]   2> 1930710 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
   [junit4]   2> 1930712 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
   [junit4]   2> 1930715 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testExplicitNullGivesDefaults
   [junit4]   2> 1930717 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[5842536336E94210]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@69b41ed7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1930718 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testExplicitNullGivesDefaults
   [junit4]   2> 1930720 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
   [junit4]   2> 1930734 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
   [junit4]   2> 1930737 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
   [junit4]   2> 1930740 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
   [junit4]   2> 1930743 INFO  (TEST-TestSolrXml.testMultiCloudSectionError-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiCloudSectionError
   [junit4]   2> 1930745 INFO  (TEST-TestSolrXml.testMultiCloudSectionError-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiCloudSectionError
   [junit4]   2> 1930747 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testValidStringValueWhenIntTypeIsExpected
   [junit4]   2> 1930750 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[5842536336E94210]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@69b41ed7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1930751 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testValidStringValueWhenIntTypeIsExpected
   [junit4]   2> 1930753 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
   [junit4]   2> 1930756 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
   [junit4]   2> 1930758 INFO  (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingWatcherSectionError
   [junit4]   2> 1930956 INFO  (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingWatcherSectionError
   [junit4]   2> 1930959 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
   [junit4]   2> 1930962 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
   [junit4]   2> 1930965 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostPort
   [junit4]   2> 1930967 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostPort
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml -Dtests.method=testCloudConfigRequiresHostPort -Dtests.seed=5842536336E94210 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=zh -Dtests.timezone=Asia/Pontianak -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J2 | 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([5842536336E94210:D0CE7E8808B457AB]:0)
   [junit4]    > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1930974 INFO  (TEST-TestSolrXml.testPropertySub-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPropertySub
   [junit4]   2> 1930977 INFO  (TEST-TestSolrXml.testPropertySub-seed#[5842536336E94210]) [     ] 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/J2/temp/solr.core.TestSolrXml_5842536336E94210-001/tempDir-015/solr.xml
   [junit4]   2> 1930983 INFO  (TEST-TestSolrXml.testPropertySub-seed#[5842536336E94210]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@69b41ed7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1930984 INFO  (TEST-TestSolrXml.testPropertySub-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testPropertySub
   [junit4]   2> 1930988 INFO  (TEST-TestSolrXml.testMultiBackupSectionError-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiBackupSectionError
   [junit4]   2> 1930991 INFO  (TEST-TestSolrXml.testMultiBackupSectionError-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiBackupSectionError
   [junit4]   2> 1930993 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
   [junit4]   2> 1930996 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[5842536336E94210]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@69b41ed7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1930997 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
   [junit4]   2> 1930999 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
   [junit4]   2> 1931002 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
   [junit4]   2> 1931005 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testValidStringValueWhenBoolTypeIsExpected
   [junit4]   2> 1931008 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[5842536336E94210]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@69b41ed7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1931009 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testValidStringValueWhenBoolTypeIsExpected
   [junit4]   2> 1931011 INFO  (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingSectionError
   [junit4]   2> 1931013 INFO  (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingSectionError
   [junit4]   2> 1931016 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHost
   [junit4]   2> 1931018 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHost
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml -Dtests.method=testCloudConfigRequiresHost -Dtests.seed=5842536336E94210 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=zh -Dtests.timezone=Asia/Pontianak -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J2 | 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([5842536336E94210:C64510B247B2CCF1]:0)
   [junit4]    > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1931024 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAllInfoPresent
   [junit4]   2> 1931026 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[5842536336E94210]) [     ] 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/J2/temp/solr.core.TestSolrXml_5842536336E94210-001/tempDir-022/solr.xml
   [junit4]   2> 1931028 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[5842536336E94210]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@69b41ed7, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1931030 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[5842536336E94210]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testAllInfoPresent
   [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/J2/temp/solr.core.TestSolrXml_5842536336E94210-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=634, maxMBSortInHeap=7.573332183931899, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=zh, timezone=Asia/Pontianak
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=178606664,total=525860864
   [junit4]   2> NOTE: All tests run in this JVM: [TestSchemaField, BasicDistributedZk2Test, MigrateRouteKeyTest, DistributedFacetPivotSmallAdvancedTest, SolrSlf4jReporterTest, SSLMigrationTest, TestJsonFacetsStatsParsing, V2StandaloneTest, ZkShardTermsTest, PeerSyncReplicationTest, TestManagedSchemaAPI, TestBinaryResponseWriter, TestCryptoKeys, TestGraphMLResponseWriter, DateFieldTest, CdcrWithNodesRestartsTest, BlockJoinFacetRandomTest, TestTlogReplayVsRecovery, EchoParamsTest, JavabinLoaderTest, TestUtilizeNode, AtomicUpdatesTest, TestSolrCloudWithSecureImpersonation, TestRestoreCore, BlockCacheTest, SystemLogListenerTest, TestSearcherReuse, SubstringBytesRefFilterTest, SchemaVersionSpecificBehaviorTest, TestQueryTypes, TestSolrConfigHandlerConcurrent, FileUtilsTest, TestUpdate, TestQueryingOnDownCollection, TestDocSet, RestartWhileUpdatingTest, BooleanFieldTest, NodeMutatorTest, TestUninvertingReader, ResponseLogComponentTest, ImplicitSnitchTest, TestPostingsSolrHighlighter, TestRandomDVFaceting, JWTAuthPluginIntegrationTest, HLLUtilTest, TestLegacyTerms, TestRestManager, LeaderVoteWaitTimeoutTest, OpenExchangeRatesOrgProviderTest, OverseerStatusTest, TestConfigSetsAPI, TestCloudInspectUtil, TestSimPolicyCloud, NodeLostTriggerTest, ShardSplitTest, TestValueSourceCache, PeerSyncTest, TestSolrJ, ForceLeaderTest, TestSweetSpotSimilarityFactory, TestCharFilters, TermVectorComponentTest, AuditLoggerPluginTest, UtilsToolTest, CoreAdminRequestStatusTest, TestFieldSortValues, DistributedExpandComponentTest, ConvertedLegacyTest, ComputePlanActionTest, ActionThrottleTest, TestExternalRoleRuleBasedAuthorizationPlugin, CachingDirectoryFactoryTest, TestReplicationHandler, HdfsRecoveryZkTest, BJQFilterAccessibleTest, MBeansHandlerTest, TestGraphTermsQParserPlugin, MoveReplicaTest, IndexSizeTriggerMixedBoundsTest, DeleteShardTest, ScheduledTriggerIntegrationTest, TestEmbeddedSolrServerConstructors, TestSchemaVersionResource, TriggerIntegrationTest, TolerantUpdateProcessorTest, TestImpersonationWithHadoopAuth, HighlighterConfigTest, TestMacroExpander, DirectoryFactoryTest, MetricsDisabledCloudTest, SolrCloudExampleTest, TestExportTool, TestFieldCacheReopen, TestDFRSimilarityFactory, TestRemoteStreaming, TestRecoveryHdfs, TestExceedMaxTermLength, ZookeeperReadAPITest, TestSimDistribStateManager, ReturnFieldsTest, CdcrOpsAndBoundariesTest, TestInPlaceUpdatesRequiredField, TestSizeLimitedDistributedMap, DocValuesTest, TestRequestStatusCollectionAPI, TestCloudRecovery, TestClusterStateMutator, AnalyticsMergeStrategyTest, DistributedQueryComponentCustomSortTest, SpatialFilterTest, TestCloudJSONFacetSKGEquiv, DistributedSuggestComponentTest, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestHashPartitioner, TestOnReconnectListenerSupport, TestRandomRequestDistribution, TestWithCollection, ConcurrentDeleteAndCreateCollectionTest, SplitByPrefixTest, TestCollectionsAPIViaSolrCloudCluster, TestSimExecutePlanAction, TestSimExtremeIndexing, TestSimGenericDistributedQueue, TestSimUtils, TestSnapshotCloudManager, BlobRepositoryCloudTest, RAMDirectoryFactoryTest, RequestHandlersTest, ResourceLoaderTest, SOLR749Test, SolrCoreCheckLockOnStartupTest, TestBackupRepositoryFactory, TestBadConfig, TestConfigOverlay, TestConfigSetImmutable, TestCoreDiscovery, TestDynamicLoading, TestQuerySenderNoQuery, TestReloadAndDeleteDocs, TestSolrDeletionPolicy2, TestSolrXml]
   [junit4] Completed [632/924 (1!)] on J2 in 0.54s, 23 tests, 2 failures, 1 skipped <<< FAILURES!

[...truncated 51622 lines...]

Re: [JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 1343 - Still Unstable!

Posted by Munendra S N <sn...@gmail.com>.
This failure seems to be introduced in
https://issues.apache.org/jira/browse/SOLR-14999


On Sat, Jan 9, 2021 at 7:44 PM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build:
> https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1343/
>
> 2 tests failed.
> 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
> org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
> 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)
>
> 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
> org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
>         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)
>
>         at
> __randomizedtesting.SeedInfo.seed([7C90141B3577CD13:F41C39F00B2AD8A8]: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
> 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
> org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
> 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)
>
> 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
> org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
>         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)
>
>         at
> __randomizedtesting.SeedInfo.seed([7C90141B3577CD13:E29757CA442C43F2]: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
> 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)
>
>
>
>
> Build Log:
> [...truncated 13762 lines...]
>    [junit4] Suite: org.apache.solr.core.TestSolrXml
>    [junit4]   2> 305345 INFO
> (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-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> 305345 INFO
> (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-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_7C90141B3577CD13-001/data-dir-40-001
>    [junit4]   2> 305345 WARN
> (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-worker) [     ]
> o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
>    [junit4]   2> 305345 INFO
> (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-worker) [     ]
> o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
> w/NUMERIC_DOCVALUES_SYSPROP=true
>    [junit4]   2> 305347 INFO
> (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-worker) [     ]
> o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
> @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN,
> clientAuth=NaN)
>    [junit4]   2> 305347 INFO
> (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-worker) [     ]
> o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
> test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
>    [junit4]   2> 305352 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
>    [junit4]   2> 305370 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
>    [junit4]   2> 305375 INFO
> (TEST-TestSolrXml.testPropertySub-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Starting testPropertySub
>    [junit4]   2> 305377 INFO
> (TEST-TestSolrXml.testPropertySub-seed#[7C90141B3577CD13]) [     ]
> 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_7C90141B3577CD13-001/tempDir-002/solr.xml
>    [junit4]   2> 305380 INFO
> (TEST-TestSolrXml.testPropertySub-seed#[7C90141B3577CD13]) [     ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305381 INFO
> (TEST-TestSolrXml.testPropertySub-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Ending testPropertySub
>    [junit4]   2> 305385 INFO
> (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testValidStringValueWhenBoolTypeIsExpected
>    [junit4]   2> 305387 INFO
> (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[7C90141B3577CD13])
> [     ] o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305387 INFO
> (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testValidStringValueWhenBoolTypeIsExpected
>    [junit4]   2> 305390 INFO
> (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostPort
>    [junit4]   2> 305391 INFO
> (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostPort
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml
> -Dtests.method=testCloudConfigRequiresHostPort
> -Dtests.seed=7C90141B3577CD13 -Dtests.multiplier=2 -Dtests.slow=true
> -Dtests.locale=sq -Dtests.timezone=Asia/Pyongyang -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
>    [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([7C90141B3577CD13:F41C39F00B2AD8A8]:0)
>    [junit4]    >        at
> org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]   2> 305395 INFO
> (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[7C90141B3577CD13]) [
>    ] o.a.s.SolrTestCaseJ4 ###Starting testExplicitNullGivesDefaults
>    [junit4]   2> 305398 INFO
> (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[7C90141B3577CD13]) [
>    ] o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305398 INFO
> (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[7C90141B3577CD13]) [
>    ] o.a.s.SolrTestCaseJ4 ###Ending testExplicitNullGivesDefaults
>    [junit4]   2> 305401 INFO
> (TEST-TestSolrXml.testIntAsLongBad-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongBad
>    [junit4]   2> 305403 INFO
> (TEST-TestSolrXml.testIntAsLongBad-seed#[7C90141B3577CD13]) [     ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305404 INFO
> (TEST-TestSolrXml.testIntAsLongBad-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongBad
>    [junit4]   2> 305406 INFO
> (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingWatcherSectionError
>    [junit4]   2> 305408 INFO
> (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingWatcherSectionError
>    [junit4]   2> 305410 INFO
> (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[7C90141B3577CD13]) [
>    ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingSectionError
>    [junit4]   2> 305412 INFO
> (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[7C90141B3577CD13]) [
>    ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingSectionError
>    [junit4]   2> 305414 INFO
> (TEST-TestSolrXml.testIntAsLongOk-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongOk
>    [junit4]   2> 305416 INFO
> (TEST-TestSolrXml.testIntAsLongOk-seed#[7C90141B3577CD13]) [     ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305417 INFO
> (TEST-TestSolrXml.testIntAsLongOk-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongOk
>    [junit4]   2> 305419 INFO
> (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[7C90141B3577CD13]) [
>  ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHost
>    [junit4]   2> 305441 INFO
> (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[7C90141B3577CD13]) [
>  ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHost
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml
> -Dtests.method=testCloudConfigRequiresHost -Dtests.seed=7C90141B3577CD13
> -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sq
> -Dtests.timezone=Asia/Pyongyang -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 0.02s 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([7C90141B3577CD13:E29757CA442C43F2]:0)
>    [junit4]    >        at
> org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]   2> 305444 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
>    [junit4]   2> 305446 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
>    [junit4]   2> 305448 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
>    [junit4]   2> 305451 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305451 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
>    [junit4]   2> 305453 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
>    [junit4]   2> 305456 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
>    [junit4]   2> 305458 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
>    [junit4]   2> 305460 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
>    [junit4]   2> 305463 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
>    [junit4]   2> 305465 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
>    [junit4]   2> 305467 INFO
> (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostContext
>    [junit4]   2> 305470 INFO
> (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostContext
>    [junit4]   2> 305472 INFO
> (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testValidStringValueWhenIntTypeIsExpected
>    [junit4]   2> 305474 INFO
> (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[7C90141B3577CD13])
> [     ] o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305475 INFO
> (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testValidStringValueWhenIntTypeIsExpected
>    [junit4]   2> 305477 INFO
> (TEST-TestSolrXml.testMultiCloudSectionError-seed#[7C90141B3577CD13]) [
>  ] o.a.s.SolrTestCaseJ4 ###Starting testMultiCloudSectionError
>    [junit4]   2> 305479 INFO
> (TEST-TestSolrXml.testMultiCloudSectionError-seed#[7C90141B3577CD13]) [
>  ] o.a.s.SolrTestCaseJ4 ###Ending testMultiCloudSectionError
>    [junit4]   2> 305481 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
>    [junit4]   2> 305484 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
>    [junit4]   2> 305486 INFO
> (TEST-TestSolrXml.testMultiBackupSectionError-seed#[7C90141B3577CD13]) [
>  ] o.a.s.SolrTestCaseJ4 ###Starting testMultiBackupSectionError
>    [junit4]   2> 305488 INFO
> (TEST-TestSolrXml.testMultiBackupSectionError-seed#[7C90141B3577CD13]) [
>  ] o.a.s.SolrTestCaseJ4 ###Ending testMultiBackupSectionError
>    [junit4]   2> 305490 INFO
> (TEST-TestSolrXml.testAllInfoPresent-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Starting testAllInfoPresent
>    [junit4]   2> 305492 INFO
> (TEST-TestSolrXml.testAllInfoPresent-seed#[7C90141B3577CD13]) [     ]
> 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_7C90141B3577CD13-001/tempDir-021/solr.xml
>    [junit4]   2> 305495 INFO
> (TEST-TestSolrXml.testAllInfoPresent-seed#[7C90141B3577CD13]) [     ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305497 INFO
> (TEST-TestSolrXml.testAllInfoPresent-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Ending testAllInfoPresent
>    [junit4]   2> 305500 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
>    [junit4]   2> 305502 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
>    [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_7C90141B3577CD13-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {},
> docValues:{}, maxPointsInLeafNode=1601, maxMBSortInHeap=5.068237930578239,
> sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sq,
> timezone=Asia/Pyongyang
>    [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation
> 1.8.0_252 (64-bit)/cpus=4,threads=1,free=129047856,total=498597888
>    [junit4]   2> NOTE: All tests run in this JVM: [MergeStrategyTest,
> DistributedDebugComponentTest, ResponseBuilderTest,
> TestPerFieldSimilarityWithDefaultOverride, V2ApiIntegrationTest,
> TestApiFramework, ScheduledMaintenanceTriggerTest, RankQueryTest,
> TriggerEventQueueTest, TestOrdValues, LeaderTragicEventTest,
> SimpleMLTQParserTest, TestDistributedMap, TestSolr4Spatial, GraphQueryTest,
> CircularListTest, TestCloudSchemaless, RoutingToNodesWithPropertiesTest,
> ByteBuffersDirectoryFactoryTest, TestPullReplicaErrorHandling,
> TestDelegationWithHadoopAuth, TestSubQueryTransformer,
> SolrCmdDistributorTest, TestCloudDeleteByQuery, TestStressUserVersions,
> TestCollectionAPI, ConnectionReuseTest, TestSimNodeLostTrigger,
> TestSolrQueryResponse, TestSimUtils, TestSolrCoreProperties,
> TestFastLRUCache, TestFoldingMultitermQuery, TestCircuitBreaker,
> DocValuesMultiTest, ScriptEngineTest, TestConfigOverlay,
> TestDynamicFieldCollectionResource, HdfsBasicDistributedZkTest,
> MetricsHistoryWithAuthIntegrationTest, PingRequestHandlerTest,
> NestedShardedAtomicUpdateTest, IndexSchemaRuntimeFieldTest,
> PackageManagerCLITest, MoveReplicaHDFSTest, NodeLostTriggerIntegrationTest,
> AsyncCallRequestStatusResponseTest, TestSolrXml]
>    [junit4] Completed [157/924 (1!)] on J1 in 0.26s, 23 tests, 2 failures,
> 1 skipped <<< FAILURES!
>
> [...truncated 53319 lines...]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org

Re: [JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 1343 - Still Unstable!

Posted by Munendra S N <sn...@gmail.com>.
This failure seems to be introduced in
https://issues.apache.org/jira/browse/SOLR-14999


On Sat, Jan 9, 2021 at 7:44 PM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build:
> https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1343/
>
> 2 tests failed.
> 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
> org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
> 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)
>
> 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
> org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
>         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)
>
>         at
> __randomizedtesting.SeedInfo.seed([7C90141B3577CD13:F41C39F00B2AD8A8]: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
> 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
> org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
> 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)
>
> 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
> org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
>         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)
>
>         at
> __randomizedtesting.SeedInfo.seed([7C90141B3577CD13:E29757CA442C43F2]: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
> 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)
>
>
>
>
> Build Log:
> [...truncated 13762 lines...]
>    [junit4] Suite: org.apache.solr.core.TestSolrXml
>    [junit4]   2> 305345 INFO
> (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-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> 305345 INFO
> (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-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_7C90141B3577CD13-001/data-dir-40-001
>    [junit4]   2> 305345 WARN
> (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-worker) [     ]
> o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
>    [junit4]   2> 305345 INFO
> (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-worker) [     ]
> o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
> w/NUMERIC_DOCVALUES_SYSPROP=true
>    [junit4]   2> 305347 INFO
> (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-worker) [     ]
> o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
> @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN,
> clientAuth=NaN)
>    [junit4]   2> 305347 INFO
> (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-worker) [     ]
> o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
> test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
>    [junit4]   2> 305352 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
>    [junit4]   2> 305370 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
>    [junit4]   2> 305375 INFO
> (TEST-TestSolrXml.testPropertySub-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Starting testPropertySub
>    [junit4]   2> 305377 INFO
> (TEST-TestSolrXml.testPropertySub-seed#[7C90141B3577CD13]) [     ]
> 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_7C90141B3577CD13-001/tempDir-002/solr.xml
>    [junit4]   2> 305380 INFO
> (TEST-TestSolrXml.testPropertySub-seed#[7C90141B3577CD13]) [     ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305381 INFO
> (TEST-TestSolrXml.testPropertySub-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Ending testPropertySub
>    [junit4]   2> 305385 INFO
> (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testValidStringValueWhenBoolTypeIsExpected
>    [junit4]   2> 305387 INFO
> (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[7C90141B3577CD13])
> [     ] o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305387 INFO
> (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testValidStringValueWhenBoolTypeIsExpected
>    [junit4]   2> 305390 INFO
> (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostPort
>    [junit4]   2> 305391 INFO
> (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostPort
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml
> -Dtests.method=testCloudConfigRequiresHostPort
> -Dtests.seed=7C90141B3577CD13 -Dtests.multiplier=2 -Dtests.slow=true
> -Dtests.locale=sq -Dtests.timezone=Asia/Pyongyang -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
>    [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([7C90141B3577CD13:F41C39F00B2AD8A8]:0)
>    [junit4]    >        at
> org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]   2> 305395 INFO
> (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[7C90141B3577CD13]) [
>    ] o.a.s.SolrTestCaseJ4 ###Starting testExplicitNullGivesDefaults
>    [junit4]   2> 305398 INFO
> (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[7C90141B3577CD13]) [
>    ] o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305398 INFO
> (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[7C90141B3577CD13]) [
>    ] o.a.s.SolrTestCaseJ4 ###Ending testExplicitNullGivesDefaults
>    [junit4]   2> 305401 INFO
> (TEST-TestSolrXml.testIntAsLongBad-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongBad
>    [junit4]   2> 305403 INFO
> (TEST-TestSolrXml.testIntAsLongBad-seed#[7C90141B3577CD13]) [     ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305404 INFO
> (TEST-TestSolrXml.testIntAsLongBad-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongBad
>    [junit4]   2> 305406 INFO
> (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingWatcherSectionError
>    [junit4]   2> 305408 INFO
> (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingWatcherSectionError
>    [junit4]   2> 305410 INFO
> (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[7C90141B3577CD13]) [
>    ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingSectionError
>    [junit4]   2> 305412 INFO
> (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[7C90141B3577CD13]) [
>    ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingSectionError
>    [junit4]   2> 305414 INFO
> (TEST-TestSolrXml.testIntAsLongOk-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongOk
>    [junit4]   2> 305416 INFO
> (TEST-TestSolrXml.testIntAsLongOk-seed#[7C90141B3577CD13]) [     ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305417 INFO
> (TEST-TestSolrXml.testIntAsLongOk-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongOk
>    [junit4]   2> 305419 INFO
> (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[7C90141B3577CD13]) [
>  ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHost
>    [junit4]   2> 305441 INFO
> (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[7C90141B3577CD13]) [
>  ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHost
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml
> -Dtests.method=testCloudConfigRequiresHost -Dtests.seed=7C90141B3577CD13
> -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sq
> -Dtests.timezone=Asia/Pyongyang -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 0.02s 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([7C90141B3577CD13:E29757CA442C43F2]:0)
>    [junit4]    >        at
> org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
>    [junit4]    >        at java.lang.Thread.run(Thread.java:748)
>    [junit4]   2> 305444 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
>    [junit4]   2> 305446 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
>    [junit4]   2> 305448 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
>    [junit4]   2> 305451 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305451 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
>    [junit4]   2> 305453 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
>    [junit4]   2> 305456 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
>    [junit4]   2> 305458 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
>    [junit4]   2> 305460 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
>    [junit4]   2> 305463 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
>    [junit4]   2> 305465 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
>    [junit4]   2> 305467 INFO
> (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostContext
>    [junit4]   2> 305470 INFO
> (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostContext
>    [junit4]   2> 305472 INFO
> (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testValidStringValueWhenIntTypeIsExpected
>    [junit4]   2> 305474 INFO
> (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[7C90141B3577CD13])
> [     ] o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305475 INFO
> (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testValidStringValueWhenIntTypeIsExpected
>    [junit4]   2> 305477 INFO
> (TEST-TestSolrXml.testMultiCloudSectionError-seed#[7C90141B3577CD13]) [
>  ] o.a.s.SolrTestCaseJ4 ###Starting testMultiCloudSectionError
>    [junit4]   2> 305479 INFO
> (TEST-TestSolrXml.testMultiCloudSectionError-seed#[7C90141B3577CD13]) [
>  ] o.a.s.SolrTestCaseJ4 ###Ending testMultiCloudSectionError
>    [junit4]   2> 305481 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
>    [junit4]   2> 305484 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
>    [junit4]   2> 305486 INFO
> (TEST-TestSolrXml.testMultiBackupSectionError-seed#[7C90141B3577CD13]) [
>  ] o.a.s.SolrTestCaseJ4 ###Starting testMultiBackupSectionError
>    [junit4]   2> 305488 INFO
> (TEST-TestSolrXml.testMultiBackupSectionError-seed#[7C90141B3577CD13]) [
>  ] o.a.s.SolrTestCaseJ4 ###Ending testMultiBackupSectionError
>    [junit4]   2> 305490 INFO
> (TEST-TestSolrXml.testAllInfoPresent-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Starting testAllInfoPresent
>    [junit4]   2> 305492 INFO
> (TEST-TestSolrXml.testAllInfoPresent-seed#[7C90141B3577CD13]) [     ]
> 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_7C90141B3577CD13-001/tempDir-021/solr.xml
>    [junit4]   2> 305495 INFO
> (TEST-TestSolrXml.testAllInfoPresent-seed#[7C90141B3577CD13]) [     ]
> o.a.s.c.SolrXmlConfig MBean server found:
> com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were
> configured - adding default JMX reporter.
>    [junit4]   2> 305497 INFO
> (TEST-TestSolrXml.testAllInfoPresent-seed#[7C90141B3577CD13]) [     ]
> o.a.s.SolrTestCaseJ4 ###Ending testAllInfoPresent
>    [junit4]   2> 305500 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Starting
> testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
>    [junit4]   2> 305502 INFO
> (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[7C90141B3577CD13])
> [     ] o.a.s.SolrTestCaseJ4 ###Ending
> testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
>    [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_7C90141B3577CD13-001
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {},
> docValues:{}, maxPointsInLeafNode=1601, maxMBSortInHeap=5.068237930578239,
> sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sq,
> timezone=Asia/Pyongyang
>    [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation
> 1.8.0_252 (64-bit)/cpus=4,threads=1,free=129047856,total=498597888
>    [junit4]   2> NOTE: All tests run in this JVM: [MergeStrategyTest,
> DistributedDebugComponentTest, ResponseBuilderTest,
> TestPerFieldSimilarityWithDefaultOverride, V2ApiIntegrationTest,
> TestApiFramework, ScheduledMaintenanceTriggerTest, RankQueryTest,
> TriggerEventQueueTest, TestOrdValues, LeaderTragicEventTest,
> SimpleMLTQParserTest, TestDistributedMap, TestSolr4Spatial, GraphQueryTest,
> CircularListTest, TestCloudSchemaless, RoutingToNodesWithPropertiesTest,
> ByteBuffersDirectoryFactoryTest, TestPullReplicaErrorHandling,
> TestDelegationWithHadoopAuth, TestSubQueryTransformer,
> SolrCmdDistributorTest, TestCloudDeleteByQuery, TestStressUserVersions,
> TestCollectionAPI, ConnectionReuseTest, TestSimNodeLostTrigger,
> TestSolrQueryResponse, TestSimUtils, TestSolrCoreProperties,
> TestFastLRUCache, TestFoldingMultitermQuery, TestCircuitBreaker,
> DocValuesMultiTest, ScriptEngineTest, TestConfigOverlay,
> TestDynamicFieldCollectionResource, HdfsBasicDistributedZkTest,
> MetricsHistoryWithAuthIntegrationTest, PingRequestHandlerTest,
> NestedShardedAtomicUpdateTest, IndexSchemaRuntimeFieldTest,
> PackageManagerCLITest, MoveReplicaHDFSTest, NodeLostTriggerIntegrationTest,
> AsyncCallRequestStatusResponseTest, TestSolrXml]
>    [junit4] Completed [157/924 (1!)] on J1 in 0.26s, 23 tests, 2 failures,
> 1 skipped <<< FAILURES!
>
> [...truncated 53319 lines...]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscribe@lucene.apache.org
> For additional commands, e-mail: builds-help@lucene.apache.org

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 1343 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1343/

2 tests failed.
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 org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)  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) 

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 org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	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)

	at __randomizedtesting.SeedInfo.seed([7C90141B3577CD13:F41C39F00B2AD8A8]: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 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 org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)  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) 

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 org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	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)

	at __randomizedtesting.SeedInfo.seed([7C90141B3577CD13:E29757CA442C43F2]: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 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)




Build Log:
[...truncated 13762 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrXml
   [junit4]   2> 305345 INFO  (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-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> 305345 INFO  (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-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_7C90141B3577CD13-001/data-dir-40-001
   [junit4]   2> 305345 WARN  (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 305345 INFO  (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 305347 INFO  (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 305347 INFO  (SUITE-TestSolrXml-seed#[7C90141B3577CD13]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 305352 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
   [junit4]   2> 305370 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
   [junit4]   2> 305375 INFO  (TEST-TestSolrXml.testPropertySub-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPropertySub
   [junit4]   2> 305377 INFO  (TEST-TestSolrXml.testPropertySub-seed#[7C90141B3577CD13]) [     ] 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_7C90141B3577CD13-001/tempDir-002/solr.xml
   [junit4]   2> 305380 INFO  (TEST-TestSolrXml.testPropertySub-seed#[7C90141B3577CD13]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 305381 INFO  (TEST-TestSolrXml.testPropertySub-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testPropertySub
   [junit4]   2> 305385 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testValidStringValueWhenBoolTypeIsExpected
   [junit4]   2> 305387 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[7C90141B3577CD13]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 305387 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testValidStringValueWhenBoolTypeIsExpected
   [junit4]   2> 305390 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostPort
   [junit4]   2> 305391 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostPort
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml -Dtests.method=testCloudConfigRequiresHostPort -Dtests.seed=7C90141B3577CD13 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=Asia/Pyongyang -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [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([7C90141B3577CD13:F41C39F00B2AD8A8]:0)
   [junit4]    > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 305395 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testExplicitNullGivesDefaults
   [junit4]   2> 305398 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[7C90141B3577CD13]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 305398 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testExplicitNullGivesDefaults
   [junit4]   2> 305401 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongBad
   [junit4]   2> 305403 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[7C90141B3577CD13]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 305404 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongBad
   [junit4]   2> 305406 INFO  (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingWatcherSectionError
   [junit4]   2> 305408 INFO  (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingWatcherSectionError
   [junit4]   2> 305410 INFO  (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingSectionError
   [junit4]   2> 305412 INFO  (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingSectionError
   [junit4]   2> 305414 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongOk
   [junit4]   2> 305416 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[7C90141B3577CD13]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 305417 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongOk
   [junit4]   2> 305419 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHost
   [junit4]   2> 305441 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHost
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml -Dtests.method=testCloudConfigRequiresHost -Dtests.seed=7C90141B3577CD13 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=Asia/Pyongyang -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.02s 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([7C90141B3577CD13:E29757CA442C43F2]:0)
   [junit4]    > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 305444 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
   [junit4]   2> 305446 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
   [junit4]   2> 305448 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
   [junit4]   2> 305451 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[7C90141B3577CD13]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 305451 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
   [junit4]   2> 305453 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
   [junit4]   2> 305456 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
   [junit4]   2> 305458 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
   [junit4]   2> 305460 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
   [junit4]   2> 305463 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
   [junit4]   2> 305465 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
   [junit4]   2> 305467 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostContext
   [junit4]   2> 305470 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostContext
   [junit4]   2> 305472 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testValidStringValueWhenIntTypeIsExpected
   [junit4]   2> 305474 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[7C90141B3577CD13]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 305475 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testValidStringValueWhenIntTypeIsExpected
   [junit4]   2> 305477 INFO  (TEST-TestSolrXml.testMultiCloudSectionError-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiCloudSectionError
   [junit4]   2> 305479 INFO  (TEST-TestSolrXml.testMultiCloudSectionError-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiCloudSectionError
   [junit4]   2> 305481 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
   [junit4]   2> 305484 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
   [junit4]   2> 305486 INFO  (TEST-TestSolrXml.testMultiBackupSectionError-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiBackupSectionError
   [junit4]   2> 305488 INFO  (TEST-TestSolrXml.testMultiBackupSectionError-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiBackupSectionError
   [junit4]   2> 305490 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAllInfoPresent
   [junit4]   2> 305492 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[7C90141B3577CD13]) [     ] 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_7C90141B3577CD13-001/tempDir-021/solr.xml
   [junit4]   2> 305495 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[7C90141B3577CD13]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6ef35b0, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 305497 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testAllInfoPresent
   [junit4]   2> 305500 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
   [junit4]   2> 305502 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[7C90141B3577CD13]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
   [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_7C90141B3577CD13-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1601, maxMBSortInHeap=5.068237930578239, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sq, timezone=Asia/Pyongyang
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=129047856,total=498597888
   [junit4]   2> NOTE: All tests run in this JVM: [MergeStrategyTest, DistributedDebugComponentTest, ResponseBuilderTest, TestPerFieldSimilarityWithDefaultOverride, V2ApiIntegrationTest, TestApiFramework, ScheduledMaintenanceTriggerTest, RankQueryTest, TriggerEventQueueTest, TestOrdValues, LeaderTragicEventTest, SimpleMLTQParserTest, TestDistributedMap, TestSolr4Spatial, GraphQueryTest, CircularListTest, TestCloudSchemaless, RoutingToNodesWithPropertiesTest, ByteBuffersDirectoryFactoryTest, TestPullReplicaErrorHandling, TestDelegationWithHadoopAuth, TestSubQueryTransformer, SolrCmdDistributorTest, TestCloudDeleteByQuery, TestStressUserVersions, TestCollectionAPI, ConnectionReuseTest, TestSimNodeLostTrigger, TestSolrQueryResponse, TestSimUtils, TestSolrCoreProperties, TestFastLRUCache, TestFoldingMultitermQuery, TestCircuitBreaker, DocValuesMultiTest, ScriptEngineTest, TestConfigOverlay, TestDynamicFieldCollectionResource, HdfsBasicDistributedZkTest, MetricsHistoryWithAuthIntegrationTest, PingRequestHandlerTest, NestedShardedAtomicUpdateTest, IndexSchemaRuntimeFieldTest, PackageManagerCLITest, MoveReplicaHDFSTest, NodeLostTriggerIntegrationTest, AsyncCallRequestStatusResponseTest, TestSolrXml]
   [junit4] Completed [157/924 (1!)] on J1 in 0.26s, 23 tests, 2 failures, 1 skipped <<< FAILURES!

[...truncated 53319 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 1342 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1342/

2 tests failed.
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([8FADA32D573217BF:7218EC6696F0204]: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.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([8FADA32D573217BF:11AAE0FC2669995E]: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 15569 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrXml
   [junit4]   2> 1856551 INFO  (SUITE-TestSolrXml-seed#[8FADA32D573217BF]-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> 1856551 INFO  (SUITE-TestSolrXml-seed#[8FADA32D573217BF]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1856551 INFO  (SUITE-TestSolrXml-seed#[8FADA32D573217BF]-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.core.TestSolrXml_8FADA32D573217BF-001/data-dir-175-001
   [junit4]   2> 1856551 WARN  (SUITE-TestSolrXml-seed#[8FADA32D573217BF]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 1856552 INFO  (SUITE-TestSolrXml-seed#[8FADA32D573217BF]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1856553 INFO  (SUITE-TestSolrXml-seed#[8FADA32D573217BF]-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> 1856560 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
   [junit4]   2> 1856722 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
   [junit4]   2> 1856834 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostPort
   [junit4]   2> 1856836 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostPort
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml -Dtests.method=testCloudConfigRequiresHostPort -Dtests.seed=8FADA32D573217BF -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-KW -Dtests.timezone=America/Dawson_Creek -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J0 | 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([8FADA32D573217BF:7218EC6696F0204]:0)
   [junit4]    > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1856841 INFO  (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingWatcherSectionError
   [junit4]   2> 1856843 INFO  (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingWatcherSectionError
   [junit4]   2> 1856846 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
   [junit4]   2> 1856849 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
   [junit4]   2> 1856852 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAllInfoPresent
   [junit4]   2> 1856856 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[8FADA32D573217BF]) [     ] 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/J0/temp/solr.core.TestSolrXml_8FADA32D573217BF-001/tempDir-005/solr.xml
   [junit4]   2> 1856859 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[8FADA32D573217BF]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@480f23ec, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1856865 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testAllInfoPresent
   [junit4]   2> 1856868 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
   [junit4]   2> 1856871 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
   [junit4]   2> 1856874 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
   [junit4]   2> 1856877 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[8FADA32D573217BF]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@480f23ec, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1856878 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
   [junit4]   2> 1856881 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
   [junit4]   2> 1856883 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
   [junit4]   2> 1856886 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongBad
   [junit4]   2> 1856888 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[8FADA32D573217BF]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@480f23ec, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1856889 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongBad
   [junit4]   2> 1856892 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testValidStringValueWhenBoolTypeIsExpected
   [junit4]   2> 1856924 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[8FADA32D573217BF]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@480f23ec, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1856925 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testValidStringValueWhenBoolTypeIsExpected
   [junit4]   2> 1856928 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
   [junit4]   2> 1856930 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
   [junit4]   2> 1856934 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
   [junit4]   2> 1856936 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
   [junit4]   2> 1856939 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testExplicitNullGivesDefaults
   [junit4]   2> 1856948 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[8FADA32D573217BF]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@480f23ec, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1856948 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testExplicitNullGivesDefaults
   [junit4]   2> 1856951 INFO  (TEST-TestSolrXml.testMultiBackupSectionError-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiBackupSectionError
   [junit4]   2> 1856957 INFO  (TEST-TestSolrXml.testMultiBackupSectionError-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiBackupSectionError
   [junit4]   2> 1856960 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHost
   [junit4]   2> 1856963 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHost
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml -Dtests.method=testCloudConfigRequiresHost -Dtests.seed=8FADA32D573217BF -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-KW -Dtests.timezone=America/Dawson_Creek -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J0 | 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([8FADA32D573217BF:11AAE0FC2669995E]:0)
   [junit4]    > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1856967 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testValidStringValueWhenIntTypeIsExpected
   [junit4]   2> 1856970 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[8FADA32D573217BF]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@480f23ec, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1856971 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testValidStringValueWhenIntTypeIsExpected
   [junit4]   2> 1856975 INFO  (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingSectionError
   [junit4]   2> 1856978 INFO  (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingSectionError
   [junit4]   2> 1856982 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
   [junit4]   2> 1856985 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
   [junit4]   2> 1856987 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongOk
   [junit4]   2> 1856990 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[8FADA32D573217BF]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@480f23ec, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1856991 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongOk
   [junit4]   2> 1857009 INFO  (TEST-TestSolrXml.testMultiCloudSectionError-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiCloudSectionError
   [junit4]   2> 1857011 INFO  (TEST-TestSolrXml.testMultiCloudSectionError-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiCloudSectionError
   [junit4]   2> 1857019 INFO  (TEST-TestSolrXml.testPropertySub-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPropertySub
   [junit4]   2> 1857020 INFO  (TEST-TestSolrXml.testPropertySub-seed#[8FADA32D573217BF]) [     ] 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/J0/temp/solr.core.TestSolrXml_8FADA32D573217BF-001/tempDir-021/solr.xml
   [junit4]   2> 1857031 INFO  (TEST-TestSolrXml.testPropertySub-seed#[8FADA32D573217BF]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@480f23ec, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1857032 INFO  (TEST-TestSolrXml.testPropertySub-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testPropertySub
   [junit4]   2> 1857035 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[8FADA32D573217BF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostContext
   [junit4]   2> 1857037 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[8FADA32D573217BF]) [     ] 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/J0/temp/solr.core.TestSolrXml_8FADA32D573217BF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1958, maxMBSortInHeap=5.1512845804402865, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ar-KW, timezone=America/Dawson_Creek
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=231929440,total=525336576
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressInPlaceUpdates, HighlighterTest, TestUseDocValuesAsStored2, OverseerTest, TestSimClusterStateProvider, TestXmlQParserPlugin, TestCloudConsistency, TestExtendedDismaxParser, CloudMLTQParserTest, ShowFileRequestHandlerTest, TestUniqueKeyFieldResource, TestCustomDocTransformer, XsltUpdateRequestHandlerTest, LeaderElectionContextKeyTest, TestMinMaxOnMultiValuedField, SpatialRPTFieldTypeTest, JSONWriterTest, FacetPivotSmallTest, DocumentBuilderTest, TestSolrCloudSnapshots, TestConfigSets, TestReplicationHandlerDiskOverFlow, ReplaceNodeTest, TestSmileRequest, TestCoreBackup, CrossCollectionJoinQueryTest, TestConfig, TestRTGBase, DebugComponentTest, CheckHdfsIndexTest, DefaultValueUpdateProcessorTest, SparseHLLTest, TestTolerantUpdateProcessorCloud, TestFaceting, NestedAtomicUpdateTest, SplitByPrefixTest, OrderedExecutorTest, TestCloudJSONFacetJoinDomain, TestSha256AuthenticationProvider, BadCopyFieldTest, BigEndianAscendingWordDeserializerTest, BJQParserTest, BasicZkTest, TestPHPSerializedResponseWriter, TestComponentsName, TestDistributedMissingSort, JvmMetricsTest, ConjunctionSolrSpellCheckerTest, TestCustomStream, HdfsDirectoryFactoryTest, MetricsHistoryHandlerTest, TestCloudSearcherWarming, NoCacheHeaderTest, AnalysisAfterCoreReloadTest, TestRandomRequestDistribution, TestTermsQParserPlugin, MetricsHistoryIntegrationTest, AssignTest, OverseerSolrResponseTest, TestImplicitCoreProperties, CustomCollectionTest, TestMaxTokenLenTokenizer, SolrCoreTest, TestSimpleTrackingShardHandler, DocValuesMissingTest, AuthToolTest, UpdateLogTest, TestReloadDeadlock, SolrLogAuditLoggerPluginTest, NotRequiredUniqueKeyTest, CopyFieldTest, CollectionStateFormat2Test, TestIndexingPerformance, TestSegmentSorting, AtomicUpdateJavabinTest, TestSystemCollAutoCreate, TestFieldCacheSortRandom, TestManagedResource, MoreLikeThisHandlerTest, XmlInterpolationTest, TestLocalFSCloudBackupRestore, TestLegacyNumericRangeQueryBuilder, SliceStateTest, TestLegacyFieldReuse, TestHalfAndHalfDocValues, TestCopyFieldCollectionResource, TestClassicSimilarityFactory, FieldMutatingUpdateProcessorTest, PeerSyncWithIndexFingerprintCachingTest, BadComponentTest, CSVRequestHandlerTest, SolrPluginUtilsTest, SplitShardTest, CoreSorterTest, UUIDUpdateProcessorFallbackTest, TestCaffeineCache, HdfsBasicDistributedZk2Test, RandomizedTaggerTest, HdfsSyncSliceTest, SolrIndexSearcherTest, TestCloudManagedSchema, StatelessScriptUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, MaxScoreCollectorTest, TestFiltering, TestQuerySenderListener, UnloadDistributedZkTest, ShardsWhitelistTest, AnalysisErrorHandlingTest, PathHierarchyTokenizerFactoryTest, CreateCollectionCleanupTest, SpellCheckCollatorTest, TestLuceneIndexBackCompat, AliasIntegrationTest, BasicDistributedZkTest, CloudExitableDirectoryReaderTest, ClusterStateMockUtilTest, ClusterStateTest, ClusterStateUpdateTest, CollectionPropsTest, DeleteShardTest, DeleteStatusTest, DistribCursorPagingTest, DistribDocExpirationUpdateProcessorTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, ReindexCollectionTest, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestPullReplica, TestPullReplicaErrorHandling, TestWithCollection, AutoScalingHandlerTest, HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, IndexSizeTriggerMixedBoundsTest, ScheduledMaintenanceTriggerTest, TriggerCooldownIntegrationTest, TestSimTriggerIntegration, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest, HdfsNNFailoverTest, HdfsRecoveryZkTest, HdfsRestartWhileUpdatingTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, ZkCollectionPropsCachingTest, ResourceLoaderTest, SOLR749Test, SolrCoreCheckLockOnStartupTest, TestMergePolicyConfig, TestSolrDeletionPolicy1, TestSolrXml]
   [junit4] Completed [659/924 (1!)] on J0 in 0.55s, 23 tests, 2 failures, 1 skipped <<< FAILURES!

[...truncated 51528 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 1341 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/1341/

2 tests failed.
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([CB3BF5DDBC88109C:43B7D83682D50527]: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.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([CB3BF5DDBC88109C:553CB60CCDD39E7D]: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 15511 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrXml
   [junit4]   2> 1940914 INFO  (SUITE-TestSolrXml-seed#[CB3BF5DDBC88109C]-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> 1940914 INFO  (SUITE-TestSolrXml-seed#[CB3BF5DDBC88109C]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1940914 INFO  (SUITE-TestSolrXml-seed#[CB3BF5DDBC88109C]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.core.TestSolrXml_CB3BF5DDBC88109C-001/data-dir-146-001
   [junit4]   2> 1940914 WARN  (SUITE-TestSolrXml-seed#[CB3BF5DDBC88109C]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 1940914 INFO  (SUITE-TestSolrXml-seed#[CB3BF5DDBC88109C]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1940916 INFO  (SUITE-TestSolrXml-seed#[CB3BF5DDBC88109C]-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> 1940919 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostPort
   [junit4]   2> 1940923 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostPort
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml -Dtests.method=testCloudConfigRequiresHostPort -Dtests.seed=CB3BF5DDBC88109C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=be -Dtests.timezone=America/Regina -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.01s J2 | 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([CB3BF5DDBC88109C:43B7D83682D50527]:0)
   [junit4]    > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1940929 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testValidStringValueWhenBoolTypeIsExpected
   [junit4]   2> 1940932 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@54890f73, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1940932 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testValidStringValueWhenBoolTypeIsExpected
   [junit4]   2> 1940935 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testExplicitNullGivesDefaults
   [junit4]   2> 1940937 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@54890f73, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1940938 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testExplicitNullGivesDefaults
   [junit4]   2> 1940940 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testValidStringValueWhenIntTypeIsExpected
   [junit4]   2> 1940950 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@54890f73, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1940951 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testValidStringValueWhenIntTypeIsExpected
   [junit4]   2> 1940953 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongBad
   [junit4]   2> 1940956 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@54890f73, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1940956 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongBad
   [junit4]   2> 1940959 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongOk
   [junit4]   2> 1940961 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@54890f73, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1940962 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongOk
   [junit4]   2> 1940964 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
   [junit4]   2> 1940966 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@54890f73, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1940967 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
   [junit4]   2> 1940970 INFO  (TEST-TestSolrXml.testMultiCloudSectionError-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiCloudSectionError
   [junit4]   2> 1940971 INFO  (TEST-TestSolrXml.testMultiCloudSectionError-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiCloudSectionError
   [junit4]   2> 1940974 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
   [junit4]   2> 1940976 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
   [junit4]   2> 1940978 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
   [junit4]   2> 1940981 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
   [junit4]   2> 1940983 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
   [junit4]   2> 1940985 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
   [junit4]   2> 1940988 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
   [junit4]   2> 1940991 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
   [junit4]   2> 1940993 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
   [junit4]   2> 1940995 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
   [junit4]   2> 1940998 INFO  (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingWatcherSectionError
   [junit4]   2> 1941000 INFO  (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingWatcherSectionError
   [junit4]   2> 1941002 INFO  (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingSectionError
   [junit4]   2> 1941004 INFO  (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingSectionError
   [junit4]   2> 1941007 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
   [junit4]   2> 1941010 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
   [junit4]   2> 1941012 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostContext
   [junit4]   2> 1941015 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostContext
   [junit4]   2> 1941017 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHost
   [junit4]   2> 1941019 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHost
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml -Dtests.method=testCloudConfigRequiresHost -Dtests.seed=CB3BF5DDBC88109C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=be -Dtests.timezone=America/Regina -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.01s J2 | 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([CB3BF5DDBC88109C:553CB60CCDD39E7D]:0)
   [junit4]    > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1941022 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAllInfoPresent
   [junit4]   2> 1941024 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[CB3BF5DDBC88109C]) [     ] 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/J2/temp/solr.core.TestSolrXml_CB3BF5DDBC88109C-001/tempDir-019/solr.xml
   [junit4]   2> 1941027 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@54890f73, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1941028 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testAllInfoPresent
   [junit4]   2> 1941031 INFO  (TEST-TestSolrXml.testPropertySub-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPropertySub
   [junit4]   2> 1941032 INFO  (TEST-TestSolrXml.testPropertySub-seed#[CB3BF5DDBC88109C]) [     ] 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/J2/temp/solr.core.TestSolrXml_CB3BF5DDBC88109C-001/tempDir-020/solr.xml
   [junit4]   2> 1941034 INFO  (TEST-TestSolrXml.testPropertySub-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@54890f73, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1941035 INFO  (TEST-TestSolrXml.testPropertySub-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testPropertySub
   [junit4]   2> 1941038 INFO  (TEST-TestSolrXml.testMultiBackupSectionError-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiBackupSectionError
   [junit4]   2> 1941040 INFO  (TEST-TestSolrXml.testMultiBackupSectionError-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiBackupSectionError
   [junit4]   2> 1941043 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
   [junit4]   2> 1941045 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[CB3BF5DDBC88109C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
   [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/J2/temp/solr.core.TestSolrXml_CB3BF5DDBC88109C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1735, maxMBSortInHeap=5.382493258311668, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=be, timezone=America/Regina
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=172790096,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCloudWithSecureImpersonation, SplitHandlerTest, TestQueryTypes, ClassificationUpdateProcessorTest, HdfsRecoveryZkTest, V2StandaloneTest, BasicDistributedZk2Test, TestSimPolicyCloud, TestExportTool, TestFieldTypeResource, UninvertDocValuesMergePolicyTest, IndexSizeTriggerMixedBoundsTest, RemoteQueryErrorTest, TestBinaryField, TestConfigReload, TestRequestForwarding, HttpPartitionTest, ComputePlanActionTest, MetricTriggerTest, TaggerTest, IgnoreLargeDocumentProcessorFactoryTest, DocValuesTest, TestDynamicFieldResource, TestWordDelimiterFilterFactory, ImplicitSnitchTest, SolrCloudExampleTest, ConcurrentCreateRoutedAliasTest, TestDocumentBuilder, UtilsToolTest, EchoParamsTest, TestSubQueryTransformerCrossCore, DeleteShardTest, PeerSyncWithLeaderTest, SolrIndexConfigTest, TestPostingsSolrHighlighter, SolrSlf4jReporterTest, TestDocBasedVersionConstraints, SystemCollectionCompatTest, FieldAnalysisRequestHandlerTest, SystemLogListenerTest, DistributedExpandComponentTest, DOMUtilTest, CdcrWithNodesRestartsTest, TestCloudNestedDocsSort, TestRequestStatusCollectionAPI, DistributedQueryComponentCustomSortTest, JWTAuthPluginIntegrationTest, TestBM25SimilarityFactory, TestSortByMinMaxFunction, TestFieldSortValues, TestFreeTextSuggestions, CoreAdminRequestStatusTest, TolerantUpdateProcessorTest, TestAnalyzeInfixSuggestions, StatsComponentTest, DistributedFacetPivotSmallAdvancedTest, TestLeaderElectionWithEmptyReplica, TestSearcherReuse, OverseerModifyCollectionTest, TestDocSet, TestSweetSpotSimilarityFactory, TestImpersonationWithHadoopAuth, TestGraphMLResponseWriter, SuggesterFSTTest, TestRecoveryHdfs, TestDistribPackageStore, TestGraphTermsQParserPlugin, TestConfigSetsAPI, TestBinaryResponseWriter, TestValueSourceCache, TestSchemaVersionResource, LeaderVoteWaitTimeoutTest, TestStressVersions, TestCloudRecovery, TestExceedMaxTermLength, TestDynamicLoadingUrl, RangeFacetCloudTest, TestEmbeddedSolrServerConstructors, DateFieldTest, HdfsTlogReplayBufferedWhileIndexingTest, PrimitiveFieldTypeTest, OpenExchangeRatesOrgProviderTest, AtomicUpdatesTest, TestJsonFacetsStatsParsing, FileBasedSpellCheckerTest, AuditLoggerPluginTest, SSLMigrationTest, SimplePostToolTest, TestOnReconnectListenerSupport, TestReplicationHandler, SolrInfoBeanTest, TestNumericTokenStream, SecurityHeadersTest, TestRandomDVFaceting, BJQFilterAccessibleTest, TestRemoteStreaming, TestSimDistribStateManager, TestInPlaceUpdatesRequiredField, TestSolr4Spatial2, ZkCLITest, TestDownShardTolerantSearch, SOLR749Test, TestSchemaField, ShardSplitTest, TestBadConfig, ClusterStateUpdateTest, TestRawResponseWriter, TlogReplayBufferedWhileIndexingTest, BooleanFieldTest, TestManagedSchemaAPI, TestRangeQuery, TestComplexPhraseLeadingWildcard, TestRestoreCore, TestStressLucene, DistributedUpdateProcessorTest, MissingSegmentRecoveryTest, NestedShardedAtomicUpdateTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverseerSolrResponseTest, OverseerSolrResponseUnsafeSerializationTest, OverseerStatusTest, OverseerTaskQueueTest, PeerSyncReplicationTest, TestCloudPhrasesIdentificationComponent, TestDeleteCollectionOnDownNodes, TestPullReplica, TestPullReplicaErrorHandling, TestShortCircuitedRequests, TestSkipOverseerOperations, TestTolerantUpdateProcessorCloud, TestUtilizeNode, ZkNodePropsTest, ZkShardTermsTest, ZkSolrClientTest, CollectionsAPIDistributedZkTest, TestHdfsCloudBackupRestore, NodeMarkersRegistrationTest, ScheduledTriggerIntegrationTest, TriggerEventQueueTest, TriggerIntegrationTest, ByteBuffersDirectoryFactoryTest, CachingDirectoryFactoryTest, TestCoreDiscovery, TestQuerySenderListener, TestReloadAndDeleteDocs, TestSimpleTextCodec, TestSolrDeletionPolicy1, TestSolrXml]
   [junit4] Completed [647/924 (1!)] on J2 in 0.25s, 23 tests, 2 failures, 1 skipped <<< FAILURES!

[...truncated 51580 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 1340 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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...]