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 03:53:23 UTC

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

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

4 tests failed.
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([2CB5C29B92F1C24D:99649AE8CEB30392]: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.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([2CB5C29B92F1C24D:98AFDE6C59006F5D]: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.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([2CB5C29B92F1C24D:DB51B90B8FD1659C]: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([2CB5C29B92F1C24D:2E3C41125223B6D]: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 24213 lines...]
   [junit4] Suite: org.apache.solr.ltr.model.TestLinearModel
   [junit4]   1> 03:45:10.259 [TEST-TestLinearModel.notExistentFeature_shouldThrowMeaningFulException-seed#[2CB5C29B92F1C24D]] 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=2CB5C29B92F1C24D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Europe/Nicosia -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.81s J0 | 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([2CB5C29B92F1C24D:99649AE8CEB30392]: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> 03:45:13.071 [TEST-TestLinearModel.getInstanceTest-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:16.295 [TEST-TestLinearModel.emptyFeaturesTest-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:17.980 [TEST-TestLinearModel.existingNameTest-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:18.458 [TEST-TestLinearModel.duplicateFeatureTest-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:21.344 [TEST-TestLinearModel.integerAndLongFeatureWeights_shouldCreateModel-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:22.664 [TEST-TestLinearModel.missingFeatureWeightTest-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:25.819 [TEST-TestLinearModel.nullFeatureWeightsTest-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:27.524 [TEST-TestLinearModel.notExistentStore_shouldThrowMeaningFulException-seed#[2CB5C29B92F1C24D]] 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=notExistentStore_shouldThrowMeaningFulException -Dtests.seed=2CB5C29B92F1C24D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es -Dtests.timezone=Europe/Nicosia -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.34s J0 | TestLinearModel.notExistentStore_shouldThrowMeaningFulException <<<
   [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([2CB5C29B92F1C24D:98AFDE6C59006F5D]:0)
   [junit4]    > 	at org.apache.solr.ltr.model.TestLinearModel.notExistentStore_shouldThrowMeaningFulException(TestLinearModel.java:241)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [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.TestLinearModel_2CB5C29B92F1C24D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {description=Lucene84, id=BlockTreeOrds(blocksize=128), text=FST50, title=Lucene84}, docValues:{}, maxPointsInLeafNode=963, maxMBSortInHeap=6.868530711111649, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es, timezone=Europe/Nicosia
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=305697176,total=367001600
   [junit4]   2> NOTE: All tests run in this JVM: [TestLTROnSolrCloud, TestOriginalScoreFeature, TestRerankBase, TestExternalValueFeatures, TestLTRScoringQuery, TestUserTermScorereQDF, TestLTRWithFacet, TestLTRWithSort, TestFieldLengthFeature, TestAdapterModel, TestLinearModel]
   [junit4] Completed [37/41 (1!)] on J0 in 18.79s, 9 tests, 2 failures <<< FAILURES!

[...truncated 7 lines...]
   [junit4] Suite: org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel
   [junit4]   1> 03:45:15.591 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoLeft-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:16.620 [TEST-TestMultipleAdditiveTreesModel.testMultipleAdditiveTrees-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:18.388 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoParams-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:20.372 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingTreeFeature-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:20.805 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestTreesParamDoesNotContatinTree-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:22.093 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingFeatureStore-seed#[2CB5C29B92F1C24D]] 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=2CB5C29B92F1C24D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-LY -Dtests.timezone=Atlantic/Cape_Verde -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.87s J1 | 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([2CB5C29B92F1C24D:DB51B90B8FD1659C]:0)
   [junit4]    > 	at org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingFeatureStore(TestMultipleAdditiveTreesModel.java:238)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 03:45:22.967 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoFeaturesSpecified-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:25.042 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoWeight-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:26.349 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoThreshold-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:28.725 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoRight-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:31.587 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestEmptyParams-seed#[2CB5C29B92F1C24D]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 03:45:32.504 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestUnknownFeature-seed#[2CB5C29B92F1C24D]] 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=2CB5C29B92F1C24D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-LY -Dtests.timezone=Atlantic/Cape_Verde -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.88s J1 | 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([2CB5C29B92F1C24D:2E3C41125223B6D]:0)
   [junit4]    > 	at org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestUnknownFeature(TestMultipleAdditiveTreesModel.java:250)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [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.TestMultipleAdditiveTreesModel_2CB5C29B92F1C24D-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=17454, maxDocsPerChunk=86, blockShift=5), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=17454, blockSize=5)), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ar-LY, timezone=Atlantic/Cape_Verde
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=330933512,total=409993216
   [junit4]   2> NOTE: All tests run in this JVM: [TestLTRQParserExplain, TestRankingFeature, TestFieldValueFeature, TestInterleavingTransformer, TestFeature, TestDefaultWrapperModel, TestMultipleAdditiveTreesModel]
   [junit4] Completed [40/41 (2!)] on J1 in 18.07s, 12 tests, 2 failures <<< FAILURES!

[...truncated 42984 lines...]

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/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...]

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

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

4 tests failed.
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([F4611B474065C0C0:41B043341C27011F]: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.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([F4611B474065C0C0:407B07B08B946DD0]: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.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([F4611B474065C0C0:38560D75D456711]: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([F4611B474065C0C0:DA371DCDF7B639E0]: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 24222 lines...]
   [junit4] Suite: org.apache.solr.ltr.model.TestLinearModel
   [junit4]   1> 14:28:11.349 [TEST-TestLinearModel.emptyFeaturesTest-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:12.920 [TEST-TestLinearModel.nullFeatureWeightsTest-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:15.095 [TEST-TestLinearModel.existingNameTest-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:15.581 [TEST-TestLinearModel.integerAndLongFeatureWeights_shouldCreateModel-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:17.489 [TEST-TestLinearModel.missingFeatureWeightTest-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:19.336 [TEST-TestLinearModel.notExistentFeature_shouldThrowMeaningFulException-seed#[F4611B474065C0C0]] 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=F4611B474065C0C0 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ms-MY -Dtests.timezone=Asia/Dacca -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 3.59s 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([F4611B474065C0C0:41B043341C27011F]: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> 14:28:22.919 [TEST-TestLinearModel.getInstanceTest-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:23.702 [TEST-TestLinearModel.notExistentStore_shouldThrowMeaningFulException-seed#[F4611B474065C0C0]] 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=notExistentStore_shouldThrowMeaningFulException -Dtests.seed=F4611B474065C0C0 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ms-MY -Dtests.timezone=Asia/Dacca -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.56s J1 | TestLinearModel.notExistentStore_shouldThrowMeaningFulException <<<
   [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([F4611B474065C0C0:407B07B08B946DD0]:0)
   [junit4]    > 	at org.apache.solr.ltr.model.TestLinearModel.notExistentStore_shouldThrowMeaningFulException(TestLinearModel.java:241)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 14:28:25.121 [TEST-TestLinearModel.duplicateFeatureTest-seed#[F4611B474065C0C0]] 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_F4611B474065C0C0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {description=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=Direct), text=PostingsFormat(name=LuceneFixedGap), title=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=488, maxMBSortInHeap=6.586843581742627, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ms-MY, timezone=Asia/Dacca
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=271767216,total=383778816
   [junit4]   2> NOTE: All tests run in this JVM: [TestFeature, TestLTRWithFacet, TestValueFeature, TestLTRQParserExplain, TestRankingFeature, TestFieldValueFeature, TestAdapterModel, TestLinearModel]
   [junit4] Completed [39/41 (1!)] on J1 in 15.31s, 9 tests, 2 failures <<< FAILURES!

[...truncated 4 lines...]
   [junit4] Suite: org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel
   [junit4]   1> 14:28:13.099 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingFeatureStore-seed#[F4611B474065C0C0]] 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=F4611B474065C0C0 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=zh-TW -Dtests.timezone=Asia/Colombo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 1.97s J2 | 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([F4611B474065C0C0:38560D75D456711]:0)
   [junit4]    > 	at org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingFeatureStore(TestMultipleAdditiveTreesModel.java:238)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 14:28:15.077 [TEST-TestMultipleAdditiveTreesModel.testMultipleAdditiveTrees-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:18.205 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoWeight-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:19.378 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoThreshold-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:23.446 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoRight-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:25.225 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestUnknownFeature-seed#[F4611B474065C0C0]] 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=F4611B474065C0C0 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=zh-TW -Dtests.timezone=Asia/Colombo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 2.26s J2 | 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([F4611B474065C0C0:DA371DCDF7B639E0]:0)
   [junit4]    > 	at org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestUnknownFeature(TestMultipleAdditiveTreesModel.java:250)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 14:28:27.481 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestTreesParamDoesNotContatinTree-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:28.199 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingTreeFeature-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:29.052 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoFeaturesSpecified-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:30.958 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoLeft-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:32.204 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoParams-seed#[F4611B474065C0C0]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 14:28:32.643 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestEmptyParams-seed#[F4611B474065C0C0]] 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/J2/temp/solr.ltr.model.TestMultipleAdditiveTreesModel_F4611B474065C0C0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {description=PostingsFormat(name=Asserting), id=PostingsFormat(name=LuceneVarGapFixedInterval), text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), title=FST50}, docValues:{}, maxPointsInLeafNode=825, maxMBSortInHeap=5.617793389955644, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=zh-TW, timezone=Asia/Colombo
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=225741344,total=284164096
   [junit4]   2> NOTE: All tests run in this JVM: [TestFeatureExtractionFromMultipleSegments, TestLTRWithSort, TestLTRQParserInterleaving, TestLTRQParserPlugin, TestUserTermScoreWithQ, TestEdisMaxSolrFeature, TestFieldLengthFeature, TestNoMatchSolrFeature, TestMultipleAdditiveTreesModel]
   [junit4] Completed [41/41 (2!)] on J2 in 20.07s, 12 tests, 2 failures <<< FAILURES!

[...truncated 42981 lines...]

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

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

6 tests failed.
FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([ADBB6931F5984D78]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.update.TestInPlaceUpdatesDistrib

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([ADBB6931F5984D78]:0)


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([AF2ED392EF83C974:1AFF8BE1B3C108AB]: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.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([AF2ED392EF83C974:1B34CF6524726464]: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.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([AF2ED392EF83C974:58CAA802F2A36EA5]: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([AF2ED392EF83C974:8178D51858503054]: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 16557 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> 2348507 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-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> 2348507 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2348507 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/data-dir-193-001
   [junit4]   2> 2348507 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 2348507 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2348509 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2348510 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2348511 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.SolrTestCaseJ4 updateLog impl=solr.CdcrUpdateLog
   [junit4]   2> 2348511 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2348517 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2348533 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 2348543 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 2348543 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2348727 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_281]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_281]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_281]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_281]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:369) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:334) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.beforeSuperClass(TestInPlaceUpdatesDistrib.java:94) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 2348728 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_281]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_281]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_281]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:670) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.beforeSuperClass(TestInPlaceUpdatesDistrib.java:94) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_281]
   [junit4]   2> 2348729 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2348730 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] 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> 2348731 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@17a37cac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2348731 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@17a37cac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2348739 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] 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> 2348740 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@72ce6735[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2348740 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@72ce6735[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2348741 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] 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> 2348770 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d29987
   [junit4]   2> 2348777 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d29987
   [junit4]   2> 2348777 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d29987
   [junit4]   2> 2348779 INFO  (coreLoadExecutor-25019-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2348785 INFO  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 2348801 INFO  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 2348820 INFO  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 2348821 INFO  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2348821 INFO  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2348821 INFO  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d29987
   [junit4]   2> 2348822 INFO  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/data-dir-193-001/]
   [junit4]   2> 2348825 WARN  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2348864 INFO  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2348864 INFO  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2348865 INFO  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2348865 INFO  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2348867 WARN  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 2348867 INFO  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2348867 INFO  (coreLoadExecutor-25019-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1691837361066868736
   [junit4]   2> 2348869 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[ADBB6931F5984D78]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2348869 INFO  (searcherExecutor-25021-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2348875 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2348876 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2348876 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2348877 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 2348976 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer start zk server on port: 42801
   [junit4]   2> 2348976 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42801
   [junit4]   2> 2348976 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42801
   [junit4]   2> 2348976 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42801
   [junit4]   2> 2348977 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2348983 INFO  (zkConnectionManagerCallback-25028-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2348983 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2348985 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2348986 INFO  (zkConnectionManagerCallback-25030-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2348986 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2348987 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2348989 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml to /configs/conf1/schema.xml
   [junit4]   2> 2348989 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2348990 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2348991 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2348992 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2348993 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2348994 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2348995 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2348996 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2348997 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2349003 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2349003 INFO  (zkConnectionManagerCallback-25034-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2349003 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2349107 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2349206 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2349206 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2349206 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] 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> 2349207 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2349207 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2349207 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2349207 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a3e02d0{/,null,AVAILABLE}
   [junit4]   2> 2349208 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4e6d68c7{SSL, (ssl, http/1.1)}{127.0.0.1:40197}
   [junit4]   2> 2349208 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.e.j.s.Server Started @2349238ms
   [junit4]   2> 2349208 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=40197, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/control-001/cores}
   [junit4]   2> 2349208 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2349208 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2349208 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 2349208 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2349208 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2349208 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-16T07:50:39.127Z
   [junit4]   2> 2349209 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2349210 INFO  (zkConnectionManagerCallback-25036-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2349210 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2349311 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2349311 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/control-001/solr.xml
   [junit4]   2> 2349314 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2349314 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2349315 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@72d29987, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2351806 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2351806 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] 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> 2351807 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@67535a2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2351807 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@67535a2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2351809 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] 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> 2351810 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@556b4da9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2351810 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@556b4da9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2351811 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42801/solr
   [junit4]   2> 2351815 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2351816 INFO  (zkConnectionManagerCallback-25047-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2351816 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2351817 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]-SendThread(127.0.0.1:42801)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10360bf010b0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10360bf010b0004, 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 0x10360bf010b0004, 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> 2351921 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [n:127.0.0.1:40197_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2351923 INFO  (zkConnectionManagerCallback-25049-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2351923 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [n:127.0.0.1:40197_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2351991 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [n:127.0.0.1:40197_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40197_
   [junit4]   2> 2351991 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [n:127.0.0.1:40197_     ] o.a.s.c.Overseer Overseer (id=73008392440578053-127.0.0.1:40197_-n_0000000000) starting
   [junit4]   2> 2351995 INFO  (OverseerStateUpdate-73008392440578053-127.0.0.1:40197_-n_0000000000) [n:127.0.0.1:40197_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40197_
   [junit4]   2> 2351995 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [n:127.0.0.1:40197_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40197_
   [junit4]   2> 2351996 INFO  (OverseerStateUpdate-73008392440578053-127.0.0.1:40197_-n_0000000000) [n:127.0.0.1:40197_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2351998 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [n:127.0.0.1:40197_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2351998 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [n:127.0.0.1:40197_     ] 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> 2352015 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [n:127.0.0.1:40197_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2352038 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [n:127.0.0.1:40197_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d29987
   [junit4]   2> 2352046 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [n:127.0.0.1:40197_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d29987
   [junit4]   2> 2352046 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [n:127.0.0.1:40197_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d29987
   [junit4]   2> 2352048 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [n:127.0.0.1:40197_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/control-001/cores
   [junit4]   2> 2352061 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2352063 INFO  (zkConnectionManagerCallback-25066-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2352063 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2352064 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2352065 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42801/solr ready
   [junit4]   2> 2352112 INFO  (OverseerThreadFactory-25056-thread-1-processing-n:127.0.0.1:40197_) [n:127.0.0.1:40197_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2352229 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2352229 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2353242 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 2353254 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 2353254 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2353254 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 2353254 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@72d29987
   [junit4]   2> 2353255 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2353258 WARN  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2353297 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2353297 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2353303 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2353303 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2353306 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2353306 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2353306 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2353306 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1691837365721497600
   [junit4]   2> 2353310 INFO  (searcherExecutor-25068-thread-1-processing-n:127.0.0.1:40197_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2353319 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2353319 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 2353323 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2353323 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2353323 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40197/control_collection_shard1_replica_n1/
   [junit4]   2> 2353323 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2353324 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:40197/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2353324 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/73008392440578053-core_node2-n_0000000000
   [junit4]   2> 2353327 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40197/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2353428 INFO  (zkCallback-25048-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2353429 INFO  (zkCallback-25048-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2353430 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2353436 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1208
   [junit4]   2> 2353439 INFO  (qtp1761843861-39943) [n:127.0.0.1:40197_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2353533 INFO  (zkCallback-25048-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2353533 INFO  (zkCallback-25048-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2353534 INFO  (zkCallback-25048-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2353535 INFO  (qtp1761843861-39943) [n:127.0.0.1:40197_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40197_&wt=javabin&version=2} status=0 QTime=1424
   [junit4]   2> 2353535 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 2353640 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2353643 INFO  (zkConnectionManagerCallback-25077-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2353643 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2353644 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2353645 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42801/solr ready
   [junit4]   2> 2353645 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2353679 INFO  (OverseerCollectionConfigSetProcessor-73008392440578053-127.0.0.1:40197_-n_0000000000) [n:127.0.0.1:40197_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2353679 INFO  (OverseerThreadFactory-25056-thread-2-processing-n:127.0.0.1:40197_) [n:127.0.0.1:40197_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2354025 WARN  (OverseerThreadFactory-25056-thread-2-processing-n:127.0.0.1:40197_) [n:127.0.0.1:40197_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2354027 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2354029 INFO  (qtp1761843861-39941) [n:127.0.0.1:40197_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=353
   [junit4]   2> 2354030 INFO  (watches-25074-thread-1) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 2354030 INFO  (watches-25074-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2354031 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 2354031 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2354031 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 2354031 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2354032 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 2354032 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 2354032 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 2354131 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 2354137 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2354137 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2354137 INFO  (closeThreadPool-25078-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> 2354147 INFO  (closeThreadPool-25078-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2354147 INFO  (closeThreadPool-25078-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2354147 INFO  (closeThreadPool-25078-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2354148 INFO  (closeThreadPool-25078-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ebd3777{/,null,AVAILABLE}
   [junit4]   2> 2354148 INFO  (closeThreadPool-25078-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1aa3908d{SSL, (ssl, http/1.1)}{127.0.0.1:37169}
   [junit4]   2> 2354148 INFO  (closeThreadPool-25078-thread-1) [     ] o.e.j.s.Server Started @2354178ms
   [junit4]   2> 2354148 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=37169, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/shard-1-001/cores}
   [junit4]   2> 2354148 ERROR (closeThreadPool-25078-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2354148 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2354148 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 2354149 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2354149 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2354149 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-16T07:50:44.068Z
   [junit4]   2> 2354151 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2354155 INFO  (zkConnectionManagerCallback-25080-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2354155 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2354156 WARN  (closeThreadPool-25078-thread-1-SendThread(127.0.0.1:42801)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10360bf010b0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10360bf010b0008, 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 0x10360bf010b0008, 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> 2354246 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 2354247 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2354247 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2354247 INFO  (closeThreadPool-25078-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> 2354248 INFO  (closeThreadPool-25078-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2354248 INFO  (closeThreadPool-25078-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2354248 INFO  (closeThreadPool-25078-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2354248 INFO  (closeThreadPool-25078-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28731119{/,null,AVAILABLE}
   [junit4]   2> 2354249 INFO  (closeThreadPool-25078-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@335a2043{SSL, (ssl, http/1.1)}{127.0.0.1:36485}
   [junit4]   2> 2354249 INFO  (closeThreadPool-25078-thread-2) [     ] o.e.j.s.Server Started @2354278ms
   [junit4]   2> 2354249 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=36485, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/shard-2-001/cores}
   [junit4]   2> 2354249 ERROR (closeThreadPool-25078-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2354249 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2354249 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 2354249 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2354249 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2354249 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-16T07:50:44.168Z
   [junit4]   2> 2354251 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2354251 INFO  (zkConnectionManagerCallback-25082-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2354251 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2354256 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2354256 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/shard-1-001/solr.xml
   [junit4]   2> 2354259 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2354259 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2354260 INFO  (closeThreadPool-25078-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@72d29987, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2354353 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[ADBB6931F5984D78]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 2354356 INFO  (closeThreadPool-25078-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2354356 INFO  (closeThreadPool-25078-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2354356 INFO  (closeThreadPool-25078-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> 2354399 INFO  (closeThreadPool-25078-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2354399 INFO  (closeThreadPool-25078-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2354399 INFO  (closeThreadPool-25078-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2354403 INFO  (closeThreadPool-25078-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f73930d{/,null,AVAILABLE}
   [junit4]   2> 2354404 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2354404 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/shard-2-001/solr.xml
   [junit4]   2> 2354404 INFO  (closeThreadPool-25078-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1d3f83d9{SSL, (ssl, http/1.1)}{127.0.0.1:44719}
   [junit4]   2> 2354404 INFO  (closeThreadPool-25078-thread-3) [     ] o.e.j.s.Server Started @2354433ms
   [junit4]   2> 2354404 INFO  (closeThreadPool-25078-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=44719, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.update.TestInPlaceUpdatesDistrib_ADBB6931F5984D78-001/shard-3-001/cores}
   [junit4]   2> 2354404 ERROR (closeThreadPool-25078-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2354404 INFO  (closeThreadPool-25078-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2354404 INFO  (closeThreadPool-25078-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 2354404 INFO  (closeThreadPool-25078-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2354404 INFO  (closeThreadPool-25078-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2354404 INFO  (closeThreadPool-25078-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-02-16T07:50:44.323Z
   [junit4]   2> 2354406 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2354406 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2354407 INFO  (closeThreadPool-25078-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@72d29987, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2354419 INFO  (closeThreadPool-25078-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2354433 INFO  (zkConnectionManagerCallback-25087-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2354433 INFO  (closeThreadPool-25078-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2354652 INFO  (closeThreadPool-25078-thread-3) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2354652 INFO  (closeThreadPool-25078-thread-3) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/../../../../../../../../../../../home/

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

Feature_shouldThrowMeaningFulException(TestLinearModel.java:253)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 10:01:28.068 [TEST-TestLinearModel.nullFeatureWeightsTest-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:30.108 [TEST-TestLinearModel.getInstanceTest-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:30.891 [TEST-TestLinearModel.emptyFeaturesTest-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:32.405 [TEST-TestLinearModel.duplicateFeatureTest-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:33.951 [TEST-TestLinearModel.notExistentStore_shouldThrowMeaningFulException-seed#[AF2ED392EF83C974]] 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=notExistentStore_shouldThrowMeaningFulException -Dtests.seed=AF2ED392EF83C974 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=cs-CZ -Dtests.timezone=Pacific/Chatham -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.89s J2 | TestLinearModel.notExistentStore_shouldThrowMeaningFulException <<<
   [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([AF2ED392EF83C974:1B34CF6524726464]:0)
   [junit4]    > 	at org.apache.solr.ltr.model.TestLinearModel.notExistentStore_shouldThrowMeaningFulException(TestLinearModel.java:241)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 10:01:34.828 [TEST-TestLinearModel.integerAndLongFeatureWeights_shouldCreateModel-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:35.595 [TEST-TestLinearModel.existingNameTest-seed#[AF2ED392EF83C974]] 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/J2/temp/solr.ltr.model.TestLinearModel_AF2ED392EF83C974-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {description=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=LuceneVarGapFixedInterval), text=Lucene84, title=PostingsFormat(name=LuceneFixedGap)}, docValues:{_version_=DocValuesFormat(name=Asserting), popularity=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1471, maxMBSortInHeap=6.13981800902908, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=cs-CZ, timezone=Pacific/Chatham
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=270955384,total=387973120
   [junit4]   2> NOTE: All tests run in this JVM: [TestFilterSolrFeature, TestEdisMaxSolrFeature, TestFeatureExtractionFromMultipleSegments, TestUserTermScoreWithQ, TestManagedFeatureStore, TestLTRReRankingPipeline, TestLTRScoringQuery, TestLTRWithFacet, TestParallelWeightCreation, TestOriginalScoreFeature, TestLinearModel]
   [junit4] Completed [38/41 (1!)] on J2 in 14.44s, 9 tests, 2 failures <<< FAILURES!

[...truncated 7 lines...]
   [junit4] Suite: org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel
   [junit4]   1> 10:01:29.356 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoWeight-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:30.886 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingFeatureStore-seed#[AF2ED392EF83C974]] 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=AF2ED392EF83C974 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-PH -Dtests.timezone=America/Caracas -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 3.63s 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([AF2ED392EF83C974:58CAA802F2A36EA5]:0)
   [junit4]    > 	at org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingFeatureStore(TestMultipleAdditiveTreesModel.java:238)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 10:01:34.515 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoRight-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:35.550 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoLeft-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:36.827 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestMissingTreeFeature-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:37.619 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestUnknownFeature-seed#[AF2ED392EF83C974]] 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=AF2ED392EF83C974 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-PH -Dtests.timezone=America/Caracas -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.83s 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([AF2ED392EF83C974:8178D51858503054]:0)
   [junit4]    > 	at org.apache.solr.ltr.model.TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestUnknownFeature(TestMultipleAdditiveTreesModel.java:250)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> 10:01:38.450 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestTreesParamDoesNotContatinTree-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:39.586 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoFeaturesSpecified-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:40.891 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestEmptyParams-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:41.960 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoThreshold-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:42.793 [TEST-TestMultipleAdditiveTreesModel.testMultipleAdditiveTrees-seed#[AF2ED392EF83C974]] ERROR org.apache.solr.util.StartupLoggingUtils - Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   1> 10:01:43.308 [TEST-TestMultipleAdditiveTreesModel.multipleAdditiveTreesTestNoParams-seed#[AF2ED392EF83C974]] 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_AF2ED392EF83C974-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {description=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=LuceneFixedGap), text=Lucene84, title=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=1856, maxMBSortInHeap=6.255335070171409, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-PH, timezone=America/Caracas
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=351987520,total=464519168
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldLengthFeature, TestLTROnSolrCloud, TestModelManagerPersistence, TestRerankBase, TestExternalValueFeatures, TestAdapterModel, TestLTRQParserInterleaving, TestMultipleAdditiveTreesModel]
   [junit4] Completed [41/41 (2!)] on J0 in 14.79s, 12 tests, 2 failures <<< FAILURES!

[...truncated 42981 lines...]