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

[JENKINS-EA] Lucene-Solr-8.x-Windows (64bit/jdk-15-ea+24) - Build # 1319 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1319/
Java: 64bit/jdk-15-ea+24 -XX:-UseCompressedOops -XX:+UseSerialGC

5 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimScenario.testSuggestions

Error Message:
OverseerTriggerThread never caught up to the latest znodeVersion

Stack Trace:
java.util.concurrent.TimeoutException: OverseerTriggerThread never caught up to the latest znodeVersion
	at __randomizedtesting.SeedInfo.seed([AD408458CB6E4F1D:B9CBDAD055A18E3]:0)
	at org.apache.solr.util.TimeOut.waitFor(TimeOut.java:66)
	at org.apache.solr.cloud.autoscaling.sim.SimScenario$LoadAutoscaling.execute(SimScenario.java:467)
	at org.apache.solr.cloud.autoscaling.sim.SimScenario.run(SimScenario.java:1117)
	at org.apache.solr.cloud.autoscaling.sim.TestSimScenario.testSuggestions(TestSimScenario.java:117)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([E76F882135A81E5A:FAA1AA5C235240CF]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([E76F882135A81E5A:FAA1AA5C235240CF]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([E76F882135A81E5A:FAA1AA5C235240CF]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([E76F882135A81E5A:FAA1AA5C235240CF]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 13640 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestSimScenario
   [junit4]   2> 200931 INFO  (SUITE-TestSimScenario-seed#[AD408458CB6E4F1D]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 200931 INFO  (SUITE-TestSimScenario-seed#[AD408458CB6E4F1D]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 200935 INFO  (SUITE-TestSimScenario-seed#[AD408458CB6E4F1D]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.sim.TestSimScenario_AD408458CB6E4F1D-001\data-dir-20-001
   [junit4]   2> 200935 INFO  (SUITE-TestSimScenario-seed#[AD408458CB6E4F1D]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 200938 INFO  (SUITE-TestSimScenario-seed#[AD408458CB6E4F1D]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 200941 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAutoAddReplicas
   [junit4]   2> 200961 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 1.	CreateCluster	numNodes=2
   [junit4]   2> 200962 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		CreateCluster	numNodes=2
   [junit4]   2> 201041 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10000_solr
   [junit4]   2> 201041 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 201041 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 201041 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 201041 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 201041 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 201041 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 201041 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 201041 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 2.	LoadAutoscaling	json={'cluster-policy'+:+[{'replica'+:+'<3',+'shard'+:+'#EACH',+'collection'+:+'testCollection','node':'#ANY'}]}&defaultWaitFor=10
   [junit4]   2> 201041 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		LoadAutoscaling	json={'cluster-policy'+:+[{'replica'+:+'<3',+'shard'+:+'#EACH',+'collection'+:+'testCollection','node':'#ANY'}]}&defaultWaitFor=10
   [junit4]   2> 201047 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 201047 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 201047 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 201048 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 1
   [junit4]   2> 201049 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 201049 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 201049 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 201049 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 201049 WARN  (ScheduledTrigger-986-thread-2) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger ran but was already closed
   [junit4]   2> 201049 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 3.	RunSolrRequest	path=/admin/collections&action=CREATE&autoAddReplicas=true&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=2
   [junit4]   2> 201049 DEBUG (ScheduledTrigger-986-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 201049 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		RunSolrRequest	path=/admin/collections&action=CREATE&autoAddReplicas=true&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=2
   [junit4]   2> 201053 DEBUG (simCloudManagerPool-985-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection testCollection, currentVersion=1
   [junit4]   2> 201054 DEBUG (simCloudManagerPool-985-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=1
   [junit4]   2> 201054 DEBUG (simCloudManagerPool-985-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 201078 DEBUG (simCloudManagerPool-985-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=2
   [junit4]   2> 201078 DEBUG (ScheduledTrigger-986-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 201081 DEBUG (simCloudManagerPool-985-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 201109 DEBUG (ScheduledTrigger-986-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 201112 DEBUG (simCloudManagerPool-985-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=3
   [junit4]   2> 201114 DEBUG (simCloudManagerPool-985-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 201114 DEBUG (simCloudManagerPool-985-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1)
   [junit4]   2> 201114 DEBUG (simCloudManagerPool-985-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1 (currentVersion=4): {"core_node1":{
   [junit4]   2>     "core":"testCollection_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10000_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 201119 DEBUG (simCloudManagerPool-985-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection testCollection, currentVersion=4
   [junit4]   2> 201119 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 4.	WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 201119 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 201140 DEBUG (simCloudManagerPool-985-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=4
   [junit4]   2> 201142 DEBUG (simCloudManagerPool-985-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 201142 DEBUG (ScheduledTrigger-986-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 201156 DEBUG (simCloudManagerPool-985-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=5
   [junit4]   2> 201157 DEBUG (simCloudManagerPool-985-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 201157 DEBUG (simCloudManagerPool-985-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard2)
   [junit4]   2> 201157 DEBUG (simCloudManagerPool-985-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard2 (currentVersion=6): {"core_node3":{
   [junit4]   2>     "core":"testCollection_shard2_replica_n3",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 201172 DEBUG (simCloudManagerPool-985-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=6
   [junit4]   2> 201172 DEBUG (ScheduledTrigger-986-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 201172 DEBUG (simCloudManagerPool-985-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
   [junit4]   2> 201173 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=7
   [junit4]   2> 201173 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
   [junit4]   2> 201173 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 5.	SetEventListener	trigger=.auto_add_replicas&stage=SUCCEEDED
   [junit4]   2> 201173 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		SetEventListener	trigger=.auto_add_replicas&stage=SUCCEEDED
   [junit4]   2> 201175 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 6.	KillNodes	node=${_random_node_}
   [junit4]   2> 201175 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		KillNodes	node=127.0.0.1:10000_solr
   [junit4]   2> 201179 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider  -- created marker: /autoscaling/nodeLost/127.0.0.1:10000_solr
   [junit4]   2> 201179 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10001_solr
   [junit4]   2> 201179 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=8
   [junit4]   2> 201179 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 8
   [junit4]   2> 201180 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 7.	WaitEvent	trigger=.auto_add_replicas&wait=60
   [junit4]   2> 201180 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		WaitEvent	trigger=.auto_add_replicas&wait=60
   [junit4]   2> 201180 DEBUG (simCloudManagerPool-985-thread-7) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1)
   [junit4]   2> 201180 INFO  (simCloudManagerPool-985-thread-7) [     ] o.a.s.c.ActionThrottle Throttling leader attempts - waiting for 1626ms
   [junit4]   2> 201211 DEBUG (ScheduledTrigger-986-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 2
   [junit4]   2> 201211 DEBUG (ScheduledTrigger-986-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10000_solr
   [junit4]   2> 201215 DEBUG (simCloudManagerPool-985-thread-7) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1 (currentVersion=9): {"core_node2":{
   [junit4]   2>     "core":"testCollection_shard1_replica_n2",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 201215 DEBUG (simCloudManagerPool-985-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=9
   [junit4]   2> 201215 DEBUG (simCloudManagerPool-985-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 9
   [junit4]   2> 201236 DEBUG (ScheduledTrigger-986-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 201268 DEBUG (ScheduledTrigger-986-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 201300 DEBUG (ScheduledTrigger-986-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 201332 DEBUG (ScheduledTrigger-986-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 201363 DEBUG (ScheduledTrigger-986-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 201395 DEBUG (ScheduledTrigger-986-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 201426 DEBUG (ScheduledTrigger-986-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 201426 DEBUG (ScheduledTrigger-986-thread-1) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:10000_solr]
   [junit4]   2> 201430 DEBUG (ScheduledTrigger-986-thread-1) [     ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"2610a3fc05f10T8li4gaqud0z1q9549otcim3e5",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":669646600560400,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[669646600560400],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}}
   [junit4]   2> 201430 DEBUG (ScheduledTrigger-986-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, .scheduled_maintenance]
   [junit4]   2> 201430 DEBUG (ScheduledTrigger-986-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=10
   [junit4]   2> 201430 DEBUG (ScheduledTrigger-986-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 10
   [junit4]   2> 201430 DEBUG (ScheduledTrigger-986-thread-1) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"2610a3fc05f10T8li4gaqud0z1q9549otcim3e5",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":669646600560400,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[669646600560400],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":669657524115400,
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}}
   [junit4]   2> 201433 DEBUG (AutoscalingActionExecutor-987-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"2610a3fc05f10T8li4gaqud0z1q9549otcim3e5",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":669646600560400,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[669646600560400],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":669657524115400,
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}}
   [junit4]   2> 201435 DEBUG (AutoscalingActionExecutor-987-thread-1) [     ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"2610a3fc05f10T8li4gaqud0z1q9549otcim3e5",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":669646600560400,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[669646600560400],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":669657524115400,
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}} with context properties: {BEFORE_ACTION=[auto_add_replicas_plan]}
   [junit4]   2> 201443 DEBUG (AutoscalingActionExecutor-987-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testCollection&targetNode=127.0.0.1:10001_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 201445 DEBUG (AutoscalingActionExecutor-987-thread-1) [     ] o.a.s.c.a.ComputePlanAction Computed Plan: action=MOVEREPLICA&collection=testCollection&targetNode=127.0.0.1:10001_solr&inPlaceMove=true&replica=core_node4
   [junit4]   2> 201445 DEBUG (AutoscalingActionExecutor-987-thread-1) [     ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"2610a3fc05f10T8li4gaqud0z1q9549otcim3e5",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":669646600560400,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[669646600560400],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":669657524115400,
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}} with context properties: {operations=[{
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"MOVEREPLICA",
   [junit4]   2>   "params.collection":"testCollection",
   [junit4]   2>   "params.targetNode":"127.0.0.1:10001_solr",
   [junit4]   2>   "params.inPlaceMove":"true",
   [junit4]   2>   "params.replica":"core_node1"}, {
   [junit4]   2>   "class":"org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica",
   [junit4]   2>   "method":"GET",
   [junit4]   2>   "params.action":"MOVEREPLICA",
   [junit4]   2>   "params.collection":"testCollection",
   [junit4]   2>   "params.targetNode":"127.0.0.1:10001_solr",
   [junit4]   2>   "params.inPlaceMove":"true",
   [junit4]   2>   "params.replica":"core_node4"}], AFTER_ACTION=[auto_add_replicas_plan], BEFORE_ACTION=[auto_add_replicas_plan, execute_plan]}
   [junit4]   2> 201445 DEBUG (AutoscalingActionExecutor-987-thread-1) [     ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testCollection&targetNode=127.0.0.1:10001_solr&inPlaceMove=true&replica=core_node1
   [junit4]   2> 201555 DEBUG (simCloudManagerPool-985-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node6":{
   [junit4]   2>     "core":"testCollection_shard1_replica_n5",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"down",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 201681 DEBUG (simCloudManagerPool-985-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=11
   [junit4]   2> 201681 DEBUG (simCloudManagerPool-985-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 11
   [junit4]   2> 201687 DEBUG (AutoscalingActionExecutor-987-thread-1) [     ] o.a.s.c.a.ExecutePlanAction Executing operation: action=MOVEREPLICA&collection=testCollection&targetNode=127.0.0.1:10001_solr&inPlaceMove=true&replica=core_node4
   [junit4]   2> 201689 DEBUG (simCloudManagerPool-985-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=12
   [junit4]   2> 201689 DEBUG (simCloudManagerPool-985-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 12
   [junit4]   2> 201792 DEBUG (simCloudManagerPool-985-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node8":{
   [junit4]   2>     "core":"testCollection_shard2_replica_n7",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10001_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"down",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 201921 DEBUG (simCloudManagerPool-985-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=13
   [junit4]   2> 201921 DEBUG (simCloudManagerPool-985-thread-11) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 13
   [junit4]   2> 201923 DEBUG (AutoscalingActionExecutor-987-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=14
   [junit4]   2> 201923 DEBUG (AutoscalingActionExecutor-987-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 14
   [junit4]   2> 201923 DEBUG (AutoscalingActionExecutor-987-thread-1) [     ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"2610a3fc05f10T8li4gaqud0z1q9549otcim3e5",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":669646600560400,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[669646600560400],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":669657524115400,
   [junit4]   2>     "nodeNames":["127.0.0.1:10000_solr"]}}
   [junit4]   2> 201925 DEBUG (AutoscalingActionExecutor-987-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 201925 DEBUG (AutoscalingActionExecutor-987-thread-1) [     ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .scheduled_maintenance after 100ms
   [junit4]   2> 201925 DEBUG (AutoscalingActionExecutor-987-thread-1) [     ] o.a.s.c.a.ScheduledTriggers -- processing took 24616 ms for event id=2610a3fc05f10T8li4gaqud0z1q9549otcim3e5
   [junit4]   2> 201925 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 8.	WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 201925 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 201925 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 9.	SaveSnapshot	path=${snapshotPath}
   [junit4]   2> 201925 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		SaveSnapshot	path=C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.sim.TestSimScenario_AD408458CB6E4F1D-001\tempDir-001/snapshot
   [junit4]   2> 201931 WARN  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimUtils V2 action SET_CLUSTER_PROPERTY_OBJ has no equivalent V1 action
   [junit4]   2> 201931 WARN  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimUtils V2 action GET_NODES has no equivalent V1 action
   [junit4]   2> 201940 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SnapshotDistribStateManager - copying 23 resources from SimDistribStateManager
   [junit4]   2> 201990 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 201990 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 201990 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 201990 INFO  (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 201990 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 201990 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 201990 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 201995 DEBUG (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SnapshotDistribStateManager - loaded snapshot of 23 resources
   [junit4]   2> 201995 INFO  (TEST-TestSimScenario.testAutoAddReplicas-seed#[AD408458CB6E4F1D]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testAutoAddReplicas
   [junit4]   2> 201998 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSplitShard
   [junit4]   2> 201999 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 1.	CreateCluster	numNodes=2
   [junit4]   2> 201999 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		CreateCluster	numNodes=2
   [junit4]   2> 202043 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10002_solr
   [junit4]   2> 202043 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 202043 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 202043 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 202043 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 2.	LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 202043 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 202043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 202043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 202043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 202043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 202043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10002_solr, 127.0.0.1:10003_solr]
   [junit4]   2> 202043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 202043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 202047 DEBUG (ScheduledTrigger-992-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202051 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 3.	RunSolrRequest	path=/admin/collections&action=CREATE&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=5
   [junit4]   2> 202051 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		RunSolrRequest	path=/admin/collections&action=CREATE&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=5
   [junit4]   2> 202051 DEBUG (simCloudManagerPool-991-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection testCollection, currentVersion=1
   [junit4]   2> 202051 DEBUG (simCloudManagerPool-991-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=1
   [junit4]   2> 202051 DEBUG (simCloudManagerPool-991-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 202062 DEBUG (simCloudManagerPool-991-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=2
   [junit4]   2> 202062 DEBUG (simCloudManagerPool-991-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 202064 DEBUG (simCloudManagerPool-991-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection testCollection, currentVersion=3
   [junit4]   2> 202064 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 4.	WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 202064 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 202078 DEBUG (ScheduledTrigger-992-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202078 DEBUG (simCloudManagerPool-991-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=3
   [junit4]   2> 202078 DEBUG (simCloudManagerPool-991-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 202078 DEBUG (simCloudManagerPool-991-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1)
   [junit4]   2> 202078 DEBUG (simCloudManagerPool-991-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1 (currentVersion=4): {"core_node1":{
   [junit4]   2>     "core":"testCollection_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10002_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 202093 DEBUG (simCloudManagerPool-991-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=4
   [junit4]   2> 202093 DEBUG (simCloudManagerPool-991-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 202093 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=5
   [junit4]   2> 202093 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 202094 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.CloudUtil -- shards without leaders: [shard2]
   [junit4]   2> 202111 DEBUG (ScheduledTrigger-992-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202111 DEBUG (simCloudManagerPool-991-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=6
   [junit4]   2> 202112 DEBUG (simCloudManagerPool-991-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
   [junit4]   2> 202112 DEBUG (simCloudManagerPool-991-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard2)
   [junit4]   2> 202112 DEBUG (simCloudManagerPool-991-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard2 (currentVersion=7): {"core_node4":{
   [junit4]   2>     "core":"testCollection_shard2_replica_n4",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10003_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 202127 DEBUG (simCloudManagerPool-991-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=7
   [junit4]   2> 202127 DEBUG (simCloudManagerPool-991-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
   [junit4]   2> 202127 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=8
   [junit4]   2> 202127 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 8
   [junit4]   2> 202128 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 5.	SetShardMetrics	collection=testCollection&shard=shard1&INDEX.sizeInBytes=1000000000
   [junit4]   2> 202128 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		SetShardMetrics	collection=testCollection&shard=shard1&INDEX.sizeInBytes=1000000000
   [junit4]   2> 202131 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 6.	SetNodeMetrics	nodeset=#ANY&freedisk=1.5
   [junit4]   2> 202131 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		SetNodeMetrics	nodeset=#ANY&freedisk=1.5
   [junit4]   2> 202131 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 7.	RunSolrRequest	path=/admin/collection&action=SPLITSHARD&collection=testCollection&shard=shard1&splitMethod=${method}
   [junit4]   2> 202131 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		RunSolrRequest	path=/admin/collection&action=SPLITSHARD&collection=testCollection&shard=shard1&splitMethod=REWRITE
   [junit4]   2> 202134 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 202134 INFO  (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 202136 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 202136 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 202136 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 202136 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 202136 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 202136 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 1.	CreateCluster	numNodes=2
   [junit4]   2> 202136 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		CreateCluster	numNodes=2
   [junit4]   2> 202168 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10004_solr
   [junit4]   2> 202169 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 202169 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 202169 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 202169 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 202169 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 2.	LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 202169 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 202169 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 202170 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 202170 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 202170 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 202176 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10004_solr, 127.0.0.1:10005_solr]
   [junit4]   2> 202177 DEBUG (ScheduledTrigger-998-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202177 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 202177 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 1
   [junit4]   2> 202177 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 202177 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 202178 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 202182 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 3.	RunSolrRequest	path=/admin/collections&action=CREATE&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=5
   [junit4]   2> 202182 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		RunSolrRequest	path=/admin/collections&action=CREATE&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=5
   [junit4]   2> 202183 DEBUG (simCloudManagerPool-997-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection testCollection, currentVersion=1
   [junit4]   2> 202183 DEBUG (simCloudManagerPool-997-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=1
   [junit4]   2> 202183 DEBUG (simCloudManagerPool-997-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 202206 DEBUG (simCloudManagerPool-997-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=2
   [junit4]   2> 202206 DEBUG (ScheduledTrigger-998-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202206 DEBUG (simCloudManagerPool-997-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 202224 DEBUG (simCloudManagerPool-997-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=3
   [junit4]   2> 202224 DEBUG (simCloudManagerPool-997-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 202224 DEBUG (simCloudManagerPool-997-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1)
   [junit4]   2> 202224 DEBUG (simCloudManagerPool-997-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1 (currentVersion=4): {"core_node1":{
   [junit4]   2>     "core":"testCollection_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 202239 DEBUG (ScheduledTrigger-998-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202239 DEBUG (simCloudManagerPool-997-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=4
   [junit4]   2> 202240 DEBUG (simCloudManagerPool-997-thread-3) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 202240 DEBUG (simCloudManagerPool-997-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection testCollection, currentVersion=5
   [junit4]   2> 202240 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 4.	WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 202240 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 202254 DEBUG (simCloudManagerPool-997-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=5
   [junit4]   2> 202254 DEBUG (simCloudManagerPool-997-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 202254 DEBUG (simCloudManagerPool-997-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard2)
   [junit4]   2> 202254 DEBUG (simCloudManagerPool-997-thread-4) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard2 (currentVersion=6): {"core_node3":{
   [junit4]   2>     "core":"testCollection_shard2_replica_n3",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 202270 DEBUG (ScheduledTrigger-998-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202270 DEBUG (simCloudManagerPool-997-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=6
   [junit4]   2> 202270 DEBUG (simCloudManagerPool-997-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 6
   [junit4]   2> 202270 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=7
   [junit4]   2> 202271 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 7
   [junit4]   2> 202271 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 5.	SetShardMetrics	collection=testCollection&shard=shard1&INDEX.sizeInBytes=1000000000
   [junit4]   2> 202271 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		SetShardMetrics	collection=testCollection&shard=shard1&INDEX.sizeInBytes=1000000000
   [junit4]   2> 202271 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 6.	SetNodeMetrics	nodeset=#ANY&freedisk=1.5
   [junit4]   2> 202271 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		SetNodeMetrics	nodeset=#ANY&freedisk=1.5
   [junit4]   2> 202271 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 7.	RunSolrRequest	path=/admin/collection&action=SPLITSHARD&collection=testCollection&shard=shard1&splitMethod=${method}
   [junit4]   2> 202272 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		RunSolrRequest	path=/admin/collection&action=SPLITSHARD&collection=testCollection&shard=shard1&splitMethod=LINK
   [junit4]   2> 202302 DEBUG (ScheduledTrigger-998-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202333 DEBUG (ScheduledTrigger-998-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202367 DEBUG (ScheduledTrigger-998-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202388 DEBUG (ScheduledTrigger-998-thread-4) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202388 INFO  (simCloudManagerPool-997-thread-6) [     ] o.a.s.c.a.c.SplitShardCmd numSubShards set at: 2
   [junit4]   2> 202419 DEBUG (ScheduledTrigger-998-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202450 DEBUG (ScheduledTrigger-998-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202450 DEBUG (simCloudManagerPool-997-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=8
   [junit4]   2> 202452 DEBUG (simCloudManagerPool-997-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 8
   [junit4]   2> 202452 DEBUG (simCloudManagerPool-997-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=9
   [junit4]   2> 202452 DEBUG (simCloudManagerPool-997-thread-8) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 9
   [junit4]   2> 202452 DEBUG (simCloudManagerPool-997-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=10
   [junit4]   2> 202452 DEBUG (simCloudManagerPool-997-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 10
   [junit4]   2> 202452 DEBUG (simCloudManagerPool-997-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1_0)
   [junit4]   2> 202452 DEBUG (simCloudManagerPool-997-thread-10) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1_0 (currentVersion=11): {"core_node10":{
   [junit4]   2>     "core":"testCollection_shard1_0_replica_n9",
   [junit4]   2>     "shard":"shard1_0",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":20480,
   [junit4]   2>     "base_url":"http://127.0.0.1:10005/solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":1.9073486328125E-5,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 202454 DEBUG (simCloudManagerPool-997-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=11
   [junit4]   2> 202454 DEBUG (simCloudManagerPool-997-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 11
   [junit4]   2> 202454 DEBUG (simCloudManagerPool-997-thread-9) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1_1)
   [junit4]   2> 202454 DEBUG (simCloudManagerPool-997-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** no leader in testCollection / shard1_1:{
   [junit4]   2>   "parent":"shard1",
   [junit4]   2>   "stateTimestamp":"1593128764290460000",
   [junit4]   2>   "range":"c0000000-ffffffff",
   [junit4]   2>   "state":"construction",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node12":{
   [junit4]   2>       "core":"testCollection_shard1_1_replica_n11",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10004_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10004/solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0},
   [junit4]   2>     "core_node14":{
   [junit4]   2>       "core":"testCollection_shard1_1_replica_n13",
   [junit4]   2>       "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>       "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>       "INDEX.sizeInBytes":10240,
   [junit4]   2>       "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>       "base_url":"http://127.0.0.1:10005/solr",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "type":"NRT",
   [junit4]   2>       "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>       "SEARCHER.searcher.numDocs":0}}}
   [junit4]   2> 202454 DEBUG (simCloudManagerPool-997-thread-9) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1_1 (currentVersion=12): {"core_node12":{
   [junit4]   2>     "core":"testCollection_shard1_1_replica_n11",
   [junit4]   2>     "shard":"shard1_1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10004_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "base_url":"http://127.0.0.1:10004/solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 202459 DEBUG (simCloudManagerPool-997-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=12
   [junit4]   2> 202459 DEBUG (simCloudManagerPool-997-thread-6) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 12
   [junit4]   2> 202460 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 8.	WaitCollection	collection=testCollection&shards=4&withInactive=true&replicas=2&requireLeaders=true
   [junit4]   2> 202460 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		WaitCollection	collection=testCollection&shards=4&withInactive=true&replicas=2&requireLeaders=true
   [junit4]   2> 202461 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=13
   [junit4]   2> 202461 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 13
   [junit4]   2> 202461 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 202461 INFO  (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 202461 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 202463 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 202463 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 202463 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 202463 DEBUG (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 202463 INFO  (TEST-TestSimScenario.testSplitShard-seed#[AD408458CB6E4F1D]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSplitShard
   [junit4]   2> 202465 INFO  (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSuggestions
   [junit4]   2> 202468 INFO  (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 1.	CreateCluster	numNodes=2
   [junit4]   2> 202468 INFO  (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		CreateCluster	numNodes=2
   [junit4]   2> 202496 DEBUG (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10006_solr
   [junit4]   2> 202496 DEBUG (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 202496 DEBUG (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 202498 INFO  (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 202498 INFO  (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 2.	LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 202498 INFO  (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		LoadAutoscaling	json={'cluster-policy':[]}
   [junit4]   2> 202499 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 202499 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 202500 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 202500 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 202500 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10006_solr, 127.0.0.1:10007_solr]
   [junit4]   2> 202500 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 202500 DEBUG (Simulated OverseerAutoScalingTriggerThread) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 202500 DEBUG (ScheduledTrigger-1004-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202504 INFO  (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 3.	RunSolrRequest	path=/admin/collections&action=CREATE&autoAddReplicas=true&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=2
   [junit4]   2> 202504 INFO  (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		RunSolrRequest	path=/admin/collections&action=CREATE&autoAddReplicas=true&name=testCollection&numShards=2&replicationFactor=2&maxShardsPerNode=2
   [junit4]   2> 202504 DEBUG (simCloudManagerPool-1003-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection testCollection, currentVersion=1
   [junit4]   2> 202505 DEBUG (simCloudManagerPool-1003-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=1
   [junit4]   2> 202505 DEBUG (simCloudManagerPool-1003-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 202527 DEBUG (simCloudManagerPool-1003-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=2
   [junit4]   2> 202527 DEBUG (ScheduledTrigger-1004-thread-3) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 202527 DEBUG (simCloudManagerPool-1003-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 202527 DEBUG (simCloudManagerPool-1003-thread-1) [     ] o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection testCollection, currentVersion=3
   [junit4]   2> 202527 INFO  (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 4.	WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 202529 INFO  (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimScenario 		WaitCollection	collection=testCollection&shards=2&replicas=2
   [junit4]   2> 202529 DEBUG (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=3
   [junit4]   2> 202529 DEBUG (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 202529 INFO  (TEST-TestSimScenario.testSuggestions-seed#[AD408458CB6E4F1D]) [     ] o.a.s.c.CloudUtil -- shards without leaders: [shard2, shard1]
   [junit4]   2> 202542 DEBUG (simCloudManagerPool-1003-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=4
   [junit4]   2> 202542 DEBUG (simCloudManagerPool-1003-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 202542 DEBUG (simCloudManagerPool-1003-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard2)
   [junit4]   2> 202542 DEBUG (simCloudManagerPool-1003-thread-5) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard2 (currentVersion=5): {"core_node4":{
   [junit4]   2>     "core":"testCollection_shard2_replica_n4",
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10007_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 202559 DEBUG (simCloudManagerPool-1003-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=5
   [junit4]   2> 202560 DEBUG (simCloudManagerPool-1003-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 202560 DEBUG (simCloudManagerPool-1003-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider Running leader election (testCollection / shard1)
   [junit4]   2> 202560 DEBUG (simCloudManagerPool-1003-thread-2) [     ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testCollection / shard1 (currentVersion=6): {"core_node1":{
   [junit4]   2>     "core":"testCollection_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testCollection",
   [junit4]   2>     "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4] 

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

] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3c9d16e8{/solr,null,UNAVAILABLE}
   [junit4]   2> 68638 INFO  (jetty-closer-376-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 68639 INFO  (SUITE-StreamExpressionTest-seed#[E76F882135A81E5A]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 68847 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/aliases.json
   [junit4]   2> 	34	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/collections/destinationCollection/terms/shard2
   [junit4]   2> 	8	/solr/collections/destinationCollection/terms/shard1
   [junit4]   2> 	8	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	7	/solr/collections/collection2/state.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/configs/ml
   [junit4]   2> 	4	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/filestream_collection/terms/shard1
   [junit4]   2> 	2	/solr/collections/destinationCollection/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	46	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	34	/solr/clusterstate.json
   [junit4]   2> 	20	/solr/collections/collection2/state.json
   [junit4]   2> 	19	/solr/collections/collection1/state.json
   [junit4]   2> 	12	/solr/collections/filestream_collection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72101691592867851-127.0.0.1:51596_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	94	/solr/collections
   [junit4]   2> 	72	/solr/overseer/queue
   [junit4]   2> 	55	/solr/live_nodes
   [junit4]   2> 	28	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 68865 INFO  (SUITE-StreamExpressionTest-seed#[E76F882135A81E5A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:51403
   [junit4]   2> 68865 INFO  (SUITE-StreamExpressionTest-seed#[E76F882135A81E5A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51403
   [junit4]   2> 68865 INFO  (SUITE-StreamExpressionTest-seed#[E76F882135A81E5A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51403
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_E76F882135A81E5A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {name_s=Lucene84, iteration_i=PostingsFormat(name=LuceneFixedGap), terms_ss=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), field_s=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), subject=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), price_f=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), a_f=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), intDefault=PostingsFormat(name=LuceneVarGapFixedInterval), falseNegative_i=PostingsFormat(name=LuceneVarGapFixedInterval), a_i=PostingsFormat(name=LuceneFixedGap), falsePositive_i=PostingsFormat(name=LuceneVarGapFixedInterval), level1_s=PostingsFormat(name=LuceneFixedGap), s_multi=Lucene84, level2_s=PostingsFormat(name=LuceneVarGapFixedInterval), a_s=Lucene84, score_f=Lucene84, tv_text=PostingsFormat(name=LuceneVarGapFixedInterval), term_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), a_t=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=LuceneFixedGap), text=Lucene84, timestamp=PostingsFormat(name=LuceneVarGapFixedInterval), idfs_ds=PostingsFormat(name=LuceneVarGapFixedInterval), alpha_d=Lucene84, i_multi=PostingsFormat(name=LuceneFixedGap), diseases_s=PostingsFormat(name=LuceneFixedGap), weights_ds=Lucene84, featureSet_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), idf_d=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), trueNegative_i=Lucene84, index_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), test_dt=PostingsFormat(name=LuceneFixedGap), out_i=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), checkpoint_ss=Lucene84, symptoms_s=PostingsFormat(name=LuceneVarGapFixedInterval), test_t=Lucene84, whitetok=Lucene84, _version_=PostingsFormat(name=LuceneVarGapFixedInterval), error_d=PostingsFormat(name=LuceneFixedGap), truePositive_i=PostingsFormat(name=LuceneFixedGap), cases_i=Lucene84}, docValues:{name_s=DocValuesFormat(name=Direct), iteration_i=DocValuesFormat(name=Lucene80), terms_ss=DocValuesFormat(name=Asserting), field_s=DocValuesFormat(name=Lucene80), multiDefault=DocValuesFormat(name=Asserting), price_f=DocValuesFormat(name=Asserting), a_f=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Lucene80), falseNegative_i=DocValuesFormat(name=Lucene80), a_i=DocValuesFormat(name=Lucene80), falsePositive_i=DocValuesFormat(name=Lucene80), level1_s=DocValuesFormat(name=Lucene80), s_multi=DocValuesFormat(name=Direct), level2_s=DocValuesFormat(name=Lucene80), a_s=DocValuesFormat(name=Direct), score_f=DocValuesFormat(name=Direct), term_s=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Lucene80), idfs_ds=DocValuesFormat(name=Lucene80), alpha_d=DocValuesFormat(name=Direct), i_multi=DocValuesFormat(name=Lucene80), diseases_s=DocValuesFormat(name=Lucene80), weights_ds=DocValuesFormat(name=Direct), featureSet_s=DocValuesFormat(name=Asserting), idf_d=DocValuesFormat(name=Asserting), trueNegative_i=DocValuesFormat(name=Direct), index_i=DocValuesFormat(name=Asserting), test_dt=DocValuesFormat(name=Lucene80), out_i=DocValuesFormat(name=Asserting), checkpoint_ss=DocValuesFormat(name=Direct), symptoms_s=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Lucene80), error_d=DocValuesFormat(name=Lucene80), truePositive_i=DocValuesFormat(name=Lucene80), cases_i=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=236, maxMBSortInHeap=5.842103797948581, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=bas-CM, timezone=Asia/Samarkand
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 15-ea (64-bit)/cpus=6,threads=1,free=58661992,total=195362816
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest]
   [junit4] Completed [5/5 (5!)] on J1 in 69.59s, 30 tests, 1 failure <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 150 tests, 5 failures [seed: E76F882135A81E5A]

Total time: 1 minute 13 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.sim.TestSimScenario
[repro]   5/5 failed: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
[repro] Exiting with code 1

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

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

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

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

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

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-12.0.2) - Build # 1327 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1327/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([92CA93927D6D0BA9:8F04B1EF6B97553C]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([92CA93927D6D0BA9:8F04B1EF6B97553C]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 17489 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> 177715 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 177715 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 177716 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_92CA93927D6D0BA9-001\data-dir-18-001
   [junit4]   2> 177716 WARN  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 177716 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 177716 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 177718 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_92CA93927D6D0BA9-001\tempDir-001
   [junit4]   2> 177718 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 177718 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 177718 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 177830 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 54328
   [junit4]   2> 177830 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:54328
   [junit4]   2> 177830 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54328
   [junit4]   2> 177830 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54328
   [junit4]   2> 177832 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 177835 INFO  (zkConnectionManagerCallback-2781-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 177835 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 177837 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 177839 INFO  (zkConnectionManagerCallback-2783-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 177839 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 177840 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 177842 INFO  (zkConnectionManagerCallback-2785-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 177842 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 177944 WARN  (jetty-launcher-2786-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 177944 WARN  (jetty-launcher-2786-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 177944 WARN  (jetty-launcher-2786-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 177944 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 177944 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 177944 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 177944 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 177944 INFO  (jetty-launcher-2786-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 177944 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 177944 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 177944 INFO  (jetty-launcher-2786-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 177944 INFO  (jetty-launcher-2786-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 177944 WARN  (jetty-launcher-2786-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 177944 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 177944 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 177945 INFO  (jetty-launcher-2786-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 177945 INFO  (jetty-launcher-2786-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 177945 INFO  (jetty-launcher-2786-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 177945 INFO  (jetty-launcher-2786-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 177946 INFO  (jetty-launcher-2786-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 177946 INFO  (jetty-launcher-2786-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 177946 INFO  (jetty-launcher-2786-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 177946 INFO  (jetty-launcher-2786-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@278b17d5{/solr,null,AVAILABLE}
   [junit4]   2> 177946 INFO  (jetty-launcher-2786-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 177946 INFO  (jetty-launcher-2786-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 177946 INFO  (jetty-launcher-2786-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 177946 INFO  (jetty-launcher-2786-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d72d859{/solr,null,AVAILABLE}
   [junit4]   2> 177946 INFO  (jetty-launcher-2786-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 177946 INFO  (jetty-launcher-2786-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 177946 INFO  (jetty-launcher-2786-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 177946 INFO  (jetty-launcher-2786-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ac32e7c{/solr,null,AVAILABLE}
   [junit4]   2> 177946 INFO  (jetty-launcher-2786-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2744884c{/solr,null,AVAILABLE}
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@10b0f266{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:54352}
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-1) [     ] o.e.j.s.Server Started @177983ms
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54352}
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6f1dc67d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:54357}
   [junit4]   2> 177948 ERROR (jetty-launcher-2786-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-4) [     ] o.e.j.s.Server Started @177984ms
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54357}
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4fddfd26{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:54358}
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-3) [     ] o.e.j.s.Server Started @177984ms
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-27T16:06:12.380634300Z
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@29e4b1ff{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:54351}
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-2) [     ] o.e.j.s.Server Started @177984ms
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54358}
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54351}
   [junit4]   2> 177948 ERROR (jetty-launcher-2786-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 177948 ERROR (jetty-launcher-2786-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 177948 ERROR (jetty-launcher-2786-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-27T16:06:12.380634300Z
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-27T16:06:12.380634300Z
   [junit4]   2> 177948 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 177950 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 177950 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-27T16:06:12.382113300Z
   [junit4]   2> 177950 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 177950 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 177950 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 177950 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 177953 INFO  (zkConnectionManagerCallback-2792-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 177953 INFO  (zkConnectionManagerCallback-2788-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 177953 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 177953 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 177954 INFO  (zkConnectionManagerCallback-2794-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 177954 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 177954 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 177954 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 177954 INFO  (zkConnectionManagerCallback-2790-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 177954 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 177954 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 177954 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 178196 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 178196 WARN  (jetty-launcher-2786-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@17dcc103[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178196 WARN  (jetty-launcher-2786-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@17dcc103[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178199 WARN  (jetty-launcher-2786-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60736721[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178199 WARN  (jetty-launcher-2786-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60736721[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178200 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54328/solr
   [junit4]   2> 178201 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 178203 INFO  (zkConnectionManagerCallback-2808-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 178203 INFO  (jetty-launcher-2786-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 178302 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 178305 WARN  (jetty-launcher-2786-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@47f5386a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178305 WARN  (jetty-launcher-2786-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@47f5386a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178306 WARN  (jetty-launcher-2786-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@353265dd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178306 WARN  (jetty-launcher-2786-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@353265dd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178306 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54328/solr
   [junit4]   2> 178309 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 178311 INFO  (zkConnectionManagerCallback-2819-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 178311 INFO  (jetty-launcher-2786-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 178396 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 178397 WARN  (jetty-launcher-2786-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@475c538[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178397 WARN  (jetty-launcher-2786-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@475c538[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178400 WARN  (jetty-launcher-2786-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4e14d892[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178400 WARN  (jetty-launcher-2786-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4e14d892[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178400 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54328/solr
   [junit4]   2> 178402 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 178403 INFO  (zkConnectionManagerCallback-2830-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 178403 INFO  (jetty-launcher-2786-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 178470 INFO  (jetty-launcher-2786-thread-1) [n:127.0.0.1:54352_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 178472 INFO  (zkConnectionManagerCallback-2832-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 178472 INFO  (jetty-launcher-2786-thread-1) [n:127.0.0.1:54352_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 178546 INFO  (jetty-launcher-2786-thread-1) [n:127.0.0.1:54352_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54352_solr
   [junit4]   2> 178550 INFO  (jetty-launcher-2786-thread-1) [n:127.0.0.1:54352_solr     ] o.a.s.c.Overseer Overseer (id=72110999857922058-127.0.0.1:54352_solr-n_0000000000) starting
   [junit4]   2> 178551 INFO  (jetty-launcher-2786-thread-1) [n:127.0.0.1:54352_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54352_solr
   [junit4]   2> 178551 INFO  (OverseerStateUpdate-72110999857922058-127.0.0.1:54352_solr-n_0000000000) [n:127.0.0.1:54352_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54352_solr
   [junit4]   2> 178551 INFO  (OverseerStateUpdate-72110999857922058-127.0.0.1:54352_solr-n_0000000000) [n:127.0.0.1:54352_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 178558 INFO  (jetty-launcher-2786-thread-1) [n:127.0.0.1:54352_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 178558 WARN  (jetty-launcher-2786-thread-1) [n:127.0.0.1:54352_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> 178571 INFO  (jetty-launcher-2786-thread-4) [n:127.0.0.1:54357_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 178574 INFO  (zkConnectionManagerCallback-2841-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 178574 INFO  (jetty-launcher-2786-thread-4) [n:127.0.0.1:54357_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 178578 INFO  (jetty-launcher-2786-thread-4) [n:127.0.0.1:54357_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 178586 INFO  (jetty-launcher-2786-thread-4) [n:127.0.0.1:54357_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:54357_solr as DOWN
   [junit4]   2> 178586 INFO  (jetty-launcher-2786-thread-1) [n:127.0.0.1:54352_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 178590 INFO  (jetty-launcher-2786-thread-4) [n:127.0.0.1:54357_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 178590 INFO  (jetty-launcher-2786-thread-4) [n:127.0.0.1:54357_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54357_solr
   [junit4]   2> 178590 INFO  (zkCallback-2831-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 178595 INFO  (zkCallback-2840-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 178595 INFO  (jetty-launcher-2786-thread-4) [n:127.0.0.1:54357_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 178595 WARN  (jetty-launcher-2786-thread-4) [n:127.0.0.1:54357_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> 178616 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 178618 INFO  (jetty-launcher-2786-thread-1) [n:127.0.0.1:54352_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54352.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 178618 WARN  (jetty-launcher-2786-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@328c5914[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178618 WARN  (jetty-launcher-2786-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@328c5914[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178630 INFO  (jetty-launcher-2786-thread-1) [n:127.0.0.1:54352_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54352.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 178632 INFO  (jetty-launcher-2786-thread-1) [n:127.0.0.1:54352_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54352.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 178632 WARN  (jetty-launcher-2786-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@47a9378e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178632 WARN  (jetty-launcher-2786-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@47a9378e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 178632 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54328/solr
   [junit4]   2> 178632 INFO  (jetty-launcher-2786-thread-1) [n:127.0.0.1:54352_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_92CA93927D6D0BA9-001\tempDir-001\node1
   [junit4]   2> 178632 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 178639 INFO  (zkConnectionManagerCallback-2857-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 178639 INFO  (jetty-launcher-2786-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 178646 INFO  (jetty-launcher-2786-thread-4) [n:127.0.0.1:54357_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 178667 INFO  (jetty-launcher-2786-thread-4) [n:127.0.0.1:54357_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54357.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 178672 INFO  (jetty-launcher-2786-thread-4) [n:127.0.0.1:54357_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54357.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 178672 INFO  (jetty-launcher-2786-thread-3) [n:127.0.0.1:54358_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 178673 INFO  (jetty-launcher-2786-thread-4) [n:127.0.0.1:54357_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54357.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 178675 INFO  (jetty-launcher-2786-thread-4) [n:127.0.0.1:54357_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_92CA93927D6D0BA9-001\tempDir-001\node4
   [junit4]   2> 178675 INFO  (zkConnectionManagerCallback-2863-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 178675 INFO  (jetty-launcher-2786-thread-3) [n:127.0.0.1:54358_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 178681 INFO  (jetty-launcher-2786-thread-3) [n:127.0.0.1:54358_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 178690 INFO  (jetty-launcher-2786-thread-3) [n:127.0.0.1:54358_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:54358_solr as DOWN
   [junit4]   2> 178690 INFO  (jetty-launcher-2786-thread-3) [n:127.0.0.1:54358_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 178690 INFO  (jetty-launcher-2786-thread-3) [n:127.0.0.1:54358_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54358_solr
   [junit4]   2> 178693 INFO  (zkCallback-2831-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 178693 INFO  (zkCallback-2840-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 178695 INFO  (zkCallback-2862-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 178696 INFO  (jetty-launcher-2786-thread-3) [n:127.0.0.1:54358_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 178697 WARN  (jetty-launcher-2786-thread-3) [n:127.0.0.1:54358_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> 178723 INFO  (jetty-launcher-2786-thread-3) [n:127.0.0.1:54358_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 178743 INFO  (jetty-launcher-2786-thread-3) [n:127.0.0.1:54358_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54358.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 178749 INFO  (jetty-launcher-2786-thread-3) [n:127.0.0.1:54358_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54358.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 178749 INFO  (jetty-launcher-2786-thread-3) [n:127.0.0.1:54358_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54358.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 178750 INFO  (jetty-launcher-2786-thread-3) [n:127.0.0.1:54358_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_92CA93927D6D0BA9-001\tempDir-001\node3
   [junit4]   2> 178776 INFO  (jetty-launcher-2786-thread-2) [n:127.0.0.1:54351_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 178777 INFO  (zkConnectionManagerCallback-2874-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 178777 INFO  (jetty-launcher-2786-thread-2) [n:127.0.0.1:54351_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 178782 INFO  (jetty-launcher-2786-thread-2) [n:127.0.0.1:54351_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 178785 INFO  (jetty-launcher-2786-thread-2) [n:127.0.0.1:54351_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:54351_solr as DOWN
   [junit4]   2> 178786 INFO  (jetty-launcher-2786-thread-2) [n:127.0.0.1:54351_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 178786 INFO  (jetty-launcher-2786-thread-2) [n:127.0.0.1:54351_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54351_solr
   [junit4]   2> 178787 INFO  (zkCallback-2831-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 178787 INFO  (zkCallback-2840-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 178787 INFO  (zkCallback-2862-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 178788 INFO  (zkCallback-2873-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 178788 INFO  (jetty-launcher-2786-thread-2) [n:127.0.0.1:54351_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 178788 WARN  (jetty-launcher-2786-thread-2) [n:127.0.0.1:54351_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> 178811 INFO  (jetty-launcher-2786-thread-2) [n:127.0.0.1:54351_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 178828 INFO  (jetty-launcher-2786-thread-2) [n:127.0.0.1:54351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54351.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 178833 INFO  (jetty-launcher-2786-thread-2) [n:127.0.0.1:54351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54351.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 178833 INFO  (jetty-launcher-2786-thread-2) [n:127.0.0.1:54351_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54351.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 178834 INFO  (jetty-launcher-2786-thread-2) [n:127.0.0.1:54351_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_92CA93927D6D0BA9-001\tempDir-001\node2
   [junit4]   2> 178850 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 178850 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 178855 INFO  (zkConnectionManagerCallback-2887-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 178855 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 178856 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 178857 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54328/solr ready
   [junit4]   2> 178863 INFO  (qtp656624491-4468) [n:127.0.0.1:54351_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 178867 INFO  (OverseerThreadFactory-2839-thread-1-processing-n:127.0.0.1:54352_solr) [n:127.0.0.1:54352_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 178976 INFO  (qtp656624491-4473) [n:127.0.0.1:54351_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 178981 INFO  (qtp1641686070-4479) [n:127.0.0.1:54357_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 178984 INFO  (qtp511119320-4476) [n:127.0.0.1:54352_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 178987 INFO  (qtp511119320-4476) [n:127.0.0.1:54352_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 178992 INFO  (qtp1092225909-4480) [n:127.0.0.1:54358_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 178995 INFO  (OverseerStateUpdate-72110999857922058-127.0.0.1:54352_solr-n_0000000000) [n:127.0.0.1:54352_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54358/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54358_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 178998 INFO  (OverseerStateUpdate-72110999857922058-127.0.0.1:54352_solr-n_0000000000) [n:127.0.0.1:54352_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54352/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54352_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 179205 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 179205 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr    x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 179217 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 179217 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 179232 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 179232 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 179277 WARN  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 179277 WARN  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 179277 WARN  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 179277 WARN  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 179277 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 179278 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 179278 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 179278 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 179278 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54352.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 179278 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54358.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 179278 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_92CA93927D6D0BA9-001\tempDir-001\node3\collection1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_92CA93927D6D0BA9-001\tempDir-001\node3\collection1_shard1_replica_n1\data\]
   [junit4]   2> 179278 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_92CA93927D6D0BA9-001\tempDir-001\node1\collection1_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_92CA93927D6D0BA9-001\tempDir-001\node1\collection1_shard2_replica_n2\data\]
   [junit4]   2> 179355 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 179355 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 179357 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 179357 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 179358 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 179358 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 179360 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 179360 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 179361 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 179362 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 179362 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 179362 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 179362 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670668850345017344
   [junit4]   2> 179362 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 179362 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 179362 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670668850345017344
   [junit4]   2> 179362 INFO  (searcherExecutor-2890-thread-1-processing-n:127.0.0.1:54352_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 179362 INFO  (searcherExecutor-2891-thread-1-processing-n:127.0.0.1:54358_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 179367 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 179367 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 179367 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 179367 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 179371 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 179371 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 179371 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54352/solr/collection1_shard2_replica_n2/
   [junit4]   2> 179371 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 179371 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 179371 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54358/solr/collection1_shard1_replica_n1/
   [junit4]   2> 179371 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 179372 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 179372 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:54352/solr/collection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 179372 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:54358/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 179372 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72110999857922058-core_node4-n_0000000000
   [junit4]   2> 179372 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72110999857922061-core_node3-n_0000000000
   [junit4]   2> 179374 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54352/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 179374 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54358/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 179480 INFO  (zkCallback-2831-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 179480 INFO  (zkCallback-2862-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 179480 INFO  (zkCallback-2831-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 179480 INFO  (zkCallback-2862-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 179481 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 179482 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 179484 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=280
   [junit4]   2> 179484 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=280
   [junit4]   2> 179486 INFO  (qtp656624491-4468) [n:127.0.0.1:54351_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 179584 INFO  (zkCallback-2831-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 179584 INFO  (zkCallback-2873-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 179584 INFO  (zkCallback-2862-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 179584 INFO  (zkCallback-2862-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 179584 INFO  (zkCallback-2831-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 179584 INFO  (zkCallback-2831-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 179584 INFO  (zkCallback-2862-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 179585 INFO  (qtp656624491-4468) [n:127.0.0.1:54351_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=721
   [junit4]   2> 179585 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: collection1
   [junit4]   2> 179587 INFO  (qtp656624491-4463) [n:127.0.0.1:54351_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=filestream_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 179589 INFO  (OverseerThreadFactory-2839-thread-2-processing-n:127.0.0.1:54352_solr) [n:127.0.0.1:54352_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection filestream_collection
   [junit4]   2> 179589 INFO  (OverseerCollectionConfigSetProcessor-72110999857922058-127.0.0.1:54352_solr-n_0000000000) [n:127.0.0.1:54352_solr     ] 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> 179799 INFO  (qtp656624491-4472) [n:127.0.0.1:54351_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 179802 INFO  (qtp1641686070-4481) [n:127.0.0.1:54357_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 179804 INFO  (qtp511119320-4483) [n:127.0.0.1:54352_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 179806 INFO  (qtp511119320-4470) [n:127.0.0.1:54352_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 179807 INFO  (qtp1092225909-4488) [n:127.0.0.1:54358_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 179810 INFO  (qtp1092225909-4474) [n:127.0.0.1:54358_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 179814 INFO  (OverseerStateUpdate-72110999857922058-127.0.0.1:54352_solr-n_0000000000) [n:127.0.0.1:54352_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"filestream_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"filestream_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54357/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54357_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 180017 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr    x:filestream_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=filestream_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=filestream_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 180028 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 180037 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 180075 WARN  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 180075 WARN  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 180075 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 180075 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'filestream_collection_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 180076 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54357.solr.core.filestream_collection.shard1.replica_n1' (registry 'solr.core.filestream_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70e97130
   [junit4]   2> 180076 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[filestream_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_92CA93927D6D0BA9-001\tempDir-001\node4\filestream_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_92CA93927D6D0BA9-001\tempDir-001\node4\filestream_collection_shard1_replica_n1\data\]
   [junit4]   2> 180143 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 180143 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 180144 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 180144 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 180147 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 180147 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 180147 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 180147 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670668851168149504
   [junit4]   2> 180149 INFO  (searcherExecutor-2901-thread-1-processing-n:127.0.0.1:54357_solr x:filestream_collection_shard1_replica_n1 c:filestream_collection s:shard1 r:core_node2) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [filestream_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 180151 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/filestream_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 180151 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/filestream_collection/leaders/shard1
   [junit4]   2> 180155 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 180155 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 180155 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54357/solr/filestream_collection_shard1_replica_n1/
   [junit4]   2> 180155 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 180155 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:54357/solr/filestream_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 180155 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/filestream_collection/leaders/shard1/leader after winning as /collections/filestream_collection/leader_elect/shard1/election/72110999857922059-core_node2-n_0000000000
   [junit4]   2> 180156 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54357/solr/filestream_collection_shard1_replica_n1/ shard1
   [junit4]   2> 180258 INFO  (zkCallback-2840-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 180259 INFO  (zkCallback-2840-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 180259 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 180262 INFO  (qtp1641686070-4484) [n:127.0.0.1:54357_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=filestream_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=filestream_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=245
   [junit4]   2> 180264 INFO  (qtp656624491-4463) [n:127.0.0.1:54351_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 180361 INFO  (zkCallback-2873-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 180361 INFO  (zkCallback-2840-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 180361 INFO  (zkCallback-2840-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 180362 INFO  (zkCallback-2840-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 180362 INFO  (qtp656624491-4463) [n:127.0.0.1:54351_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=filestream_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=775
   [junit4]   2> 180362 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: filestream_collection
   [junit4]   2> 180395 INFO  (TEST-StreamExpressionTest.testNulls-seed#[92CA93927D6D0BA9]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testNulls
   [junit4]   2> 180404 INFO  (qtp511119320-4483) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 180404 INFO  (qtp511119320-4483) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:54358/solr/collection1_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 180407 INFO  (qtp511119320-4470) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:54358/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=1
   [junit4]   2> 180407 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 180407 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 180414 INFO  (qtp511119320-4482) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 180414 INFO  (qtp1092225909-4488) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 180436 INFO  (searcherExecutor-2891-thread-1-processing-n:127.0.0.1:54358_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 180438 INFO  (qtp1092225909-4487) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:54352/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=18
   [junit4]   2> 180442 INFO  (searcherExecutor-2890-thread-1-processing-n:127.0.0.1:54352_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 180442 INFO  (qtp511119320-4483) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=29
   [junit4]   2> 180446 INFO  (TEST-StreamExpressionTest.testNulls-seed#[92CA93927D6D0BA9]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180449 INFO  (zkConnectionManagerCallback-2910-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180449 INFO  (TEST-StreamExpressionTest.testNulls-seed#[92CA93927D6D0BA9]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180450 INFO  (TEST-StreamExpressionTest.testNulls-seed#[92CA93927D6D0BA9]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 180450 INFO  (TEST-StreamExpressionTest.testNulls-seed#[92CA93927D6D0BA9]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54328/solr ready
   [junit4]   2> 180454 INFO  (qtp511119320-4476) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/export params={q=*:*&distrib=false&indent=off&fl=id,a_s,a_i,a_f,+s_multi,+i_multi&sort=a_i+asc&wt=json&version=2.2} hits=2 status=0 QTime=0
   [junit4]   2> 180454 INFO  (qtp1092225909-4474) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/export params={q=*:*&distrib=false&indent=off&fl=id,a_s,a_i,a_f,+s_multi,+i_multi&sort=a_i+asc&wt=json&version=2.2} hits=3 status=0 QTime=0
   [junit4]   2> 180463 INFO  (qtp511119320-4476) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/export params={q=*:*&distrib=false&indent=off&fl=id,a_s,a_i,a_f,+s_multi,+i_multi&sort=a_s+asc&wt=json&version=2.2} hits=2 status=0 QTime=0
   [junit4]   2> 180463 INFO  (qtp1092225909-4474) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/export params={q=*:*&distrib=false&indent=off&fl=id,a_s,a_i,a_f,+s_multi,+i_multi&sort=a_s+asc&wt=json&version=2.2} hits=3 status=0 QTime=0
   [junit4]   2> 180466 INFO  (qtp511119320-4476) [n:127.0.0.1:54352_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/export params={q=*:*&distrib=false&indent=off&fl=id,a_s,a_i,a_f,+s_multi,+i_multi&sort=a_s+desc&wt=json&version=2.2} hits=2 status=0 QTime=0
   [junit4]   2> 180466 INFO  (qtp1092225909-4474) [n:127.0.0.1:54358_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/export params={q=*:*&distrib=false&indent=off&fl=id,a_s,a_i,a_f,+s_multi,+i_multi&sort=a_s+desc&wt=json&version=2.2} hits=3 status=0 QTime=0
   [junit4]   2> 180567 INFO  (TEST-StreamExpressionTest.testNulls-seed#[92CA93927D6D0BA9]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testNulls
   [junit4]   2> 180592 INFO  (TEST-StreamExpressionTest.testSqlStream-seed#[92CA93927D6D0

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

2 INFO  (jetty-closer-376-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@95fc23b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 58602 INFO  (jetty-closer-376-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6e5d2aab{/solr,null,UNAVAILABLE}
   [junit4]   2> 58602 INFO  (jetty-closer-376-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 58825 INFO  (jetty-closer-376-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72111054267088910-127.0.0.1:60143_solr-n_0000000000) closing
   [junit4]   2> 58826 INFO  (jetty-closer-376-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1315dd75{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 58827 INFO  (jetty-closer-376-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6f492fe9{/solr,null,UNAVAILABLE}
   [junit4]   2> 58827 INFO  (jetty-closer-376-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 58937 INFO  (jetty-closer-376-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@58f49fdd{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 58938 INFO  (jetty-closer-376-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@10fdfd67{/solr,null,UNAVAILABLE}
   [junit4]   2> 58938 INFO  (jetty-closer-376-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 58939 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 59165 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/aliases.json
   [junit4]   2> 	34	/solr/clusterprops.json
   [junit4]   2> 	10	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	8	/solr/collections/destinationCollection/terms/shard2
   [junit4]   2> 	7	/solr/collections/destinationCollection/terms/shard1
   [junit4]   2> 	6	/solr/collections/collection2/state.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/configs/ml
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection2/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/filestream_collection/terms/shard1
   [junit4]   2> 	2	/solr/collections/destinationCollection/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	45	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	34	/solr/clusterstate.json
   [junit4]   2> 	33	/solr/collections/collection1/state.json
   [junit4]   2> 	19	/solr/collections/collection2/state.json
   [junit4]   2> 	12	/solr/collections/filestream_collection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72111054267088909-127.0.0.1:60149_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	95	/solr/collections
   [junit4]   2> 	76	/solr/overseer/queue
   [junit4]   2> 	51	/solr/live_nodes
   [junit4]   2> 	28	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 59171 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:60067
   [junit4]   2> 59172 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60067
   [junit4]   2> 59172 INFO  (SUITE-StreamExpressionTest-seed#[92CA93927D6D0BA9]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60067
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J2\temp\solr.client.solrj.io.stream.StreamExpressionTest_92CA93927D6D0BA9-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {name_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), diseases_s=BlockTreeOrds(blocksize=128), featureSet_s=PostingsFormat(name=Direct), terms_ss=PostingsFormat(name=Direct), field_s=PostingsFormat(name=LuceneFixedGap), multiDefault=PostingsFormat(name=Direct), subject=PostingsFormat(name=Direct), checkpoint_ss=PostingsFormat(name=LuceneVarGapDocFreqInterval), symptoms_s=PostingsFormat(name=LuceneFixedGap), test_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), level1_s=BlockTreeOrds(blocksize=128), s_multi=PostingsFormat(name=LuceneVarGapDocFreqInterval), level2_s=PostingsFormat(name=LuceneFixedGap), a_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), whitetok=PostingsFormat(name=LuceneVarGapDocFreqInterval), tv_text=PostingsFormat(name=LuceneFixedGap), term_s=PostingsFormat(name=Direct), a_t=PostingsFormat(name=LuceneFixedGap), id=BlockTreeOrds(blocksize=128), text=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{name_s=DocValuesFormat(name=Asserting), iteration_i=DocValuesFormat(name=Direct), terms_ss=DocValuesFormat(name=Lucene80), field_s=DocValuesFormat(name=Lucene80), multiDefault=DocValuesFormat(name=Lucene80), price_f=DocValuesFormat(name=Lucene80), a_f=DocValuesFormat(name=Lucene80), intDefault=DocValuesFormat(name=Lucene80), falseNegative_i=DocValuesFormat(name=Lucene80), a_i=DocValuesFormat(name=Direct), falsePositive_i=DocValuesFormat(name=Lucene80), level1_s=DocValuesFormat(name=Direct), s_multi=DocValuesFormat(name=Asserting), level2_s=DocValuesFormat(name=Lucene80), a_s=DocValuesFormat(name=Asserting), score_f=DocValuesFormat(name=Asserting), term_s=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Lucene80), idfs_ds=DocValuesFormat(name=Lucene80), alpha_d=DocValuesFormat(name=Asserting), i_multi=DocValuesFormat(name=Direct), diseases_s=DocValuesFormat(name=Direct), featureSet_s=DocValuesFormat(name=Lucene80), weights_ds=DocValuesFormat(name=Asserting), idf_d=DocValuesFormat(name=Lucene80), trueNegative_i=DocValuesFormat(name=Asserting), index_i=DocValuesFormat(name=Lucene80), test_dt=DocValuesFormat(name=Direct), out_i=DocValuesFormat(name=Lucene80), checkpoint_ss=DocValuesFormat(name=Asserting), symptoms_s=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Lucene80), error_d=DocValuesFormat(name=Direct), truePositive_i=DocValuesFormat(name=Direct), cases_i=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1161, maxMBSortInHeap=5.546250656928649, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=fr-BJ, timezone=Pacific/Niue
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=135025224,total=297795584
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest]
   [junit4] Completed [5/5 (5!)] on J2 in 59.77s, 30 tests, 1 failure <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 150 tests, 5 failures [seed: 92CA93927D6D0BA9]

Total time: 1 minute 3 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
[repro] Exiting with code 1

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

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

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

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

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

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-11.0.6) - Build # 1326 - Still Unstable!

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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([55F7AC24B2E2F6D9:48398E59A418A84C]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([55F7AC24B2E2F6D9:48398E59A418A84C]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 2363 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J2-20200627_102312_34616907361877572968024.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J1-20200627_102312_34918350235005729214095.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J3-20200627_102312_346889971081204777759.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J4-20200627_102312_3483352052119034092190.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\core\test\temp\junit4-J0-20200627_102312_3491853961416275389339.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 341 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J3-20200627_102550_35413410281686736797049.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J0-20200627_102550_35412696472423438185022.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J1-20200627_102550_3541890111606885896502.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J4-20200627_102550_35416857161466307279518.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\test-framework\test\temp\junit4-J2-20200627_102550_35411914150872345993711.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1120 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J0-20200627_102626_86410320646427621422518.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J4-20200627_102626_864943067470924945967.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J1-20200627_102626_86413742161051269291005.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J3-20200627_102626_86416992599597416203563.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\common\test\temp\junit4-J2-20200627_102626_8644856766502565616736.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 260 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J2-20200627_102710_6055428042735963585271.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J1-20200627_102710_6055517584076603515766.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J0-20200627_102710_6054959802866874992087.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J3-20200627_102710_6057517280583994129463.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\icu\test\temp\junit4-J4-20200627_102710_6056851205618429217371.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 231 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J3-20200627_102718_5631065983182498823662.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J1-20200627_102718_5637251811444326501021.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J0-20200627_102718_5637217716172741228467.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J2-20200627_102718_5632428039577508469362.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\kuromoji\test\temp\junit4-J4-20200627_102718_5634966832778048988609.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 170 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J1-20200627_102725_6872030525878559937146.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J0-20200627_102725_68712512289882375514402.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\morfologik\test\temp\junit4-J2-20200627_102725_6875438436556466063828.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 200 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J0-20200627_102730_0242278098476991165957.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J3-20200627_102730_024179908232997018351.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J2-20200627_102730_0249241682886248290499.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J4-20200627_102730_0241094911348185661213.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\nori\test\temp\junit4-J1-20200627_102730_02413173902898981078369.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 178 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J2-20200627_102735_7528087931739563588658.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J1-20200627_102735_7522351297414023987288.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J3-20200627_102735_7523037073577943971949.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J4-20200627_102735_7525460028812211989986.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\opennlp\test\temp\junit4-J0-20200627_102735_7529643437468994237019.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 177 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J3-20200627_102740_1998377311731673706751.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J0-20200627_102740_19915484020694538797928.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J2-20200627_102740_19910129403752597683135.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J1-20200627_102740_1999301287527405344533.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\phonetic\test\temp\junit4-J4-20200627_102740_20016933486507754001565.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 166 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J0-20200627_102746_22811686919222958202587.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\smartcn\test\temp\junit4-J1-20200627_102746_22817726371246615315989.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 170 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J0-20200627_102749_67215489851331408378348.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J3-20200627_102749_6739627630720087422066.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J2-20200627_102749_67317323519226935629111.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\analysis\stempel\test\temp\junit4-J1-20200627_102749_67315463135937890291871.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 200 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J0-20200627_102754_47717455210858645685881.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J3-20200627_102754_4775922020308545095125.syserr
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 14 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J2-20200627_102754_477894808886705057182.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J4-20200627_102754_47713808550467376319923.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 15 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\backward-codecs\test\temp\junit4-J1-20200627_102754_4776489258312180089920.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 1395 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J2-20200627_102916_57915254304062613183738.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J3-20200627_102916_5793134873488519405793.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J1-20200627_102916_5799070399769965532102.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J4-20200627_102916_5795754095532617454452.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\benchmark\test\temp\junit4-J0-20200627_102916_5793499458110193384351.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 239 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J2-20200627_102926_44517317311627007148489.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J1-20200627_102926_4452432307852083488891.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J0-20200627_102926_4454513985689251970409.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J3-20200627_102926_44515477763268344581674.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\classification\test\temp\junit4-J4-20200627_102926_44514999608510848883330.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 312 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J3-20200627_102934_7835284269892366225921.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J2-20200627_102934_78318235703341896486088.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 13 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J1-20200627_102934_78311608441698138332709.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J4-20200627_102934_7841578243471800856969.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\codecs\test\temp\junit4-J0-20200627_102934_78313231107941799870273.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 235 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J3-20200627_103030_2558863506224265170945.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J0-20200627_103030_2549233462429335385487.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J1-20200627_103030_25411961412573411773721.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J2-20200627_103030_2557057656931770913215.syserr
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\demo\test\temp\junit4-J4-20200627_103030_2547516199925370517197.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 174 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J2-20200627_103034_3159451298986731759083.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J4-20200627_103034_31514391574832344036725.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J1-20200627_103034_31512471010269160018151.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J0-20200627_103034_3152947486250316954186.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\expressions\test\temp\junit4-J3-20200627_103034_3159492703548034371884.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 233 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J0-20200627_103039_7809748770872445591129.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J4-20200627_103039_78010210428777293866227.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J2-20200627_103039_78010610543171054296576.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J1-20200627_103039_78015274438562598495232.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\facet\test\temp\junit4-J3-20200627_103039_78013838306876705206181.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 219 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J2-20200627_103055_22511938839359066531714.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J0-20200627_103055_2257796087167324963869.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J3-20200627_103055_2257982055855347531751.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J4-20200627_103055_2257226432752476731617.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\grouping\test\temp\junit4-J1-20200627_103055_22517183374568669157917.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 258 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J1-20200627_103102_1135164803461732201369.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J0-20200627_103102_11312771564463369784785.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J2-20200627_103102_1136918792735852757340.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J3-20200627_103102_11315157665279489806951.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\highlighter\test\temp\junit4-J4-20200627_103102_11312784622175183374887.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 170 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J4-20200627_103118_43616160957782154487812.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J3-20200627_103118_4364635596495478610030.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J2-20200627_103118_436200616888221652524.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J1-20200627_103118_4366485580941003407551.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\join\test\temp\junit4-J0-20200627_103118_4369768075019904516504.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 303 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J3-20200627_103138_920935699457777500891.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J1-20200627_103138_9202098523897877326128.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J2-20200627_103138_9141854096194467108850.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J4-20200627_103138_9201714835409148187848.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\luke\test\temp\junit4-J0-20200627_103138_91410617221323327865900.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\memory\test\temp\junit4-J0-20200627_103204_6894212640679801645183.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\memory\test\temp\junit4-J1-20200627_103204_6899377122330329798815.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 186 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J1-20200627_103213_641599130530002680384.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J4-20200627_103213_64113724234704465202264.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 17 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J2-20200627_103213_6412004585553003955396.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J3-20200627_103213_6412855616725874513480.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\misc\test\temp\junit4-J0-20200627_103213_64111395626800651348512.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 259 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J4-20200627_103235_3204764288792202172813.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J1-20200627_103235_3209339787413047077327.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J0-20200627_103235_3207498783853508356070.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J3-20200627_103235_32017384929325017121426.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\monitor\test\temp\junit4-J2-20200627_103235_3208261689346220459656.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 249 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J0-20200627_103254_2956251694537260825831.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J2-20200627_103254_29616550179866618851569.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J3-20200627_103254_2953457673325018662899.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J1-20200627_103254_2965122524427351267845.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queries\test\temp\junit4-J4-20200627_103254_29513367155923744197079.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 232 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J4-20200627_103313_2754256474701921504791.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J2-20200627_103313_2656016999304232997678.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J0-20200627_103313_2595392648785839684029.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J3-20200627_103313_2595177217627128413870.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\queryparser\test\temp\junit4-J1-20200627_103313_2595182876393808893512.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 197 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J3-20200627_103330_21716572431323050261402.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J2-20200627_103330_15212967392111720157927.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J0-20200627_103330_2199821412941630629944.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J1-20200627_103330_14717346321065897902078.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 23 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\replicator\test\temp\junit4-J4-20200627_103330_21313635765147775282099.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 200 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J2-20200627_103353_91911215787173327972033.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J1-20200627_103353_90015027001588567480112.syserr
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J0-20200627_103353_91810973253600452310673.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J4-20200627_103353_913415955760757598020.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\sandbox\test\temp\junit4-J3-20200627_103353_9006382700409838388735.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 287 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J0-20200627_103415_4859945244777373957234.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J4-20200627_103415_48513636568707512190790.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J2-20200627_103415_4858154532577652480033.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J3-20200627_103415_485213670994309177440.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial-extras\test\temp\junit4-J1-20200627_103415_4855079203124407710266.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 198 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial3d\test\temp\junit4-J3-20200627_103458_0082677692970360295549.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial3d\test\temp\junit4-J4-20200627_103458_0023611270044699142114.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial3d\test\temp\junit4-J2-20200627_103458_00810653096163582252516.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial3d\test\temp\junit4-J0-20200627_103458_00214638244864581273624.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\spatial3d\test\temp\junit4-J1-20200627_103458_0021838133363591881941.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 259 lines...]
   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\suggest\test\temp\junit4-J0-20200627_103514_55013160759241258286331.syserr
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\suggest\test\temp\junit4-J3-20200627_103514_5608105952309103921118.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 18 lines...]
   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\suggest\test\temp\junit4-J1-20200627_103514_5506692659298429741040.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\suggest\test\temp\junit4-J4-20200627_103514_550857234781531037565.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\build\suggest\test\temp\junit4-J2-20200627_103514_56017655114261272480086.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 4859 lines...]
   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J2-20200627_103727_3821113769262849049857.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J4-20200627_103727_3824224192674516174480.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J1-20200627_103727_3829404204006503420429.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J0-20200627_103727_38215784670637204446442.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-core\test\temp\junit4-J3-20200627_103727_3827241031484735855384.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

[...truncated 919 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> 164226 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 164226 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 164227 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_55F7AC24B2E2F6D9-001\data-dir-23-001
   [junit4]   2> 164227 WARN  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=95 numCloses=95
   [junit4]   2> 164227 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 164227 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 164230 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_55F7AC24B2E2F6D9-001\tempDir-001
   [junit4]   2> 164230 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 164231 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 164231 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 164340 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 55448
   [junit4]   2> 164340 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:55448
   [junit4]   2> 164340 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55448
   [junit4]   2> 164340 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 55448
   [junit4]   2> 164343 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 164346 INFO  (zkConnectionManagerCallback-1868-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 164346 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 164346 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 164351 INFO  (zkConnectionManagerCallback-1870-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 164351 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 164352 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 164354 INFO  (zkConnectionManagerCallback-1872-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 164354 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 164458 WARN  (jetty-launcher-1873-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 164458 WARN  (jetty-launcher-1873-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 164458 WARN  (jetty-launcher-1873-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 164458 INFO  (jetty-launcher-1873-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 164460 INFO  (jetty-launcher-1873-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 164458 WARN  (jetty-launcher-1873-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 164460 INFO  (jetty-launcher-1873-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 164460 INFO  (jetty-launcher-1873-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 164460 INFO  (jetty-launcher-1873-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 164460 INFO  (jetty-launcher-1873-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 164460 INFO  (jetty-launcher-1873-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 164460 INFO  (jetty-launcher-1873-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 164460 INFO  (jetty-launcher-1873-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 164460 INFO  (jetty-launcher-1873-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 164460 INFO  (jetty-launcher-1873-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 164460 INFO  (jetty-launcher-1873-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 164462 INFO  (jetty-launcher-1873-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 164462 INFO  (jetty-launcher-1873-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 164462 INFO  (jetty-launcher-1873-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 164462 INFO  (jetty-launcher-1873-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 164462 INFO  (jetty-launcher-1873-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 164462 INFO  (jetty-launcher-1873-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 164462 INFO  (jetty-launcher-1873-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 164462 INFO  (jetty-launcher-1873-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 164462 INFO  (jetty-launcher-1873-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 164462 INFO  (jetty-launcher-1873-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a30f3bb{/solr,null,AVAILABLE}
   [junit4]   2> 164462 INFO  (jetty-launcher-1873-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4f96b198{/solr,null,AVAILABLE}
   [junit4]   2> 164462 INFO  (jetty-launcher-1873-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11fe7435{/solr,null,AVAILABLE}
   [junit4]   2> 164463 INFO  (jetty-launcher-1873-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 164463 INFO  (jetty-launcher-1873-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 164463 INFO  (jetty-launcher-1873-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 164463 INFO  (jetty-launcher-1873-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2475acaa{/solr,null,AVAILABLE}
   [junit4]   2> 164465 INFO  (jetty-launcher-1873-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@51d86284{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:55475}
   [junit4]   2> 164465 INFO  (jetty-launcher-1873-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5a453c66{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:55481}
   [junit4]   2> 164465 INFO  (jetty-launcher-1873-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3767495a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:55478}
   [junit4]   2> 164465 INFO  (jetty-launcher-1873-thread-2) [     ] o.e.j.s.Server Started @164495ms
   [junit4]   2> 164465 INFO  (jetty-launcher-1873-thread-4) [     ] o.e.j.s.Server Started @164495ms
   [junit4]   2> 164465 INFO  (jetty-launcher-1873-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3623fa9b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:55472}
   [junit4]   2> 164465 INFO  (jetty-launcher-1873-thread-3) [     ] o.e.j.s.Server Started @164495ms
   [junit4]   2> 164465 INFO  (jetty-launcher-1873-thread-1) [     ] o.e.j.s.Server Started @164495ms
   [junit4]   2> 164465 INFO  (jetty-launcher-1873-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55481}
   [junit4]   2> 164465 INFO  (jetty-launcher-1873-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {h

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

try@edb8e3
   [junit4]   2> 65811 INFO  (jetty-closer-283-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 65823 INFO  (jetty-closer-283-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72109939420495885-127.0.0.1:64530_solr-n_0000000000) closing
   [junit4]   2> 65828 INFO  (jetty-closer-283-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3c8d9f64{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 65828 INFO  (jetty-closer-283-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7a2010bf{/solr,null,UNAVAILABLE}
   [junit4]   2> 65829 INFO  (jetty-closer-283-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 66018 INFO  (zkCallback-67-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 66022 INFO  (jetty-closer-283-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1e88d43{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 66023 INFO  (jetty-closer-283-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b438679{/solr,null,UNAVAILABLE}
   [junit4]   2> 66024 INFO  (jetty-closer-283-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 66113 INFO  (jetty-closer-283-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@163034f8{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 66113 INFO  (jetty-closer-283-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@284d9039{/solr,null,UNAVAILABLE}
   [junit4]   2> 66113 INFO  (jetty-closer-283-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 66114 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 66299 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/clusterprops.json
   [junit4]   2> 	27	/solr/aliases.json
   [junit4]   2> 	7	/solr/collections/collection2/state.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1_collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1_collection/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1_collection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection2/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/filestream_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	38	/solr/collections/collection1_collection/state.json
   [junit4]   2> 	27	/solr/clusterstate.json
   [junit4]   2> 	20	/solr/collections/collection2/state.json
   [junit4]   2> 	15	/solr/collections/filestream_collection/state.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72109939420495886-127.0.0.1:64535_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	52	/solr/collections
   [junit4]   2> 	49	/solr/live_nodes
   [junit4]   2> 	44	/solr/overseer/queue
   [junit4]   2> 	18	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 66307 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:64496
   [junit4]   2> 66307 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64496
   [junit4]   2> 66307 INFO  (SUITE-StreamExpressionTest-seed#[55F7AC24B2E2F6D9]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64496
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_55F7AC24B2E2F6D9-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=10, maxDocsPerChunk=739, blockShift=4), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=10, blockSize=4)), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=af-ZA, timezone=Europe/Budapest
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=82578584,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest]
   [junit4] Completed [5/5 (5!)] on J3 in 67.21s, 30 tests, 1 failure, 4 skipped <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J3: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\temp\junit4-J3-20200627_113617_9471086537124139776573.syserr
   [junit4] >>> JVM J3 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J3: EOF ----

   [junit4] JVM J0: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\temp\junit4-J0-20200627_113617_94512845472146188391124.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\temp\junit4-J1-20200627_113617_9472276252277578607053.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J4: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\temp\junit4-J4-20200627_113617_94515006769279475119056.syserr
   [junit4] >>> JVM J4 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J4: EOF ----

   [junit4] JVM J2: stderr was not empty, see: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\temp\junit4-J2-20200627_113617_9475404880729142370378.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 16 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 150 tests, 5 failures, 20 ignored (20 assumptions) [seed: 55F7AC24B2E2F6D9]

Total time: 1 minute 11 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
[repro] Exiting with code 1

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

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

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

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

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

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-12.0.2) - Build # 1325 - Still Unstable!

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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([6AF0CB843129735A:773EE9F927D32DCF]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([6AF0CB843129735A:773EE9F927D32DCF]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 17443 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> 133462 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 133463 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_6AF0CB843129735A-001\data-dir-18-001
   [junit4]   2> 133463 WARN  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=95 numCloses=95
   [junit4]   2> 133463 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 133465 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 133465 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 133465 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_6AF0CB843129735A-001\tempDir-001
   [junit4]   2> 133466 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 133466 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 133466 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 133579 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 56525
   [junit4]   2> 133579 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:56525
   [junit4]   2> 133579 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:56525
   [junit4]   2> 133579 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 56525
   [junit4]   2> 133581 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133584 INFO  (zkConnectionManagerCallback-1244-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133584 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133586 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133588 INFO  (zkConnectionManagerCallback-1246-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133588 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133589 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133591 INFO  (zkConnectionManagerCallback-1248-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133591 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133696 WARN  (jetty-launcher-1249-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 133696 WARN  (jetty-launcher-1249-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 133696 WARN  (jetty-launcher-1249-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 133696 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 133696 WARN  (jetty-launcher-1249-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 133696 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 133696 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 133696 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 133696 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 133696 INFO  (jetty-launcher-1249-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 133696 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 133696 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 133696 INFO  (jetty-launcher-1249-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 133696 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 133696 INFO  (jetty-launcher-1249-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 133696 INFO  (jetty-launcher-1249-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d3f0a01{/solr,null,AVAILABLE}
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@578ba387{/solr,null,AVAILABLE}
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6f7762cd{/solr,null,AVAILABLE}
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a31a1b6{/solr,null,AVAILABLE}
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5060d58e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:56541}
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@71603778{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:56538}
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-1) [     ] o.e.j.s.Server Started @133774ms
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@614bf223{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:56539}
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-2) [     ] o.e.j.s.Server Started @133774ms
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-3) [     ] o.e.j.s.Server Started @133774ms
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56541}
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56538}
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5b5b9a57{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:56544}
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56539}
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-4) [     ] o.e.j.s.Server Started @133774ms
   [junit4]   2> 133697 ERROR (jetty-launcher-1249-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 133697 ERROR (jetty-launcher-1249-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56544}
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 133697 ERROR (jetty-launcher-1249-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-27T06:10:45.260647300Z
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 133697 ERROR (jetty-launcher-1249-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-27T06:10:45.260647300Z
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-27T06:10:45.260647300Z
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-27T06:10:45.260647300Z
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133697 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133702 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133702 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133703 INFO  (zkConnectionManagerCallback-1251-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133703 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133703 INFO  (zkConnectionManagerCallback-1253-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133703 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133703 INFO  (zkConnectionManagerCallback-1255-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133703 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133703 INFO  (zkConnectionManagerCallback-1257-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133703 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 133704 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 133704 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 133704 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 133704 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 133847 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 133848 WARN  (jetty-launcher-1249-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5e9acaf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133848 WARN  (jetty-launcher-1249-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5e9acaf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133851 WARN  (jetty-launcher-1249-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4534cfc1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133851 WARN  (jetty-launcher-1249-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4534cfc1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 133852 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56525/solr
   [junit4]   2> 133852 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 133855 INFO  (zkConnectionManagerCallback-1268-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 133855 INFO  (jetty-launcher-1249-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 134028 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 134029 WARN  (jetty-launcher-1249-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@a5b975c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 134029 WARN  (jetty-launcher-1249-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@a5b975c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 134032 WARN  (jetty-launcher-1249-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4fdabf6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 134032 WARN  (jetty-launcher-1249-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4fdabf6a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 134032 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56525/solr
   [junit4]   2> 134034 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 134036 INFO  (zkConnectionManagerCallback-1282-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134036 INFO  (jetty-launcher-1249-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 134144 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 134145 WARN  (jetty-launcher-1249-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@196e2de2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 134145 WARN  (jetty-launcher-1249-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@196e2de2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 134147 WARN  (jetty-launcher-1249-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@122872d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 134147 WARN  (jetty-launcher-1249-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@122872d5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 134149 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56525/solr
   [junit4]   2> 134150 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 134151 INFO  (zkConnectionManagerCallback-1293-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134151 INFO  (jetty-launcher-1249-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 134218 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 134221 WARN  (jetty-launcher-1249-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5aaf3c8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 134221 WARN  (jetty-launcher-1249-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5aaf3c8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 134222 WARN  (jetty-launcher-1249-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@53d1715a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 134222 WARN  (jetty-launcher-1249-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@53d1715a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 134222 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56525/solr
   [junit4]   2> 134222 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 134226 INFO  (jetty-launcher-1249-thread-1) [n:127.0.0.1:56541_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 134226 INFO  (zkConnectionManagerCallback-1301-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134226 INFO  (jetty-launcher-1249-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 134226 INFO  (zkConnectionManagerCallback-1303-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134226 INFO  (jetty-launcher-1249-thread-1) [n:127.0.0.1:56541_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 134320 INFO  (jetty-launcher-1249-thread-1) [n:127.0.0.1:56541_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56541_solr
   [junit4]   2> 134321 INFO  (jetty-launcher-1249-thread-1) [n:127.0.0.1:56541_solr     ] o.a.s.c.Overseer Overseer (id=72108658532483083-127.0.0.1:56541_solr-n_0000000000) starting
   [junit4]   2> 134325 INFO  (OverseerStateUpdate-72108658532483083-127.0.0.1:56541_solr-n_0000000000) [n:127.0.0.1:56541_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:56541_solr
   [junit4]   2> 134325 INFO  (jetty-launcher-1249-thread-1) [n:127.0.0.1:56541_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56541_solr
   [junit4]   2> 134326 INFO  (OverseerStateUpdate-72108658532483083-127.0.0.1:56541_solr-n_0000000000) [n:127.0.0.1:56541_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 134327 INFO  (jetty-launcher-1249-thread-4) [n:127.0.0.1:56544_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 134327 INFO  (jetty-launcher-1249-thread-1) [n:127.0.0.1:56541_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 134328 WARN  (jetty-launcher-1249-thread-1) [n:127.0.0.1:56541_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> 134330 INFO  (zkConnectionManagerCallback-1312-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134330 INFO  (jetty-launcher-1249-thread-4) [n:127.0.0.1:56544_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 134334 INFO  (jetty-launcher-1249-thread-4) [n:127.0.0.1:56544_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 134338 INFO  (jetty-launcher-1249-thread-4) [n:127.0.0.1:56544_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:56544_solr as DOWN
   [junit4]   2> 134338 INFO  (jetty-launcher-1249-thread-4) [n:127.0.0.1:56544_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 134338 INFO  (jetty-launcher-1249-thread-4) [n:127.0.0.1:56544_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56544_solr
   [junit4]   2> 134338 INFO  (zkCallback-1302-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 134338 INFO  (zkCallback-1311-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 134338 INFO  (jetty-launcher-1249-thread-4) [n:127.0.0.1:56544_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 134338 WARN  (jetty-launcher-1249-thread-4) [n:127.0.0.1:56544_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> 134355 INFO  (jetty-launcher-1249-thread-1) [n:127.0.0.1:56541_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 134374 INFO  (jetty-launcher-1249-thread-4) [n:127.0.0.1:56544_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 134390 INFO  (jetty-launcher-1249-thread-1) [n:127.0.0.1:56541_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56541.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 134394 INFO  (jetty-launcher-1249-thread-4) [n:127.0.0.1:56544_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56544.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 134398 INFO  (jetty-launcher-1249-thread-1) [n:127.0.0.1:56541_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56541.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 134398 INFO  (jetty-launcher-1249-thread-1) [n:127.0.0.1:56541_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56541.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 134398 INFO  (jetty-launcher-1249-thread-4) [n:127.0.0.1:56544_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56544.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 134398 INFO  (jetty-launcher-1249-thread-4) [n:127.0.0.1:56544_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56544.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 134398 INFO  (jetty-launcher-1249-thread-1) [n:127.0.0.1:56541_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_6AF0CB843129735A-001\tempDir-001\node1
   [junit4]   2> 134401 INFO  (jetty-launcher-1249-thread-4) [n:127.0.0.1:56544_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_6AF0CB843129735A-001\tempDir-001\node4
   [junit4]   2> 134428 INFO  (jetty-launcher-1249-thread-3) [n:127.0.0.1:56539_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 134430 INFO  (zkConnectionManagerCallback-1327-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134430 INFO  (jetty-launcher-1249-thread-3) [n:127.0.0.1:56539_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 134435 INFO  (jetty-launcher-1249-thread-3) [n:127.0.0.1:56539_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 134438 INFO  (jetty-launcher-1249-thread-3) [n:127.0.0.1:56539_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:56539_solr as DOWN
   [junit4]   2> 134440 INFO  (jetty-launcher-1249-thread-3) [n:127.0.0.1:56539_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 134440 INFO  (jetty-launcher-1249-thread-3) [n:127.0.0.1:56539_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56539_solr
   [junit4]   2> 134441 INFO  (zkCallback-1302-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 134441 INFO  (zkCallback-1311-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 134441 INFO  (zkCallback-1326-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 134442 INFO  (jetty-launcher-1249-thread-3) [n:127.0.0.1:56539_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 134442 WARN  (jetty-launcher-1249-thread-3) [n:127.0.0.1:56539_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> 134476 INFO  (jetty-launcher-1249-thread-3) [n:127.0.0.1:56539_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 134493 INFO  (jetty-launcher-1249-thread-3) [n:127.0.0.1:56539_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56539.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 134498 INFO  (jetty-launcher-1249-thread-3) [n:127.0.0.1:56539_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56539.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 134499 INFO  (jetty-launcher-1249-thread-3) [n:127.0.0.1:56539_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56539.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 134500 INFO  (jetty-launcher-1249-thread-3) [n:127.0.0.1:56539_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_6AF0CB843129735A-001\tempDir-001\node3
   [junit4]   2> 134529 INFO  (jetty-launcher-1249-thread-2) [n:127.0.0.1:56538_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 134531 INFO  (zkConnectionManagerCallback-1337-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134531 INFO  (jetty-launcher-1249-thread-2) [n:127.0.0.1:56538_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 134535 INFO  (jetty-launcher-1249-thread-2) [n:127.0.0.1:56538_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 134538 INFO  (jetty-launcher-1249-thread-2) [n:127.0.0.1:56538_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:56538_solr as DOWN
   [junit4]   2> 134539 INFO  (jetty-launcher-1249-thread-2) [n:127.0.0.1:56538_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 134539 INFO  (jetty-launcher-1249-thread-2) [n:127.0.0.1:56538_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56538_solr
   [junit4]   2> 134540 INFO  (zkCallback-1302-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 134540 INFO  (zkCallback-1311-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 134540 INFO  (zkCallback-1326-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 134540 INFO  (zkCallback-1336-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 134541 INFO  (jetty-launcher-1249-thread-2) [n:127.0.0.1:56538_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 134541 WARN  (jetty-launcher-1249-thread-2) [n:127.0.0.1:56538_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> 134567 INFO  (jetty-launcher-1249-thread-2) [n:127.0.0.1:56538_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 134584 INFO  (jetty-launcher-1249-thread-2) [n:127.0.0.1:56538_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56538.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 134589 INFO  (jetty-launcher-1249-thread-2) [n:127.0.0.1:56538_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56538.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 134589 INFO  (jetty-launcher-1249-thread-2) [n:127.0.0.1:56538_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56538.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 134590 INFO  (jetty-launcher-1249-thread-2) [n:127.0.0.1:56538_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_6AF0CB843129735A-001\tempDir-001\node2
   [junit4]   2> 134605 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 134606 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 134608 INFO  (zkConnectionManagerCallback-1350-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 134608 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 134610 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 134610 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56525/solr ready
   [junit4]   2> 134630 INFO  (qtp1871446434-2392) [n:127.0.0.1:56539_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 134632 INFO  (OverseerThreadFactory-1310-thread-1-processing-n:127.0.0.1:56541_solr) [n:127.0.0.1:56541_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1_collection
   [junit4]   2> 134742 INFO  (qtp1871446434-2398) [n:127.0.0.1:56539_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 134747 INFO  (qtp1436315284-2402) [n:127.0.0.1:56544_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 134751 INFO  (qtp2141705980-2393) [n:127.0.0.1:56538_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 134752 INFO  (qtp1588011050-2405) [n:127.0.0.1:56541_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 134752 INFO  (qtp1588011050-2405) [n:127.0.0.1:56541_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 134760 INFO  (OverseerStateUpdate-72108658532483083-127.0.0.1:56541_solr-n_0000000000) [n:127.0.0.1:56541_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56541/solr",
   [junit4]   2>   "node_name":"127.0.0.1:56541_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 134762 INFO  (OverseerStateUpdate-72108658532483083-127.0.0.1:56541_solr-n_0000000000) [n:127.0.0.1:56541_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56538/solr",
   [junit4]   2>   "node_name":"127.0.0.1:56538_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 134964 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr    x:collection1_collection_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 134964 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr    x:collection1_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 134977 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 134982 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 134998 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 134998 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 135003 WARN  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 135003 WARN  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 135005 WARN  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 135005 WARN  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 135008 WARN  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 135008 WARN  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 135009 WARN  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 135009 WARN  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 135015 WARN  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 135015 WARN  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 135057 WARN  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 135057 WARN  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 135058 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 135058 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_collection_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 135058 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56538.solr.core.collection1_collection.shard2.replica_n2' (registry 'solr.core.collection1_collection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 135058 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_collection_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_6AF0CB843129735A-001\tempDir-001\node2\collection1_collection_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_6AF0CB843129735A-001\tempDir-001\node2\collection1_collection_shard2_replica_n2\data\]
   [junit4]   2> 135058 WARN  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 135058 WARN  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 135058 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 135058 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_collection_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 135058 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56541.solr.core.collection1_collection.shard1.replica_n1' (registry 'solr.core.collection1_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 135058 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_6AF0CB843129735A-001\tempDir-001\node1\collection1_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_6AF0CB843129735A-001\tempDir-001\node1\collection1_collection_shard1_replica_n1\data\]
   [junit4]   2> 135147 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 135147 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 135148 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 135148 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 135150 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 135150 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 135150 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 135150 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 135154 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 135154 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 135154 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 135154 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670631387789524992
   [junit4]   2> 135158 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 135158 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 135158 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 135158 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670631387793719296
   [junit4]   2> 135158 INFO  (searcherExecutor-1352-thread-1-processing-n:127.0.0.1:56538_solr x:collection1_collection_shard2_replica_n2 c:collection1_collection s:shard2 r:core_node4) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_collection_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 135163 INFO  (searcherExecutor-1354-thread-1-processing-n:127.0.0.1:56541_solr x:collection1_collection_shard1_replica_n1 c:collection1_collection s:shard1 r:core_node3) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 135164 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1_collection/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 135164 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1_collection/leaders/shard2
   [junit4]   2> 135166 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 135166 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1_collection/leaders/shard1
   [junit4]   2> 135169 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 135170 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 135170 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56538/solr/collection1_collection_shard2_replica_n2/
   [junit4]   2> 135170 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 135170 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:56538/solr/collection1_collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 135170 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1_collection/leaders/shard2/leader after winning as /collections/collection1_collection/leader_elect/shard2/election/72108658532483086-core_node4-n_0000000000
   [junit4]   2> 135171 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 135171 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 135171 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56541/solr/collection1_collection_shard1_replica_n1/
   [junit4]   2> 135172 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 135172 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:56538/solr/collection1_collection_shard2_replica_n2/ shard2
   [junit4]   2> 135172 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:56541/solr/collection1_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 135172 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1_collection/leaders/shard1/leader after winning as /collections/collection1_collection/leader_elect/shard1/election/72108658532483083-core_node3-n_0000000000
   [junit4]   2> 135174 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:56541/solr/collection1_collection_shard1_replica_n1/ shard1
   [junit4]   2> 135277 INFO  (zkCallback-1302-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 135277 INFO  (zkCallback-1336-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 135277 INFO  (zkCallback-1302-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 135277 INFO  (zkCallback-1336-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 135278 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 135278 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 135282 INFO  (qtp2141705980-2395) [n:127.0.0.1:56538_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=317
   [junit4]   2> 135282 INFO  (qtp1588011050-2406) [n:127.0.0.1:56541_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=317
   [junit4]   2> 135285 INFO  (qtp1871446434-2392) [n:127.0.0.1:56539_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 135383 INFO  (zkCallback-1326-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 135383 INFO  (zkCallback-1336-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 135383 INFO  (zkCallback-1336-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 135383 INFO  (zkCallback-1302-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 135383 INFO  (zkCallback-1302-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 135383 INFO  (zkCallback-1302-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 135383 INFO  (zkCallback-1336-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 135383 INFO  (qtp1871446434-2392) [n:127.0.0.1:56539_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=755
   [junit4]   2> 135386 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: collection1_collection
   [junit4]   2> 135386 INFO  (qtp1871446434-2390) [n:127.0.0.1:56539_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=collection1_collection&name=collection1&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 135389 INFO  (OverseerCollectionConfigSetProcessor-72108658532483083-127.0.0.1:56541_solr-n_0000000000) [n:127.0.0.1:56541_solr     ] 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> 135491 INFO  (qtp1871446434-2390) [n:127.0.0.1:56539_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=collection1_collection&name=collection1&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=104
   [junit4]   2> 135492 INFO  (qtp1871446434-2396) [n:127.0.0.1:56539_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=filestream_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 135495 INFO  (OverseerCollectionConfigSetProcessor-72108658532483083-127.0.0.1:56541_solr-n_0000000000) [n:127.0.0.1:56541_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 135495 INFO  (OverseerThreadFactory-1310-thread-3-processing-n:127.0.0.1:56541_solr) [n:127.0.0.1:56541_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection filestream_collection
   [junit4]   2> 135704 INFO  (qtp1871446434-2398) [n:127.0.0.1:56539_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 135707 INFO  (qtp1436315284-2409) [n:127.0.0.1:56544_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 135709 INFO  (qtp2141705980-2399) [n:127.0.0.1:56538_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1_collection.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 135712 INFO  (qtp2141705980-2389) [n:127.0.0.1:56538_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 135714 INFO  (qtp1588011050-2408) [n:127.0.0.1:56541_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=1
   [junit4]   2> 135718 INFO  (qtp1588011050-2401) [n:127.0.0.1:56541_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 135726 INFO  (OverseerStateUpdate-72108658532483083-127.0.0.1:56541_solr-n_0000000000) [n:127.0.0.1:56541_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"filestream_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"filestream_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56544/solr",
   [junit4]   2>   "node_name":"127.0.0.1:56544_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 135927 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr    x:filestream_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=filestream_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=filestream_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 135939 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 135957 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 136002 WARN  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 136002 WARN  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 136002 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 136002 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'filestream_collection_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 136002 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56544.solr.core.filestream_collection.shard1.replica_n1' (registry 'solr.core.filestream_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d7e215f
   [junit4]   2> 136002 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[filestream_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_6AF0CB843129735A-001\tempDir-001\node4\filestream_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_6AF0CB843129735A-001\tempDir-001\node4\filestream_collection_shard1_replica_n1\data\]
   [junit4]   2> 136082 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 136082 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 136086 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 136086 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 136088 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 136088 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 136088 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 136088 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670631388768894976
   [junit4]   2> 136089 INFO  (searcherExecutor-1364-thread-1-processing-n:127.0.0.1:56544_solr x:filestream_collection_shard1_replica_n1 c:filestream_collection s:shard1 r:core_node2) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [filestream_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 136094 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/filestream_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 136094 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/filestream_collection/leaders/shard1
   [junit4]   2> 136097 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 136097 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 136097 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56544/solr/filestream_collection_shard1_replica_n1/
   [junit4]   2> 136097 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 136097 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:56544/solr/filestream_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 136097 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/filestream_collection/leaders/shard1/leader after winning as /collections/filestream_collection/leader_elect/shard1/election/72108658532483084-core_node2-n_0000000000
   [junit4]   2> 136099 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:56544/solr/filestream_collection_shard1_replica_n1/ shard1
   [junit4]   2> 136202 INFO  (zkCallback-1311-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 136202 INFO  (zkCallback-1311-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 136202 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 136206 INFO  (qtp1436315284-2407) [n:127.0.0.1:56544_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=filestream_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=filestream_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=278
   [junit4]   2> 136207 INFO  (qtp1871446434-2396) [n:127.0.0.1:56539_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 136307 INFO  (zkCallback-1326-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 136307 INFO  (zkCallback-1311-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 136307 INFO  (zkCallback-1311-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 136307 INFO  (zkCallback-1311-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 136308 INFO  (qtp1871446434-2396) [n:127.0.0.1:56539_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=filestream_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=815
   [junit4]   2> 136308 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: filestream_collection
   [junit4]   2> 136338 INFO  (TEST-StreamExpressionTest.testSearchBacktick-seed#[6AF0CB843129735A]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSearchBacktick
   [junit4]   2> 136347 INFO  (qtp2141705980-2399) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1_collection/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 136347 INFO  (qtp2141705980-2399) [n:127.0.0.1:56538_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_collection_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:56541/solr/collection1_collection_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 136349 INFO  (qtp2141705980-2389) [n:127.0.0.1:56538_solr c:collection1_collection s

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

   2> 49848 INFO  (zkCallback-67-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 49848 INFO  (zkCallback-67-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 49848 INFO  (zkCallback-61-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 49848 INFO  (zkCallback-61-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 49848 INFO  (zkCallback-61-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 49849 INFO  (jetty-closer-278-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5bfdf90{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 49849 INFO  (jetty-closer-278-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@78d520cf{/solr,null,UNAVAILABLE}
   [junit4]   2> 49849 INFO  (jetty-closer-278-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 49953 INFO  (zkCallback-67-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 50051 INFO  (closeThreadPool-301-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72108719711387662-127.0.0.1:50853_solr-n_0000000000) closing
   [junit4]   2> 50052 INFO  (OverseerStateUpdate-72108719711387662-127.0.0.1:50853_solr-n_0000000000) [n:127.0.0.1:50853_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:50853_solr
   [junit4]   2> 50052 INFO  (OverseerAutoScalingTriggerThread-72108719711387662-127.0.0.1:50853_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 50056 INFO  (closeThreadPool-301-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72108719711387662-127.0.0.1:50853_solr-n_0000000000) closing
   [junit4]   2> 50151 INFO  (jetty-closer-278-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@ab4750d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 50151 INFO  (jetty-closer-278-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7a1935e2{/solr,null,UNAVAILABLE}
   [junit4]   2> 50151 INFO  (jetty-closer-278-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 50250 INFO  (jetty-closer-278-thread-4) [     ] o.a.s.c.Overseer Overseer (id=72108719711387662-127.0.0.1:50853_solr-n_0000000000) closing
   [junit4]   2> 50252 INFO  (jetty-closer-278-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@74fcc141{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 50252 INFO  (jetty-closer-278-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@53b7d91{/solr,null,UNAVAILABLE}
   [junit4]   2> 50252 INFO  (jetty-closer-278-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 50253 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 50459 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/clusterprops.json
   [junit4]   2> 	26	/solr/aliases.json
   [junit4]   2> 	5	/solr/collections/collection2/state.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection1_collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1_collection/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1_collection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/filestream_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	33	/solr/collections/collection1_collection/state.json
   [junit4]   2> 	26	/solr/clusterstate.json
   [junit4]   2> 	17	/solr/collections/collection2/state.json
   [junit4]   2> 	10	/solr/collections/filestream_collection/state.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72108719711387662-127.0.0.1:50853_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72108719711387660-127.0.0.1:50854_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	51	/solr/collections
   [junit4]   2> 	45	/solr/live_nodes
   [junit4]   2> 	44	/solr/overseer/queue
   [junit4]   2> 	19	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 50470 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:50808
   [junit4]   2> 50470 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:50808
   [junit4]   2> 50470 INFO  (SUITE-StreamExpressionTest-seed#[6AF0CB843129735A]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 50808
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J2\temp\solr.client.solrj.io.stream.StreamExpressionTest_6AF0CB843129735A-001
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=2380, maxDocsPerChunk=6, blockShift=9), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=2380, blockSize=9)), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ee-TG, timezone=AET
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=115442640,total=195297280
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest]
   [junit4] Completed [5/5 (5!)] on J2 in 51.00s, 30 tests, 1 failure, 4 skipped <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 150 tests, 5 failures, 20 ignored (20 assumptions) [seed: 6AF0CB843129735A]

Total time: 54 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
[repro] Exiting with code 1

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

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

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

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

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

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk1.8.0_201) - Build # 1324 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1324/
Java: 64bit/jdk1.8.0_201 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([4CDA250C8DA9D8F5:511407719B538660]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.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 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.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([4CDA250C8DA9D8F5:511407719B538660]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.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 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 17193 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> 79872 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 79872 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 79873 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_4CDA250C8DA9D8F5-001\data-dir-4-001
   [junit4]   2> 79873 WARN  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 79873 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 79884 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 79887 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_4CDA250C8DA9D8F5-001\tempDir-001
   [junit4]   2> 79887 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 79894 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 79894 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 80002 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 54603
   [junit4]   2> 80002 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:54603
   [junit4]   2> 80002 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54603
   [junit4]   2> 80002 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54603
   [junit4]   2> 80007 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80042 INFO  (zkConnectionManagerCallback-152-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80042 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80046 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80049 INFO  (zkConnectionManagerCallback-154-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80049 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80050 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80053 INFO  (zkConnectionManagerCallback-156-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80053 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80160 WARN  (jetty-launcher-157-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 80160 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 80160 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 80160 WARN  (jetty-launcher-157-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 80161 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 80161 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 80161 INFO  (jetty-launcher-157-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 80161 INFO  (jetty-launcher-157-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 80161 WARN  (jetty-launcher-157-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 80161 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 80161 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 80161 INFO  (jetty-launcher-157-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 80161 INFO  (jetty-launcher-157-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 80161 INFO  (jetty-launcher-157-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 80161 INFO  (jetty-launcher-157-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 80161 INFO  (jetty-launcher-157-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 80161 INFO  (jetty-launcher-157-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 80161 INFO  (jetty-launcher-157-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 80162 INFO  (jetty-launcher-157-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@14587141{/solr,null,AVAILABLE}
   [junit4]   2> 80162 INFO  (jetty-launcher-157-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@698f72e7{/solr,null,AVAILABLE}
   [junit4]   2> 80162 INFO  (jetty-launcher-157-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 80163 INFO  (jetty-launcher-157-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 80163 INFO  (jetty-launcher-157-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 80163 INFO  (jetty-launcher-157-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@35ac1bdf{/solr,null,AVAILABLE}
   [junit4]   2> 80167 WARN  (jetty-launcher-157-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 80167 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 80167 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 80167 INFO  (jetty-launcher-157-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 80167 INFO  (jetty-launcher-157-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 80168 INFO  (jetty-launcher-157-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 80168 INFO  (jetty-launcher-157-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 80168 INFO  (jetty-launcher-157-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@113666bd{/solr,null,AVAILABLE}
   [junit4]   2> 80181 INFO  (jetty-launcher-157-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1d4fed38{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:54627}
   [junit4]   2> 80181 INFO  (jetty-launcher-157-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@23043c18{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:54630}
   [junit4]   2> 80181 INFO  (jetty-launcher-157-thread-3) [     ] o.e.j.s.Server Started @80551ms
   [junit4]   2> 80181 INFO  (jetty-launcher-157-thread-4) [     ] o.e.j.s.Server Started @80551ms
   [junit4]   2> 80181 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54627}
   [junit4]   2> 80182 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54630}
   [junit4]   2> 80182 INFO  (jetty-launcher-157-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4bc3786{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:54621}
   [junit4]   2> 80182 INFO  (jetty-launcher-157-thread-1) [     ] o.e.j.s.Server Started @80552ms
   [junit4]   2> 80183 ERROR (jetty-launcher-157-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 80183 ERROR (jetty-launcher-157-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 80182 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54621}
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-27T01:18:28.434Z
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-27T01:18:28.434Z
   [junit4]   2> 80183 ERROR (jetty-launcher-157-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-27T01:18:28.434Z
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@23e89e6f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:54622}
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-2) [     ] o.e.j.s.Server Started @80553ms
   [junit4]   2> 80183 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54622}
   [junit4]   2> 80184 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80184 ERROR (jetty-launcher-157-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 80184 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 80184 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 80184 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 80184 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80185 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 80185 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-27T01:18:28.436Z
   [junit4]   2> 80186 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80188 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80192 INFO  (zkConnectionManagerCallback-159-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80192 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80196 INFO  (zkConnectionManagerCallback-161-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80196 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80197 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 80199 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 80202 INFO  (zkConnectionManagerCallback-163-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80202 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80203 INFO  (zkConnectionManagerCallback-165-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80203 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80204 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 80205 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 80512 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 80517 WARN  (jetty-launcher-157-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@d24bbbc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80517 WARN  (jetty-launcher-157-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@d24bbbc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80528 WARN  (jetty-launcher-157-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@768a57fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80528 WARN  (jetty-launcher-157-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@768a57fd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80531 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54603/solr
   [junit4]   2> 80533 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80556 INFO  (zkConnectionManagerCallback-182-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80556 INFO  (jetty-launcher-157-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80618 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 80624 WARN  (jetty-launcher-157-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6e3fd6a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80624 WARN  (jetty-launcher-157-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6e3fd6a4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80633 WARN  (jetty-launcher-157-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2696a2cb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80633 WARN  (jetty-launcher-157-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2696a2cb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80633 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54603/solr
   [junit4]   2> 80636 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80642 INFO  (zkConnectionManagerCallback-193-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80642 INFO  (jetty-launcher-157-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80666 INFO  (jetty-launcher-157-thread-4) [n:127.0.0.1:54630_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80675 INFO  (zkConnectionManagerCallback-195-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80675 INFO  (jetty-launcher-157-thread-4) [n:127.0.0.1:54630_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80764 INFO  (jetty-launcher-157-thread-2) [n:127.0.0.1:54622_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80769 INFO  (zkConnectionManagerCallback-199-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80769 INFO  (jetty-launcher-157-thread-2) [n:127.0.0.1:54622_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80783 INFO  (jetty-launcher-157-thread-2) [n:127.0.0.1:54622_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54622_solr
   [junit4]   2> 80783 INFO  (jetty-launcher-157-thread-2) [n:127.0.0.1:54622_solr     ] o.a.s.c.Overseer Overseer (id=72107509300396042-127.0.0.1:54622_solr-n_0000000000) starting
   [junit4]   2> 80792 INFO  (jetty-launcher-157-thread-2) [n:127.0.0.1:54622_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54622_solr
   [junit4]   2> 80792 INFO  (OverseerStateUpdate-72107509300396042-127.0.0.1:54622_solr-n_0000000000) [n:127.0.0.1:54622_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54622_solr
   [junit4]   2> 80793 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 80795 INFO  (OverseerStateUpdate-72107509300396042-127.0.0.1:54622_solr-n_0000000000) [n:127.0.0.1:54622_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 80796 INFO  (jetty-launcher-157-thread-2) [n:127.0.0.1:54622_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 80796 WARN  (jetty-launcher-157-thread-2) [n:127.0.0.1:54622_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> 80798 WARN  (jetty-launcher-157-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1c2de7b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80799 WARN  (jetty-launcher-157-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1c2de7b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80799 INFO  (zkCallback-194-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 80803 INFO  (jetty-launcher-157-thread-4) [n:127.0.0.1:54630_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:54630_solr as DOWN
   [junit4]   2> 80804 WARN  (jetty-launcher-157-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2d109113[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80804 WARN  (jetty-launcher-157-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2d109113[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80804 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54603/solr
   [junit4]   2> 80806 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80808 INFO  (jetty-launcher-157-thread-4) [n:127.0.0.1:54630_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 80808 INFO  (jetty-launcher-157-thread-4) [n:127.0.0.1:54630_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54630_solr
   [junit4]   2> 80814 INFO  (zkConnectionManagerCallback-214-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80814 INFO  (jetty-launcher-157-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80815 INFO  (zkCallback-194-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 80816 INFO  (zkCallback-198-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 80819 INFO  (jetty-launcher-157-thread-4) [n:127.0.0.1:54630_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 80820 WARN  (jetty-launcher-157-thread-4) [n:127.0.0.1:54630_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> 80872 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 80877 WARN  (jetty-launcher-157-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@114987[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80877 WARN  (jetty-launcher-157-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@114987[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80884 WARN  (jetty-launcher-157-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f3be602[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80884 WARN  (jetty-launcher-157-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f3be602[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 80884 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54603/solr
   [junit4]   2> 80884 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80892 INFO  (zkConnectionManagerCallback-225-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80896 INFO  (jetty-launcher-157-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80917 INFO  (jetty-launcher-157-thread-1) [n:127.0.0.1:54621_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 80917 INFO  (jetty-launcher-157-thread-4) [n:127.0.0.1:54630_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 80920 INFO  (jetty-launcher-157-thread-2) [n:127.0.0.1:54622_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 80921 INFO  (zkConnectionManagerCallback-227-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 80923 INFO  (jetty-launcher-157-thread-1) [n:127.0.0.1:54621_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 80999 INFO  (jetty-launcher-157-thread-3) [n:127.0.0.1:54627_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 81002 INFO  (zkConnectionManagerCallback-235-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 81002 INFO  (jetty-launcher-157-thread-3) [n:127.0.0.1:54627_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 81015 INFO  (jetty-launcher-157-thread-1) [n:127.0.0.1:54621_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 81019 INFO  (jetty-launcher-157-thread-3) [n:127.0.0.1:54627_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 81030 INFO  (jetty-launcher-157-thread-4) [n:127.0.0.1:54630_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54630.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 81031 INFO  (jetty-launcher-157-thread-1) [n:127.0.0.1:54621_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:54621_solr as DOWN
   [junit4]   2> 81033 INFO  (jetty-launcher-157-thread-2) [n:127.0.0.1:54622_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54622.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 81044 INFO  (jetty-launcher-157-thread-2) [n:127.0.0.1:54622_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54622.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 81044 INFO  (jetty-launcher-157-thread-2) [n:127.0.0.1:54622_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54622.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 81046 INFO  (jetty-launcher-157-thread-1) [n:127.0.0.1:54621_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 81046 INFO  (jetty-launcher-157-thread-1) [n:127.0.0.1:54621_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54621_solr
   [junit4]   2> 81057 INFO  (jetty-launcher-157-thread-3) [n:127.0.0.1:54627_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:54627_solr as DOWN
   [junit4]   2> 81059 INFO  (zkCallback-198-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 81073 INFO  (jetty-launcher-157-thread-4) [n:127.0.0.1:54630_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54630.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 81073 INFO  (jetty-launcher-157-thread-4) [n:127.0.0.1:54630_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54630.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 81077 INFO  (jetty-launcher-157-thread-4) [n:127.0.0.1:54630_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_4CDA250C8DA9D8F5-001\tempDir-001\node4
   [junit4]   2> 81085 INFO  (jetty-launcher-157-thread-2) [n:127.0.0.1:54622_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_4CDA250C8DA9D8F5-001\tempDir-001\node2
   [junit4]   2> 81087 INFO  (zkCallback-234-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 81087 INFO  (zkCallback-194-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 81088 INFO  (zkCallback-226-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 81098 INFO  (jetty-launcher-157-thread-3) [n:127.0.0.1:54627_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 81098 INFO  (jetty-launcher-157-thread-3) [n:127.0.0.1:54627_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54627_solr
   [junit4]   2> 81112 INFO  (jetty-launcher-157-thread-1) [n:127.0.0.1:54621_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 81114 WARN  (jetty-launcher-157-thread-1) [n:127.0.0.1:54621_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> 81116 INFO  (zkCallback-198-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 81117 INFO  (zkCallback-226-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 81117 INFO  (zkCallback-234-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 81117 INFO  (zkCallback-194-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 81128 INFO  (jetty-launcher-157-thread-3) [n:127.0.0.1:54627_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 81129 WARN  (jetty-launcher-157-thread-3) [n:127.0.0.1:54627_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> 81233 INFO  (jetty-launcher-157-thread-1) [n:127.0.0.1:54621_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 81249 INFO  (jetty-launcher-157-thread-3) [n:127.0.0.1:54627_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 81277 INFO  (jetty-launcher-157-thread-3) [n:127.0.0.1:54627_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54627.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 81281 INFO  (jetty-launcher-157-thread-1) [n:127.0.0.1:54621_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54621.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 81294 INFO  (jetty-launcher-157-thread-3) [n:127.0.0.1:54627_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54627.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 81294 INFO  (jetty-launcher-157-thread-3) [n:127.0.0.1:54627_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54627.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 81294 INFO  (jetty-launcher-157-thread-1) [n:127.0.0.1:54621_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54621.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 81294 INFO  (jetty-launcher-157-thread-1) [n:127.0.0.1:54621_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54621.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 81294 INFO  (jetty-launcher-157-thread-3) [n:127.0.0.1:54627_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_4CDA250C8DA9D8F5-001\tempDir-001\node3
   [junit4]   2> 81300 INFO  (jetty-launcher-157-thread-1) [n:127.0.0.1:54621_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_4CDA250C8DA9D8F5-001\tempDir-001\node1
   [junit4]   2> 81355 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 81357 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 81360 INFO  (zkConnectionManagerCallback-258-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 81360 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 81363 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 81364 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54603/solr ready
   [junit4]   2> 81378 INFO  (qtp767809488-391) [n:127.0.0.1:54630_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 81383 INFO  (OverseerThreadFactory-209-thread-1-processing-n:127.0.0.1:54622_solr) [n:127.0.0.1:54622_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 81497 INFO  (qtp767809488-389) [n:127.0.0.1:54630_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=5
   [junit4]   2> 81500 INFO  (qtp758080954-370) [n:127.0.0.1:54622_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 81504 INFO  (qtp758080954-370) [n:127.0.0.1:54622_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=5
   [junit4]   2> 81510 INFO  (qtp327680313-382) [n:127.0.0.1:54627_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 81516 INFO  (qtp175884473-360) [n:127.0.0.1:54621_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 81535 INFO  (OverseerStateUpdate-72107509300396042-127.0.0.1:54622_solr-n_0000000000) [n:127.0.0.1:54622_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54621/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54621_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 81538 INFO  (OverseerStateUpdate-72107509300396042-127.0.0.1:54622_solr-n_0000000000) [n:127.0.0.1:54622_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54627/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54627_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 81740 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 81740 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr    x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 81767 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 81770 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 81870 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 81880 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 81989 WARN  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 81989 WARN  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 82016 WARN  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 82016 WARN  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 82021 WARN  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 82021 WARN  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 82021 WARN  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 82021 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 82021 WARN  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 82023 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 82027 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 82027 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 82028 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54627.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 82028 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54621.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 82028 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_4CDA250C8DA9D8F5-001\tempDir-001\node3\collection1_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_4CDA250C8DA9D8F5-001\tempDir-001\node3\collection1_shard2_replica_n2\data\]
   [junit4]   2> 82028 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_4CDA250C8DA9D8F5-001\tempDir-001\node1\collection1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_4CDA250C8DA9D8F5-001\tempDir-001\node1\collection1_shard1_replica_n1\data\]
   [junit4]   2> 82308 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 82308 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 82314 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 82314 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 82323 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 82323 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 82325 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 82327 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 82327 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 82327 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 82327 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 82330 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670612999818182656
   [junit4]   2> 82333 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 82342 INFO  (searcherExecutor-261-thread-1-processing-n:127.0.0.1:54627_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 82343 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 82343 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 82343 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670612999831814144
   [junit4]   2> 82365 INFO  (searcherExecutor-262-thread-1-processing-n:127.0.0.1:54621_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 82380 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 82380 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 82383 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 82383 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 82412 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 82412 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 82412 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54627/solr/collection1_shard2_replica_n2/
   [junit4]   2> 82413 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 82413 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:54627/solr/collection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 82413 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72107509300396046-core_node4-n_0000000000
   [junit4]   2> 82418 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 82418 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 82418 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54621/solr/collection1_shard1_replica_n1/
   [junit4]   2> 82418 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 82420 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54627/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 82420 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:54621/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 82420 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72107509300396045-core_node3-n_0000000000
   [junit4]   2> 82429 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54621/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 82535 INFO  (zkCallback-226-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 82535 INFO  (zkCallback-226-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 82535 INFO  (zkCallback-234-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 82538 INFO  (zkCallback-234-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 82539 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 82540 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 82545 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=822
   [junit4]   2> 82545 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=822
   [junit4]   2> 82548 INFO  (qtp767809488-391) [n:127.0.0.1:54630_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 82641 INFO  (zkCallback-226-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 82641 INFO  (zkCallback-226-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 82641 INFO  (zkCallback-234-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 82642 INFO  (zkCallback-234-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 82642 INFO  (zkCallback-194-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 82642 INFO  (zkCallback-234-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 82642 INFO  (zkCallback-226-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 82642 INFO  (qtp767809488-391) [n:127.0.0.1:54630_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1290
   [junit4]   2> 82643 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: collection1
   [junit4]   2> 82649 INFO  (qtp767809488-387) [n:127.0.0.1:54630_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=filestream_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 82654 INFO  (OverseerCollectionConfigSetProcessor-72107509300396042-127.0.0.1:54622_solr-n_0000000000) [n:127.0.0.1:54622_solr     ] 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> 82654 INFO  (OverseerThreadFactory-209-thread-2-processing-n:127.0.0.1:54622_solr) [n:127.0.0.1:54622_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection filestream_collection
   [junit4]   2> 82914 INFO  (qtp767809488-390) [n:127.0.0.1:54630_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=6
   [junit4]   2> 82923 INFO  (qtp758080954-369) [n:127.0.0.1:54622_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=5
   [junit4]   2> 82930 INFO  (qtp327680313-374) [n:127.0.0.1:54627_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=2
   [junit4]   2> 82941 INFO  (qtp327680313-378) [n:127.0.0.1:54627_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=5
   [junit4]   2> 82946 INFO  (qtp175884473-363) [n:127.0.0.1:54621_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=1
   [junit4]   2> 82955 INFO  (qtp175884473-361) [n:127.0.0.1:54621_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=6
   [junit4]   2> 82968 INFO  (OverseerStateUpdate-72107509300396042-127.0.0.1:54622_solr-n_0000000000) [n:127.0.0.1:54622_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"filestream_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"filestream_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54622/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54622_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 83166 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr    x:filestream_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=filestream_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=filestream_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 83217 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 83246 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 83323 WARN  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 83323 WARN  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 83323 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 83324 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'filestream_collection_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 83324 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54622.solr.core.filestream_collection.shard1.replica_n1' (registry 'solr.core.filestream_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@dfdb8a3
   [junit4]   2> 83324 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[filestream_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_4CDA250C8DA9D8F5-001\tempDir-001\node2\filestream_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_4CDA250C8DA9D8F5-001\tempDir-001\node2\filestream_collection_shard1_replica_n1\data\]
   [junit4]   2> 83519 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 83519 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 83525 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 83525 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 83534 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 83534 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 83534 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 83534 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670613001080668160
   [junit4]   2> 83541 INFO  (searcherExecutor-272-thread-1-processing-n:127.0.0.1:54622_solr x:filestream_collection_shard1_replica_n1 c:filestream_collection s:shard1 r:core_node2) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [filestream_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 83557 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/filestream_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 83558 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/filestream_collection/leaders/shard1
   [junit4]   2> 83565 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 83565 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 83565 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54622/solr/filestream_collection_shard1_replica_n1/
   [junit4]   2> 83566 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 83567 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:54622/solr/filestream_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 83567 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/filestream_collection/leaders/shard1/leader after winning as /collections/filestream_collection/leader_elect/shard1/election/72107509300396042-core_node2-n_0000000000
   [junit4]   2> 83571 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54622/solr/filestream_collection_shard1_replica_n1/ shard1
   [junit4]   2> 83676 INFO  (zkCallback-198-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 83677 INFO  (zkCallback-198-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 83679 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 83684 INFO  (qtp758080954-368) [n:127.0.0.1:54622_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=filestream_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=filestream_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=526
   [junit4]   2> 83691 INFO  (qtp767809488-387) [n:127.0.0.1:54630_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 83782 INFO  (zkCallback-194-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 83782 INFO  (zkCallback-198-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 83782 INFO  (zkCallback-198-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 83782 INFO  (zkCallback-198-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 83784 INFO  (qtp767809488-387) [n:127.0.0.1:54630_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=filestream_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1158
   [junit4]   2> 83785 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: filestream_collection
   [junit4]   2> 83840 INFO  (TEST-StreamExpressionTest.testSignificantTermsStream-seed#[4CDA250C8DA9D8F5]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSignificantTermsStream
   [junit4]   2> 83962 INFO  (qtp327680313-374) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 83963 INFO  (qtp327680313-374) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:54621/solr/collection1_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 83987 INFO  (qtp327680313-378) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:54621/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=2
   [junit4]   2> 83990 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 83990 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=110
   [junit4]   2> 84802 INFO  (OverseerCollectionConfigSetProcessor-72107509300396042-127.0.0.1:54622_solr-n_0000000000) [n:127.0.0.1:54622_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 84952 INFO  (qtp175884473-363) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=836
   [junit4]   2> 84962 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=843
   [junit4]   2> 85371 INFO  (searcherExecutor-261-thread-1-processing-n:127.0.0.1:54627_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 85371 INFO  (qtp327680313-374) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:54621/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=363
   [junit4]   2> 85552 INFO  (searcherExecutor-262-thread-1-processing-n:127.0.0.1:54621_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 85556 INFO  (qtp175884473-361) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=548
   [junit4]   2> 85586 INFO  (TEST-StreamExpressionTest.testSignificantTermsStream-seed#[4CDA250C8DA9D8F5]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 85595 INFO  (zkConnectionManagerCallback-282-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 85595 INFO  (TEST-StreamExpressionTest.testSignificantTermsStream-seed#[4CDA250C8DA9D8F5]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 85603 INFO  (TEST-StreamExpressionTest.testSignificantTermsStream-seed#[4CDA250C8DA9D8F5]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 85605 INFO  (TEST-StreamExpressionTest.testSignificantTermsStream-seed#[4CDA250C8DA9D8F5]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54603/solr ready
   [junit4]   2> 85707 INFO  (qtp327680313-382) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/select params={minDocFreq=5.0&minTermLength=1&q=id:a*&distrib=false&field=test_t&numTerms=15&maxDocFreq=0.5&fq={!significantTerms}&wt=javabin&version=2} hits=2507 status=0 QTime=79
   [junit4]   2> 85707 INFO  (qtp175884473-364) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select params={minDocFreq=5.0&minTermLength=1&q=id:a*&distrib=false&field=test_t&numTerms=15&maxDocFreq=0.5&fq={!significantTerms}&wt=javabin&version=2} hits=2493 status=0 QTime=78
   [junit4]   2> 85723 INFO  (qtp175884473-363) [n:127.0.0.1:54621_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select params={minDocFreq=5.0&minTermLength=1&q=id:a*&distrib=false&field=test_t&numTerms=15&maxDocFreq=2650.0&fq={!significantTerms}&wt=javabin&version=2} hits=2493 status=0 QTime=10
   [junit4]   2> 85723 INFO  (qtp327680313-381) [n:127.0.0.1:54627_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr pa

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

32 INFO  (jetty-closer-376-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@66160dd0{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 93032 INFO  (jetty-closer-376-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2e798c57{/solr,null,UNAVAILABLE}
   [junit4]   2> 93032 INFO  (jetty-closer-376-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 93132 INFO  (jetty-closer-376-thread-4) [     ] o.a.s.c.Overseer Overseer (id=72107630414594062-127.0.0.1:54635_solr-n_0000000000) closing
   [junit4]   2> 93134 INFO  (jetty-closer-376-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4f48b354{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 93135 INFO  (jetty-closer-376-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6851532e{/solr,null,UNAVAILABLE}
   [junit4]   2> 93135 INFO  (jetty-closer-376-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 93235 INFO  (jetty-closer-376-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5bf4943a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 93236 INFO  (jetty-closer-376-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57f366b9{/solr,null,UNAVAILABLE}
   [junit4]   2> 93236 INFO  (jetty-closer-376-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 93238 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 93444 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/aliases.json
   [junit4]   2> 	34	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/collections/destinationCollection/terms/shard2
   [junit4]   2> 	7	/solr/collections/destinationCollection/terms/shard1
   [junit4]   2> 	7	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	7	/solr/collections/collection2/state.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/configs/ml
   [junit4]   2> 	4	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/filestream_collection/terms/shard1
   [junit4]   2> 	2	/solr/collections/destinationCollection/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	44	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	34	/solr/clusterstate.json
   [junit4]   2> 	28	/solr/collections/collection1/state.json
   [junit4]   2> 	20	/solr/collections/collection2/state.json
   [junit4]   2> 	12	/solr/collections/filestream_collection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72107630414594061-127.0.0.1:54636_solr-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/72107630414594062-127.0.0.1:54635_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	95	/solr/collections
   [junit4]   2> 	74	/solr/overseer/queue
   [junit4]   2> 	52	/solr/live_nodes
   [junit4]   2> 	26	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 93450 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:54520
   [junit4]   2> 93450 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54520
   [junit4]   2> 93450 INFO  (SUITE-StreamExpressionTest-seed#[4CDA250C8DA9D8F5]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54520
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.io.stream.StreamExpressionTest_4CDA250C8DA9D8F5-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {name_s=BlockTreeOrds(blocksize=128), featureSet_s=Lucene84, diseases_s=Lucene84, terms_ss=Lucene84, field_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), multiDefault=Lucene84, subject=Lucene84, checkpoint_ss=BlockTreeOrds(blocksize=128), symptoms_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), test_t=BlockTreeOrds(blocksize=128), level1_s=Lucene84, s_multi=BlockTreeOrds(blocksize=128), level2_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), a_s=BlockTreeOrds(blocksize=128), whitetok=BlockTreeOrds(blocksize=128), tv_text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), term_s=Lucene84, a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), id=Lucene84, text=BlockTreeOrds(blocksize=128)}, docValues:{name_s=DocValuesFormat(name=Direct), iteration_i=DocValuesFormat(name=Lucene80), terms_ss=DocValuesFormat(name=Asserting), field_s=DocValuesFormat(name=Lucene80), multiDefault=DocValuesFormat(name=Asserting), price_f=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Lucene80), a_f=DocValuesFormat(name=Asserting), falseNegative_i=DocValuesFormat(name=Lucene80), a_i=DocValuesFormat(name=Lucene80), falsePositive_i=DocValuesFormat(name=Lucene80), level1_s=DocValuesFormat(name=Lucene80), s_multi=DocValuesFormat(name=Direct), level2_s=DocValuesFormat(name=Lucene80), a_s=DocValuesFormat(name=Direct), score_f=DocValuesFormat(name=Direct), term_s=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Lucene80), idfs_ds=DocValuesFormat(name=Lucene80), alpha_d=DocValuesFormat(name=Direct), i_multi=DocValuesFormat(name=Lucene80), featureSet_s=DocValuesFormat(name=Asserting), diseases_s=DocValuesFormat(name=Lucene80), weights_ds=DocValuesFormat(name=Direct), idf_d=DocValuesFormat(name=Asserting), trueNegative_i=DocValuesFormat(name=Direct), index_i=DocValuesFormat(name=Asserting), test_dt=DocValuesFormat(name=Lucene80), out_i=DocValuesFormat(name=Asserting), checkpoint_ss=DocValuesFormat(name=Direct), symptoms_s=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Lucene80), error_d=DocValuesFormat(name=Lucene80), truePositive_i=DocValuesFormat(name=Lucene80), cases_i=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1105, maxMBSortInHeap=7.916198891329595, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-PA, timezone=Pacific/Fakaofo
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=84450744,total=194641920
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest]
   [junit4] Completed [5/5 (5!)] on J0 in 93.56s, 30 tests, 1 failure <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 150 tests, 5 failures [seed: 4CDA250C8DA9D8F5]

Total time: 1 minute 37 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
[repro] Exiting with code 1

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

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

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

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

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

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-13.0.2) - Build # 1323 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1323/
Java: 64bit/jdk-13.0.2 -XX:+UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([47BB94AB3AC8EF7D:5A75B6D62C32B1E8]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([47BB94AB3AC8EF7D:5A75B6D62C32B1E8]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 17264 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> 26907 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 26908 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 26908 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_47BB94AB3AC8EF7D-001\data-dir-3-001
   [junit4]   2> 26908 WARN  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 26911 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 26913 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 26914 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_47BB94AB3AC8EF7D-001\tempDir-001
   [junit4]   2> 26915 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 26915 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 26915 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 27017 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 55994
   [junit4]   2> 27020 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:55994
   [junit4]   2> 27020 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:55994
   [junit4]   2> 27020 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 55994
   [junit4]   2> 27028 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27036 INFO  (zkConnectionManagerCallback-76-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27036 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27039 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27043 INFO  (zkConnectionManagerCallback-78-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27043 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27043 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27047 INFO  (zkConnectionManagerCallback-80-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27047 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27154 WARN  (jetty-launcher-81-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 27154 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 27154 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 27154 INFO  (jetty-launcher-81-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 27154 INFO  (jetty-launcher-81-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 27154 INFO  (jetty-launcher-81-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 27154 INFO  (jetty-launcher-81-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 27154 INFO  (jetty-launcher-81-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2363af4f{/solr,null,AVAILABLE}
   [junit4]   2> 27158 WARN  (jetty-launcher-81-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 27158 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 27158 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 27158 WARN  (jetty-launcher-81-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 27158 INFO  (jetty-launcher-81-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 27158 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 27158 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 27158 INFO  (jetty-launcher-81-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 27159 INFO  (jetty-launcher-81-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 27159 INFO  (jetty-launcher-81-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 27159 INFO  (jetty-launcher-81-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 27159 INFO  (jetty-launcher-81-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@31707911{/solr,null,AVAILABLE}
   [junit4]   2> 27161 WARN  (jetty-launcher-81-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 27161 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 27161 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 27161 INFO  (jetty-launcher-81-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 27162 INFO  (jetty-launcher-81-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 27162 INFO  (jetty-launcher-81-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 27162 INFO  (jetty-launcher-81-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 27162 INFO  (jetty-launcher-81-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@cd519d7{/solr,null,AVAILABLE}
   [junit4]   2> 27164 INFO  (jetty-launcher-81-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 27165 INFO  (jetty-launcher-81-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 27165 INFO  (jetty-launcher-81-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 27165 INFO  (jetty-launcher-81-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@107f5235{/solr,null,AVAILABLE}
   [junit4]   2> 27170 INFO  (jetty-launcher-81-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1d45fe5f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:56016}
   [junit4]   2> 27170 INFO  (jetty-launcher-81-thread-3) [     ] o.e.j.s.Server Started @27192ms
   [junit4]   2> 27170 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56016}
   [junit4]   2> 27171 ERROR (jetty-launcher-81-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 27171 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 27171 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 27171 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 27171 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1f1bbfdf{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:56015}
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-4) [     ] o.e.j.s.Server Started @27194ms
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1e3366b9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:56009}
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56015}
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-1) [     ] o.e.j.s.Server Started @27194ms
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56009}
   [junit4]   2> 27172 ERROR (jetty-launcher-81-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@50ed294b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:56012}
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-2) [     ] o.e.j.s.Server Started @27194ms
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 27172 ERROR (jetty-launcher-81-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56012}
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T20:05:20.833398400Z
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 27172 ERROR (jetty-launcher-81-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 27173 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 27173 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 27173 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T20:05:20.833398400Z
   [junit4]   2> 27173 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 27174 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T20:05:20.835338600Z
   [junit4]   2> 27174 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27175 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27175 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27172 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T20:05:20.833398400Z
   [junit4]   2> 27177 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27180 INFO  (zkConnectionManagerCallback-85-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27180 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27180 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 27186 INFO  (zkConnectionManagerCallback-83-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27186 INFO  (zkConnectionManagerCallback-87-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27186 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27186 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27187 INFO  (zkConnectionManagerCallback-89-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27187 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27190 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 27190 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 27190 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 27434 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 27444 WARN  (jetty-launcher-81-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@59f97d15[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27444 WARN  (jetty-launcher-81-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@59f97d15[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27450 WARN  (jetty-launcher-81-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77c7176b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27450 WARN  (jetty-launcher-81-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77c7176b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27450 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55994/solr
   [junit4]   2> 27450 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27467 INFO  (zkConnectionManagerCallback-103-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27469 INFO  (jetty-launcher-81-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27577 INFO  (jetty-launcher-81-thread-1) [n:127.0.0.1:56009_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27580 INFO  (zkConnectionManagerCallback-108-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27580 INFO  (jetty-launcher-81-thread-1) [n:127.0.0.1:56009_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27660 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 27667 WARN  (jetty-launcher-81-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@700c3340[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27667 WARN  (jetty-launcher-81-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@700c3340[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27673 WARN  (jetty-launcher-81-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@43e82c1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27673 WARN  (jetty-launcher-81-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@43e82c1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27673 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55994/solr
   [junit4]   2> 27676 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27682 INFO  (zkConnectionManagerCallback-121-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27682 INFO  (jetty-launcher-81-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27760 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 27763 WARN  (jetty-launcher-81-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3ef2a384[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27763 WARN  (jetty-launcher-81-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3ef2a384[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27770 WARN  (jetty-launcher-81-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@555dd2e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27770 WARN  (jetty-launcher-81-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@555dd2e4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27773 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55994/solr
   [junit4]   2> 27774 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27794 INFO  (jetty-launcher-81-thread-3) [n:127.0.0.1:56016_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27803 INFO  (zkConnectionManagerCallback-131-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27803 INFO  (zkConnectionManagerCallback-129-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27803 INFO  (jetty-launcher-81-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27810 INFO  (jetty-launcher-81-thread-3) [n:127.0.0.1:56016_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27918 INFO  (jetty-launcher-81-thread-1) [n:127.0.0.1:56009_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56009_solr
   [junit4]   2> 27918 INFO  (jetty-launcher-81-thread-4) [n:127.0.0.1:56015_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27922 INFO  (jetty-launcher-81-thread-1) [n:127.0.0.1:56009_solr     ] o.a.s.c.Overseer Overseer (id=72106278061342728-127.0.0.1:56009_solr-n_0000000000) starting
   [junit4]   2> 27923 INFO  (zkConnectionManagerCallback-133-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27923 INFO  (jetty-launcher-81-thread-4) [n:127.0.0.1:56015_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 27930 INFO  (jetty-launcher-81-thread-1) [n:127.0.0.1:56009_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56009_solr
   [junit4]   2> 27931 INFO  (OverseerStateUpdate-72106278061342728-127.0.0.1:56009_solr-n_0000000000) [n:127.0.0.1:56009_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:56009_solr
   [junit4]   2> 27934 INFO  (jetty-launcher-81-thread-4) [n:127.0.0.1:56015_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 27935 INFO  (zkCallback-130-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 27938 INFO  (OverseerStateUpdate-72106278061342728-127.0.0.1:56009_solr-n_0000000000) [n:127.0.0.1:56009_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 27938 INFO  (jetty-launcher-81-thread-3) [n:127.0.0.1:56016_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:56016_solr as DOWN
   [junit4]   2> 27940 INFO  (jetty-launcher-81-thread-1) [n:127.0.0.1:56009_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 27941 WARN  (jetty-launcher-81-thread-1) [n:127.0.0.1:56009_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> 27942 INFO  (jetty-launcher-81-thread-3) [n:127.0.0.1:56016_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 27942 INFO  (jetty-launcher-81-thread-3) [n:127.0.0.1:56016_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56016_solr
   [junit4]   2> 27945 INFO  (zkCallback-107-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 27945 INFO  (zkCallback-132-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 27945 INFO  (zkCallback-130-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 27948 INFO  (jetty-launcher-81-thread-3) [n:127.0.0.1:56016_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 27948 INFO  (jetty-launcher-81-thread-4) [n:127.0.0.1:56015_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:56015_solr as DOWN
   [junit4]   2> 27948 WARN  (jetty-launcher-81-thread-3) [n:127.0.0.1:56016_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> 27950 INFO  (jetty-launcher-81-thread-4) [n:127.0.0.1:56015_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 27950 INFO  (jetty-launcher-81-thread-4) [n:127.0.0.1:56015_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56015_solr
   [junit4]   2> 27950 INFO  (zkCallback-107-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 27950 INFO  (zkCallback-130-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 27954 INFO  (zkCallback-132-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 27956 INFO  (jetty-launcher-81-thread-4) [n:127.0.0.1:56015_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 27956 WARN  (jetty-launcher-81-thread-4) [n:127.0.0.1:56015_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> 27974 INFO  (jetty-launcher-81-thread-1) [n:127.0.0.1:56009_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 27979 INFO  (jetty-launcher-81-thread-3) [n:127.0.0.1:56016_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 27979 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 27984 WARN  (jetty-launcher-81-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7731080a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27984 WARN  (jetty-launcher-81-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7731080a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27989 WARN  (jetty-launcher-81-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d7e45b2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27989 WARN  (jetty-launcher-81-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d7e45b2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 27990 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:55994/solr
   [junit4]   2> 27991 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 27992 INFO  (jetty-launcher-81-thread-4) [n:127.0.0.1:56015_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 27996 INFO  (zkConnectionManagerCallback-161-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 27996 INFO  (jetty-launcher-81-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 28018 INFO  (jetty-launcher-81-thread-3) [n:127.0.0.1:56016_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56016.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28019 INFO  (jetty-launcher-81-thread-1) [n:127.0.0.1:56009_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56009.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28029 INFO  (jetty-launcher-81-thread-3) [n:127.0.0.1:56016_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56016.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28029 INFO  (jetty-launcher-81-thread-4) [n:127.0.0.1:56015_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56015.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28029 INFO  (jetty-launcher-81-thread-3) [n:127.0.0.1:56016_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56016.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28030 INFO  (jetty-launcher-81-thread-1) [n:127.0.0.1:56009_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56009.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28030 INFO  (jetty-launcher-81-thread-1) [n:127.0.0.1:56009_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56009.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28031 INFO  (jetty-launcher-81-thread-3) [n:127.0.0.1:56016_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_47BB94AB3AC8EF7D-001\tempDir-001\node3
   [junit4]   2> 28031 INFO  (jetty-launcher-81-thread-1) [n:127.0.0.1:56009_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_47BB94AB3AC8EF7D-001\tempDir-001\node1
   [junit4]   2> 28038 INFO  (jetty-launcher-81-thread-4) [n:127.0.0.1:56015_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56015.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28038 INFO  (jetty-launcher-81-thread-4) [n:127.0.0.1:56015_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56015.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28040 INFO  (jetty-launcher-81-thread-4) [n:127.0.0.1:56015_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_47BB94AB3AC8EF7D-001\tempDir-001\node4
   [junit4]   2> 28106 INFO  (jetty-launcher-81-thread-2) [n:127.0.0.1:56012_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 28135 INFO  (zkConnectionManagerCallback-169-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 28139 INFO  (jetty-launcher-81-thread-2) [n:127.0.0.1:56012_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 28209 INFO  (jetty-launcher-81-thread-2) [n:127.0.0.1:56012_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 28224 INFO  (jetty-launcher-81-thread-2) [n:127.0.0.1:56012_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:56012_solr as DOWN
   [junit4]   2> 28229 INFO  (jetty-launcher-81-thread-2) [n:127.0.0.1:56012_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 28229 INFO  (jetty-launcher-81-thread-2) [n:127.0.0.1:56012_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56012_solr
   [junit4]   2> 28233 INFO  (zkCallback-107-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 28234 INFO  (zkCallback-130-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 28234 INFO  (zkCallback-132-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 28234 INFO  (zkCallback-168-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 28234 INFO  (jetty-launcher-81-thread-2) [n:127.0.0.1:56012_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 28238 WARN  (jetty-launcher-81-thread-2) [n:127.0.0.1:56012_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> 28268 INFO  (jetty-launcher-81-thread-2) [n:127.0.0.1:56012_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 28287 INFO  (jetty-launcher-81-thread-2) [n:127.0.0.1:56012_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56012.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28294 INFO  (jetty-launcher-81-thread-2) [n:127.0.0.1:56012_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56012.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28295 INFO  (jetty-launcher-81-thread-2) [n:127.0.0.1:56012_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56012.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28296 INFO  (jetty-launcher-81-thread-2) [n:127.0.0.1:56012_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_47BB94AB3AC8EF7D-001\tempDir-001\node2
   [junit4]   2> 28315 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 28315 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 28318 INFO  (zkConnectionManagerCallback-182-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 28318 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 28322 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 28322 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55994/solr ready
   [junit4]   2> 28338 INFO  (qtp1579867390-251) [n:127.0.0.1:56012_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 28371 INFO  (OverseerThreadFactory-142-thread-1-processing-n:127.0.0.1:56009_solr) [n:127.0.0.1:56009_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 28514 INFO  (qtp1579867390-253) [n:127.0.0.1:56012_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=9
   [junit4]   2> 28522 INFO  (qtp327291487-266) [n:127.0.0.1:56016_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=4
   [junit4]   2> 28526 INFO  (qtp284465879-239) [n:127.0.0.1:56009_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 28526 INFO  (qtp284465879-239) [n:127.0.0.1:56009_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 28535 INFO  (qtp299647892-258) [n:127.0.0.1:56015_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 28561 INFO  (OverseerStateUpdate-72106278061342728-127.0.0.1:56009_solr-n_0000000000) [n:127.0.0.1:56009_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56015/solr",
   [junit4]   2>   "node_name":"127.0.0.1:56015_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 28565 INFO  (OverseerStateUpdate-72106278061342728-127.0.0.1:56009_solr-n_0000000000) [n:127.0.0.1:56009_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56009/solr",
   [junit4]   2>   "node_name":"127.0.0.1:56009_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 28783 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr    x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 28783 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 28811 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 28811 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 28850 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 28858 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 28927 WARN  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 28927 WARN  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 28932 WARN  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 28932 WARN  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 28936 WARN  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 28936 WARN  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 28936 WARN  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 28936 WARN  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 28936 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 28937 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 28938 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 28938 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 28940 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56009.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28940 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56015.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 28940 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_47BB94AB3AC8EF7D-001\tempDir-001\node1\collection1_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_47BB94AB3AC8EF7D-001\tempDir-001\node1\collection1_shard2_replica_n2\data\]
   [junit4]   2> 28940 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_47BB94AB3AC8EF7D-001\tempDir-001\node4\collection1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_47BB94AB3AC8EF7D-001\tempDir-001\node4\collection1_shard1_replica_n1\data\]
   [junit4]   2> 29036 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 29036 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 29036 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 29036 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 29039 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 29039 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 29040 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 29041 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 29043 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 29043 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 29043 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 29043 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 29043 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 29043 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 29047 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670593299305463808
   [junit4]   2> 29047 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670593299305463808
   [junit4]   2> 29055 INFO  (searcherExecutor-185-thread-1-processing-n:127.0.0.1:56009_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 29055 INFO  (searcherExecutor-186-thread-1-processing-n:127.0.0.1:56015_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 29062 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 29066 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 29070 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 29070 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 29078 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 29078 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 29078 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 29078 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 29080 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56015/solr/collection1_shard1_replica_n1/
   [junit4]   2> 29080 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56009/solr/collection1_shard2_replica_n2/
   [junit4]   2> 29083 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 29083 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 29083 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:56015/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 29083 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:56009/solr/collection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 29086 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72106278061342728-core_node4-n_0000000000
   [junit4]   2> 29086 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72106278061342732-core_node3-n_0000000000
   [junit4]   2> 29090 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:56015/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 29090 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:56009/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 29196 INFO  (zkCallback-107-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 29196 INFO  (zkCallback-132-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 29200 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 29200 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 29207 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=426
   [junit4]   2> 29210 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=429
   [junit4]   2> 29216 INFO  (qtp1579867390-251) [n:127.0.0.1:56012_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 29316 INFO  (zkCallback-168-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 29316 INFO  (zkCallback-107-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 29316 INFO  (zkCallback-132-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 29316 INFO  (zkCallback-107-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 29316 INFO  (zkCallback-132-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 29318 INFO  (qtp1579867390-251) [n:127.0.0.1:56012_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=977
   [junit4]   2> 29318 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: collection1
   [junit4]   2> 29322 INFO  (qtp1579867390-246) [n:127.0.0.1:56012_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=filestream_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 29326 INFO  (OverseerThreadFactory-142-thread-2-processing-n:127.0.0.1:56009_solr) [n:127.0.0.1:56009_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection filestream_collection
   [junit4]   2> 29326 INFO  (OverseerCollectionConfigSetProcessor-72106278061342728-127.0.0.1:56009_solr-n_0000000000) [n:127.0.0.1:56009_solr     ] 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> 29537 INFO  (qtp1579867390-252) [n:127.0.0.1:56012_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 29541 INFO  (qtp327291487-244) [n:127.0.0.1:56016_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 29544 INFO  (qtp284465879-240) [n:127.0.0.1:56009_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 29548 INFO  (qtp284465879-242) [n:127.0.0.1:56009_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 29550 INFO  (qtp299647892-263) [n:127.0.0.1:56015_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 29554 INFO  (qtp299647892-257) [n:127.0.0.1:56015_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 29562 INFO  (OverseerStateUpdate-72106278061342728-127.0.0.1:56009_solr-n_0000000000) [n:127.0.0.1:56009_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"filestream_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"filestream_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:56016/solr",
   [junit4]   2>   "node_name":"127.0.0.1:56016_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 29762 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr    x:filestream_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=filestream_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=filestream_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 29778 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 29790 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 29830 WARN  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 29830 WARN  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 29830 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 29830 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'filestream_collection_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 29832 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56016.solr.core.filestream_collection.shard1.replica_n1' (registry 'solr.core.filestream_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a284547
   [junit4]   2> 29832 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[filestream_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_47BB94AB3AC8EF7D-001\tempDir-001\node3\filestream_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_47BB94AB3AC8EF7D-001\tempDir-001\node3\filestream_collection_shard1_replica_n1\data\]
   [junit4]   2> 29910 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 29910 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 29913 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 29913 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 29917 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 29918 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 29918 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 29918 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670593300218773504
   [junit4]   2> 29922 INFO  (searcherExecutor-196-thread-1-processing-n:127.0.0.1:56016_solr x:filestream_collection_shard1_replica_n1 c:filestream_collection s:shard1 r:core_node2) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [filestream_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 29930 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/filestream_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 29930 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/filestream_collection/leaders/shard1
   [junit4]   2> 29938 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 29938 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 29938 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:56016/solr/filestream_collection_shard1_replica_n1/
   [junit4]   2> 29938 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 29938 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:56016/solr/filestream_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 29938 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/filestream_collection/leaders/shard1/leader after winning as /collections/filestream_collection/leader_elect/shard1/election/72106278061342731-core_node2-n_0000000000
   [junit4]   2> 29942 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:56016/solr/filestream_collection_shard1_replica_n1/ shard1
   [junit4]   2> 30046 INFO  (zkCallback-130-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 30046 INFO  (zkCallback-130-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 30047 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 30051 INFO  (qtp327291487-267) [n:127.0.0.1:56016_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=filestream_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=filestream_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=286
   [junit4]   2> 30053 INFO  (qtp1579867390-246) [n:127.0.0.1:56012_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 30150 INFO  (zkCallback-130-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 30150 INFO  (zkCallback-168-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 30150 INFO  (zkCallback-130-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 30153 INFO  (qtp1579867390-246) [n:127.0.0.1:56012_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=filestream_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=830
   [junit4]   2> 30153 INFO  (zkCallback-130-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 30154 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: filestream_collection
   [junit4]   2> 30195 INFO  (TEST-StreamExpressionTest.testStatsStream-seed#[47BB94AB3AC8EF7D]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testStatsStream
   [junit4]   2> 30234 INFO  (qtp284465879-240) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 30234 INFO  (qtp284465879-240) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:56015/solr/collection1_shard1_replica_n1/&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 30246 INFO  (qtp284465879-242) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:56015/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=2
   [junit4]   2> 30251 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 30251 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=48
   [junit4]   2> 30282 INFO  (qtp299647892-263) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=26
   [junit4]   2> 30282 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&wt=javabin&version=2} status=0 QTime=27
   [junit4]   2> 30350 INFO  (searcherExecutor-185-thread-1-processing-n:127.0.0.1:56009_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 30352 INFO  (qtp284465879-240) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:56015/solr/collection1_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=63
   [junit4]   2> 30366 INFO  (searcherExecutor-186-thread-1-processing-n:127.0.0.1:56015_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 30366 INFO  (qtp299647892-257) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=81
   [junit4]   2> 30374 INFO  (TEST-StreamExpressionTest.testStatsStream-seed#[47BB94AB3AC8EF7D]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 30377 INFO  (zkConnectionManagerCallback-205-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 30377 INFO  (TEST-StreamExpressionTest.testStatsStream-seed#[47BB94AB3AC8EF7D]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 30379 INFO  (TEST-StreamExpressionTest.testStatsStream-seed#[47BB94AB3AC8EF7D]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 30380 INFO  (TEST-StreamExpressionTest.testStatsStream-seed#[47BB94AB3AC8EF7D]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:55994/solr ready
   [junit4]   2> 30489 INFO  (qtp299647892-258) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection1:4&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:56015/solr/collection1_shard1_replica_n1/&rows=0&version=2&q=*:*&json.facet={"facet_0":"sum(a_i)","facet_1":"sum(a_f)","facet_2":"min(a_i)","facet_3":"min(a_f)","facet_4":"max(a_i)","facet_5":"max(a_f)","facet_6":"avg(a_i)","facet_7":"avg(a_f)","facet_8":"stddev(a_i)","facet_9":"stddev(a_f)","facet_10":"percentile(a_i,50)","facet_11":"percentile(a_f,50)"}&omitHeader=false&NOW=1593201924044&isShard=true&wt=javabin} hits=4 status=0 QTime=40
   [junit4]   2> 30489 INFO  (qtp284465879-238) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection1:4&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:56009/solr/collection1_shard2_replica_n2/&rows=0&version=2&q=*:*&json.facet={"facet_0":"sum(a_i)","facet_1":"sum(a_f)","facet_2":"min(a_i)","facet_3":"min(a_f)","facet_4":"max(a_i)","facet_5":"max(a_f)","facet_6":"avg(a_i)","facet_7":"avg(a_f)","facet_8":"stddev(a_i)","facet_9":"stddev(a_f)","facet_10":"percentile(a_i,50)","facet_11":"percentile(a_f,50)"}&omitHeader=false&NOW=1593201924044&isShard=true&wt=javabin} hits=6 status=0 QTime=43
   [junit4]   2> 30497 INFO  (qtp299647892-259) [n:127.0.0.1:56015_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select params={q=*:*&json.facet={"facet_0":"sum(a_i)","facet_1":"sum(a_f)","facet_2":"min(a_i)","facet_3":"min(a_f)","facet_4":"max(a_i)","facet_5":"max(a_f)","facet_6":"avg(a_i)","facet_7":"avg(a_f)","facet_8":"stddev(a_i)","facet_9":"stddev(a_f)","facet_10":"percentile(a_i,50)","facet_11":"percentile(a_f,50)"}&_stateVer_=collection1:4&rows=0&wt=javabin&version=2} hits=10 status=0 QTime=113
   [junit4]   2> 30508 INFO  (qtp284465879-240) [n:127.0.0.1:56009_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=collection1:4&_facet_={}&fl=id&fl=score&shards.purpose=1064964&start=0&fsv=true&shard.url=http://127.0.0.1:56009/solr/collection1_shard2_replica_n2/&rows=0&version=2&q=*:*&json.facet={"facet_0":"sum(a_i)","facet_1":"sum(a_f)","facet_2":"min(a_i)","facet_3":"min(a_f)","facet_4":"max(a_i)","facet_5":"max(a_f)","facet_6":"avg(a_i)","facet_7":"avg(a_f)","facet_8":"stddev(a_i)","facet_9":"stddev(a_f)","facet_10":"percentile(a_i,50)","facet_11":"percentile(a_f,50)"}&omitHeader=false&NOW=1593201924161&isShard=true&wt=javabin} hits=6 status=0 QTime=2
   [junit4]   2> 30508 INFO  (qtp299647892-258) [n:127.0.0.1:56015_solr c:c

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

opped scavenging
   [junit4]   2> 62597 INFO  (zkCallback-65-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 62694 INFO  (closeThreadPool-394-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72106343168606221-127.0.0.1:56207_solr-n_0000000000) closing
   [junit4]   2> 62694 INFO  (OverseerStateUpdate-72106343168606221-127.0.0.1:56207_solr-n_0000000000) [n:127.0.0.1:56207_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:56207_solr
   [junit4]   2> 62697 INFO  (OverseerAutoScalingTriggerThread-72106343168606221-127.0.0.1:56207_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 62698 INFO  (closeThreadPool-394-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72106343168606221-127.0.0.1:56207_solr-n_0000000000) closing
   [junit4]   2> 62795 INFO  (jetty-closer-371-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7395f3a4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 62795 INFO  (jetty-closer-371-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4448d489{/solr,null,UNAVAILABLE}
   [junit4]   2> 62795 INFO  (jetty-closer-371-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 62798 INFO  (jetty-closer-371-thread-4) [     ] o.a.s.c.Overseer Overseer (id=72106343168606221-127.0.0.1:56207_solr-n_0000000000) closing
   [junit4]   2> 62799 INFO  (jetty-closer-371-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5e5dbc21{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 62800 INFO  (jetty-closer-371-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@72649f6d{/solr,null,UNAVAILABLE}
   [junit4]   2> 62800 INFO  (jetty-closer-371-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 62801 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 63004 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	33	/solr/aliases.json
   [junit4]   2> 	33	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/collections/destinationCollection/terms/shard2
   [junit4]   2> 	7	/solr/collections/destinationCollection/terms/shard1
   [junit4]   2> 	7	/solr/collections/collection2/state.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/configs/ml
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection2/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/filestream_collection/terms/shard1
   [junit4]   2> 	2	/solr/collections/destinationCollection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/destinationCollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	49	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	33	/solr/clusterstate.json
   [junit4]   2> 	28	/solr/collections/collection1/state.json
   [junit4]   2> 	20	/solr/collections/collection2/state.json
   [junit4]   2> 	12	/solr/collections/filestream_collection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72106343168606221-127.0.0.1:56207_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	86	/solr/collections
   [junit4]   2> 	77	/solr/overseer/queue
   [junit4]   2> 	51	/solr/live_nodes
   [junit4]   2> 	28	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 63011 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:56025
   [junit4]   2> 63011 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:56025
   [junit4]   2> 63011 INFO  (SUITE-StreamExpressionTest-seed#[47BB94AB3AC8EF7D]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 56025
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_47BB94AB3AC8EF7D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {name_s=Lucene84, featureSet_s=PostingsFormat(name=LuceneVarGapFixedInterval), diseases_s=Lucene84, terms_ss=BlockTreeOrds(blocksize=128), field_s=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=BlockTreeOrds(blocksize=128), subject=BlockTreeOrds(blocksize=128), checkpoint_ss=Lucene84, symptoms_s=PostingsFormat(name=LuceneVarGapFixedInterval), test_t=Lucene84, level1_s=Lucene84, s_multi=Lucene84, level2_s=PostingsFormat(name=LuceneVarGapFixedInterval), a_s=Lucene84, whitetok=Lucene84, tv_text=PostingsFormat(name=LuceneVarGapFixedInterval), term_s=BlockTreeOrds(blocksize=128), a_t=BlockTreeOrds(blocksize=128), id=Lucene84, text=Lucene84}, docValues:{name_s=DocValuesFormat(name=Direct), iteration_i=DocValuesFormat(name=Direct), terms_ss=DocValuesFormat(name=Lucene80), field_s=DocValuesFormat(name=Lucene80), multiDefault=DocValuesFormat(name=Lucene80), price_f=DocValuesFormat(name=Lucene80), a_f=DocValuesFormat(name=Lucene80), intDefault=DocValuesFormat(name=Lucene80), falseNegative_i=DocValuesFormat(name=Lucene80), a_i=DocValuesFormat(name=Direct), falsePositive_i=DocValuesFormat(name=Lucene80), level1_s=DocValuesFormat(name=Asserting), s_multi=DocValuesFormat(name=Asserting), level2_s=DocValuesFormat(name=Lucene80), a_s=DocValuesFormat(name=Asserting), score_f=DocValuesFormat(name=Asserting), term_s=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Lucene80), i_multi=DocValuesFormat(name=Direct), featureSet_s=DocValuesFormat(name=Lucene80), diseases_s=DocValuesFormat(name=Direct), trueNegative_i=DocValuesFormat(name=Asserting), index_i=DocValuesFormat(name=Lucene80), test_dt=DocValuesFormat(name=Asserting), out_i=DocValuesFormat(name=Lucene80), checkpoint_ss=DocValuesFormat(name=Direct), symptoms_s=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Lucene80), truePositive_i=DocValuesFormat(name=Asserting), cases_i=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1921, maxMBSortInHeap=6.060243504370841, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=fi-FI, timezone=America/Puerto_Rico
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=135328456,total=300417024
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest]
   [junit4] Completed [5/5 (5!)] on J4 in 63.90s, 30 tests, 1 failure <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 150 tests, 5 failures [seed: 47BB94AB3AC8EF7D]

Total time: 1 minute 7 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
[repro] Exiting with code 1

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

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

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

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

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

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-14.0.1) - Build # 1322 - Still Unstable!

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

2 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([9B60CE3FBD335CBF:86AEEC42ABC9022A]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([9B60CE3FBD335CBF:86AEEC42ABC9022A]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 17523 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> 179457 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 179457 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 179458 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_9B60CE3FBD335CBF-001\data-dir-36-001
   [junit4]   2> 179458 WARN  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 179458 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 179460 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 179461 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_9B60CE3FBD335CBF-001\tempDir-001
   [junit4]   2> 179461 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 179462 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 179462 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 179566 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 51168
   [junit4]   2> 179566 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:51168
   [junit4]   2> 179566 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51168
   [junit4]   2> 179566 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51168
   [junit4]   2> 179569 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179575 INFO  (zkConnectionManagerCallback-1551-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 179575 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179578 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179582 INFO  (zkConnectionManagerCallback-1553-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 179582 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179584 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179587 INFO  (zkConnectionManagerCallback-1555-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 179587 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179692 WARN  (jetty-launcher-1556-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 179692 WARN  (jetty-launcher-1556-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 179692 WARN  (jetty-launcher-1556-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 179692 WARN  (jetty-launcher-1556-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 179693 INFO  (jetty-launcher-1556-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@764e235c{/solr,null,AVAILABLE}
   [junit4]   2> 179696 INFO  (jetty-launcher-1556-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 179696 INFO  (jetty-launcher-1556-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 179696 INFO  (jetty-launcher-1556-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 179697 INFO  (jetty-launcher-1556-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@26f4121{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51186}
   [junit4]   2> 179697 INFO  (jetty-launcher-1556-thread-3) [     ] o.e.j.s.Server Started @179741ms
   [junit4]   2> 179697 INFO  (jetty-launcher-1556-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b74fe61{/solr,null,AVAILABLE}
   [junit4]   2> 179697 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51186}
   [junit4]   2> 179697 ERROR (jetty-launcher-1556-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 179697 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 179697 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 179697 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 179697 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 179697 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T15:15:10.736843100Z
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7013c7f9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51193}
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-2) [     ] o.e.j.s.Server Started @179743ms
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51193}
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c7fa112{/solr,null,AVAILABLE}
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@550d9273{/solr,null,AVAILABLE}
   [junit4]   2> 179699 ERROR (jetty-launcher-1556-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 179699 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T15:15:10.738911400Z
   [junit4]   2> 179700 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179700 INFO  (jetty-launcher-1556-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@49ad2111{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51202}
   [junit4]   2> 179700 INFO  (jetty-launcher-1556-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1fcc931e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51203}
   [junit4]   2> 179700 INFO  (jetty-launcher-1556-thread-1) [     ] o.e.j.s.Server Started @179745ms
   [junit4]   2> 179700 INFO  (jetty-launcher-1556-thread-4) [     ] o.e.j.s.Server Started @179745ms
   [junit4]   2> 179700 INFO  (zkConnectionManagerCallback-1558-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 179700 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179700 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51202}
   [junit4]   2> 179700 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51203}
   [junit4]   2> 179700 ERROR (jetty-launcher-1556-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 179700 ERROR (jetty-launcher-1556-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 179700 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 179702 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 179702 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 179702 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 179702 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 179702 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 179702 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 179702 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 179702 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 179702 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T15:15:10.741326800Z
   [junit4]   2> 179702 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T15:15:10.741326800Z
   [junit4]   2> 179703 INFO  (zkConnectionManagerCallback-1560-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 179703 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179703 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179703 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 179703 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 179705 INFO  (zkConnectionManagerCallback-1564-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 179705 INFO  (zkConnectionManagerCallback-1562-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 179705 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179705 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 179706 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 179706 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 180012 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 180015 WARN  (jetty-launcher-1556-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@357f0f8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180015 WARN  (jetty-launcher-1556-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@357f0f8a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180019 WARN  (jetty-launcher-1556-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ce514f9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180019 WARN  (jetty-launcher-1556-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ce514f9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180022 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51168/solr
   [junit4]   2> 180024 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180027 INFO  (zkConnectionManagerCallback-1581-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180027 INFO  (jetty-launcher-1556-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180038 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 180038 WARN  (jetty-launcher-1556-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d9006b6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180038 WARN  (jetty-launcher-1556-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d9006b6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180046 WARN  (jetty-launcher-1556-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6061a910[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180046 WARN  (jetty-launcher-1556-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6061a910[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180046 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51168/solr
   [junit4]   2> 180046 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180052 INFO  (zkConnectionManagerCallback-1589-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180052 INFO  (jetty-launcher-1556-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180140 INFO  (jetty-launcher-1556-thread-3) [n:127.0.0.1:51186_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180142 INFO  (zkConnectionManagerCallback-1594-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180142 INFO  (jetty-launcher-1556-thread-3) [n:127.0.0.1:51186_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180157 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 180159 WARN  (jetty-launcher-1556-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@380b3444[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180159 WARN  (jetty-launcher-1556-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@380b3444[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180165 WARN  (jetty-launcher-1556-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1d8f1106[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180165 WARN  (jetty-launcher-1556-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1d8f1106[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180166 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51168/solr
   [junit4]   2> 180166 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180172 INFO  (zkConnectionManagerCallback-1602-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180172 INFO  (jetty-launcher-1556-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180261 INFO  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180262 INFO  (zkConnectionManagerCallback-1604-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180262 INFO  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180337 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 180341 WARN  (jetty-launcher-1556-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@56cf7fe2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180341 WARN  (jetty-launcher-1556-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@56cf7fe2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180355 WARN  (jetty-launcher-1556-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4cc6a595[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180355 WARN  (jetty-launcher-1556-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4cc6a595[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 180356 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51168/solr
   [junit4]   2> 180359 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180370 INFO  (jetty-launcher-1556-thread-4) [n:127.0.0.1:51202_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180371 INFO  (zkConnectionManagerCallback-1616-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180372 INFO  (jetty-launcher-1556-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180380 INFO  (zkConnectionManagerCallback-1618-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180380 INFO  (jetty-launcher-1556-thread-4) [n:127.0.0.1:51202_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180403 INFO  (jetty-launcher-1556-thread-4) [n:127.0.0.1:51202_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51202_solr
   [junit4]   2> 180403 INFO  (jetty-launcher-1556-thread-4) [n:127.0.0.1:51202_solr     ] o.a.s.c.Overseer Overseer (id=72105137111695373-127.0.0.1:51202_solr-n_0000000000) starting
   [junit4]   2> 180416 INFO  (jetty-launcher-1556-thread-4) [n:127.0.0.1:51202_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51202_solr
   [junit4]   2> 180418 INFO  (OverseerStateUpdate-72105137111695373-127.0.0.1:51202_solr-n_0000000000) [n:127.0.0.1:51202_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:51202_solr
   [junit4]   2> 180429 INFO  (OverseerStateUpdate-72105137111695373-127.0.0.1:51202_solr-n_0000000000) [n:127.0.0.1:51202_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 180430 INFO  (jetty-launcher-1556-thread-4) [n:127.0.0.1:51202_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 180430 WARN  (jetty-launcher-1556-thread-4) [n:127.0.0.1:51202_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> 180474 INFO  (jetty-launcher-1556-thread-4) [n:127.0.0.1:51202_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 180510 INFO  (jetty-launcher-1556-thread-2) [n:127.0.0.1:51193_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180534 INFO  (zkConnectionManagerCallback-1631-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180534 INFO  (jetty-launcher-1556-thread-2) [n:127.0.0.1:51193_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180538 INFO  (jetty-launcher-1556-thread-4) [n:127.0.0.1:51202_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51202.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 180556 INFO  (jetty-launcher-1556-thread-4) [n:127.0.0.1:51202_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51202.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 180556 INFO  (jetty-launcher-1556-thread-4) [n:127.0.0.1:51202_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51202.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 180560 INFO  (jetty-launcher-1556-thread-4) [n:127.0.0.1:51202_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_9B60CE3FBD335CBF-001\tempDir-001\node4
   [junit4]   2> 180570 INFO  (jetty-launcher-1556-thread-2) [n:127.0.0.1:51193_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 180620 INFO  (jetty-launcher-1556-thread-2) [n:127.0.0.1:51193_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:51193_solr as DOWN
   [junit4]   2> 180635 INFO  (jetty-launcher-1556-thread-2) [n:127.0.0.1:51193_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 180635 INFO  (jetty-launcher-1556-thread-2) [n:127.0.0.1:51193_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51193_solr
   [junit4]   2> 180642 INFO  (zkCallback-1617-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 180650 INFO  (jetty-launcher-1556-thread-2) [n:127.0.0.1:51193_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 180650 WARN  (jetty-launcher-1556-thread-2) [n:127.0.0.1:51193_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> 180662 INFO  (zkCallback-1630-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 180670 INFO  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 180682 INFO  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:51203_solr as DOWN
   [junit4]   2> 180688 INFO  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 180688 INFO  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51203_solr
   [junit4]   2> 180691 INFO  (zkCallback-1617-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 180691 INFO  (zkCallback-1630-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 180695 INFO  (zkCallback-1603-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 180696 INFO  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 180696 WARN  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_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> 180719 INFO  (jetty-launcher-1556-thread-2) [n:127.0.0.1:51193_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 180757 INFO  (jetty-launcher-1556-thread-3) [n:127.0.0.1:51186_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 180762 INFO  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 180766 INFO  (jetty-launcher-1556-thread-2) [n:127.0.0.1:51193_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51193.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 180774 INFO  (jetty-launcher-1556-thread-2) [n:127.0.0.1:51193_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51193.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 180774 INFO  (jetty-launcher-1556-thread-2) [n:127.0.0.1:51193_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51193.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 180778 INFO  (jetty-launcher-1556-thread-2) [n:127.0.0.1:51193_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_9B60CE3FBD335CBF-001\tempDir-001\node2
   [junit4]   2> 180794 INFO  (jetty-launcher-1556-thread-3) [n:127.0.0.1:51186_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:51186_solr as DOWN
   [junit4]   2> 180799 INFO  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51203.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 180806 INFO  (jetty-launcher-1556-thread-3) [n:127.0.0.1:51186_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 180806 INFO  (jetty-launcher-1556-thread-3) [n:127.0.0.1:51186_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51186_solr
   [junit4]   2> 180809 INFO  (zkCallback-1630-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 180811 INFO  (zkCallback-1617-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 180811 INFO  (zkCallback-1603-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 180832 INFO  (jetty-launcher-1556-thread-3) [n:127.0.0.1:51186_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 180832 INFO  (zkCallback-1593-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 180832 WARN  (jetty-launcher-1556-thread-3) [n:127.0.0.1:51186_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> 180832 WARN  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_solr     ] o.a.s.m.r.j.JmxMetricsReporter Unable to register gauge
   [junit4]   2>           => javax.management.InstanceNotFoundException: solr_51203:dom1=solr,dom2=jvm,name0=system,name=properties
   [junit4]   2> 	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
   [junit4]   2> javax.management.InstanceNotFoundException: solr_51203:dom1=solr,dom2=jvm,name0=system,name=properties
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083) ~[?:?]
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423) ~[?:?]
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411) ~[?:?]
   [junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) ~[?:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:534) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:574) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:749) [java/:?]
   [junit4]   2> 	at java.util.HashMap.forEach(HashMap.java:1425) [?:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:739) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:109) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:983) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:911) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:749) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:275) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:184) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:134) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:751) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) [?:?]
   [junit4]   2> 	at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) [?:?]
   [junit4]   2> 	at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) [?:?]
   [junit4]   2> 	at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) [?:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:744) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1448) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1507) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1164) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1003) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:459) [jetty-servlet-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:382) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:193) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:73) [jetty-util-9.4.27.v20200227.jar:9.4.27.v20200227]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:566) [java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:504) [java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:472) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:471) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:300) [java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:212) [java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:832) [?:?]
   [junit4]   2> 180835 INFO  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51203.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 180836 INFO  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51203.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 180838 INFO  (jetty-launcher-1556-thread-1) [n:127.0.0.1:51203_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_9B60CE3FBD335CBF-001\tempDir-001\node1
   [junit4]   2> 180873 INFO  (jetty-launcher-1556-thread-3) [n:127.0.0.1:51186_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 180898 INFO  (jetty-launcher-1556-thread-3) [n:127.0.0.1:51186_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51186.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 180906 INFO  (jetty-launcher-1556-thread-3) [n:127.0.0.1:51186_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51186.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 180906 INFO  (jetty-launcher-1556-thread-3) [n:127.0.0.1:51186_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51186.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 180908 INFO  (jetty-launcher-1556-thread-3) [n:127.0.0.1:51186_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_9B60CE3FBD335CBF-001\tempDir-001\node3
   [junit4]   2> 180961 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 180963 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 180971 INFO  (zkConnectionManagerCallback-1657-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 180971 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 180975 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 180977 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51168/solr ready
   [junit4]   2> 180990 INFO  (qtp212385476-2997) [n:127.0.0.1:51186_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 180998 INFO  (OverseerThreadFactory-1625-thread-1-processing-n:127.0.0.1:51202_solr) [n:127.0.0.1:51202_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 181112 INFO  (qtp212385476-2993) [n:127.0.0.1:51186_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=5
   [junit4]   2> 181116 INFO  (qtp1198184332-3016) [n:127.0.0.1:51202_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 181119 INFO  (qtp1198184332-3016) [n:127.0.0.1:51202_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=4
   [junit4]   2> 181129 INFO  (qtp2127832659-3004) [n:127.0.0.1:51193_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=5
   [junit4]   2> 181155 INFO  (qtp285962063-3015) [n:127.0.0.1:51203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=21
   [junit4]   2> 181165 INFO  (OverseerStateUpdate-72105137111695373-127.0.0.1:51202_solr-n_0000000000) [n:127.0.0.1:51202_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51203/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51203_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 181169 INFO  (OverseerStateUpdate-72105137111695373-127.0.0.1:51202_solr-n_0000000000) [n:127.0.0.1:51202_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51193/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51193_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 181378 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr    x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 181378 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 181398 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 181398 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 181416 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 181416 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 181469 WARN  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 181469 WARN  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 181470 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 181470 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 181470 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51193.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 181470 WARN  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 181470 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_9B60CE3FBD335CBF-001\tempDir-001\node2\collection1_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_9B60CE3FBD335CBF-001\tempDir-001\node2\collection1_shard2_replica_n2\data\]
   [junit4]   2> 181470 WARN  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 181470 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 181470 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 181471 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51203.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 181471 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_9B60CE3FBD335CBF-001\tempDir-001\node1\collection1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_9B60CE3FBD335CBF-001\tempDir-001\node1\collection1_shard1_replica_n1\data\]
   [junit4]   2> 181578 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 181578 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 181584 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 181584 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 181584 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 181584 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 181585 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 181585 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 181587 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 181587 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 181587 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 181587 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670575043511320576
   [junit4]   2> 181589 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 181590 INFO  (searcherExecutor-1661-thread-1-processing-n:127.0.0.1:51203_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 181590 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 181590 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 181590 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670575043514466304
   [junit4]   2> 181592 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 181593 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 181593 INFO  (searcherExecutor-1659-thread-1-processing-n:127.0.0.1:51193_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 181596 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 181596 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 181597 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 181597 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 181597 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51203/solr/collection1_shard1_replica_n1/
   [junit4]   2> 181597 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 181597 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:51203/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 181597 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72105137111695371-core_node3-n_0000000000
   [junit4]   2> 181600 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51203/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 181600 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 181600 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 181600 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51193/solr/collection1_shard2_replica_n2/
   [junit4]   2> 181600 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 181601 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:51193/solr/collection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 181601 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72105137111695374-core_node4-n_0000000000
   [junit4]   2> 181602 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51193/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 181705 INFO  (zkCallback-1603-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 181705 INFO  (zkCallback-1630-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 181706 INFO  (zkCallback-1630-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 181706 INFO  (zkCallback-1603-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 181707 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 181707 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 181711 INFO  (qtp285962063-3020) [n:127.0.0.1:51203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=334
   [junit4]   2> 181711 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=335
   [junit4]   2> 181714 INFO  (qtp212385476-2997) [n:127.0.0.1:51186_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 181812 INFO  (zkCallback-1603-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 181812 INFO  (zkCallback-1593-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 181812 INFO  (zkCallback-1603-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 181812 INFO  (zkCallback-1630-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 181812 INFO  (zkCallback-1630-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 181812 INFO  (zkCallback-1603-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 181812 INFO  (zkCallback-1630-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 181812 INFO  (qtp212385476-2997) [n:127.0.0.1:51186_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=820
   [junit4]   2> 181813 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: collection1
   [junit4]   2> 181816 INFO  (qtp212385476-2995) [n:127.0.0.1:51186_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=filestream_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 181825 INFO  (OverseerThreadFactory-1625-thread-2-processing-n:127.0.0.1:51202_solr) [n:127.0.0.1:51202_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection filestream_collection
   [junit4]   2> 181825 INFO  (OverseerCollectionConfigSetProcessor-72105137111695373-127.0.0.1:51202_solr-n_0000000000) [n:127.0.0.1:51202_solr     ] 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> 182055 INFO  (qtp212385476-2996) [n:127.0.0.1:51186_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=5
   [junit4]   2> 182064 INFO  (qtp1198184332-3014) [n:127.0.0.1:51202_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=6
   [junit4]   2> 182068 INFO  (qtp2127832659-3006) [n:127.0.0.1:51193_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=1
   [junit4]   2> 182074 INFO  (qtp2127832659-3002) [n:127.0.0.1:51193_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=4
   [junit4]   2> 182076 INFO  (qtp285962063-3021) [n:127.0.0.1:51203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 182097 INFO  (qtp285962063-3009) [n:127.0.0.1:51203_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=20
   [junit4]   2> 182104 INFO  (OverseerStateUpdate-72105137111695373-127.0.0.1:51202_solr-n_0000000000) [n:127.0.0.1:51202_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"filestream_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"filestream_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51202/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51202_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 182309 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr    x:filestream_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=filestream_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=filestream_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 182326 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 182334 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 182386 WARN  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 182390 WARN  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 182390 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 182390 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'filestream_collection_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 182391 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51202.solr.core.filestream_collection.shard1.replica_n1' (registry 'solr.core.filestream_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ca74dad
   [junit4]   2> 182391 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[filestream_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_9B60CE3FBD335CBF-001\tempDir-001\node4\filestream_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J1\temp\solr.client.solrj.io.stream.StreamExpressionTest_9B60CE3FBD335CBF-001\tempDir-001\node4\filestream_collection_shard1_replica_n1\data\]
   [junit4]   2> 182494 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 182494 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 182497 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 182497 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 182499 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 182499 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 182500 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 182500 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670575044468670464
   [junit4]   2> 182502 INFO  (searcherExecutor-1671-thread-1-processing-n:127.0.0.1:51202_solr x:filestream_collection_shard1_replica_n1 c:filestream_collection s:shard1 r:core_node2) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [filestream_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 182505 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/filestream_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 182505 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/filestream_collection/leaders/shard1
   [junit4]   2> 182508 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 182508 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 182508 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51202/solr/filestream_collection_shard1_replica_n1/
   [junit4]   2> 182508 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 182508 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:51202/solr/filestream_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 182508 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/filestream_collection/leaders/shard1/leader after winning as /collections/filestream_collection/leader_elect/shard1/election/72105137111695373-core_node2-n_0000000000
   [junit4]   2> 182510 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51202/solr/filestream_collection_shard1_replica_n1/ shard1
   [junit4]   2> 182614 INFO  (zkCallback-1617-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 182616 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 182622 INFO  (qtp1198184332-3019) [n:127.0.0.1:51202_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=filestream_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=filestream_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=312
   [junit4]   2> 182625 INFO  (qtp212385476-2995) [n:127.0.0.1:51186_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 182720 INFO  (zkCallback-1593-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 182720 INFO  (zkCallback-1617-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 182720 INFO  (zkCallback-1617-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 182721 INFO  (qtp212385476-2995) [n:127.0.0.1:51186_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=filestream_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=905
   [junit4]   2> 182722 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: filestream_collection
   [junit4]   2> 182760 INFO  (TEST-StreamExpressionTest.testCatStreamMultipleFilesOneEmpty-seed#[9B60CE3FBD335CBF]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCatStreamMultipleFilesOneEmpty
   [junit4]   2> 182770 INFO  (qtp285962063-3021) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 182770 INFO  (qtp285962063-3021) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:51193/solr/collection1_shard2_replica_n2/&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 182774 INFO  (qtp285962063-3009) [n:127.0.0.1:51203_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:51193/solr/collection1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=1
   [junit4]   2> 182774 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 182774 INFO  (qtp2127832659-3005) [n:127.0.0.1:51193_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2} status=0 QTime=13
   [junit4]   2> 182781 INFO  (qtp1198184332-3016) [n:127.0.0.1:51202_solr c:filestream_collec

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

,UNAVAILABLE}
   [junit4]   2> 72032 INFO  (jetty-closer-376-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 72394 INFO  (jetty-closer-376-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72105205312126987-127.0.0.1:58596_solr-n_0000000000) closing
   [junit4]   2> 72396 INFO  (OverseerStateUpdate-72105205312126987-127.0.0.1:58596_solr-n_0000000000) [n:127.0.0.1:58596_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58596_solr
   [junit4]   2> 72398 INFO  (OverseerAutoScalingTriggerThread-72105205312126987-127.0.0.1:58596_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 72401 INFO  (closeThreadPool-399-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72105205312126987-127.0.0.1:58596_solr-n_0000000000) closing
   [junit4]   2> 72415 INFO  (jetty-closer-376-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3350409c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 72415 INFO  (jetty-closer-376-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@61e73ecf{/solr,null,UNAVAILABLE}
   [junit4]   2> 72415 INFO  (jetty-closer-376-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 72528 INFO  (closeThreadPool-399-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72105205312126987-127.0.0.1:58596_solr-n_0000000000) closing
   [junit4]   2> 72555 INFO  (jetty-closer-376-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@2bb5986d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 72556 INFO  (jetty-closer-376-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6512a5b2{/solr,null,UNAVAILABLE}
   [junit4]   2> 72556 INFO  (jetty-closer-376-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 72558 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 72771 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/aliases.json
   [junit4]   2> 	34	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/collections/destinationCollection/terms/shard2
   [junit4]   2> 	8	/solr/collections/destinationCollection/terms/shard1
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/configs/ml
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/filestream_collection/terms/shard1
   [junit4]   2> 	2	/solr/collections/destinationCollection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/destinationCollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	53	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	34	/solr/clusterstate.json
   [junit4]   2> 	32	/solr/collections/collection1/state.json
   [junit4]   2> 	26	/solr/collections/collection2/state.json
   [junit4]   2> 	12	/solr/collections/filestream_collection/state.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72105205312126987-127.0.0.1:58596_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	88	/solr/collections
   [junit4]   2> 	79	/solr/overseer/queue
   [junit4]   2> 	50	/solr/live_nodes
   [junit4]   2> 	27	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 72786 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:58396
   [junit4]   2> 72787 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:58396
   [junit4]   2> 72787 INFO  (SUITE-StreamExpressionTest-seed#[9B60CE3FBD335CBF]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 58396
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.io.stream.StreamExpressionTest_9B60CE3FBD335CBF-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {name_s=PostingsFormat(name=Direct), diseases_s=PostingsFormat(name=Direct), terms_ss=PostingsFormat(name=LuceneVarGapFixedInterval), featureSet_s=Lucene84, field_s=Lucene84, multiDefault=PostingsFormat(name=LuceneVarGapFixedInterval), subject=PostingsFormat(name=LuceneVarGapFixedInterval), checkpoint_ss=PostingsFormat(name=Direct), symptoms_s=Lucene84, test_t=PostingsFormat(name=Direct), level1_s=BlockTreeOrds(blocksize=128), s_multi=BlockTreeOrds(blocksize=128), level2_s=Lucene84, a_s=BlockTreeOrds(blocksize=128), whitetok=PostingsFormat(name=Direct), tv_text=Lucene84, term_s=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=PostingsFormat(name=LuceneVarGapFixedInterval), id=PostingsFormat(name=Direct), text=BlockTreeOrds(blocksize=128)}, docValues:{name_s=DocValuesFormat(name=Lucene80), iteration_i=DocValuesFormat(name=Lucene80), terms_ss=DocValuesFormat(name=Direct), field_s=DocValuesFormat(name=Lucene80), multiDefault=DocValuesFormat(name=Direct), price_f=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Lucene80), a_f=DocValuesFormat(name=Lucene80), falseNegative_i=DocValuesFormat(name=Lucene80), a_i=DocValuesFormat(name=Lucene80), falsePositive_i=DocValuesFormat(name=Lucene80), level1_s=DocValuesFormat(name=Asserting), s_multi=DocValuesFormat(name=Asserting), level2_s=DocValuesFormat(name=Lucene80), a_s=DocValuesFormat(name=Asserting), score_f=DocValuesFormat(name=Asserting), term_s=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Direct), i_multi=DocValuesFormat(name=Lucene80), diseases_s=DocValuesFormat(name=Lucene80), featureSet_s=DocValuesFormat(name=Lucene80), trueNegative_i=DocValuesFormat(name=Asserting), index_i=DocValuesFormat(name=Lucene80), test_dt=DocValuesFormat(name=Asserting), out_i=DocValuesFormat(name=Lucene80), checkpoint_ss=DocValuesFormat(name=Lucene80), symptoms_s=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Lucene80), truePositive_i=DocValuesFormat(name=Asserting), cases_i=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=121, maxMBSortInHeap=7.607055511213302, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=en-DK, timezone=Mexico/BajaSur
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=1,free=84020560,total=195362816
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest]
   [junit4] Completed [5/5 (5!)] on J0 in 73.72s, 30 tests, 1 failure <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 150 tests, 5 failures [seed: 9B60CE3FBD335CBF]

Total time: 1 minute 17 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
[repro] Exiting with code 1

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

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

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

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

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

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-13.0.2) - Build # 1321 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1321/
Java: 64bit/jdk-13.0.2 -XX:-UseCompressedOops -XX:+UseParallelGC

5 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([1D143DA6C832DA60:DA1FDBDEC884F5]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([1D143DA6C832DA60:DA1FDBDEC884F5]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([1D143DA6C832DA60:DA1FDBDEC884F5]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([1D143DA6C832DA60:DA1FDBDEC884F5]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([1D143DA6C832DA60:DA1FDBDEC884F5]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:830)




Build Log:
[...truncated 17326 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> 87141 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 87141 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_1D143DA6C832DA60-001\data-dir-6-001
   [junit4]   2> 87141 WARN  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=28 numCloses=28
   [junit4]   2> 87141 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 87143 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 87143 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 87144 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_1D143DA6C832DA60-001\tempDir-001
   [junit4]   2> 87144 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 87145 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 87145 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 87249 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 49240
   [junit4]   2> 87249 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:49240
   [junit4]   2> 87249 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:49240
   [junit4]   2> 87249 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 49240
   [junit4]   2> 87252 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 87255 INFO  (zkConnectionManagerCallback-679-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87255 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 87257 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 87260 INFO  (zkConnectionManagerCallback-681-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87260 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 87261 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 87263 INFO  (zkConnectionManagerCallback-683-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87263 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 87368 WARN  (jetty-launcher-684-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 87368 WARN  (jetty-launcher-684-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 87368 WARN  (jetty-launcher-684-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 87368 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 87368 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 87368 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 87368 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 87368 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 87368 WARN  (jetty-launcher-684-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 87368 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 87368 INFO  (jetty-launcher-684-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 87368 INFO  (jetty-launcher-684-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 87368 INFO  (jetty-launcher-684-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 87368 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 87368 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 87368 INFO  (jetty-launcher-684-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 13.0.2+8
   [junit4]   2> 87370 INFO  (jetty-launcher-684-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 87370 INFO  (jetty-launcher-684-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 87370 INFO  (jetty-launcher-684-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 87370 INFO  (jetty-launcher-684-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 87370 INFO  (jetty-launcher-684-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 87370 INFO  (jetty-launcher-684-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 87371 INFO  (jetty-launcher-684-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 87371 INFO  (jetty-launcher-684-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 87371 INFO  (jetty-launcher-684-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 87371 INFO  (jetty-launcher-684-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 87371 INFO  (jetty-launcher-684-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 87371 INFO  (jetty-launcher-684-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 87371 INFO  (jetty-launcher-684-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@793c7264{/solr,null,AVAILABLE}
   [junit4]   2> 87371 INFO  (jetty-launcher-684-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d638b9d{/solr,null,AVAILABLE}
   [junit4]   2> 87371 INFO  (jetty-launcher-684-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@202becdf{/solr,null,AVAILABLE}
   [junit4]   2> 87371 INFO  (jetty-launcher-684-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65c18f86{/solr,null,AVAILABLE}
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@718bec58{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49263}
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-4) [     ] o.e.j.s.Server Started @87406ms
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1827bd9e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49264}
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49263}
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-1) [     ] o.e.j.s.Server Started @87406ms
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@25c0fd85{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49266}
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49264}
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-2) [     ] o.e.j.s.Server Started @87406ms
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49266}
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@37aa9209{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:49265}
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-3) [     ] o.e.j.s.Server Started @87406ms
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=49265}
   [junit4]   2> 87373 ERROR (jetty-launcher-684-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 87373 ERROR (jetty-launcher-684-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T10:12:02.578072900Z
   [junit4]   2> 87373 ERROR (jetty-launcher-684-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 87373 ERROR (jetty-launcher-684-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T10:12:02.578072900Z
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T10:12:02.578072900Z
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T10:12:02.578072900Z
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 87373 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 87377 INFO  (zkConnectionManagerCallback-686-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87377 INFO  (zkConnectionManagerCallback-688-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87377 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 87377 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 87377 INFO  (zkConnectionManagerCallback-690-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87377 INFO  (zkConnectionManagerCallback-692-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87377 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 87377 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 87377 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 87377 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 87377 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 87377 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 87681 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 87682 WARN  (jetty-launcher-684-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@18e082b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 87682 WARN  (jetty-launcher-684-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@18e082b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 87686 WARN  (jetty-launcher-684-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@8346da4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 87686 WARN  (jetty-launcher-684-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@8346da4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 87686 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49240/solr
   [junit4]   2> 87688 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 87690 INFO  (zkConnectionManagerCallback-706-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87690 INFO  (jetty-launcher-684-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 87737 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 87739 WARN  (jetty-launcher-684-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4b344555[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 87739 WARN  (jetty-launcher-684-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4b344555[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 87741 WARN  (jetty-launcher-684-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@79ea6ac0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 87741 WARN  (jetty-launcher-684-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@79ea6ac0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 87741 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49240/solr
   [junit4]   2> 87743 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 87745 INFO  (zkConnectionManagerCallback-717-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87745 INFO  (jetty-launcher-684-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 87781 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 87783 WARN  (jetty-launcher-684-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@30eadf62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 87783 WARN  (jetty-launcher-684-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@30eadf62[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 87785 WARN  (jetty-launcher-684-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@22673c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 87785 WARN  (jetty-launcher-684-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@22673c9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 87787 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49240/solr
   [junit4]   2> 87787 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 87789 INFO  (zkConnectionManagerCallback-725-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87789 INFO  (jetty-launcher-684-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 87905 INFO  (jetty-launcher-684-thread-3) [n:127.0.0.1:49265_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 87908 INFO  (zkConnectionManagerCallback-730-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 87908 INFO  (jetty-launcher-684-thread-3) [n:127.0.0.1:49265_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 88005 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 88005 INFO  (jetty-launcher-684-thread-4) [n:127.0.0.1:49263_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 88009 WARN  (jetty-launcher-684-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2daf657d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 88009 WARN  (jetty-launcher-684-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2daf657d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 88010 WARN  (jetty-launcher-684-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6f8d487[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 88013 WARN  (jetty-launcher-684-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6f8d487[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 88013 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49240/solr
   [junit4]   2> 88013 INFO  (zkConnectionManagerCallback-737-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 88013 INFO  (jetty-launcher-684-thread-4) [n:127.0.0.1:49263_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 88013 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 88017 INFO  (zkConnectionManagerCallback-742-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 88017 INFO  (jetty-launcher-684-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 88031 INFO  (jetty-launcher-684-thread-4) [n:127.0.0.1:49263_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49263_solr
   [junit4]   2> 88034 INFO  (jetty-launcher-684-thread-4) [n:127.0.0.1:49263_solr     ] o.a.s.c.Overseer Overseer (id=72103945176350731-127.0.0.1:49263_solr-n_0000000000) starting
   [junit4]   2> 88044 INFO  (jetty-launcher-684-thread-4) [n:127.0.0.1:49263_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49263_solr
   [junit4]   2> 88044 INFO  (OverseerStateUpdate-72103945176350731-127.0.0.1:49263_solr-n_0000000000) [n:127.0.0.1:49263_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:49263_solr
   [junit4]   2> 88046 INFO  (OverseerStateUpdate-72103945176350731-127.0.0.1:49263_solr-n_0000000000) [n:127.0.0.1:49263_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 88048 INFO  (jetty-launcher-684-thread-4) [n:127.0.0.1:49263_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 88049 WARN  (jetty-launcher-684-thread-4) [n:127.0.0.1:49263_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> 88066 INFO  (jetty-launcher-684-thread-3) [n:127.0.0.1:49265_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 88073 INFO  (jetty-launcher-684-thread-3) [n:127.0.0.1:49265_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:49265_solr as DOWN
   [junit4]   2> 88074 INFO  (jetty-launcher-684-thread-3) [n:127.0.0.1:49265_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 88074 INFO  (jetty-launcher-684-thread-3) [n:127.0.0.1:49265_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49265_solr
   [junit4]   2> 88076 INFO  (zkCallback-736-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 88076 INFO  (zkCallback-729-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 88077 INFO  (jetty-launcher-684-thread-3) [n:127.0.0.1:49265_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 88077 WARN  (jetty-launcher-684-thread-3) [n:127.0.0.1:49265_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> 88077 INFO  (jetty-launcher-684-thread-4) [n:127.0.0.1:49263_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 88101 INFO  (jetty-launcher-684-thread-4) [n:127.0.0.1:49263_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49263.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88103 INFO  (jetty-launcher-684-thread-3) [n:127.0.0.1:49265_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 88105 INFO  (jetty-launcher-684-thread-4) [n:127.0.0.1:49263_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49263.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88105 INFO  (jetty-launcher-684-thread-4) [n:127.0.0.1:49263_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49263.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88109 INFO  (jetty-launcher-684-thread-4) [n:127.0.0.1:49263_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_1D143DA6C832DA60-001\tempDir-001\node4
   [junit4]   2> 88109 INFO  (jetty-launcher-684-thread-2) [n:127.0.0.1:49266_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 88111 INFO  (zkConnectionManagerCallback-761-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 88111 INFO  (jetty-launcher-684-thread-2) [n:127.0.0.1:49266_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 88117 INFO  (jetty-launcher-684-thread-2) [n:127.0.0.1:49266_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 88121 INFO  (jetty-launcher-684-thread-2) [n:127.0.0.1:49266_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:49266_solr as DOWN
   [junit4]   2> 88122 INFO  (jetty-launcher-684-thread-2) [n:127.0.0.1:49266_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 88122 INFO  (jetty-launcher-684-thread-2) [n:127.0.0.1:49266_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49266_solr
   [junit4]   2> 88123 INFO  (jetty-launcher-684-thread-3) [n:127.0.0.1:49265_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49265.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88123 INFO  (zkCallback-736-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 88123 INFO  (zkCallback-729-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 88123 INFO  (zkCallback-760-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 88125 INFO  (jetty-launcher-684-thread-2) [n:127.0.0.1:49266_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 88126 WARN  (jetty-launcher-684-thread-2) [n:127.0.0.1:49266_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> 88129 INFO  (jetty-launcher-684-thread-3) [n:127.0.0.1:49265_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49265.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88129 INFO  (jetty-launcher-684-thread-3) [n:127.0.0.1:49265_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49265.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88130 INFO  (jetty-launcher-684-thread-3) [n:127.0.0.1:49265_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_1D143DA6C832DA60-001\tempDir-001\node3
   [junit4]   2> 88153 INFO  (jetty-launcher-684-thread-2) [n:127.0.0.1:49266_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 88170 INFO  (jetty-launcher-684-thread-2) [n:127.0.0.1:49266_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49266.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88177 INFO  (jetty-launcher-684-thread-2) [n:127.0.0.1:49266_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49266.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88177 INFO  (jetty-launcher-684-thread-2) [n:127.0.0.1:49266_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49266.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88177 INFO  (jetty-launcher-684-thread-2) [n:127.0.0.1:49266_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_1D143DA6C832DA60-001\tempDir-001\node2
   [junit4]   2> 88210 INFO  (jetty-launcher-684-thread-1) [n:127.0.0.1:49264_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 88213 INFO  (zkConnectionManagerCallback-772-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 88213 INFO  (jetty-launcher-684-thread-1) [n:127.0.0.1:49264_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 88217 INFO  (jetty-launcher-684-thread-1) [n:127.0.0.1:49264_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 88221 INFO  (jetty-launcher-684-thread-1) [n:127.0.0.1:49264_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:49264_solr as DOWN
   [junit4]   2> 88221 INFO  (jetty-launcher-684-thread-1) [n:127.0.0.1:49264_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 88221 INFO  (jetty-launcher-684-thread-1) [n:127.0.0.1:49264_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49264_solr
   [junit4]   2> 88221 INFO  (zkCallback-729-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 88221 INFO  (zkCallback-760-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 88221 INFO  (zkCallback-736-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 88221 INFO  (zkCallback-771-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 88221 INFO  (jetty-launcher-684-thread-1) [n:127.0.0.1:49264_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 88225 WARN  (jetty-launcher-684-thread-1) [n:127.0.0.1:49264_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> 88249 INFO  (jetty-launcher-684-thread-1) [n:127.0.0.1:49264_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 88266 INFO  (jetty-launcher-684-thread-1) [n:127.0.0.1:49264_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49264.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88269 INFO  (jetty-launcher-684-thread-1) [n:127.0.0.1:49264_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49264.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88269 INFO  (jetty-launcher-684-thread-1) [n:127.0.0.1:49264_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49264.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88273 INFO  (jetty-launcher-684-thread-1) [n:127.0.0.1:49264_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_1D143DA6C832DA60-001\tempDir-001\node1
   [junit4]   2> 88297 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 88297 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 88297 INFO  (zkConnectionManagerCallback-785-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 88297 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 88302 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 88303 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49240/solr ready
   [junit4]   2> 88312 INFO  (qtp963476308-1223) [n:127.0.0.1:49265_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 88317 INFO  (OverseerThreadFactory-749-thread-1-processing-n:127.0.0.1:49263_solr) [n:127.0.0.1:49263_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1_collection
   [junit4]   2> 88429 INFO  (qtp963476308-1230) [n:127.0.0.1:49265_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 88437 INFO  (qtp721880725-1221) [n:127.0.0.1:49266_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 88445 INFO  (qtp383799602-1220) [n:127.0.0.1:49264_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 88447 INFO  (qtp2135690689-1218) [n:127.0.0.1:49263_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 88451 INFO  (qtp2135690689-1218) [n:127.0.0.1:49263_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 88458 INFO  (OverseerStateUpdate-72103945176350731-127.0.0.1:49263_solr-n_0000000000) [n:127.0.0.1:49263_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:49263/solr",
   [junit4]   2>   "node_name":"127.0.0.1:49263_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 88460 INFO  (OverseerStateUpdate-72103945176350731-127.0.0.1:49263_solr-n_0000000000) [n:127.0.0.1:49263_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:49264/solr",
   [junit4]   2>   "node_name":"127.0.0.1:49264_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 88664 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr    x:collection1_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 88664 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr    x:collection1_collection_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 88678 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 88678 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 88689 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 88691 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 88733 WARN  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 88733 WARN  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 88733 WARN  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 88733 WARN  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 88736 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 88736 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_collection_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 88736 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 88736 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_collection_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 88736 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49264.solr.core.collection1_collection.shard2.replica_n2' (registry 'solr.core.collection1_collection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88736 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49263.solr.core.collection1_collection.shard1.replica_n1' (registry 'solr.core.collection1_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 88736 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_collection_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_1D143DA6C832DA60-001\tempDir-001\node1\collection1_collection_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_1D143DA6C832DA60-001\tempDir-001\node1\collection1_collection_shard2_replica_n2\data\]
   [junit4]   2> 88736 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_1D143DA6C832DA60-001\tempDir-001\node4\collection1_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_1D143DA6C832DA60-001\tempDir-001\node4\collection1_collection_shard1_replica_n1\data\]
   [junit4]   2> 88827 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 88829 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 88829 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 88829 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 88829 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 88829 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 88829 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 88829 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 88834 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 88834 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 88834 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 88834 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 88834 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 88834 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 88834 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670555971395518464
   [junit4]   2> 88834 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670555971395518464
   [junit4]   2> 88837 INFO  (searcherExecutor-789-thread-1-processing-n:127.0.0.1:49263_solr x:collection1_collection_shard1_replica_n1 c:collection1_collection s:shard1 r:core_node3) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 88837 INFO  (searcherExecutor-787-thread-1-processing-n:127.0.0.1:49264_solr x:collection1_collection_shard2_replica_n2 c:collection1_collection s:shard2 r:core_node4) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_collection_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 88841 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1_collection/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 88841 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1_collection/leaders/shard2
   [junit4]   2> 88841 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1_collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 88841 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1_collection/leaders/shard1
   [junit4]   2> 88847 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 88847 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 88847 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49264/solr/collection1_collection_shard2_replica_n2/
   [junit4]   2> 88847 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 88847 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 88847 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49263/solr/collection1_collection_shard1_replica_n1/
   [junit4]   2> 88847 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 88847 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 88848 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:49263/solr/collection1_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 88848 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:49264/solr/collection1_collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 88848 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1_collection/leaders/shard1/leader after winning as /collections/collection1_collection/leader_elect/shard1/election/72103945176350731-core_node3-n_0000000000
   [junit4]   2> 88848 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1_collection/leaders/shard2/leader after winning as /collections/collection1_collection/leader_elect/shard2/election/72103945176350734-core_node4-n_0000000000
   [junit4]   2> 88850 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49263/solr/collection1_collection_shard1_replica_n1/ shard1
   [junit4]   2> 88850 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49264/solr/collection1_collection_shard2_replica_n2/ shard2
   [junit4]   2> 88953 INFO  (zkCallback-736-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 88953 INFO  (zkCallback-771-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 88953 INFO  (zkCallback-736-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 88954 INFO  (zkCallback-771-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 88955 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr c:collection1_collection s:shard2 r:core_node4 x:collection1_collection_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 88955 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr c:collection1_collection s:shard1 r:core_node3 x:collection1_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 88957 INFO  (qtp383799602-1224) [n:127.0.0.1:49264_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_collection_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=296
   [junit4]   2> 88957 INFO  (qtp2135690689-1222) [n:127.0.0.1:49263_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=296
   [junit4]   2> 88962 INFO  (qtp963476308-1223) [n:127.0.0.1:49265_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 89061 INFO  (zkCallback-729-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 89061 INFO  (zkCallback-736-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 89061 INFO  (zkCallback-771-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 89061 INFO  (zkCallback-736-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 89061 INFO  (zkCallback-771-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 89061 INFO  (zkCallback-736-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 89061 INFO  (zkCallback-771-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1_collection/state.json] for collection [collection1_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 89062 INFO  (qtp963476308-1223) [n:127.0.0.1:49265_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=749
   [junit4]   2> 89062 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: collection1_collection
   [junit4]   2> 89065 INFO  (qtp963476308-1219) [n:127.0.0.1:49265_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=collection1_collection&name=collection1&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 89071 INFO  (OverseerCollectionConfigSetProcessor-72103945176350731-127.0.0.1:49263_solr-n_0000000000) [n:127.0.0.1:49263_solr     ] 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> 89174 INFO  (qtp963476308-1219) [n:127.0.0.1:49265_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=collection1_collection&name=collection1&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=109
   [junit4]   2> 89175 INFO  (qtp963476308-1227) [n:127.0.0.1:49265_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=filestream_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 89178 INFO  (OverseerThreadFactory-749-thread-3-processing-n:127.0.0.1:49263_solr) [n:127.0.0.1:49263_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection filestream_collection
   [junit4]   2> 89178 INFO  (OverseerCollectionConfigSetProcessor-72103945176350731-127.0.0.1:49263_solr-n_0000000000) [n:127.0.0.1:49263_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 89385 INFO  (qtp963476308-1230) [n:127.0.0.1:49265_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 89390 INFO  (qtp721880725-1225) [n:127.0.0.1:49266_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 89391 INFO  (qtp383799602-1228) [n:127.0.0.1:49264_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1_collection.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 89395 INFO  (qtp383799602-1216) [n:127.0.0.1:49264_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 89396 INFO  (qtp2135690689-1226) [n:127.0.0.1:49263_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1_collection.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 89399 INFO  (qtp2135690689-1214) [n:127.0.0.1:49263_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 89403 INFO  (OverseerStateUpdate-72103945176350731-127.0.0.1:49263_solr-n_0000000000) [n:127.0.0.1:49263_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"filestream_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"filestream_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:49266/solr",
   [junit4]   2>   "node_name":"127.0.0.1:49266_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 89608 INFO  (qtp721880725-1229) [n:127.0.0.1:49266_solr    x:filestream_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=filestream_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=filestream_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 89619 INFO  (qtp721880725-1229) [n:127.0.0.1:49266_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 89629 INFO  (qtp721880725-1229) [n:127.0.0.1:49266_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 89669 WARN  (qtp721880725-1229) [n:127.0.0.1:49266_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 89670 WARN  (qtp721880725-1229) [n:127.0.0.1:49266_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 89670 INFO  (qtp721880725-1229) [n:127.0.0.1:49266_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 89670 INFO  (qtp721880725-1229) [n:127.0.0.1:49266_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'filestream_collection_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 89670 INFO  (qtp721880725-1229) [n:127.0.0.1:49266_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_49266.solr.core.filestream_collection.shard1.replica_n1' (registry 'solr.core.filestream_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5a9ed5bd
   [junit4]   2> 89670 INFO  (qtp721880725-1229) [n:127.0.0.1:49266_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[filestream_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_1D143DA6C832DA60-001\tempDir-001\node2\filestream_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test

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

d live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 50980 INFO  (zkCallback-61-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 50980 INFO  (zkCallback-136-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 50985 INFO  (jetty-closer-283-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@891d27{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 50987 INFO  (jetty-closer-283-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2445d55e{/solr,null,UNAVAILABLE}
   [junit4]   2> 50988 INFO  (jetty-closer-283-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 51085 INFO  (zkCallback-61-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 51085 INFO  (closeThreadPool-305-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72104006108250123-127.0.0.1:62616_solr-n_0000000000) closing
   [junit4]   2> 51086 INFO  (OverseerStateUpdate-72104006108250123-127.0.0.1:62616_solr-n_0000000000) [n:127.0.0.1:62616_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:62616_solr
   [junit4]   2> 51086 INFO  (OverseerAutoScalingTriggerThread-72104006108250123-127.0.0.1:62616_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 51095 INFO  (closeThreadPool-305-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72104006108250123-127.0.0.1:62616_solr-n_0000000000) closing
   [junit4]   2> 51186 INFO  (zkCallback-63-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 51186 INFO  (jetty-closer-283-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@3669daf2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 51187 INFO  (jetty-closer-283-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@588b8ea9{/solr,null,UNAVAILABLE}
   [junit4]   2> 51187 INFO  (jetty-closer-283-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 51285 INFO  (jetty-closer-283-thread-4) [     ] o.a.s.c.Overseer Overseer (id=72104006108250123-127.0.0.1:62616_solr-n_0000000000) closing
   [junit4]   2> 51286 INFO  (jetty-closer-283-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4ee2eb6f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 51286 INFO  (jetty-closer-283-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6a42392a{/solr,null,UNAVAILABLE}
   [junit4]   2> 51287 INFO  (jetty-closer-283-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 51387 INFO  (jetty-closer-283-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@371623cc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 51387 INFO  (jetty-closer-283-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@139746d8{/solr,null,UNAVAILABLE}
   [junit4]   2> 51387 INFO  (jetty-closer-283-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 51388 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 51594 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/clusterprops.json
   [junit4]   2> 	27	/solr/aliases.json
   [junit4]   2> 	7	/solr/collections/collection2/state.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	4	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection1_collection/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1_collection/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1_collection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/filestream_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/collections/collection1_collection/state.json
   [junit4]   2> 	27	/solr/clusterstate.json
   [junit4]   2> 	20	/solr/collections/collection2/state.json
   [junit4]   2> 	12	/solr/collections/filestream_collection/state.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	54	/solr/collections
   [junit4]   2> 	49	/solr/live_nodes
   [junit4]   2> 	43	/solr/overseer/queue
   [junit4]   2> 	19	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 51602 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:62481
   [junit4]   2> 51602 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:62481
   [junit4]   2> 51602 INFO  (SUITE-StreamExpressionTest-seed#[1D143DA6C832DA60]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 62481
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J0\temp\solr.client.solrj.io.stream.StreamExpressionTest_1D143DA6C832DA60-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {test_t=PostingsFormat(name=Asserting), level1_s=Lucene84, s_multi=PostingsFormat(name=Asserting), diseases_s=Lucene84, level2_s=BlockTreeOrds(blocksize=128), a_s=PostingsFormat(name=Asserting), multiDefault=PostingsFormat(name=LuceneFixedGap), a_t=BlockTreeOrds(blocksize=128), id=Lucene84, text=PostingsFormat(name=Asserting), symptoms_s=BlockTreeOrds(blocksize=128)}, docValues:{i_multi=DocValuesFormat(name=Lucene80), diseases_s=DocValuesFormat(name=Lucene80), multiDefault=DocValuesFormat(name=Asserting), price_f=DocValuesFormat(name=Asserting), a_f=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Direct), a_i=DocValuesFormat(name=Lucene80), test_dt=DocValuesFormat(name=Lucene80), symptoms_s=DocValuesFormat(name=Direct), level1_s=DocValuesFormat(name=Lucene80), s_multi=DocValuesFormat(name=Lucene80), level2_s=DocValuesFormat(name=Direct), a_s=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene80), cases_i=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=467, maxMBSortInHeap=5.168314427371778, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=gsw, timezone=Australia/Darwin
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 13.0.2 (64-bit)/cpus=6,threads=1,free=102928216,total=299368448
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest]
   [junit4] Completed [5/5 (5!)] on J0 in 52.18s, 30 tests, 1 failure, 4 skipped <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 150 tests, 5 failures, 20 ignored (20 assumptions) [seed: 1D143DA6C832DA60]

Total time: 56 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
[repro] Exiting with code 1

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

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

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

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

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

[JENKINS] Lucene-Solr-8.x-Windows (64bit/jdk-14.0.1) - Build # 1320 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Windows/1320/
Java: 64bit/jdk-14.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([7B6105FF1BF74CB2:66AF27820D0D1227]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([7B6105FF1BF74CB2:66AF27820D0D1227]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([7B6105FF1BF74CB2:66AF27820D0D1227]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl

Error Message:
expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>

Stack Trace:
org.junit.ComparisonFailure: expected:<directory1[\]secondLevel1.txt> but was:<directory1[/]secondLevel1.txt>
	at __randomizedtesting.SeedInfo.seed([7B6105FF1BF74CB2:66AF27820D0D1227]:0)
	at org.junit.Assert.assertEquals(Assert.java:115)
	at org.junit.Assert.assertEquals(Assert.java:144)
	at org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testCatStreamDirectoryCrawl(StreamExpressionTest.java:3498)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:832)




Build Log:
[...truncated 17206 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
   [junit4]   2> 23568 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of 'C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\server\solr\configsets\_default\conf'
   [junit4]   2> 23568 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_7B6105FF1BF74CB2-001\data-dir-2-001
   [junit4]   2> 23568 WARN  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 23568 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 23574 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   2> 23574 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 23576 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_7B6105FF1BF74CB2-001\tempDir-001
   [junit4]   2> 23576 WARN  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.ZkTestServer TEST_HOME() does not exist - solrj test?
   [junit4]   2> 23588 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 23628 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 23628 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 23848 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 64850
   [junit4]   2> 23848 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:64850
   [junit4]   2> 23848 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:64850
   [junit4]   2> 23856 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 64850
   [junit4]   2> 23952 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 24017 INFO  (zkConnectionManagerCallback-27-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 24019 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 24057 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 24067 INFO  (zkConnectionManagerCallback-29-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 24071 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 24072 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 24081 INFO  (zkConnectionManagerCallback-31-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 24081 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 24204 WARN  (jetty-launcher-32-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 24205 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 24205 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 24205 INFO  (jetty-launcher-32-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 24221 INFO  (jetty-launcher-32-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 24221 INFO  (jetty-launcher-32-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 24223 INFO  (jetty-launcher-32-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 24224 INFO  (jetty-launcher-32-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@152af3b1{/solr,null,AVAILABLE}
   [junit4]   2> 24230 WARN  (jetty-launcher-32-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 24230 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 24230 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 24230 INFO  (jetty-launcher-32-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 24230 INFO  (jetty-launcher-32-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 24230 INFO  (jetty-launcher-32-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 24230 INFO  (jetty-launcher-32-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 24234 INFO  (jetty-launcher-32-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@49a6ad19{/solr,null,AVAILABLE}
   [junit4]   2> 24410 WARN  (jetty-launcher-32-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 24412 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 24412 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 24412 INFO  (jetty-launcher-32-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 24412 INFO  (jetty-launcher-32-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 24412 INFO  (jetty-launcher-32-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 24412 INFO  (jetty-launcher-32-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 24414 INFO  (jetty-launcher-32-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a981ff0{/solr,null,AVAILABLE}
   [junit4]   2> 24425 WARN  (jetty-launcher-32-thread-4) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 24425 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 24425 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 24425 INFO  (jetty-launcher-32-thread-4) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 24436 INFO  (jetty-launcher-32-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 24436 INFO  (jetty-launcher-32-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 24436 INFO  (jetty-launcher-32-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 24436 INFO  (jetty-launcher-32-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@63e8e56d{/solr,null,AVAILABLE}
   [junit4]   2> 24447 INFO  (jetty-launcher-32-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@533de344{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64881}
   [junit4]   2> 24447 INFO  (jetty-launcher-32-thread-4) [     ] o.e.j.s.Server Started @24471ms
   [junit4]   2> 24447 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64881}
   [junit4]   2> 24447 ERROR (jetty-launcher-32-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 24447 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 24447 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 24447 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 24447 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 24448 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T05:13:13.468877300Z
   [junit4]   2> 24449 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 24456 INFO  (jetty-launcher-32-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1fe18404{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64873}
   [junit4]   2> 24456 INFO  (jetty-launcher-32-thread-1) [     ] o.e.j.s.Server Started @24482ms
   [junit4]   2> 24456 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64873}
   [junit4]   2> 24461 ERROR (jetty-launcher-32-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 24461 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 24461 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 24461 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 24461 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 24461 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T05:13:13.481644700Z
   [junit4]   2> 24463 INFO  (jetty-launcher-32-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@69677051{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64870}
   [junit4]   2> 24464 INFO  (jetty-launcher-32-thread-2) [     ] o.e.j.s.Server Started @24487ms
   [junit4]   2> 24464 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64870}
   [junit4]   2> 24464 ERROR (jetty-launcher-32-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 24464 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 24464 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 24464 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 24464 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 24464 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T05:13:13.484799700Z
   [junit4]   2> 24464 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 24466 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 24466 INFO  (jetty-launcher-32-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2b619c1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:64876}
   [junit4]   2> 24466 INFO  (jetty-launcher-32-thread-3) [     ] o.e.j.s.Server Started @24490ms
   [junit4]   2> 24467 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64876}
   [junit4]   2> 24467 ERROR (jetty-launcher-32-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 24467 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 24467 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 24467 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 24467 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr
   [junit4]   2> 24467 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-26T05:13:13.487441500Z
   [junit4]   2> 24468 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 24492 INFO  (zkConnectionManagerCallback-34-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 24496 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 24500 INFO  (zkConnectionManagerCallback-36-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 24500 INFO  (zkConnectionManagerCallback-38-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 24500 INFO  (zkConnectionManagerCallback-40-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 24500 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 24500 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 24500 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 24503 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 24503 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 24503 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 24503 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 24780 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 24832 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 24885 WARN  (jetty-launcher-32-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3467dfde[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24885 WARN  (jetty-launcher-32-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3467dfde[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24889 WARN  (jetty-launcher-32-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3d0bf385[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24889 WARN  (jetty-launcher-32-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3d0bf385[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24928 WARN  (jetty-launcher-32-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5156a28[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24928 WARN  (jetty-launcher-32-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5156a28[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24932 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64850/solr
   [junit4]   2> 24945 WARN  (jetty-launcher-32-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@72d09e40[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24946 WARN  (jetty-launcher-32-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@72d09e40[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24946 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64850/solr
   [junit4]   2> 24954 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 24966 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 24969 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 24985 WARN  (jetty-launcher-32-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@35c3c093[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24985 WARN  (jetty-launcher-32-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@35c3c093[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 24992 INFO  (zkConnectionManagerCallback-69-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 24993 INFO  (jetty-launcher-32-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 24995 INFO  (zkConnectionManagerCallback-71-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 24995 INFO  (jetty-launcher-32-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 25004 WARN  (jetty-launcher-32-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@21a676f6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25004 WARN  (jetty-launcher-32-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@21a676f6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25008 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64850/solr
   [junit4]   2> 25009 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 25024 INFO  (zkConnectionManagerCallback-76-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 25025 INFO  (jetty-launcher-32-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 25116 INFO  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 25181 INFO  (zkConnectionManagerCallback-78-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 25181 INFO  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 25264 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 25267 INFO  (jetty-launcher-32-thread-1) [n:127.0.0.1:64873_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 25267 WARN  (jetty-launcher-32-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@46734d6b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25267 WARN  (jetty-launcher-32-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@46734d6b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25273 INFO  (zkConnectionManagerCallback-83-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 25275 WARN  (jetty-launcher-32-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@49480f2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25275 INFO  (jetty-launcher-32-thread-1) [n:127.0.0.1:64873_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 25275 WARN  (jetty-launcher-32-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@49480f2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 25276 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64850/solr
   [junit4]   2> 25276 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 25281 INFO  (zkConnectionManagerCallback-88-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 25281 INFO  (jetty-launcher-32-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 25371 INFO  (jetty-launcher-32-thread-4) [n:127.0.0.1:64881_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 25462 INFO  (zkConnectionManagerCallback-90-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 25465 INFO  (jetty-launcher-32-thread-4) [n:127.0.0.1:64881_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 25549 INFO  (jetty-launcher-32-thread-2) [n:127.0.0.1:64870_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 25562 INFO  (zkConnectionManagerCallback-92-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 25564 INFO  (jetty-launcher-32-thread-2) [n:127.0.0.1:64870_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 25859 INFO  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64876_solr
   [junit4]   2> 25862 INFO  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_solr     ] o.a.s.c.Overseer Overseer (id=72102770188288010-127.0.0.1:64876_solr-n_0000000000) starting
   [junit4]   2> 25917 INFO  (jetty-launcher-32-thread-4) [n:127.0.0.1:64881_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64881_solr
   [junit4]   2> 25919 INFO  (jetty-launcher-32-thread-2) [n:127.0.0.1:64870_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64870_solr
   [junit4]   2> 25924 INFO  (jetty-launcher-32-thread-1) [n:127.0.0.1:64873_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64873_solr
   [junit4]   2> 25952 INFO  (zkCallback-91-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 25968 INFO  (jetty-launcher-32-thread-4) [n:127.0.0.1:64881_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 25968 INFO  (jetty-launcher-32-thread-2) [n:127.0.0.1:64870_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 25968 INFO  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64876_solr as DOWN
   [junit4]   2> 25968 INFO  (jetty-launcher-32-thread-1) [n:127.0.0.1:64873_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 25978 INFO  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 25979 INFO  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64876_solr
   [junit4]   2> 25983 INFO  (zkCallback-77-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 25985 WARN  (jetty-launcher-32-thread-2) [n:127.0.0.1:64870_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> 25986 WARN  (jetty-launcher-32-thread-1) [n:127.0.0.1:64873_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> 25988 WARN  (jetty-launcher-32-thread-4) [n:127.0.0.1:64881_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> 25996 INFO  (zkCallback-89-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 25996 INFO  (zkCallback-91-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 25997 INFO  (zkCallback-82-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 26001 INFO  (OverseerStateUpdate-72102770188288010-127.0.0.1:64876_solr-n_0000000000) [n:127.0.0.1:64876_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64876_solr
   [junit4]   2> 26035 INFO  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 26035 WARN  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_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> 26067 INFO  (jetty-launcher-32-thread-1) [n:127.0.0.1:64873_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 26154 INFO  (jetty-launcher-32-thread-4) [n:127.0.0.1:64881_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 26181 INFO  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 26193 INFO  (jetty-launcher-32-thread-2) [n:127.0.0.1:64870_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 26274 INFO  (jetty-launcher-32-thread-1) [n:127.0.0.1:64873_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64873.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 26359 INFO  (jetty-launcher-32-thread-4) [n:127.0.0.1:64881_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64881.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 26364 INFO  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64876.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 26372 INFO  (jetty-launcher-32-thread-2) [n:127.0.0.1:64870_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64870.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 26373 INFO  (jetty-launcher-32-thread-1) [n:127.0.0.1:64873_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64873.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 26373 INFO  (jetty-launcher-32-thread-1) [n:127.0.0.1:64873_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64873.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 26380 INFO  (jetty-launcher-32-thread-1) [n:127.0.0.1:64873_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_7B6105FF1BF74CB2-001\tempDir-001\node1
   [junit4]   2> 26434 INFO  (jetty-launcher-32-thread-4) [n:127.0.0.1:64881_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64881.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 26435 INFO  (jetty-launcher-32-thread-4) [n:127.0.0.1:64881_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64881.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 26436 INFO  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64876.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 26436 INFO  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64876.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 26437 INFO  (jetty-launcher-32-thread-4) [n:127.0.0.1:64881_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_7B6105FF1BF74CB2-001\tempDir-001\node4
   [junit4]   2> 26438 INFO  (jetty-launcher-32-thread-2) [n:127.0.0.1:64870_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64870.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 26439 INFO  (jetty-launcher-32-thread-2) [n:127.0.0.1:64870_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64870.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 26445 INFO  (jetty-launcher-32-thread-3) [n:127.0.0.1:64876_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_7B6105FF1BF74CB2-001\tempDir-001\node3
   [junit4]   2> 26452 INFO  (jetty-launcher-32-thread-2) [n:127.0.0.1:64870_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_7B6105FF1BF74CB2-001\tempDir-001\node2
   [junit4]   2> 26500 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 26504 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 26507 INFO  (zkConnectionManagerCallback-133-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 26507 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 26549 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 26564 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64850/solr ready
   [junit4]   2> 26656 INFO  (qtp1576666763-168) [n:127.0.0.1:64881_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 26709 INFO  (OverseerThreadFactory-108-thread-1-processing-n:127.0.0.1:64876_solr) [n:127.0.0.1:64876_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 26910 INFO  (qtp1576666763-173) [n:127.0.0.1:64881_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 26914 INFO  (qtp1576666763-173) [n:127.0.0.1:64881_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=13
   [junit4]   2> 26923 INFO  (qtp287729744-150) [n:127.0.0.1:64873_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 26928 INFO  (qtp287729744-150) [n:127.0.0.1:64873_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=6
   [junit4]   2> 26933 INFO  (qtp1738576597-143) [n:127.0.0.1:64870_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 26937 INFO  (qtp1738576597-143) [n:127.0.0.1:64870_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 26947 INFO  (qtp208795199-161) [n:127.0.0.1:64876_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=4
   [junit4]   2> 27029 INFO  (OverseerStateUpdate-72102770188288010-127.0.0.1:64876_solr-n_0000000000) [n:127.0.0.1:64876_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64876/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64876_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 27043 INFO  (OverseerStateUpdate-72102770188288010-127.0.0.1:64876_solr-n_0000000000) [n:127.0.0.1:64876_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64870/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64870_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 27271 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 27287 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr    x:collection1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 27313 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 27323 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 27348 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 27349 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 27444 WARN  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 27444 WARN  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 27448 WARN  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 27451 WARN  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 27451 WARN  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 27451 WARN  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 27456 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 27456 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 27457 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64870.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 27457 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_7B6105FF1BF74CB2-001\tempDir-001\node2\collection1_shard2_replica_n2], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_7B6105FF1BF74CB2-001\tempDir-001\node2\collection1_shard2_replica_n2\data\]
   [junit4]   2> 27458 WARN  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 27458 WARN  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 27458 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 27458 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 27459 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64876.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 27459 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_7B6105FF1BF74CB2-001\tempDir-001\node3\collection1_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_7B6105FF1BF74CB2-001\tempDir-001\node3\collection1_shard1_replica_n1\data\]
   [junit4]   2> 27616 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 27616 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 27619 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 27619 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 27620 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 27620 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 27623 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 27623 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 27626 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 27626 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 27627 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 27627 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 27627 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 27627 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 27631 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670537173166718976
   [junit4]   2> 27631 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670537173166718976
   [junit4]   2> 27640 INFO  (searcherExecutor-137-thread-1-processing-n:127.0.0.1:64876_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 27640 INFO  (searcherExecutor-135-thread-1-processing-n:127.0.0.1:64870_solr x:collection1_shard2_replica_n2 c:collection1 s:shard2 r:core_node4) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SolrCore [collection1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 27651 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 27652 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 27657 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 27657 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 27674 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 27674 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 27675 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 27675 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 27676 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64870/solr/collection1_shard2_replica_n2/
   [junit4]   2> 27676 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64876/solr/collection1_shard1_replica_n1/
   [junit4]   2> 27677 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 27677 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 27678 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:64876/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 27678 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:64870/solr/collection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 27680 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72102770188288010-core_node3-n_0000000000
   [junit4]   2> 27680 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/72102770188288014-core_node4-n_0000000000
   [junit4]   2> 27689 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64870/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 27689 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64876/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 27794 INFO  (zkCallback-91-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 27795 INFO  (zkCallback-77-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 27795 INFO  (zkCallback-77-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 27796 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 27797 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 27803 INFO  (qtp1738576597-144) [n:127.0.0.1:64870_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=517
   [junit4]   2> 27803 INFO  (qtp208795199-162) [n:127.0.0.1:64876_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=532
   [junit4]   2> 27808 INFO  (qtp1576666763-168) [n:127.0.0.1:64881_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 27903 INFO  (zkCallback-77-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 27903 INFO  (zkCallback-77-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 27904 INFO  (zkCallback-77-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 27904 INFO  (zkCallback-89-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 27906 INFO  (zkCallback-91-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 27906 INFO  (zkCallback-91-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 27908 INFO  (qtp1576666763-168) [n:127.0.0.1:64881_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1252
   [junit4]   2> 27909 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: collection1
   [junit4]   2> 27912 INFO  (qtp1576666763-167) [n:127.0.0.1:64881_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=filestream_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 27918 INFO  (OverseerThreadFactory-108-thread-2-processing-n:127.0.0.1:64876_solr) [n:127.0.0.1:64876_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection filestream_collection
   [junit4]   2> 27918 INFO  (OverseerCollectionConfigSetProcessor-72102770188288010-127.0.0.1:64876_solr-n_0000000000) [n:127.0.0.1:64876_solr     ] 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> 28131 INFO  (qtp1576666763-169) [n:127.0.0.1:64881_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 28139 INFO  (qtp287729744-151) [n:127.0.0.1:64873_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 28143 INFO  (qtp1738576597-145) [n:127.0.0.1:64870_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard2.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 28148 INFO  (qtp1738576597-139) [n:127.0.0.1:64870_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=3
   [junit4]   2> 28150 INFO  (qtp208795199-163) [n:127.0.0.1:64876_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.collection1.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 28151 INFO  (qtp208795199-157) [n:127.0.0.1:64876_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 28168 INFO  (OverseerStateUpdate-72102770188288010-127.0.0.1:64876_solr-n_0000000000) [n:127.0.0.1:64876_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"filestream_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"filestream_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:64873/solr",
   [junit4]   2>   "node_name":"127.0.0.1:64873_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 28376 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr    x:filestream_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=filestream_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=filestream_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 28391 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 28403 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 28441 WARN  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 28441 WARN  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 28441 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 28441 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'filestream_collection_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 28441 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64873.solr.core.filestream_collection.shard1.replica_n1' (registry 'solr.core.filestream_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2a69806b
   [junit4]   2> 28441 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[filestream_collection_shard1_replica_n1] ] Opening new SolrCore at [C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_7B6105FF1BF74CB2-001\tempDir-001\node1\filestream_collection_shard1_replica_n1], dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J3\temp\solr.client.solrj.io.stream.StreamExpressionTest_7B6105FF1BF74CB2-001\tempDir-001\node1\filestream_collection_shard1_replica_n1\data\]
   [junit4]   2> 28538 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 28538 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 28542 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 28542 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 28545 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 28546 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 28546 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 28546 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670537174126166016
   [junit4]   2> 28549 INFO  (searcherExecutor-147-thread-1-processing-n:127.0.0.1:64873_solr x:filestream_collection_shard1_replica_n1 c:filestream_collection s:shard1 r:core_node2) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [filestream_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 28552 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/filestream_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 28553 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/filestream_collection/leaders/shard1
   [junit4]   2> 28558 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 28558 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 28558 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:64873/solr/filestream_collection_shard1_replica_n1/
   [junit4]   2> 28559 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 28560 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:64873/solr/filestream_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 28560 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/filestream_collection/leaders/shard1/leader after winning as /collections/filestream_collection/leader_elect/shard1/election/72102770188288011-core_node2-n_0000000000
   [junit4]   2> 28561 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:64873/solr/filestream_collection_shard1_replica_n1/ shard1
   [junit4]   2> 28665 INFO  (zkCallback-82-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 28666 INFO  (zkCallback-82-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 28666 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr c:filestream_collection s:shard1 r:core_node2 x:filestream_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 28667 INFO  (qtp287729744-155) [n:127.0.0.1:64873_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=filestream_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=filestream_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=294
   [junit4]   2> 28672 INFO  (qtp1576666763-167) [n:127.0.0.1:64881_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 28771 INFO  (zkCallback-82-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 28771 INFO  (zkCallback-89-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 28771 INFO  (zkCallback-82-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 28771 INFO  (qtp1576666763-167) [n:127.0.0.1:64881_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=filestream_collection&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=859
   [junit4]   2> 28771 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: filestream_collection
   [junit4]   2> 28771 INFO  (zkCallback-82-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/filestream_collection/state.json] for collection [filestream_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 28811 INFO  (TEST-StreamExp

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

jetty-closer-377-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 81387 INFO  (closeThreadPool-400-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72102851767762956-127.0.0.1:65486_solr-n_0000000000) closing
   [junit4]   2> 81388 INFO  (OverseerStateUpdate-72102851767762956-127.0.0.1:65486_solr-n_0000000000) [n:127.0.0.1:65486_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:65486_solr
   [junit4]   2> 81388 INFO  (OverseerAutoScalingTriggerThread-72102851767762956-127.0.0.1:65486_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 81390 INFO  (closeThreadPool-400-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72102851767762956-127.0.0.1:65486_solr-n_0000000000) closing
   [junit4]   2> 81489 INFO  (jetty-closer-377-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72102851767762956-127.0.0.1:65486_solr-n_0000000000) closing
   [junit4]   2> 81490 INFO  (jetty-closer-377-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@551d5ee6{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 81491 INFO  (jetty-closer-377-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7d4ceb3b{/solr,null,UNAVAILABLE}
   [junit4]   2> 81491 INFO  (jetty-closer-377-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 81492 INFO  (jetty-closer-377-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7bed3aeb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 81492 INFO  (jetty-closer-377-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1121e4da{/solr,null,UNAVAILABLE}
   [junit4]   2> 81493 INFO  (jetty-closer-377-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 81495 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 81705 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/aliases.json
   [junit4]   2> 	34	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/collections/destinationCollection/terms/shard2
   [junit4]   2> 	8	/solr/collections/destinationCollection/terms/shard1
   [junit4]   2> 	7	/solr/collections/collection2/state.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/configs/ml
   [junit4]   2> 	4	/solr/collections/collection2/terms/shard1
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	3	/solr/collections/collection2/terms/shard2
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/collection2/collectionprops.json
   [junit4]   2> 	2	/solr/collections/filestream_collection/terms/shard1
   [junit4]   2> 	2	/solr/collections/destinationCollection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/destinationCollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	52	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	34	/solr/clusterstate.json
   [junit4]   2> 	28	/solr/collections/collection1/state.json
   [junit4]   2> 	20	/solr/collections/collection2/state.json
   [junit4]   2> 	15	/solr/collections/filestream_collection/state.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72102851767762956-127.0.0.1:65486_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	89	/solr/collections
   [junit4]   2> 	81	/solr/overseer/queue
   [junit4]   2> 	51	/solr/live_nodes
   [junit4]   2> 	25	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 81715 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:65377
   [junit4]   2> 81715 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65377
   [junit4]   2> 81715 INFO  (SUITE-StreamExpressionTest-seed#[7B6105FF1BF74CB2]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65377
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\solr\build\solr-solrj\test\J4\temp\solr.client.solrj.io.stream.StreamExpressionTest_7B6105FF1BF74CB2-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {name_s=Lucene84, featureSet_s=FST50, diseases_s=Lucene84, terms_ss=FST50, field_s=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=FST50, subject=FST50, checkpoint_ss=Lucene84, symptoms_s=PostingsFormat(name=LuceneVarGapFixedInterval), level1_s=Lucene84, test_t=Lucene84, s_multi=Lucene84, level2_s=PostingsFormat(name=LuceneVarGapFixedInterval), whitetok=Lucene84, a_s=Lucene84, tv_text=PostingsFormat(name=LuceneVarGapFixedInterval), term_s=FST50, a_t=PostingsFormat(name=LuceneVarGapFixedInterval), id=Lucene84, text=Lucene84}, docValues:{name_s=DocValuesFormat(name=Direct), iteration_i=DocValuesFormat(name=Lucene80), terms_ss=DocValuesFormat(name=Asserting), field_s=DocValuesFormat(name=Lucene80), multiDefault=DocValuesFormat(name=Asserting), price_f=DocValuesFormat(name=Asserting), a_f=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Lucene80), falseNegative_i=DocValuesFormat(name=Lucene80), a_i=DocValuesFormat(name=Lucene80), falsePositive_i=DocValuesFormat(name=Lucene80), level1_s=DocValuesFormat(name=Lucene80), s_multi=DocValuesFormat(name=Direct), level2_s=DocValuesFormat(name=Lucene80), score_f=DocValuesFormat(name=Direct), a_s=DocValuesFormat(name=Direct), term_s=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Lucene80), idfs_ds=DocValuesFormat(name=Lucene80), alpha_d=DocValuesFormat(name=Direct), i_multi=DocValuesFormat(name=Lucene80), featureSet_s=DocValuesFormat(name=Asserting), diseases_s=DocValuesFormat(name=Lucene80), weights_ds=DocValuesFormat(name=Direct), idf_d=DocValuesFormat(name=Asserting), trueNegative_i=DocValuesFormat(name=Direct), index_i=DocValuesFormat(name=Asserting), test_dt=DocValuesFormat(name=Lucene80), out_i=DocValuesFormat(name=Asserting), checkpoint_ss=DocValuesFormat(name=Direct), symptoms_s=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Lucene80), error_d=DocValuesFormat(name=Lucene80), truePositive_i=DocValuesFormat(name=Lucene80), cases_i=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1349, maxMBSortInHeap=6.800850240537245, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=luo, timezone=Europe/Vilnius
   [junit4]   2> NOTE: Windows 10 10.0 amd64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=1,free=61217920,total=291504128
   [junit4]   2> NOTE: All tests run in this JVM: [StreamExpressionTest]
   [junit4] Completed [5/5 (5!)] on J4 in 81.65s, 30 tests, 1 failure <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1599: The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-8.x-Windows\lucene\common-build.xml:1126: There were test failures: 5 suites, 150 tests, 5 failures [seed: 7B6105FF1BF74CB2]

Total time: 1 minute 26 seconds

[repro] Setting last failure code to 1

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.client.solrj.io.stream.StreamExpressionTest
[repro] Exiting with code 1

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

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

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

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

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