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

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

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

5 tests failed.
FAILED:  org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure

Error Message:
Did not see a fully active cluster

Stack Trace:
java.lang.AssertionError: Did not see a fully active cluster
	at __randomizedtesting.SeedInfo.seed([D60EBB70A47B99AA:5E3819237CD471B8]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:284)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.ltr.model.TestLinearModel.notExistentStore_shouldThrowMeaningFulException

Error Message:
expected:<...del.ModelException: [Feature Store not found]: not_existent_store> but was:<...del.ModelException: [Missing or empty feature store]: not_existent_store>

Stack Trace:
org.junit.ComparisonFailure: expected:<...del.ModelException: [Feature Store not found]: not_existent_store> but was:<...del.ModelException: [Missing or empty feature store]: not_existent_store>
	at __randomizedtesting.SeedInfo.seed([93FA0FACF219E210:27E0135B39E84F00]:0)
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at org.apache.solr.ltr.model.TestLinearModel.notExistentStore_shouldThrowMeaningFulException(TestLinearModel.java:241)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.ltr.model.TestLinearModel.notExistentFeature_shouldThrowMeaningFulException

Error Message:
expected:<...lException: Feature:[]notExist1 not found ...> but was:<...lException: Feature:[ ]notExist1 not found ...>

Stack Trace:
org.junit.ComparisonFailure: expected:<...lException: Feature:[]notExist1 not found ...> but was:<...lException: Feature:[ ]notExist1 not found ...>
	at __randomizedtesting.SeedInfo.seed([93FA0FACF219E210:262B57DFAE5B23CF]:0)
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at org.apache.solr.ltr.model.TestLinearModel.notExistentFeature_shouldThrowMeaningFulException(TestLinearModel.java:253)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingFeatureStore

Error Message:
expected:<...del.ModelException: [Feature Store not found]: not_existent_store> but was:<...del.ModelException: [Missing or empty feature store]: not_existent_store>

Stack Trace:
org.junit.ComparisonFailure: expected:<...del.ModelException: [Feature Store not found]: not_existent_store> but was:<...del.ModelException: [Missing or empty feature store]: not_existent_store>
	at __randomizedtesting.SeedInfo.seed([93FA0FACF219E210:641E743CEF3945C1]:0)
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingFeatureStore(TestMultipleAdditiveTreesModel.java:238)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestUnknownFeature

Error Message:
expected:<...lException: Feature:[]notExist1 not found ...> but was:<...lException: Feature:[ ]notExist1 not found ...>

