You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/01/22 00:24:11 UTC

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-12.0.2) - Build # 8363 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8363/
Java: 64bit/jdk-12.0.2 -XX:+UseCompressedOops -XX:+UseParallelGC

8 tests failed.
FAILED:  org.apache.solr.cloud.TestZkChroot.testChrootBootstrap

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([6681F536113BFD10:40806713C7BC71AA]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2801)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testChrootBootstrap(TestZkChroot.java:80)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.TestZkChroot.testWithUploadDir

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([6681F536113BFD10:C01EF7CC1E97E873]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2801)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testWithUploadDir(TestZkChroot.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.TestZkChroot.testInitPathExists

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([6681F536113BFD10:A97B016D77D8E691]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2801)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testInitPathExists(TestZkChroot.java:162)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.TestZkChroot.testChrootBootstrap

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([6681F536113BFD10:40806713C7BC71AA]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2801)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testChrootBootstrap(TestZkChroot.java:80)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.TestZkChroot.testWithUploadDir

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([6681F536113BFD10:C01EF7CC1E97E873]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2801)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testWithUploadDir(TestZkChroot.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.TestZkChroot.testInitPathExists

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([6681F536113BFD10:A97B016D77D8E691]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2801)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testInitPathExists(TestZkChroot.java:162)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates

Error Message:
Index 0 out of bounds for length 0

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
	at __randomizedtesting.SeedInfo.seed([6681F536113BFD10:418E99DAB0ACB22F]:0)
	at org.apache.solr.common.cloud.ZkNodeProps.load(ZkNodeProps.java:96)
	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:307)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:92)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.cloud.ZkControllerTest$3.getCoreDescriptors(ZkControllerTest.java:287)
	at org.apache.solr.cloud.ZkController.publishAndWaitForDownStates(ZkController.java:1050)
	at org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates(ZkControllerTest.java:337)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates

Error Message:
Index 0 out of bounds for length 0

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
	at __randomizedtesting.SeedInfo.seed([6681F536113BFD10:418E99DAB0ACB22F]:0)
	at org.apache.solr.common.cloud.ZkNodeProps.load(ZkNodeProps.java:96)
	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:307)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:92)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.cloud.ZkControllerTest$3.getCoreDescriptors(ZkControllerTest.java:287)
	at org.apache.solr.cloud.ZkController.publishAndWaitForDownStates(ZkController.java:1050)
	at org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates(ZkControllerTest.java:337)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13568 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestZkChroot
   [junit4]   2> 236794 INFO  (SUITE-TestZkChroot-seed#[6681F536113BFD10]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestZkChroot_6681F536113BFD10-001\data-dir-34-001
   [junit4]   2> 236794 WARN  (SUITE-TestZkChroot-seed#[6681F536113BFD10]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=27 numCloses=27
   [junit4]   2> 236794 INFO  (SUITE-TestZkChroot-seed#[6681F536113BFD10]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 236798 INFO  (SUITE-TestZkChroot-seed#[6681F536113BFD10]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 236798 INFO  (SUITE-TestZkChroot-seed#[6681F536113BFD10]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 236804 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testChrootBootstrap
   [junit4]   2> 236805 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 236805 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 236805 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 236906 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.ZkTestServer start zk server on port:61885
   [junit4]   2> 236906 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:61885
   [junit4]   2> 236906 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61885
   [junit4]   2> 236906 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61885
   [junit4]   2> 236909 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236913 INFO  (zkConnectionManagerCallback-1508-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 236913 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236916 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236919 INFO  (zkConnectionManagerCallback-1510-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 236919 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 237411 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestZkChroot_6681F536113BFD10-001\tempDir-001\solr.xml
   [junit4]   2> 237416 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@71a0d77, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 237563 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 237564 WARN  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@25971896[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 237564 WARN  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@25971896[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 237567 WARN  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@8d83f68[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 237567 WARN  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@8d83f68[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 237567 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61885/foo/bar
   [junit4]   2> 237571 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 237571 INFO  (zkConnectionManagerCallback-1517-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 237571 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 237715 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 237717 INFO  (zkConnectionManagerCallback-1519-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 237718 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 237810 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:8983_solr
   [junit4]   2> 237810 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076182955950083-127.0.0.1:8983_solr-n_0000000000) starting
   [junit4]   2> 237816 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 237816 INFO  (OverseerStateUpdate-72076182955950083-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:8983_solr
   [junit4]   2> 237817 INFO  (OverseerStateUpdate-72076182955950083-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 237827 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestZkChroot_6681F536113BFD10-001\tempDir-001
   [junit4]   2> 237827 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 237827 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController bootstrapping config for 1 cores into ZooKeeper using solr.xml from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestZkChroot_6681F536113BFD10-001\tempDir-001
   [junit4]   2> 237829 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Uploading directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestZkChroot_6681F536113BFD10-001\tempDir-001\collection1\conf with name collection1 for SolrCore collection1
   [junit4]   2> 238003 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 238003 WARN  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_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> 238028 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 238043 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71a0d77
   [junit4]   2> 238051 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71a0d77
   [junit4]   2> 238051 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71a0d77
   [junit4]   2> 238064 WARN  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ZkStateReader No collection found at path /collections/collection1.
   [junit4]   2> 238065 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1599025123
   [junit4]   2> 238065 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 238065 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 238065 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:8983_solr as DOWN
   [junit4]   2> 238067 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 238067 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 238067 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@50f17b75: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@41478a11
   [junit4]   2> 238072 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 238072 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@61e25298: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4c88ed2e
   [junit4]   2> 238074 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 238074 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f07877c: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3842d0c3
   [junit4]   2> 238074 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 238076 INFO  (closeThreadPool-1526-thread-1-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076182955950083-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 238077 INFO  (OverseerAutoScalingTriggerThread-72076182955950083-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 238079 INFO  (OverseerStateUpdate-72076182955950083-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:8983_solr
   [junit4]   2> 238080 INFO  (closeThreadPool-1526-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076182955950083-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 238178 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076182955950083-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 238179 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 238389 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/foo/bar/live_nodes
   [junit4]   2> 	2	/foo/bar/overseer/queue
   [junit4]   2> 
   [junit4]   2> 238395 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:61885
   [junit4]   2> 238395 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61885
   [junit4]   2> 238395 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61885
   [junit4]   2> 240401 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testChrootBootstrap
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestZkChroot -Dtests.method=testChrootBootstrap -Dtests.seed=6681F536113BFD10 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=Etc/GMT-9 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   3.60s J1 | TestZkChroot.testChrootBootstrap <<<
   [junit4]    > Throwable #1: org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6681F536113BFD10:40806713C7BC71AA]:0)
   [junit4]    > 	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
   [junit4]    > 	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
   [junit4]    > 	at java.base/java.nio.file.Files.walkFileTree(Files.java:2801)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
   [junit4]    > 	at org.apache.solr.cloud.TestZkChroot.testChrootBootstrap(TestZkChroot.java:80)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 240404 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Starting testWithUploadDir
   [junit4]   2> 240404 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 240404 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 240404 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 240505 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer start zk server on port:61936
   [junit4]   2> 240505 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:61936
   [junit4]   2> 240505 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61936
   [junit4]   2> 240505 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61936
   [junit4]   2> 240507 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 240511 INFO  (zkConnectionManagerCallback-1528-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 240511 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 240514 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 240517 INFO  (zkConnectionManagerCallback-1530-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 240517 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 240708 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 240713 INFO  (zkConnectionManagerCallback-1532-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 240713 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 240714 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestZkChroot_6681F536113BFD10-001\tempDir-002\solr.xml
   [junit4]   2> 240718 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@71a0d77, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 240860 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 240863 WARN  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2fd08c8f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240863 WARN  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2fd08c8f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240863 WARN  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7a921a4b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240863 WARN  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7a921a4b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 240867 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61936/foo/bar3
   [junit4]   2> 240867 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 240870 INFO  (zkConnectionManagerCallback-1539-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 240870 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 241017 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 241020 INFO  (zkConnectionManagerCallback-1541-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 241020 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 241141 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:8983_solr
   [junit4]   2> 241141 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076183191552004-127.0.0.1:8983_solr-n_0000000000) starting
   [junit4]   2> 241148 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 241148 INFO  (OverseerStateUpdate-72076183191552004-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:8983_solr
   [junit4]   2> 241150 INFO  (OverseerStateUpdate-72076183191552004-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 241349 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 241349 WARN  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_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> 241374 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 241394 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71a0d77
   [junit4]   2> 241400 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71a0d77
   [junit4]   2> 241401 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71a0d77
   [junit4]   2> 241415 WARN  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ZkStateReader No collection found at path /collections/collection1.
   [junit4]   2> 241415 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1874677545
   [junit4]   2> 241415 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 241415 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 241415 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:8983_solr as DOWN
   [junit4]   2> 241417 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 241417 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 241417 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3409c913: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2606c866
   [junit4]   2> 241422 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 241422 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@21dbcfcb: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4c88ed2e
   [junit4]   2> 241424 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 241424 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@64bab817: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3842d0c3
   [junit4]   2> 241425 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 241427 INFO  (closeThreadPool-1548-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076183191552004-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 241427 INFO  (OverseerAutoScalingTriggerThread-72076183191552004-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 241428 INFO  (OverseerStateUpdate-72076183191552004-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:8983_solr
   [junit4]   2> 241429 INFO  (closeThreadPool-1548-thread-1-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076183191552004-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 241527 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076183191552004-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 241628 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 241832 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/foo/bar3/live_nodes
   [junit4]   2> 	2	/foo/bar3/overseer/queue
   [junit4]   2> 
   [junit4]   2> 241837 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:61936
   [junit4]   2> 241837 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61936
   [junit4]   2> 241838 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61936
   [junit4]   2> 243840 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testWithUploadDir
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestZkChroot -Dtests.method=testWithUploadDir -Dtests.seed=6681F536113BFD10 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=Etc/GMT-9 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   3.44s J1 | TestZkChroot.testWithUploadDir <<<
   [junit4]    > Throwable #1: org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6681F536113BFD10:C01EF7CC1E97E873]:0)
   [junit4]    > 	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
   [junit4]    > 	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
   [junit4]    > 	at java.base/java.nio.file.Files.walkFileTree(Files.java:2801)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
   [junit4]    > 	at org.apache.solr.cloud.TestZkChroot.testWithUploadDir(TestZkChroot.java:136)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 243843 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Starting testInitPathExists
   [junit4]   2> 243844 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 243844 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 243844 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 243944 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer start zk server on port:61966
   [junit4]   2> 243944 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:61966
   [junit4]   2> 243944 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61966
   [junit4]   2> 243944 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61966
   [junit4]   2> 243946 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 243951 INFO  (zkConnectionManagerCallback-1550-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 243951 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 243954 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 243957 INFO  (zkConnectionManagerCallback-1552-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 243957 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 244149 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 244151 INFO  (zkConnectionManagerCallback-1554-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 244152 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 244154 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestZkChroot_6681F536113BFD10-001\tempDir-003\solr.xml
   [junit4]   2> 244158 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@71a0d77, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 244210 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 244212 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4401771[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 244212 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4401771[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 244216 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a1f8167[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 244216 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a1f8167[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 244217 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61966/foo/bar4
   [junit4]   2> 244217 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 244219 INFO  (zkConnectionManagerCallback-1561-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 244219 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 244372 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 244374 INFO  (zkConnectionManagerCallback-1563-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 244374 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 244479 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:8983_solr
   [junit4]   2> 244479 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076183416995844-127.0.0.1:8983_solr-n_0000000000) starting
   [junit4]   2> 244487 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 244487 INFO  (OverseerStateUpdate-72076183416995844-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:8983_solr
   [junit4]   2> 244490 INFO  (OverseerStateUpdate-72076183416995844-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 244503 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestZkChroot_6681F536113BFD10-001\tempDir-003
   [junit4]   2> 244503 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 244503 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController bootstrapping config for 1 cores into ZooKeeper using solr.xml from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestZkChroot_6681F536113BFD10-001\tempDir-003
   [junit4]   2> 244503 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Uploading directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.TestZkChroot_6681F536113BFD10-001\tempDir-003\collection1\conf with name collection1 for SolrCore collection1
   [junit4]   2> 244672 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 244672 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_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> 244696 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 244715 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71a0d77
   [junit4]   2> 244721 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71a0d77
   [junit4]   2> 244721 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71a0d77
   [junit4]   2> 244732 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ZkStateReader No collection found at path /collections/collection1.
   [junit4]   2> 244732 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1381391296
   [junit4]   2> 244732 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 244733 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 244733 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:8983_solr as DOWN
   [junit4]   2> 244734 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 244735 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 244735 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4091015c: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4e28e0c5
   [junit4]   2> 244739 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 244740 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7851e029: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4c88ed2e
   [junit4]   2> 244740 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 244740 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f4a9b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3842d0c3
   [junit4]   2> 244742 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 244742 INFO  (closeThreadPool-1570-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076183416995844-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 244743 INFO  (OverseerAutoScalingTriggerThread-72076183416995844-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 244743 INFO  (OverseerStateUpdate-72076183416995844-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:8983_solr
   [junit4]   2> 244744 INFO  (closeThreadPool-1570-thread-1-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076183416995844-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 244847 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076183416995844-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 244950 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 245155 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/foo/bar4/overseer/queue
   [junit4]   2> 	2	/foo/bar4/live_nodes
   [junit4]   2> 
   [junit4]   2> 245161 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:61966
   [junit4]   2> 245161 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:61966
   [junit4]   2> 245161 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 61966
   [junit4]   2> 247163 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[6681F536113BFD10])

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

0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 52055 DEBUG (closeThreadPool-139-thread-1-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 52156 WARN  (OverseerStateUpdate-72076391044022274-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Solr cannot talk to ZK, exiting Overseer main queue loop
   [junit4]   2>           => org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testPublishAndWaitForDownStates/state.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testPublishAndWaitForDownStates/state.json
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:2021) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:314) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:314) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.overseer.ZkStateWriter.writePendingUpdates(ZkStateWriter.java:197) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.overseer.ZkStateWriter.enqueueUpdate(ZkStateWriter.java:130) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.processQueueItem(Overseer.java:315) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:247) ~[java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:835) [?:?]
   [junit4]   2> 52157 INFO  (OverseerStateUpdate-72076391044022274-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:8983_solr
   [junit4]   2> 52157 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076391044022274-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 52158 INFO  (closeThreadPool-139-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72076391044022274-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 52159 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=541554017
   [junit4]   2> 52159 ERROR (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.SolrCores No transient handler has been defined. Check solr.xml to see if an attempt to provide a custom TransientSolrCoreCacheFactory was done incorrectly since the default should have been used otherwise.
   [junit4]   2> 52160 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 52364 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 52368 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:63761
   [junit4]   2> 52369 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:63761
   [junit4]   2> 52369 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 63761
   [junit4]   2> 54373 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[6681F536113BFD10]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testPublishAndWaitForDownStates
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkControllerTest -Dtests.method=testPublishAndWaitForDownStates -Dtests.seed=6681F536113BFD10 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=sr-Latn-BA -Dtests.timezone=Etc/GMT-10 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   3.07s J2 | ZkControllerTest.testPublishAndWaitForDownStates <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6681F536113BFD10:418E99DAB0ACB22F]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkNodeProps.load(ZkNodeProps.java:96)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:307)
   [junit4]    > 	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:92)
   [junit4]    > 	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
   [junit4]    > 	at org.apache.solr.cloud.ZkControllerTest$3.getCoreDescriptors(ZkControllerTest.java:287)
   [junit4]    > 	at org.apache.solr.cloud.ZkController.publishAndWaitForDownStates(ZkController.java:1050)
   [junit4]    > 	at org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates(ZkControllerTest.java:337)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.ZkControllerTest_6681F536113BFD10-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=2023, maxMBSortInHeap=5.060112791438308, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@30f21b98), locale=sr-Latn-BA, timezone=Etc/GMT-10
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=233861440,total=278396928
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkChroot, ZkControllerTest]
   [junit4] Completed [10/10 (10!)] on J2 in 15.47s, 4 tests, 1 error <<< FAILURES!

[...truncated 22 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1510: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1037: There were test failures: 10 suites, 40 tests, 20 errors [seed: 6681F536113BFD10]

Total time: 57 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.cloud.TestZkChroot
[repro]   5/5 failed: org.apache.solr.cloud.ZkControllerTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=1af171e47f47661d9e1bfd3fc8b151396fc1b784, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #8362
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS] Lucene-Solr-master-Windows (64bit/jdk-11.0.6) - Build # 8365 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8365/
Java: 64bit/jdk-11.0.6 -XX:+UseCompressedOops -XX:+UseSerialGC

9 tests failed.
FAILED:  org.apache.solr.cloud.TestZkChroot.testChrootBootstrap

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([9B581E2D2FC7F93C:BD598C08F9407586]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2724)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testChrootBootstrap(TestZkChroot.java:80)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.TestZkChroot.testInitPathExists

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([9B581E2D2FC7F93C:54A2EA764924E2BD]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2724)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testInitPathExists(TestZkChroot.java:162)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.TestZkChroot.testWithUploadDir

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([9B581E2D2FC7F93C:3DC71CD7206BEC5F]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2724)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testWithUploadDir(TestZkChroot.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.TestZkChroot.testChrootBootstrap

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([9B581E2D2FC7F93C:BD598C08F9407586]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2724)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testChrootBootstrap(TestZkChroot.java:80)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.TestZkChroot.testInitPathExists

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([9B581E2D2FC7F93C:54A2EA764924E2BD]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2724)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testInitPathExists(TestZkChroot.java:162)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.TestZkChroot.testWithUploadDir

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([9B581E2D2FC7F93C:3DC71CD7206BEC5F]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2724)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testWithUploadDir(TestZkChroot.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates

Error Message:
Index 0 out of bounds for length 0

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
	at __randomizedtesting.SeedInfo.seed([9B581E2D2FC7F93C:BC5772C18E50B603]:0)
	at org.apache.solr.common.cloud.ZkNodeProps.load(ZkNodeProps.java:96)
	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:307)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:92)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.cloud.ZkControllerTest$3.getCoreDescriptors(ZkControllerTest.java:287)
	at org.apache.solr.cloud.ZkController.publishAndWaitForDownStates(ZkController.java:1050)
	at org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates(ZkControllerTest.java:337)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates

Error Message:
Index 0 out of bounds for length 0

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
	at __randomizedtesting.SeedInfo.seed([9B581E2D2FC7F93C:BC5772C18E50B603]:0)
	at org.apache.solr.common.cloud.ZkNodeProps.load(ZkNodeProps.java:96)
	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:307)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:92)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.cloud.ZkControllerTest$3.getCoreDescriptors(ZkControllerTest.java:287)
	at org.apache.solr.cloud.ZkController.publishAndWaitForDownStates(ZkController.java:1050)
	at org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates(ZkControllerTest.java:337)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates

Error Message:
Index 0 out of bounds for length 0

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
	at __randomizedtesting.SeedInfo.seed([9B581E2D2FC7F93C:BC5772C18E50B603]:0)
	at org.apache.solr.common.cloud.ZkNodeProps.load(ZkNodeProps.java:96)
	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:307)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:92)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.cloud.ZkControllerTest$3.getCoreDescriptors(ZkControllerTest.java:287)
	at org.apache.solr.cloud.ZkController.publishAndWaitForDownStates(ZkController.java:1050)
	at org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates(ZkControllerTest.java:337)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13708 lines...]
   [junit4] Suite: org.apache.solr.cloud.ZkControllerTest
   [junit4]   2> 302798 INFO  (SUITE-ZkControllerTest-seed#[9B581E2D2FC7F93C]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J2\temp\solr.cloud.ZkControllerTest_9B581E2D2FC7F93C-001\data-dir-21-001
   [junit4]   2> 302798 WARN  (SUITE-ZkControllerTest-seed#[9B581E2D2FC7F93C]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=142 numCloses=142
   [junit4]   2> 302798 INFO  (SUITE-ZkControllerTest-seed#[9B581E2D2FC7F93C]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 302799 INFO  (SUITE-ZkControllerTest-seed#[9B581E2D2FC7F93C]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 302800 INFO  (SUITE-ZkControllerTest-seed#[9B581E2D2FC7F93C]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 302802 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testGetHostName
   [junit4]   2> 302802 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 302802 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 302802 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 302903 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [     ] o.a.s.c.ZkTestServer start zk server on port:50178
   [junit4]   2> 302903 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:50178
   [junit4]   2> 302903 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50178
   [junit4]   2> 302903 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50178
   [junit4]   2> 302905 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 302908 INFO  (zkConnectionManagerCallback-2545-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302908 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 302913 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 302915 INFO  (zkConnectionManagerCallback-2547-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 302915 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 302915 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4e52c4da, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 303276 WARN  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@23f0c25f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 303276 WARN  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@23f0c25f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 303279 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 303282 INFO  (zkConnectionManagerCallback-2553-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 303282 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 303379 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:8983_solr
   [junit4]   2> 303380 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72079007512985602-127.0.0.1:8983_solr-n_0000000000) starting
   [junit4]   2> 303384 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 303384 INFO  (OverseerStateUpdate-72079007512985602-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:8983_solr
   [junit4]   2> 303384 INFO  (OverseerStateUpdate-72079007512985602-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 303388 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 303388 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 303388 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:8983_solr as DOWN
   [junit4]   2> 303388 INFO  (closeThreadPool-2558-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72079007512985602-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 303388 INFO  (OverseerStateUpdate-72079007512985602-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:8983_solr
   [junit4]   2> 304889 WARN  (OverseerAutoScalingTriggerThread-72079007512985602-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Error deactivating old markers
   [junit4]   2>           => org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:2589) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$getChildren$4(SolrZkClient.java:326) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:326) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.listData(ZkDistribStateManager.java:69) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.listData(ZkDistribStateManager.java:80) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.deactivateMarkers(OverseerTriggerThread.java:272) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:263) ~[java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 304889 WARN  (OverseerAutoScalingTriggerThread-72079007512985602-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Error deactivating old markers
   [junit4]   2>           => org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeAdded
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeAdded
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:2589) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$getChildren$4(SolrZkClient.java:326) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:326) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.listData(ZkDistribStateManager.java:69) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.listData(ZkDistribStateManager.java:80) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.deactivateMarkers(OverseerTriggerThread.java:272) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:264) ~[java/:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 304889 INFO  (OverseerAutoScalingTriggerThread-72079007512985602-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed, exiting.
   [junit4]   2> 304890 WARN  (ScheduledTrigger-1778-thread-1) [     ] o.a.s.c.a.TriggerBase Exception updating trigger state '/autoscaling/triggerState/.scheduled_maintenance'
   [junit4]   2>           => org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/triggerState/.scheduled_maintenance
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134)
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/triggerState/.scheduled_maintenance
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:134) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:2021) ~[zookeeper-3.5.5.jar:3.5.5]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:314) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:314) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.ZkDistribStateManager.hasData(ZkDistribStateManager.java:59) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.TriggerBase.saveState(TriggerBase.java:246) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerWrapper.run(ScheduledTriggers.java:659) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 304890 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72079007512985602-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 304890 INFO  (closeThreadPool-2558-thread-1-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72079007512985602-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 304891 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1471852034
   [junit4]   2> 304891 ERROR (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.SolrCores No transient handler has been defined. Check solr.xml to see if an attempt to provide a custom TransientSolrCoreCacheFactory was done incorrectly since the default should have been used otherwise.
   [junit4]   2> 304892 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 305093 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 305097 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:50178
   [junit4]   2> 305097 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50178
   [junit4]   2> 305097 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50178
   [junit4]   2> 307102 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testGetHostName
   [junit4]   2> 307104 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Starting testNodeNameUrlConversion
   [junit4]   2> 307105 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 307105 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 307105 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 307206 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer start zk server on port:50275
   [junit4]   2> 307206 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:50275
   [junit4]   2> 307206 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50275
   [junit4]   2> 307206 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50275
   [junit4]   2> 307207 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307210 INFO  (zkConnectionManagerCallback-2561-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307210 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307212 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307214 INFO  (zkConnectionManagerCallback-2563-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307214 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307214 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 307216 INFO  (zkConnectionManagerCallback-2565-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 307216 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307383 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 307584 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> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 307587 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:50275
   [junit4]   2> 307587 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50275
   [junit4]   2> 307587 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50275
   [junit4]   2> 309589 INFO  (TEST-ZkControllerTest.testNodeNameUrlConversion-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testNodeNameUrlConversion
   [junit4]   2> 309591 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Starting testPublishAndWaitForDownStates
   [junit4]   2> 309605 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 309606 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 309606 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 309706 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer start zk server on port:50343
   [junit4]   2> 309706 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:50343
   [junit4]   2> 309706 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50343
   [junit4]   2> 309706 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50343
   [junit4]   2> 309707 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 309710 INFO  (zkConnectionManagerCallback-2571-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 309710 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 309713 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 309714 INFO  (zkConnectionManagerCallback-2573-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 309714 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 309717 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@4e52c4da, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 310127 WARN  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@152975fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 310127 WARN  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@152975fe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 310128 DEBUG (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$703/0x00000001009ec040@1dcea196
   [junit4]   2> 310128 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 310130 INFO  (zkConnectionManagerCallback-2579-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 310130 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 310197 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/clusterprops.json
   [junit4]   2> 310198 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 310198 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 310198 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 310198 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 310199 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 310201 DEBUG (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72079007958761474-127.0.0.1:8983_solr-n_0000000000
   [junit4]   2> 310202 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:8983_solr
   [junit4]   2> 310202 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72079007958761474-127.0.0.1:8983_solr-n_0000000000) starting
   [junit4]   2> 310207 DEBUG (OverseerCollectionConfigSetProcessor-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 310207 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 310207 INFO  (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:8983_solr
   [junit4]   2> 310208 DEBUG (OverseerAutoScalingTriggerThread-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 310209 INFO  (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 310209 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 310209 DEBUG (OverseerCollectionConfigSetProcessor-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 310209 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 310209 DEBUG (OverseerCollectionConfigSetProcessor-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 310209 DEBUG (OverseerCollectionConfigSetProcessor-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 310209 DEBUG (OverseerCollectionConfigSetProcessor-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 310209 INFO  (OverseerCollectionConfigSetProcessor-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 310209 DEBUG (OverseerAutoScalingTriggerThread-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 310209 DEBUG (OverseerCollectionConfigSetProcessor-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 310209 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 310209 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 310209 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 310210 DEBUG (OverseerAutoScalingTriggerThread-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 310210 DEBUG (OverseerAutoScalingTriggerThread-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 310211 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 310211 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 310211 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 310214 DEBUG (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "node_name":"127.0.0.1:8983_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "name":"testPublishAndWaitForDownStates",
   [junit4]   2>   "stateFormat":"2"} current state version: 0
   [junit4]   2> 310214 DEBUG (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.o.ClusterStateMutator building a new cName: testPublishAndWaitForDownStates
   [junit4]   2> 310215 DEBUG (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testPublishAndWaitForDownStates/state.json
   [junit4]   2> 310215 DEBUG (OverseerAutoScalingTriggerThread-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:8983_solr]
   [junit4]   2> 310215 DEBUG (OverseerAutoScalingTriggerThread-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 310215 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 310215 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 310215 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:8983_solr as DOWN
   [junit4]   2> 310215 DEBUG (ScheduledTrigger-1788-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 310215 DEBUG (OverseerAutoScalingTriggerThread-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 310215 DEBUG (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testPublishAndWaitForDownStates",
   [junit4]   2>   "node_name":"non_existent_host1",
   [junit4]   2>   "collection":"testPublishAndWaitForDownStates",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "operation":"addreplica"} current state version: 0
   [junit4]   2> 310215 INFO  (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testPublishAndWaitForDownStates",
   [junit4]   2>   "node_name":"non_existent_host1",
   [junit4]   2>   "collection":"testPublishAndWaitForDownStates",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "operation":"addreplica"} 
   [junit4]   2> 310219 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 310219 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 310219 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:8983_solr as DOWN
   [junit4]   2> 310219 DEBUG (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 310219 DEBUG (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node1":{
   [junit4]   2>       "core":"testPublishAndWaitForDownStates",
   [junit4]   2>       "base_url":null,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "node_name":"non_existent_host1",
   [junit4]   2>       "type":null}}}
   [junit4]   2> 310219 DEBUG (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"testPublishAndWaitForDownStates",
   [junit4]   2>   "node_name":"non_existent_host2",
   [junit4]   2>   "collection":"testPublishAndWaitForDownStates",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"addreplica"} current state version: 0
   [junit4]   2> 310219 INFO  (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testPublishAndWaitForDownStates",
   [junit4]   2>   "node_name":"non_existent_host2",
   [junit4]   2>   "collection":"testPublishAndWaitForDownStates",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "operation":"addreplica"} 
   [junit4]   2> 310221 DEBUG (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node1":{
   [junit4]   2>       "core":"testPublishAndWaitForDownStates",
   [junit4]   2>       "base_url":null,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "node_name":"non_existent_host1",
   [junit4]   2>       "type":null}}}
   [junit4]   2> 310221 DEBUG (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node1":{
   [junit4]   2>       "core":"testPublishAndWaitForDownStates",
   [junit4]   2>       "base_url":null,
   [junit4]   2>       "state":"active",
   [junit4]   2>       "node_name":"non_existent_host1",
   [junit4]   2>       "type":null},
   [junit4]   2>     "core_node2":{
   [junit4]   2>       "core":"testPublishAndWaitForDownStates",
   [junit4]   2>       "base_url":null,
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":"non_existent_host2",
   [junit4]   2>       "type":null}}}
   [junit4]   2> 310221 DEBUG (SyncThread:0) [     ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 310222 INFO  (closeThreadPool-2584-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72079007958761474-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 310222 INFO  (OverseerStateUpdate-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:8983_solr
   [junit4]   2> 310223 INFO  (OverseerAutoScalingTriggerThread-72079007958761474-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 310225 DEBUG (closeThreadPool-2584-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 310225 DEBUG (closeThreadPool-2584-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 310225 DEBUG (closeThreadPool-2584-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 310225 DEBUG (closeThreadPool-2584-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 310225 DEBUG (closeThreadPool-2584-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 310225 DEBUG (closeThreadPool-2584-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 310225 INFO  (closeThreadPool-2584-thread-1-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72079007958761474-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 310326 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72079007958761474-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 310327 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=401540202
   [junit4]   2> 310327 ERROR (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.SolrCores No transient handler has been defined. Check solr.xml to see if an attempt to provide a custom TransientSolrCoreCacheFactory was done incorrectly since the default should have been used otherwise.
   [junit4]   2> 310327 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 310530 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 310533 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:50343
   [junit4]   2> 310533 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50343
   [junit4]   2> 310533 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50343
   [junit4]   2> 312535 INFO  (TEST-ZkControllerTest.testPublishAndWaitForDownStates-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testPublishAndWaitForDownStates
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkControllerTest -Dtests.method=testPublishAndWaitForDownStates -Dtests.seed=9B581E2D2FC7F93C -Dtests.slow=true -Dtests.locale=rwk-TZ -Dtests.timezone=America/Indiana/Tell_City -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   2.95s J2 | ZkControllerTest.testPublishAndWaitForDownStates <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9B581E2D2FC7F93C:BC5772C18E50B603]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkNodeProps.load(ZkNodeProps.java:96)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:307)
   [junit4]    > 	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:92)
   [junit4]    > 	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
   [junit4]    > 	at org.apache.solr.cloud.ZkControllerTest$3.getCoreDescriptors(ZkControllerTest.java:287)
   [junit4]    > 	at org.apache.solr.cloud.ZkController.publishAndWaitForDownStates(ZkController.java:1050)
   [junit4]    > 	at org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates(ZkControllerTest.java:337)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 312538 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Starting testReadConfigName
   [junit4]   2> 312539 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 312539 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 312539 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 312640 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer start zk server on port:50458
   [junit4]   2> 312640 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:50458
   [junit4]   2> 312640 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50458
   [junit4]   2> 312640 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50458
   [junit4]   2> 312641 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 312644 INFO  (zkConnectionManagerCallback-2587-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 312644 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 312646 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 312648 INFO  (zkConnectionManager

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


   [junit4]   2> 49211 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 49213 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 49217 INFO  (zkConnectionManagerCallback-128-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49217 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 49337 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@179fb305, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 49738 WARN  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@666a2f3d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49738 WARN  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@666a2f3d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 49741 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 49744 INFO  (zkConnectionManagerCallback-134-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 49744 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 49873 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:8983_solr
   [junit4]   2> 49874 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72079262418665475-127.0.0.1:8983_solr-n_0000000000) starting
   [junit4]   2> 49882 INFO  (OverseerStateUpdate-72079262418665475-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:8983_solr
   [junit4]   2> 49883 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 49886 INFO  (OverseerStateUpdate-72079262418665475-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 49891 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 49892 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 49892 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:8983_solr as DOWN
   [junit4]   2> 49904 INFO  (closeThreadPool-139-thread-1-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72079262418665475-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 49906 INFO  (OverseerAutoScalingTriggerThread-72079262418665475-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 49906 INFO  (OverseerStateUpdate-72079262418665475-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:8983_solr
   [junit4]   2> 49909 INFO  (closeThreadPool-139-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72079262418665475-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 50010 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72079262418665475-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 50013 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2086916182
   [junit4]   2> 50013 ERROR (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.SolrCores No transient handler has been defined. Check solr.xml to see if an attempt to provide a custom TransientSolrCoreCacheFactory was done incorrectly since the default should have been used otherwise.
   [junit4]   2> 50014 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 50222 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 50229 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:49403
   [junit4]   2> 50230 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:49403
   [junit4]   2> 50230 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 49403
   [junit4]   2> 52234 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[9B581E2D2FC7F93C]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testReadConfigName
   [junit4] OK      3.16s J0 | ZkControllerTest.testReadConfigName
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ZkControllerTest_9B581E2D2FC7F93C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=738, maxMBSortInHeap=7.477280059508861, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@7dc22337), locale=rwk-TZ, timezone=America/Indiana/Tell_City
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=117889368,total=194707456
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkChroot, ZkControllerTest]
   [junit4] Completed [10/10 (10!)] on J0 in 13.47s, 4 tests, 1 error <<< FAILURES!

[...truncated 22 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1510: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1037: There were test failures: 10 suites, 40 tests, 20 errors [seed: 9B581E2D2FC7F93C]

Total time: 55 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.cloud.TestZkChroot
[repro]   5/5 failed: org.apache.solr.cloud.ZkControllerTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=cc9c494a341d8f117b153145125a169bd8b95e6f, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #8364
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2

[JENKINS-EA] Lucene-Solr-master-Windows (64bit/jdk-14-ea+32) - Build # 8364 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/8364/
Java: 64bit/jdk-14-ea+32 -XX:+UseCompressedOops -XX:+UseG1GC

15 tests failed.
FAILED:  org.apache.solr.cloud.TestZkChroot.testInitPathExists

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:5B06F92E84788CAD]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testInitPathExists(TestZkChroot.java:162)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testWithUploadDir

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:32630F8FED37824F]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testWithUploadDir(TestZkChroot.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testChrootBootstrap

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:B2FD9F50341C1B96]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testChrootBootstrap(TestZkChroot.java:80)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testInitPathExists

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:5B06F92E84788CAD]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testInitPathExists(TestZkChroot.java:162)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testWithUploadDir

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:32630F8FED37824F]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testWithUploadDir(TestZkChroot.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testChrootBootstrap

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:B2FD9F50341C1B96]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testChrootBootstrap(TestZkChroot.java:80)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testInitPathExists

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:5B06F92E84788CAD]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testInitPathExists(TestZkChroot.java:162)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testWithUploadDir

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:32630F8FED37824F]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testWithUploadDir(TestZkChroot.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testChrootBootstrap

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:B2FD9F50341C1B96]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testChrootBootstrap(TestZkChroot.java:80)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testInitPathExists

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:5B06F92E84788CAD]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testInitPathExists(TestZkChroot.java:162)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testWithUploadDir

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:32630F8FED37824F]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testWithUploadDir(TestZkChroot.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testChrootBootstrap

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:B2FD9F50341C1B96]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testChrootBootstrap(TestZkChroot.java:80)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testInitPathExists

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:5B06F92E84788CAD]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testInitPathExists(TestZkChroot.java:162)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testWithUploadDir

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:32630F8FED37824F]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testWithUploadDir(TestZkChroot.java:136)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.cloud.TestZkChroot.testChrootBootstrap

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:B2FD9F50341C1B96]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
	at org.apache.solr.cloud.TestZkChroot.testChrootBootstrap(TestZkChroot.java:80)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 14991 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestZkChroot
   [junit4]   2> 1588311 INFO  (SUITE-TestZkChroot-seed#[94FC0D75E29B972C]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1588313 INFO  (SUITE-TestZkChroot-seed#[94FC0D75E29B972C]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.TestZkChroot_94FC0D75E29B972C-001\data-dir-154-001
   [junit4]   2> 1588313 WARN  (SUITE-TestZkChroot-seed#[94FC0D75E29B972C]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1588313 INFO  (SUITE-TestZkChroot-seed#[94FC0D75E29B972C]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1588318 INFO  (SUITE-TestZkChroot-seed#[94FC0D75E29B972C]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1588322 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testInitPathExists
   [junit4]   2> 1588323 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1588323 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1588323 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1588425 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.ZkTestServer start zk server on port:64870
   [junit4]   2> 1588425 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:64870
   [junit4]   2> 1588425 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64870
   [junit4]   2> 1588425 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64870
   [junit4]   2> 1588427 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1588432 INFO  (zkConnectionManagerCallback-5814-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1588432 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1588435 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1588437 INFO  (zkConnectionManagerCallback-5816-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1588437 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1588919 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1588924 INFO  (zkConnectionManagerCallback-5818-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1588924 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1588928 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.TestZkChroot_94FC0D75E29B972C-001\tempDir-001\solr.xml
   [junit4]   2> 1588932 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@7b47578, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1589245 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1589248 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f18d1a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1589248 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f18d1a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1589251 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3aadae9e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1589251 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3aadae9e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1589252 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64870/foo/bar4
   [junit4]   2> 1589254 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1589256 INFO  (zkConnectionManagerCallback-5825-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1589256 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1589365 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1589368 INFO  (zkConnectionManagerCallback-5827-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1589368 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1589539 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:8983_solr
   [junit4]   2> 1589540 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72077681164484612-127.0.0.1:8983_solr-n_0000000000) starting
   [junit4]   2> 1589545 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 1589545 INFO  (OverseerStateUpdate-72077681164484612-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:8983_solr
   [junit4]   2> 1589547 INFO  (OverseerStateUpdate-72077681164484612-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1589558 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.TestZkChroot_94FC0D75E29B972C-001\tempDir-001
   [junit4]   2> 1589558 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1589558 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController bootstrapping config for 1 cores into ZooKeeper using solr.xml from C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.TestZkChroot_94FC0D75E29B972C-001\tempDir-001
   [junit4]   2> 1589558 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Uploading directory C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J3\temp\solr.cloud.TestZkChroot_94FC0D75E29B972C-001\tempDir-001\collection1\conf with name collection1 for SolrCore collection1
   [junit4]   2> 1589917 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1589918 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_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> 1589951 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1589975 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b47578
   [junit4]   2> 1589987 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b47578
   [junit4]   2> 1589987 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b47578
   [junit4]   2> 1590005 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.ZkStateReader No collection found at path /collections/collection1.
   [junit4]   2> 1590006 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=212573773
   [junit4]   2> 1590006 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 1590007 INFO  (TEST-

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

strap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 38940 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 38941 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@e232045: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5d6c6ef7
   [junit4]   2> 38947 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 38947 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2abea9d3: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@7cee1e54
   [junit4]   2> 38947 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 38947 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@23f04a46: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1d683c63
   [junit4]   2> 38947 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 38947 INFO  (closeThreadPool-79-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72077841823301635-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 38947 INFO  (OverseerAutoScalingTriggerThread-72077841823301635-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 38953 INFO  (OverseerStateUpdate-72077841823301635-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:8983_solr
   [junit4]   2> 38954 INFO  (closeThreadPool-79-thread-1-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72077841823301635-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 39055 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72077841823301635-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 39057 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 39263 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/foo/bar/live_nodes
   [junit4]   2> 	2	/foo/bar/overseer/queue
   [junit4]   2> 
   [junit4]   2> 39270 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:64977
   [junit4]   2> 39270 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64977
   [junit4]   2> 39270 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64977
   [junit4]   2> 41274 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[94FC0D75E29B972C]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testChrootBootstrap
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestZkChroot -Dtests.method=testChrootBootstrap -Dtests.seed=94FC0D75E29B972C -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-TV -Dtests.timezone=America/Guayaquil -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   4.07s J0 | TestZkChroot.testChrootBootstrap <<<
   [junit4]    > Throwable #1: org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([94FC0D75E29B972C:B2FD9F50341C1B96]:0)
   [junit4]    > 	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
   [junit4]    > 	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
   [junit4]    > 	at java.base/java.nio.file.Files.walkFileTree(Files.java:2804)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:762)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:556)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:542)
   [junit4]    > 	at org.apache.solr.cloud.TestZkChroot.testChrootBootstrap(TestZkChroot.java:80)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestZkChroot_94FC0D75E29B972C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=462, maxMBSortInHeap=6.9857397038823486, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1875fc3e), locale=en-TV, timezone=America/Guayaquil
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 14-ea (64-bit)/cpus=6,threads=2,free=34594568,total=115343360
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkChroot]
   [junit4] Completed [5/5 (5!)] on J0 in 39.02s, 4 tests, 3 errors <<< FAILURES!

[...truncated 22 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1510: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1037: There were test failures: 5 suites, 20 tests, 15 errors [seed: 94FC0D75E29B972C]

Total time: 45 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.cloud.TestZkChroot
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move /y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Archiving artifacts
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=3ecd7a03aa3452c649e2aeb261b0ab13de910c77, workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #8363
Recording test results
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2