Stack Trace:
org.junit.ComparisonFailure: expected:<...lException: Feature:[]notExist1 not found ...> but was:<...lException: Feature:[ ]notExist1 not found ...>
	at __randomizedtesting.SeedInfo.seed([93FA0FACF219E210:BDAC092645CA1B30]:0)
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestUnknownFeature(TestMultipleAdditiveTreesModel.java:250)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 17594 lines...]
   [junit4] Suite: org.apache.solr.common.cloud.TestCollectionStateWatchers
   [junit4]   2> 255719 INFO  (SUITE-TestCollectionStateWatchers-seed#[D60EBB70A47B99AA]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 255719 INFO  (SUITE-TestCollectionStateWatchers-seed#[D60EBB70A47B99AA]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 255719 INFO  (SUITE-TestCollectionStateWatchers-seed#[D60EBB70A47B99AA]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/data-dir-23-001
   [junit4]   2> 255719 WARN  (SUITE-TestCollectionStateWatchers-seed#[D60EBB70A47B99AA]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=38 numCloses=38
   [junit4]   2> 255728 INFO  (SUITE-TestCollectionStateWatchers-seed#[D60EBB70A47B99AA]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 255729 INFO  (SUITE-TestCollectionStateWatchers-seed#[D60EBB70A47B99AA]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 255734 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionWatchWithShutdownOfUnusedNode
   [junit4]   2> 255735 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/tempDir-001
   [junit4]   2> 255735 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 255735 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 255735 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 255736 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 255835 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.ZkTestServer start zk server on port: 44395
   [junit4]   2> 255835 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:44395
   [junit4]   2> 255835 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44395
   [junit4]   2> 255836 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44395
   [junit4]   2> 255838 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 255841 INFO  (zkConnectionManagerCallback-4251-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 255841 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 255850 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 255856 INFO  (zkConnectionManagerCallback-4253-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 255856 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 255859 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 255860 INFO  (zkConnectionManagerCallback-4255-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 255860 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 255965 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 255965 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 255965 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 255965 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 255965 INFO  (jetty-launcher-4256-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 255965 INFO  (jetty-launcher-4256-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 255965 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 255965 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 255965 INFO  (jetty-launcher-4256-thread-3) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 255966 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 255966 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 255966 INFO  (jetty-launcher-4256-thread-4) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 255992 INFO  (jetty-launcher-4256-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 255992 INFO  (jetty-launcher-4256-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 255992 INFO  (jetty-launcher-4256-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 255992 INFO  (jetty-launcher-4256-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 255992 INFO  (jetty-launcher-4256-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 255992 INFO  (jetty-launcher-4256-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 255992 INFO  (jetty-launcher-4256-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 255992 INFO  (jetty-launcher-4256-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 255992 INFO  (jetty-launcher-4256-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 255993 INFO  (jetty-launcher-4256-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@79af0bd1{/solr,null,AVAILABLE}
   [junit4]   2> 255993 INFO  (jetty-launcher-4256-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 255993 INFO  (jetty-launcher-4256-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 255994 INFO  (jetty-launcher-4256-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 255994 INFO  (jetty-launcher-4256-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@37c26ef3{SSL, (ssl, http/1.1)}{127.0.0.1:34163}
   [junit4]   2> 255994 INFO  (jetty-launcher-4256-thread-3) [     ] o.e.j.s.Server Started @256164ms
   [junit4]   2> 255994 INFO  (jetty-launcher-4256-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b7056c2{/solr,null,AVAILABLE}
   [junit4]   2> 255994 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:44395/solr, hostPort=34163}
   [junit4]   2> 255994 INFO  (jetty-launcher-4256-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@473620a0{/solr,null,AVAILABLE}
   [junit4]   2> 255994 ERROR (jetty-launcher-4256-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 255994 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 255994 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 255994 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 255994 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 255994 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-16T19:25:53.820Z
   [junit4]   2> 255994 INFO  (jetty-launcher-4256-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20359513{/solr,null,AVAILABLE}
   [junit4]   2> 255995 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@8543d7f{SSL, (ssl, http/1.1)}{127.0.0.1:40485}
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2cfc4692{SSL, (ssl, http/1.1)}{127.0.0.1:41183}
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-2) [     ] o.e.j.s.Server Started @256166ms
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-1) [     ] o.e.j.s.Server Started @256166ms
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:44395/solr, hostPort=40485}
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:44395/solr, hostPort=41183}
   [junit4]   2> 255996 ERROR (jetty-launcher-4256-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 255996 ERROR (jetty-launcher-4256-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-16T19:25:53.822Z
   [junit4]   2> 255996 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-16T19:25:53.822Z
   [junit4]   2> 255998 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 255998 INFO  (jetty-launcher-4256-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@193f56f0{SSL, (ssl, http/1.1)}{127.0.0.1:45903}
   [junit4]   2> 255998 INFO  (jetty-launcher-4256-thread-4) [     ] o.e.j.s.Server Started @256168ms
   [junit4]   2> 255998 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:44395/solr, hostPort=45903}
   [junit4]   2> 255998 ERROR (jetty-launcher-4256-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 255998 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 255998 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 255998 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 255998 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 255998 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-16T19:25:53.824Z
   [junit4]   2> 255998 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 255998 INFO  (zkConnectionManagerCallback-4262-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 255999 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 255999 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 256002 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 256003 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 256003 INFO  (zkConnectionManagerCallback-4261-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 256003 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 256003 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 256004 INFO  (zkConnectionManagerCallback-4258-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 256006 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 256006 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 256007 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 256010 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 256012 INFO  (zkConnectionManagerCallback-4264-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 256012 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 256017 WARN  (jetty-launcher-4256-thread-1-SendThread(127.0.0.1:44395)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x103633b85500005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x103633b85500005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x103633b85500005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 256017 WARN  (jetty-launcher-4256-thread-3-SendThread(127.0.0.1:44395)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x103633b85500003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x103633b85500003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x103633b85500003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 256017 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 256127 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 256223 WARN  (jetty-launcher-4256-thread-4-SendThread(127.0.0.1:44395)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x103633b85500006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x103633b85500006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x103633b85500006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 258072 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 258073 WARN  (jetty-launcher-4256-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 258084 WARN  (jetty-launcher-4256-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3bdebff5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 258084 WARN  (jetty-launcher-4256-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3bdebff5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 258119 WARN  (jetty-launcher-4256-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 258120 WARN  (jetty-launcher-4256-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5df5605c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 258120 WARN  (jetty-launcher-4256-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5df5605c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 258121 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44395/solr
   [junit4]   2> 258122 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 258160 INFO  (zkConnectionManagerCallback-4284-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 258160 INFO  (jetty-launcher-4256-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 258161 WARN  (jetty-launcher-4256-thread-2-SendThread(127.0.0.1:44395)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x103633b85500007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x103633b85500007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x103633b85500007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 258290 INFO  (jetty-launcher-4256-thread-2) [n:127.0.0.1:40485_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 258346 INFO  (zkConnectionManagerCallback-4286-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 258347 INFO  (jetty-launcher-4256-thread-2) [n:127.0.0.1:40485_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 258689 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 258689 WARN  (jetty-launcher-4256-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 258756 WARN  (jetty-launcher-4256-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1340781d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 258756 WARN  (jetty-launcher-4256-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1340781d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 258778 WARN  (jetty-launcher-4256-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 259008 WARN  (jetty-launcher-4256-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@87901c3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 259008 WARN  (jetty-launcher-4256-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@87901c3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 259009 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44395/solr
   [junit4]   2> 259024 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 259033 INFO  (zkConnectionManagerCallback-4296-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 259033 INFO  (jetty-launcher-4256-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 259034 WARN  (jetty-launcher-4256-thread-4-SendThread(127.0.0.1:44395)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x103633b85500009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x103633b85500009, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x103633b85500009, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 259039 INFO  (jetty-launcher-4256-thread-2) [n:127.0.0.1:40485_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40485_solr
   [junit4]   2> 259039 INFO  (jetty-launcher-4256-thread-2) [n:127.0.0.1:40485_solr     ] o.a.s.c.Overseer Overseer (id=73011126258892808-127.0.0.1:40485_solr-n_0000000000) starting
   [junit4]   2> 259049 INFO  (OverseerStateUpdate-73011126258892808-127.0.0.1:40485_solr-n_0000000000) [n:127.0.0.1:40485_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40485_solr
   [junit4]   2> 259064 INFO  (jetty-launcher-4256-thread-2) [n:127.0.0.1:40485_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40485_solr
   [junit4]   2> 259066 INFO  (jetty-launcher-4256-thread-2) [n:127.0.0.1:40485_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 259066 WARN  (jetty-launcher-4256-thread-2) [n:127.0.0.1:40485_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> 259400 INFO  (jetty-launcher-4256-thread-4) [n:127.0.0.1:45903_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 259400 INFO  (zkCallback-4285-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 259402 INFO  (jetty-launcher-4256-thread-2) [n:127.0.0.1:40485_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/tempDir-001/node2
   [junit4]   2> 259408 INFO  (zkConnectionManagerCallback-4303-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 259408 INFO  (jetty-launcher-4256-thread-4) [n:127.0.0.1:45903_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 259411 INFO  (jetty-launcher-4256-thread-4) [n:127.0.0.1:45903_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 259413 INFO  (jetty-launcher-4256-thread-4) [n:127.0.0.1:45903_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:45903_solr as DOWN
   [junit4]   2> 259414 INFO  (jetty-launcher-4256-thread-4) [n:127.0.0.1:45903_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 259414 INFO  (jetty-launcher-4256-thread-4) [n:127.0.0.1:45903_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45903_solr
   [junit4]   2> 259415 INFO  (zkCallback-4285-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 259416 INFO  (jetty-launcher-4256-thread-4) [n:127.0.0.1:45903_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 259416 WARN  (jetty-launcher-4256-thread-4) [n:127.0.0.1:45903_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> 259436 INFO  (jetty-launcher-4256-thread-4) [n:127.0.0.1:45903_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/tempDir-001/node4
   [junit4]   2> 259484 INFO  (zkCallback-4302-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 261542 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 261543 WARN  (jetty-launcher-4256-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 261564 WARN  (jetty-launcher-4256-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d13baf0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 261564 WARN  (jetty-launcher-4256-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d13baf0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 261584 WARN  (jetty-launcher-4256-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 261603 WARN  (jetty-launcher-4256-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@72698386[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 261603 WARN  (jetty-launcher-4256-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@72698386[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 261604 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44395/solr
   [junit4]   2> 261624 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 261636 INFO  (zkConnectionManagerCallback-4320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 261636 INFO  (jetty-launcher-4256-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261795 WARN  (jetty-launcher-4256-thread-3-SendThread(127.0.0.1:44395)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x103633b8550000b.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x103633b8550000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x103633b8550000b, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 261912 INFO  (jetty-launcher-4256-thread-3) [n:127.0.0.1:34163_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 261921 INFO  (zkConnectionManagerCallback-4322-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 261921 INFO  (jetty-launcher-4256-thread-3) [n:127.0.0.1:34163_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 261928 INFO  (jetty-launcher-4256-thread-3) [n:127.0.0.1:34163_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 261948 INFO  (jetty-launcher-4256-thread-3) [n:127.0.0.1:34163_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:34163_solr as DOWN
   [junit4]   2> 261949 INFO  (jetty-launcher-4256-thread-3) [n:127.0.0.1:34163_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 261949 INFO  (jetty-launcher-4256-thread-3) [n:127.0.0.1:34163_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34163_solr
   [junit4]   2> 261953 INFO  (zkCallback-4285-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 261956 INFO  (zkCallback-4302-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 261956 INFO  (jetty-launcher-4256-thread-3) [n:127.0.0.1:34163_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 261956 INFO  (zkCallback-4321-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 261957 WARN  (jetty-launcher-4256-thread-3) [n:127.0.0.1:34163_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> 261980 INFO  (jetty-launcher-4256-thread-3) [n:127.0.0.1:34163_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/tempDir-001/node3
   [junit4]   2> 262548 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 262549 WARN  (jetty-launcher-4256-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 262550 WARN  (jetty-launcher-4256-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@69287ef2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 262550 WARN  (jetty-launcher-4256-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@69287ef2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 262553 WARN  (jetty-launcher-4256-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 262554 WARN  (jetty-launcher-4256-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3b0b5154[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 262554 WARN  (jetty-launcher-4256-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3b0b5154[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 262555 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44395/solr
   [junit4]   2> 262560 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 262564 INFO  (zkConnectionManagerCallback-4336-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 262564 INFO  (jetty-launcher-4256-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 262569 WARN  (jetty-launcher-4256-thread-1-SendThread(127.0.0.1:44395)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x103633b8550000d.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x103633b8550000d, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x103633b8550000d, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 262671 INFO  (jetty-launcher-4256-thread-1) [n:127.0.0.1:41183_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 262672 INFO  (zkConnectionManagerCallback-4338-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 262672 INFO  (jetty-launcher-4256-thread-1) [n:127.0.0.1:41183_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 262676 INFO  (jetty-launcher-4256-thread-1) [n:127.0.0.1:41183_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 262680 INFO  (jetty-launcher-4256-thread-1) [n:127.0.0.1:41183_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41183_solr as DOWN
   [junit4]   2> 262681 INFO  (jetty-launcher-4256-thread-1) [n:127.0.0.1:41183_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 262681 INFO  (jetty-launcher-4256-thread-1) [n:127.0.0.1:41183_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41183_solr
   [junit4]   2> 262683 INFO  (zkCallback-4285-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 262683 INFO  (zkCallback-4302-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 262684 INFO  (jetty-launcher-4256-thread-1) [n:127.0.0.1:41183_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 262684 WARN  (jetty-launcher-4256-thread-1) [n:127.0.0.1:41183_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> 262688 INFO  (zkCallback-4337-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 262695 INFO  (zkCallback-4321-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 262854 INFO  (jetty-launcher-4256-thread-1) [n:127.0.0.1:41183_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/tempDir-001/node1
   [junit4]   2> 262864 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 262865 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 262868 INFO  (zkConnectionManagerCallback-4349-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 262868 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 262869 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 262870 INFO  (TEST-TestCollectionStateWatchers.testCollectionWatchWithShutdownOfUnusedNode-seed#[D60EBB70A47B99AA]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44395/solr ready
   [junit4]   2> 263049 INFO  (qtp2016970175-6765) [n:127.0.0.1:34163_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=af56b874-51e6-4a52-915d-a2d6e175a64d&collection.configName=config&name=testcollection&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2} status=0 QTime=114
   [junit4]   2> 263055 INFO  (qtp2016970175-6766) [n:127.0.0.1:34163_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=af56b874-51e6-4a52-915d-a2d6e175a64d&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 263055 INFO  (OverseerThreadFactory-4301-thread-1-processing-n:127.0.0.1:40485_solr) [n:127.0.0.1:40485_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testcollection
   [junit4]   2> 263164 INFO  (OverseerStateUpdate-73011126258892808-127.0.0.1:40485_solr-n_0000000000) [n:127.0.0.1:40485_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testcollection_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:45903_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:45903/solr",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 263166 INFO  (OverseerStateUpdate-73011126258892808-127.0.0.1:40485_solr-n_0000000000) [n:127.0.0.1:40485_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testcollection_shard2_replica_n2",
   [junit4]   2>   "node_name":"127.0.0.1:40485_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:40485/solr",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 263169 INFO  (OverseerStateUpdate-73011126258892808-127.0.0.1:40485_solr-n_0000000000) [n:127.0.0.1:40485_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testcollection_shard3_replica_n4",
   [junit4]   2>   "node_name":"127.0.0.1:34163_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:34163/solr",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 263171 INFO  (OverseerStateUpdate-73011126258892808-127.0.0.1:40485_solr-n_0000000000) [n:127.0.0.1:40485_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testcollection_shard4_replica_n6",
   [junit4]   2>   "node_name":"127.0.0.1:41183_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:41183/solr",
   [junit4]   2>   "collection":"testcollection",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 263441 INFO  (qtp2016970175-6765) [n:127.0.0.1:34163_solr    x:testcollection_shard3_replica_n4 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=af56b874-51e6-4a52-915d-a2d6e175a64d14549754454919915&coreNodeName=core_node7&name=testcollection_shard3_replica_n4&action=CREATE&numShards=4&shard=shard3&wt=javabin} status=0 QTime=0
   [junit4]   2> 263442 INFO  (parallelCoreAdminExecutor-4326-thread-1-processing-n:127.0.0.1:34163_solr x:testcollection_shard3_replica_n4 af56b874-51e6-4a52-915d-a2d6e175a64d14549754454919915 CREATE) [n:127.0.0.1:34163_solr    x:testcollection_shard3_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=af56b874-51e6-4a52-915d-a2d6e175a64d14549754454919915&coreNodeName=core_node7&name=testcollection_shard3_replica_n4&action=CREATE&numShards=4&shard=shard3&wt=javabin
   [junit4]   2> 263475 INFO  (qtp1661386425-6764) [n:127.0.0.1:41183_solr    x:testcollection_shard4_replica_n6 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=af56b874-51e6-4a52-915d-a2d6e175a64d14549754456887442&coreNodeName=core_node8&name=testcollection_shard4_replica_n6&action=CREATE&numShards=4&shard=shard4&wt=javabin} status=0 QTime=1
   [junit4]   2> 263476 INFO  (parallelCoreAdminExecutor-4342-thread-1-processing-n:127.0.0.1:41183_solr x:testcollection_shard4_replica_n6 af56b874-51e6-4a52-915d-a2d6e175a64d14549754456887442 CREATE) [n:127.0.0.1:41183_solr    x:testcollection_shard4_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=af56b874-51e6-4a52-915d-a2d6e175a64d14549754456887442&coreNodeName=core_node8&name=testcollection_shard4_replica_n6&action=CREATE&numShards=4&shard=shard4&wt=javabin
   [junit4]   2> 263482 INFO  (qtp1455798371-6762) [n:127.0.0.1:45903_solr    x:testcollection_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709&coreNodeName=core_node3&name=testcollection_shard1_replica_n1&action=CREATE&numShards=4&shard=shard1&wt=javabin} status=0 QTime=1
   [junit4]   2> 263486 INFO  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr    x:testcollection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709&coreNodeName=core_node3&name=testcollection_shard1_replica_n1&action=CREATE&numShards=4&shard=shard1&wt=javabin
   [junit4]   2> 263499 INFO  (qtp1202639297-6769) [n:127.0.0.1:40485_solr    x:testcollection_shard2_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=af56b874-51e6-4a52-915d-a2d6e175a64d14549754452433017&coreNodeName=core_node5&name=testcollection_shard2_replica_n2&action=CREATE&numShards=4&shard=shard2&wt=javabin} status=0 QTime=5
   [junit4]   2> 263509 INFO  (parallelCoreAdminExecutor-4326-thread-1-processing-n:127.0.0.1:34163_solr x:testcollection_shard3_replica_n4 af56b874-51e6-4a52-915d-a2d6e175a64d14549754454919915 CREATE) [n:127.0.0.1:34163_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 263513 INFO  (parallelCoreAdminExecutor-4304-thread-1-processing-n:127.0.0.1:40485_solr x:testcollection_shard2_replica_n2 af56b874-51e6-4a52-915d-a2d6e175a64d14549754452433017 CREATE) [n:127.0.0.1:40485_solr    x:testcollection_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=config&newCollection=true&collection=testcollection&version=2&replicaType=NRT&async=af56b874-51e6-4a52-915d-a2d6e175a64d14549754452433017&coreNodeName=core_node5&name=testcollection_shard2_replica_n2&action=CREATE&numShards=4&shard=shard2&wt=javabin
   [junit4]   2> 263513 INFO  (parallelCoreAdminExecutor-4304-thread-1-processing-n:127.0.0.1:40485_solr x:testcollection_shard2_replica_n2 af56b874-51e6-4a52-915d-a2d6e175a64d14549754452433017 CREATE) [n:127.0.0.1:40485_solr    x:testcollection_shard2_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 263513 INFO  (parallelCoreAdminExecutor-4342-thread-1-processing-n:127.0.0.1:41183_solr x:testcollection_shard4_replica_n6 af56b874-51e6-4a52-915d-a2d6e175a64d14549754456887442 CREATE) [n:127.0.0.1:41183_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 263535 INFO  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 263543 INFO  (parallelCoreAdminExecutor-4304-thread-1-processing-n:127.0.0.1:40485_solr x:testcollection_shard2_replica_n2 af56b874-51e6-4a52-915d-a2d6e175a64d14549754452433017 CREATE) [n:127.0.0.1:40485_solr c:testcollection s:shard2 r:core_node5 x:testcollection_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 263558 INFO  (parallelCoreAdminExecutor-4326-thread-1-processing-n:127.0.0.1:34163_solr x:testcollection_shard3_replica_n4 af56b874-51e6-4a52-915d-a2d6e175a64d14549754454919915 CREATE) [n:127.0.0.1:34163_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n4 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 263563 INFO  (parallelCoreAdminExecutor-4342-thread-1-processing-n:127.0.0.1:41183_solr x:testcollection_shard4_replica_n6 af56b874-51e6-4a52-915d-a2d6e175a64d14549754456887442 CREATE) [n:127.0.0.1:41183_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n6 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 263566 INFO  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 263578 INFO  (parallelCoreAdminExecutor-4304-thread-1-processing-n:127.0.0.1:40485_solr x:testcollection_shard2_replica_n2 af56b874-51e6-4a52-915d-a2d6e175a64d14549754452433017 CREATE) [n:127.0.0.1:40485_solr c:testcollection s:shard2 r:core_node5 x:testcollection_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 263579 WARN  (parallelCoreAdminExecutor-4326-thread-1-processing-n:127.0.0.1:34163_solr x:testcollection_shard3_replica_n4 af56b874-51e6-4a52-915d-a2d6e175a64d14549754454919915 CREATE) [n:127.0.0.1:34163_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n4 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 263579 WARN  (parallelCoreAdminExecutor-4326-thread-1-processing-n:127.0.0.1:34163_solr x:testcollection_shard3_replica_n4 af56b874-51e6-4a52-915d-a2d6e175a64d14549754454919915 CREATE) [n:127.0.0.1:34163_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n4 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 263579 INFO  (parallelCoreAdminExecutor-4326-thread-1-processing-n:127.0.0.1:34163_solr x:testcollection_shard3_replica_n4 af56b874-51e6-4a52-915d-a2d6e175a64d14549754454919915 CREATE) [n:127.0.0.1:34163_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n4 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 263579 INFO  (parallelCoreAdminExecutor-4326-thread-1-processing-n:127.0.0.1:34163_solr x:testcollection_shard3_replica_n4 af56b874-51e6-4a52-915d-a2d6e175a64d14549754454919915 CREATE) [n:127.0.0.1:34163_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard3_replica_n4' using configuration from configset config, trusted=true
   [junit4]   2> 263580 INFO  (parallelCoreAdminExecutor-4326-thread-1-processing-n:127.0.0.1:34163_solr x:testcollection_shard3_replica_n4 af56b874-51e6-4a52-915d-a2d6e175a64d14549754454919915 CREATE) [n:127.0.0.1:34163_solr c:testcollection s:shard3 r:core_node7 x:testcollection_shard3_replica_n4 ] o.a.s.c.SolrCore [[testcollection_shard3_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/tempDir-001/node3/testcollection_shard3_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/tempDir-001/node3/testcollection_shard3_replica_n4/data/]
   [junit4]   2> 263582 WARN  (parallelCoreAdminExecutor-4304-thread-1-processing-n:127.0.0.1:40485_solr x:testcollection_shard2_replica_n2 af56b874-51e6-4a52-915d-a2d6e175a64d14549754452433017 CREATE) [n:127.0.0.1:40485_solr c:testcollection s:shard2 r:core_node5 x:testcollection_shard2_replica_n2 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 263582 WARN  (parallelCoreAdminExecutor-4304-thread-1-processing-n:127.0.0.1:40485_solr x:testcollection_shard2_replica_n2 af56b874-51e6-4a52-915d-a2d6e175a64d14549754452433017 CREATE) [n:127.0.0.1:40485_solr c:testcollection s:shard2 r:core_node5 x:testcollection_shard2_replica_n2 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 263584 WARN  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 263584 WARN  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 263584 INFO  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 263584 INFO  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard1_replica_n1' using configuration from configset config, trusted=true
   [junit4]   2> 263584 INFO  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1 ] o.a.s.c.SolrCore [[testcollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/tempDir-001/node4/testcollection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/tempDir-001/node4/testcollection_shard1_replica_n1/data/]
   [junit4]   2> 263585 WARN  (parallelCoreAdminExecutor-4342-thread-1-processing-n:127.0.0.1:41183_solr x:testcollection_shard4_replica_n6 af56b874-51e6-4a52-915d-a2d6e175a64d14549754456887442 CREATE) [n:127.0.0.1:41183_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n6 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 263585 WARN  (parallelCoreAdminExecutor-4342-thread-1-processing-n:127.0.0.1:41183_solr x:testcollection_shard4_replica_n6 af56b874-51e6-4a52-915d-a2d6e175a64d14549754456887442 CREATE) [n:127.0.0.1:41183_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n6 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 263585 INFO  (parallelCoreAdminExecutor-4342-thread-1-processing-n:127.0.0.1:41183_solr x:testcollection_shard4_replica_n6 af56b874-51e6-4a52-915d-a2d6e175a64d14549754456887442 CREATE) [n:127.0.0.1:41183_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n6 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 263586 INFO  (parallelCoreAdminExecutor-4342-thread-1-processing-n:127.0.0.1:41183_solr x:testcollection_shard4_replica_n6 af56b874-51e6-4a52-915d-a2d6e175a64d14549754456887442 CREATE) [n:127.0.0.1:41183_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard4_replica_n6' using configuration from configset config, trusted=true
   [junit4]   2> 263586 INFO  (parallelCoreAdminExecutor-4342-thread-1-processing-n:127.0.0.1:41183_solr x:testcollection_shard4_replica_n6 af56b874-51e6-4a52-915d-a2d6e175a64d14549754456887442 CREATE) [n:127.0.0.1:41183_solr c:testcollection s:shard4 r:core_node8 x:testcollection_shard4_replica_n6 ] o.a.s.c.SolrCore [[testcollection_shard4_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/tempDir-001/node1/testcollection_shard4_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/tempDir-001/node1/testcollection_shard4_replica_n6/data/]
   [junit4]   2> 263588 INFO  (parallelCoreAdminExecutor-4304-thread-1-processing-n:127.0.0.1:40485_solr x:testcollection_shard2_replica_n2 af56b874-51e6-4a52-915d-a2d6e175a64d14549754452433017 CREATE) [n:127.0.0.1:40485_solr c:testcollection s:shard2 r:core_node5 x:testcollection_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 263588 INFO  (parallelCoreAdminExecutor-4304-thread-1-processing-n:127.0.0.1:40485_solr x:testcollection_shard2_replica_n2 af56b874-51e6-4a52-915d-a2d6e175a64d14549754452433017 CREATE) [n:127.0.0.1:40485_solr c:testcollection s:shard2 r:core_node5 x:testcollection_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testcollection_shard2_replica_n2' using configuration from configset config, trusted=true
   [junit4]   2> 263588 INFO  (parallelCoreAdminExecutor-4304-thread-1-processing-n:127.0.0.1:40485_solr x:testcollection_shard2_replica_n2 af56b874-51e6-4a52-915d-a2d6e175a64d14549754452433017 CREATE) [n:127.0.0.1:40485_solr c:testcollection s:shard2 r:core_node5 x:testcollection_shard2_replica_n2 ] o.a.s.c.SolrCore [[testcollection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/tempDir-001/node2/testcollection_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_D60EBB70A47B99AA-001/tempDir-001/node2/testcollection_shard2_replica_n2/data/]
   [junit4]   2> 263640 INFO  (qtp1455798371-6760) [n:127.0.0.1:45903_solr     ] o.a.s.h.a.CoreAdminOperation Checking request status for : af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709
   [junit4]   2> 263640 INFO  (qtp1455798371-6760) [n:127.0.0.1:45903_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 263665 INFO  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 263665 INFO  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 263668 INFO  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 263668 INFO  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 263669 INFO  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 263672 INFO  (parallelCoreAdminExecutor-4310-thread-1-processing-n:127.0.0.1:45903_solr x:testcollection_shard1_replica_n1 af56b874-51e6-4a52-915d-a2d6e175a64d14549754450437709 CREATE) [n:127.0.0.1:45903_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Load

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

odel.java:241)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 19:36:20.136 [TEST-TestLinearModel.emptyFeaturesTest-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:20.674 [TEST-TestLinearModel.getInstanceTest-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:21.099 [TEST-TestLinearModel.nullFeatureWeightsTest-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:23.947 [TEST-TestLinearModel.notExistentFeature_shouldThrowMeaningFulException-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLinearModel -Dtests.method=notExistentFeature_shouldThrowMeaningFulException -Dtests.seed=93FA0FACF219E210 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=cs-CZ -Dtests.timezone=Eire -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.29s J1 | TestLinearModel.notExistentFeature_shouldThrowMeaningFulException <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<...lException: Feature:[]notExist1 not found ...> but was:<...lException: Feature:[ ]notExist1 not found ...>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([93FA0FACF219E210:262B57DFAE5B23CF]:0)
   [junit4]    > 	at org.apache.solr.ltr.model.TestLinearModel.notExistentFeature_shouldThrowMeaningFulException(TestLinearModel.java:253)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 19:36:25.239 [TEST-TestLinearModel.existingNameTest-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:31.885 [TEST-TestLinearModel.missingFeatureWeightTest-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:33.531 [TEST-TestLinearModel.duplicateFeatureTest-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:34.591 [TEST-TestLinearModel.integerAndLongFeatureWeights_shouldCreateModel-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/contrib/solr-ltr/test/J1/temp/solr.ltr.model.TestLinearModel_93FA0FACF219E210-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {description=PostingsFormat(name=MockRandom), id=PostingsFormat(name=LuceneFixedGap), text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), title=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=1188, maxMBSortInHeap=6.8811083651960745, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=cs-CZ, timezone=Eire
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=227959680,total=340262912
   [junit4]   2> NOTE: All tests run in this JVM: [TestInterleavingTransformer, TestWrapperModel, TestValueFeature, TestRankingFeature, TestLTRQParserExplain, TestLinearModel]
   [junit4] Completed [38/41 (1!)] on J1 in 18.84s, 9 tests, 2 failures <<< FAILURES!

[...truncated 7 lines...]
   [junit4] Suite: org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel
   [junit4]   1> 19:36:21.321 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestEmptyParams-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:23.067 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingFeatureStore-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultipleAdditiveTreesModel -Dtests.method=multipleAdditiveTreesTestMissingFeatureStore -Dtests.seed=93FA0FACF219E210 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=Australia/Tasmania -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.53s J0 | TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingFeatureStore <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<...del.ModelException: [Feature Store not found]: not_existent_store> but was:<...del.ModelException: [Missing or empty feature store]: not_existent_store>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([93FA0FACF219E210:641E743CEF3945C1]:0)
   [junit4]    > 	at org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingFeatureStore(TestMultipleAdditiveTreesModel.java:238)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 19:36:24.596 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoFeaturesSpecified-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:27.452 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestTreesParamDoesNotContatinTree-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:28.776 [TEST-TestMultipleAdditiveTreesModel.testMultipleAdditiveTrees-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:31.308 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoWeight-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:33.187 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoRight-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:35.105 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestUnknownFeature-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestMultipleAdditiveTreesModel -Dtests.method=multipleAdditiveTreesTestUnknownFeature -Dtests.seed=93FA0FACF219E210 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=Australia/Tasmania -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.71s J0 | TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestUnknownFeature <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<...lException: Feature:[]notExist1 not found ...> but was:<...lException: Feature:[ ]notExist1 not found ...>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([93FA0FACF219E210:BDAC092645CA1B30]:0)
   [junit4]    > 	at org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestUnknownFeature(TestMultipleAdditiveTreesModel.java:250)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 19:36:37.791 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoParams-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:39.822 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingTreeFeature-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:40.563 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoLeft-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 19:36:41.568 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoThreshold-seed#[93FA0FACF219E210]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/contrib/solr-ltr/test/J0/temp/solr.ltr.model.TestMultipleAdditiveTreesModel_93FA0FACF219E210-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {description=PostingsFormat(name=MockRandom), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), text=PostingsFormat(name=Direct), title=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=1088, maxMBSortInHeap=5.536843189461203, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ga, timezone=Australia/Tasmania
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=328603728,total=402128896
   [junit4]   2> NOTE: All tests run in this JVM: [TestModelManagerPersistence, TestOriginalScoreFeature, TestAdapterModel, TestFieldLengthFeature, TestRerankBase, TestUserTermScorereQDF, TestExternalValueFeatures, TestFieldValueFeature, TestMultipleAdditiveTreesModel]
   [junit4] Completed [41/41 (2!)] on J0 in 21.21s, 12 tests, 2 failures <<< FAILURES!

[...truncated 42981 lines...]