Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27609/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions 
-XX:+UseZGC

6 tests failed.
FAILED:  org.apache.solr.pkg.TestPackages.testPluginLoading

Error Message:
expected:<Version [2]> but was:<Version [1]>

Stack Trace:
org.junit.ComparisonFailure: expected:<Version [2]> but was:<Version [1]>
        at 
__randomizedtesting.SeedInfo.seed([8857B70DF2A9E49A:5ED157F011B72300]:0)
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.solr.pkg.TestPackages.testPluginLoading(TestPackages.java:307)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. 
Expected 5 incoming 25
        at 
__randomizedtesting.SeedInfo.seed([8857B70DF2A9E49A:CACC542872CE91BB]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. 
Expected 5 incoming 25
        at 
__randomizedtesting.SeedInfo.seed([8857B70DF2A9E49A:CACC542872CE91BB]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries

Error Message:
Incoming accepted new request count did not match. Expected 5 incoming 25

Stack Trace:
java.lang.AssertionError: Incoming accepted new request count did not match. 
Expected 5 incoming 25
        at 
__randomizedtesting.SeedInfo.seed([8857B70DF2A9E49A:CACC542872CE91BB]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.servlet.TestRequestRateLimiter.testConcurrentQueries(TestRequestRateLimiter.java:74)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected 
> 0  incoming 0
        at 
__randomizedtesting.SeedInfo.seed([8857B70DF2A9E49A:394051329DFF1F3E]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing

Error Message:
Incoming slots borrowed count did not match. Expected > 0  incoming 0

Stack Trace:
java.lang.AssertionError: Incoming slots borrowed count did not match. Expected 
> 0  incoming 0
        at 
__randomizedtesting.SeedInfo.seed([8857B70DF2A9E49A:394051329DFF1F3E]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at 
org.apache.solr.servlet.TestRequestRateLimiter.testSlotBorrowing(TestRequestRateLimiter.java:106)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:567)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 14525 lines...]
   [junit4] Suite: org.apache.solr.pkg.TestPackages
   [junit4]   2> 1027775 INFO  
(SUITE-TestPackages-seed#[8857B70DF2A9E49A]-worker) [     ] o.a.s.SolrTestCase 
Setting 'solr.default.confdir' system property to test-framework derived value 
of 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1027777 INFO  
(SUITE-TestPackages-seed#[8857B70DF2A9E49A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J4/temp/solr.pkg.TestPackages_8857B70DF2A9E49A-001/data-dir-115-001
   [junit4]   2> 1027778 WARN  
(SUITE-TestPackages-seed#[8857B70DF2A9E49A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=72 numCloses=72
   [junit4]   2> 1027778 INFO  
(SUITE-TestPackages-seed#[8857B70DF2A9E49A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1027779 INFO  
(SUITE-TestPackages-seed#[8857B70DF2A9E49A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1027780 INFO  
(SUITE-TestPackages-seed#[8857B70DF2A9E49A]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1027785 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testPluginLoading
   [junit4]   2> 1027786 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J4/temp/solr.pkg.TestPackages_8857B70DF2A9E49A-001/tempDir-001
   [junit4]   2> 1027787 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1027788 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1027788 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1027789 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1027888 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 33381
   [junit4]   2> 1027888 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33381
   [junit4]   2> 1027888 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33381
   [junit4]   2> 1027888 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 33381
   [junit4]   2> 1027892 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1027894 INFO  (zkConnectionManagerCallback-11460-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1027894 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1027896 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1027897 INFO  (zkConnectionManagerCallback-11462-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1027897 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1027898 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1027899 INFO  (zkConnectionManagerCallback-11464-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1027899 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1028014 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1028014 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1028014 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1028014 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1028014 INFO  (jetty-launcher-11465-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> 1028014 INFO  (jetty-launcher-11465-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> 1028016 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1028016 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1028016 INFO  (jetty-launcher-11465-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> 1028018 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1028018 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1028018 INFO  (jetty-launcher-11465-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> 1028046 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1028046 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1028046 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1028046 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1028046 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1028046 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1028047 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3b665d38{/solr,null,AVAILABLE}
   [junit4]   2> 1028047 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1028047 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1028047 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1028053 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5d6a5740{/solr,null,AVAILABLE}
   [junit4]   2> 1028053 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@37717f7b{/solr,null,AVAILABLE}
   [junit4]   2> 1028054 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@f6eb7fb{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:35711}
   [junit4]   2> 1028054 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.e.j.s.Server Started @1028340ms
   [junit4]   2> 1028054 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35711}
   [junit4]   2> 1028054 ERROR (jetty-launcher-11465-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1028054 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1028054 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1028054 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1028054 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 1028054 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-09T20:00:23.666826Z
   [junit4]   2> 1028056 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1028060 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1e4b5d49{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:39373}
   [junit4]   2> 1028060 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.e.j.s.Server Started @1028347ms
   [junit4]   2> 1028060 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39373}
   [junit4]   2> 1028061 ERROR (jetty-launcher-11465-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1028061 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1028061 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1028061 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1028061 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 1028061 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-09T20:00:23.673281Z
   [junit4]   2> 1028062 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7ceace64{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:35543}
   [junit4]   2> 1028062 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.e.j.s.Server Started @1028348ms
   [junit4]   2> 1028062 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35543}
   [junit4]   2> 1028062 ERROR (jetty-launcher-11465-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1028062 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1028062 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1028062 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1028062 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 1028062 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-09T20:00:23.674574Z
   [junit4]   2> 1028064 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1028067 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1028067 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1028067 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1028068 INFO  (zkConnectionManagerCallback-11467-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1028069 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1028072 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1028075 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@717573e5{/solr,null,AVAILABLE}
   [junit4]   2> 1028077 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1028080 INFO  (zkConnectionManagerCallback-11469-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1028081 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1028081 INFO  (zkConnectionManagerCallback-11471-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1028081 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1028081 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@3887aef2{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:41647}
   [junit4]   2> 1028081 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.e.j.s.Server Started @1028368ms
   [junit4]   2> 1028081 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41647}
   [junit4]   2> 1028081 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1028081 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1028081 ERROR (jetty-launcher-11465-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1028081 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1028081 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
9.0.0
   [junit4]   2> 1028081 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1028081 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 1028082 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-09T20:00:23.694011Z
   [junit4]   2> 1028083 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1028084 INFO  (zkConnectionManagerCallback-11473-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1028084 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1028087 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1028091 WARN  
(jetty-launcher-11465-thread-1-SendThread(127.0.0.1:33381)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10067bbe06d0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10067bbe06d0004, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x10067bbe06d0004, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) 
~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348)
 ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) 
[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 1028091 WARN  
(jetty-launcher-11465-thread-4-SendThread(127.0.0.1:33381)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x10067bbe06d0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x10067bbe06d0005, likely server has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable 
to read additional data from server sessionid 0x10067bbe06d0005, likely server 
has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:75) 
~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:348)
 ~[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1262) 
[zookeeper-3.6.1.jar:3.6.1]
   [junit4]   2> 1028238 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1028245 WARN  (jetty-launcher-11465-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1e6889f5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028245 WARN  (jetty-launcher-11465-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1e6889f5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028284 WARN  (jetty-launcher-11465-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@471e93ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028284 WARN  (jetty-launcher-11465-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@471e93ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028286 INFO  (jetty-launcher-11465-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33381/solr
   [junit4]   2> 1028287 INFO  (jetty-launcher-11465-thread-1) 
[n:127.0.0.1:39373_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1028291 INFO  (zkConnectionManagerCallback-11483-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1028291 INFO  (jetty-launcher-11465-thread-1) 
[n:127.0.0.1:39373_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1028294 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1028296 WARN  (jetty-launcher-11465-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2852beb1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028296 WARN  (jetty-launcher-11465-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2852beb1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028298 WARN  (jetty-launcher-11465-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4f55c38a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028298 WARN  (jetty-launcher-11465-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4f55c38a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028299 INFO  (jetty-launcher-11465-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33381/solr
   [junit4]   2> 1028304 INFO  (jetty-launcher-11465-thread-3) 
[n:127.0.0.1:41647_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1028308 INFO  (zkConnectionManagerCallback-11495-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1028308 INFO  (jetty-launcher-11465-thread-3) 
[n:127.0.0.1:41647_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1028314 INFO  (jetty-launcher-11465-thread-3) 
[n:127.0.0.1:41647_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:41647_solr
   [junit4]   2> 1028315 INFO  (jetty-launcher-11465-thread-3) 
[n:127.0.0.1:41647_solr     ] o.a.s.c.Overseer Overseer 
(id=72171650659713032-127.0.0.1:41647_solr-n_0000000000) starting
   [junit4]   2> 1028318 INFO  
(OverseerStateUpdate-72171650659713032-127.0.0.1:41647_solr-n_0000000000) 
[n:127.0.0.1:41647_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:41647_solr
   [junit4]   2> 1028329 INFO  (jetty-launcher-11465-thread-3) 
[n:127.0.0.1:41647_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41647_solr
   [junit4]   2> 1028331 INFO  (jetty-launcher-11465-thread-3) 
[n:127.0.0.1:41647_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1028331 WARN  (jetty-launcher-11465-thread-3) 
[n:127.0.0.1:41647_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> 1028350 INFO  (zkCallback-11494-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1028352 INFO  (jetty-launcher-11465-thread-3) 
[n:127.0.0.1:41647_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1028370 INFO  (jetty-launcher-11465-thread-3) 
[n:127.0.0.1:41647_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41647.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@509dffad
   [junit4]   2> 1028377 INFO  (jetty-launcher-11465-thread-3) 
[n:127.0.0.1:41647_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41647.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@509dffad
   [junit4]   2> 1028377 INFO  (jetty-launcher-11465-thread-3) 
[n:127.0.0.1:41647_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41647.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@509dffad
   [junit4]   2> 1028378 INFO  (jetty-launcher-11465-thread-3) 
[n:127.0.0.1:41647_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J4/temp/solr.pkg.TestPackages_8857B70DF2A9E49A-001/tempDir-001/node3
   [junit4]   2> 1028387 INFO  (jetty-launcher-11465-thread-1) 
[n:127.0.0.1:39373_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1028389 INFO  (jetty-launcher-11465-thread-1) 
[n:127.0.0.1:39373_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39373_solr as DOWN
   [junit4]   2> 1028389 INFO  (jetty-launcher-11465-thread-1) 
[n:127.0.0.1:39373_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 1028389 INFO  (jetty-launcher-11465-thread-1) 
[n:127.0.0.1:39373_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39373_solr
   [junit4]   2> 1028390 INFO  (zkCallback-11494-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1028390 INFO  (jetty-launcher-11465-thread-1) 
[n:127.0.0.1:39373_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1028391 WARN  (jetty-launcher-11465-thread-1) 
[n:127.0.0.1:39373_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> 1028395 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1028428 INFO  (zkCallback-11482-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1028436 INFO  (jetty-launcher-11465-thread-1) 
[n:127.0.0.1:39373_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1028437 WARN  (jetty-launcher-11465-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7c6ef697[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028437 WARN  (jetty-launcher-11465-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7c6ef697[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028451 INFO  (jetty-launcher-11465-thread-1) 
[n:127.0.0.1:39373_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39373.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@509dffad
   [junit4]   2> 1028459 INFO  (jetty-launcher-11465-thread-1) 
[n:127.0.0.1:39373_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39373.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@509dffad
   [junit4]   2> 1028459 INFO  (jetty-launcher-11465-thread-1) 
[n:127.0.0.1:39373_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39373.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@509dffad
   [junit4]   2> 1028460 INFO  (jetty-launcher-11465-thread-1) 
[n:127.0.0.1:39373_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J4/temp/solr.pkg.TestPackages_8857B70DF2A9E49A-001/tempDir-001/node1
   [junit4]   2> 1028481 WARN  (jetty-launcher-11465-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@8f1c59b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028481 WARN  (jetty-launcher-11465-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@8f1c59b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028482 INFO  (jetty-launcher-11465-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33381/solr
   [junit4]   2> 1028516 INFO  (jetty-launcher-11465-thread-4) 
[n:127.0.0.1:35543_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1028518 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1028553 INFO  (zkConnectionManagerCallback-11521-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1028553 INFO  (jetty-launcher-11465-thread-4) 
[n:127.0.0.1:35543_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1028555 INFO  (jetty-launcher-11465-thread-4) 
[n:127.0.0.1:35543_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1028558 INFO  (jetty-launcher-11465-thread-4) 
[n:127.0.0.1:35543_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:35543_solr as DOWN
   [junit4]   2> 1028558 INFO  (jetty-launcher-11465-thread-4) 
[n:127.0.0.1:35543_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 1028558 INFO  (jetty-launcher-11465-thread-4) 
[n:127.0.0.1:35543_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35543_solr
   [junit4]   2> 1028559 INFO  (zkCallback-11494-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1028559 WARN  (jetty-launcher-11465-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@56831915[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028559 WARN  (jetty-launcher-11465-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@56831915[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028560 INFO  (jetty-launcher-11465-thread-4) 
[n:127.0.0.1:35543_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1028560 WARN  (jetty-launcher-11465-thread-4) 
[n:127.0.0.1:35543_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> 1028564 INFO  (zkCallback-11482-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1028571 INFO  (zkCallback-11520-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1028594 INFO  (jetty-launcher-11465-thread-4) 
[n:127.0.0.1:35543_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1028601 WARN  (jetty-launcher-11465-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@35a84d60[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028601 WARN  (jetty-launcher-11465-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@35a84d60[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1028602 INFO  (jetty-launcher-11465-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33381/solr
   [junit4]   2> 1028604 INFO  (jetty-launcher-11465-thread-2) 
[n:127.0.0.1:35711_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1028612 INFO  (jetty-launcher-11465-thread-4) 
[n:127.0.0.1:35543_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35543.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@509dffad
   [junit4]   2> 1028619 INFO  (jetty-launcher-11465-thread-4) 
[n:127.0.0.1:35543_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35543.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@509dffad
   [junit4]   2> 1028620 INFO  (jetty-launcher-11465-thread-4) 
[n:127.0.0.1:35543_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35543.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@509dffad
   [junit4]   2> 1028621 INFO  (jetty-launcher-11465-thread-4) 
[n:127.0.0.1:35543_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J4/temp/solr.pkg.TestPackages_8857B70DF2A9E49A-001/tempDir-001/node4
   [junit4]   2> 1028623 INFO  (zkConnectionManagerCallback-11538-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1028623 INFO  (jetty-launcher-11465-thread-2) 
[n:127.0.0.1:35711_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1028625 INFO  (jetty-launcher-11465-thread-2) 
[n:127.0.0.1:35711_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1028630 INFO  (jetty-launcher-11465-thread-2) 
[n:127.0.0.1:35711_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:35711_solr as DOWN
   [junit4]   2> 1028631 INFO  (jetty-launcher-11465-thread-2) 
[n:127.0.0.1:35711_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 1028631 INFO  (jetty-launcher-11465-thread-2) 
[n:127.0.0.1:35711_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35711_solr
   [junit4]   2> 1028631 INFO  (zkCallback-11520-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1028632 INFO  (zkCallback-11494-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1028632 INFO  (zkCallback-11482-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1028641 INFO  (jetty-launcher-11465-thread-2) 
[n:127.0.0.1:35711_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1028641 WARN  (jetty-launcher-11465-thread-2) 
[n:127.0.0.1:35711_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> 1028686 INFO  (zkCallback-11537-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1028708 INFO  (jetty-launcher-11465-thread-2) 
[n:127.0.0.1:35711_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1028750 INFO  (jetty-launcher-11465-thread-2) 
[n:127.0.0.1:35711_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35711.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@509dffad
   [junit4]   2> 1028761 INFO  (jetty-launcher-11465-thread-2) 
[n:127.0.0.1:35711_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35711.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@509dffad
   [junit4]   2> 1028762 INFO  (jetty-launcher-11465-thread-2) 
[n:127.0.0.1:35711_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35711.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@509dffad
   [junit4]   2> 1028763 INFO  (jetty-launcher-11465-thread-2) 
[n:127.0.0.1:35711_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J4/temp/solr.pkg.TestPackages_8857B70DF2A9E49A-001/tempDir-001/node2
   [junit4]   2> 1028826 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 1028844 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1028877 INFO  (zkConnectionManagerCallback-11552-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1028877 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1028879 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1028884 INFO  
(TEST-TestPackages.testPluginLoading-seed#[8857B70DF2A9E49A]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33381/solr ready
   [junit4]   2> 1029141 INFO  (qtp847234434-21013) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/pub_key512.der 
params={getFrom=127.0.0.1:35543_solr} status=0 QTime=12
   [junit4]   2> 1029146 INFO  
(updateExecutor-11489-thread-1-processing-n:127.0.0.1:41647_solr) 
[n:127.0.0.1:41647_solr     ] o.a.s.f.DistribPackageStore fetching a file 
/_trusted_/keys/pub_key512.der from 127.0.0.1:35543_solr 
   [junit4]   2> 1029164 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 1029166 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1029168 INFO  
(updateExecutor-11489-thread-1-processing-n:127.0.0.1:41647_solr) 
[n:127.0.0.1:41647_solr     ] o.a.s.f.DistribPackageStore persisted a file 
/_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1029168 INFO  
(updateExecutor-11489-thread-1-processing-n:127.0.0.1:41647_solr) 
[n:127.0.0.1:41647_solr     ] o.a.s.f.PackageStoreAPI downloaded file: 
/_trusted_/keys/pub_key512.der
   [junit4]   2> 1029169 INFO  (qtp347289145-21017) [n:127.0.0.1:39373_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/pub_key512.der 
params={getFrom=127.0.0.1:35543_solr} status=0 QTime=2
   [junit4]   2> 1029169 INFO  
(updateExecutor-11479-thread-1-processing-n:127.0.0.1:39373_solr) 
[n:127.0.0.1:39373_solr     ] o.a.s.f.DistribPackageStore fetching a file 
/_trusted_/keys/pub_key512.der from 127.0.0.1:35543_solr 
   [junit4]   2> 1029193 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 1029196 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1029202 INFO  
(updateExecutor-11479-thread-1-processing-n:127.0.0.1:39373_solr) 
[n:127.0.0.1:39373_solr     ] o.a.s.f.DistribPackageStore persisted a file 
/_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1029202 INFO  
(updateExecutor-11479-thread-1-processing-n:127.0.0.1:39373_solr) 
[n:127.0.0.1:39373_solr     ] o.a.s.f.PackageStoreAPI downloaded file: 
/_trusted_/keys/pub_key512.der
   [junit4]   2> 1029224 INFO  (qtp93772939-21021) [n:127.0.0.1:35711_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/pub_key512.der 
params={getFrom=127.0.0.1:35543_solr} status=0 QTime=19
   [junit4]   2> 1029240 INFO  
(updateExecutor-11530-thread-1-processing-n:127.0.0.1:35711_solr) 
[n:127.0.0.1:35711_solr     ] o.a.s.f.DistribPackageStore fetching a file 
/_trusted_/keys/pub_key512.der from 127.0.0.1:35543_solr 
   [junit4]   2> 1029250 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/.pub_key512.der.json params={} status=0 QTime=0
   [junit4]   2> 1029250 INFO  (qtp1980933396-21010) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/pub_key512.der params={sync=true} status=0 
QTime=206
   [junit4]   2> 1029251 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/pub_key512.der params={} status=0 QTime=0
   [junit4]   2> 1029251 INFO  
(updateExecutor-11530-thread-1-processing-n:127.0.0.1:35711_solr) 
[n:127.0.0.1:35711_solr     ] o.a.s.f.DistribPackageStore persisted a file 
/_trusted_/keys/pub_key512.der and metadata. sizes 94 141
   [junit4]   2> 1029251 INFO  
(updateExecutor-11530-thread-1-processing-n:127.0.0.1:35711_solr) 
[n:127.0.0.1:35711_solr     ] o.a.s.f.PackageStoreAPI downloaded file: 
/_trusted_/keys/pub_key512.der
   [junit4]   1> sync resp: 
https://127.0.0.1:35543/api/node/files/_trusted_/keys/pub_key512.der?sync=true 
,is: null
   [junit4]   2> 1029297 INFO  (qtp847234434-21013) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} 
status=0 QTime=1
   [junit4]   2> 1029326 INFO  (qtp347289145-21019) [n:127.0.0.1:39373_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} 
status=0 QTime=0
   [junit4]   2> 1029354 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} 
status=0 QTime=0
   [junit4]   2> 1029367 INFO  (qtp93772939-21021) [n:127.0.0.1:35711_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/_trusted_/keys/pub_key512.der params={meta=true&wt=javabin} 
status=0 QTime=0
   [junit4]   2> 1029396 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, 
downloading.. 
   [junit4]   2> 1029399 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore Missing file in package store: 
/mypkg/runtimelibs.jar
   [junit4]   2> 1029400 INFO  (qtp93772939-21024) [n:127.0.0.1:35711_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/runtimelibs.jar 
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1029401 INFO  (qtp847234434-21013) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/runtimelibs.jar 
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1029401 INFO  (qtp347289145-21019) [n:127.0.0.1:39373_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/runtimelibs.jar 
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1029401 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/runtimelibs.jar
   [junit4]   2> 1029402 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore persisted a file /mypkg/runtimelibs.jar and 
metadata. sizes 6860 246
   [junit4]   2> 1029406 INFO  (qtp93772939-21021) [n:127.0.0.1:35711_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:35543_solr} 
status=0 QTime=0
   [junit4]   2> 1029406 INFO  (qtp347289145-21017) [n:127.0.0.1:39373_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:35543_solr} 
status=0 QTime=0
   [junit4]   2> 1029406 INFO  
(updateExecutor-11479-thread-1-processing-n:127.0.0.1:39373_solr) 
[n:127.0.0.1:39373_solr     ] o.a.s.f.DistribPackageStore fetching a file 
/mypkg/runtimelibs.jar from 127.0.0.1:35543_solr 
   [junit4]   2> 1029407 INFO  (qtp847234434-21015) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/runtimelibs.jar params={getFrom=127.0.0.1:35543_solr} 
status=0 QTime=0
   [junit4]   2> 1029407 INFO  
(updateExecutor-11489-thread-1-processing-n:127.0.0.1:41647_solr) 
[n:127.0.0.1:41647_solr     ] o.a.s.f.DistribPackageStore fetching a file 
/mypkg/runtimelibs.jar from 127.0.0.1:35543_solr 
   [junit4]   2> 1029407 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
   [junit4]   2> 1029407 INFO  (qtp1980933396-21010) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
   [junit4]   2> 1029407 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
   [junit4]   2> 1029409 INFO  
(updateExecutor-11479-thread-1-processing-n:127.0.0.1:39373_solr) 
[n:127.0.0.1:39373_solr     ] o.a.s.f.DistribPackageStore persisted a file 
/mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1029409 INFO  
(updateExecutor-11479-thread-1-processing-n:127.0.0.1:39373_solr) 
[n:127.0.0.1:39373_solr     ] o.a.s.f.PackageStoreAPI downloaded file: 
/mypkg/runtimelibs.jar
   [junit4]   2> 1029409 INFO  (qtp1980933396-21010) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
   [junit4]   2> 1029410 INFO  
(updateExecutor-11489-thread-1-processing-n:127.0.0.1:41647_solr) 
[n:127.0.0.1:41647_solr     ] o.a.s.f.DistribPackageStore persisted a file 
/mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1029411 INFO  
(updateExecutor-11489-thread-1-processing-n:127.0.0.1:41647_solr) 
[n:127.0.0.1:41647_solr     ] o.a.s.f.PackageStoreAPI downloaded file: 
/mypkg/runtimelibs.jar
   [junit4]   2> 1029412 INFO  
(updateExecutor-11530-thread-1-processing-n:127.0.0.1:35711_solr) 
[n:127.0.0.1:35711_solr     ] o.a.s.f.DistribPackageStore fetching a file 
/mypkg/runtimelibs.jar from 127.0.0.1:35543_solr 
   [junit4]   2> 1029413 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/.runtimelibs.jar.json params={} status=0 QTime=0
   [junit4]   2> 1029414 INFO  (qtp1980933396-21010) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/runtimelibs.jar params={} status=0 QTime=0
   [junit4]   2> 1029415 INFO  
(updateExecutor-11530-thread-1-processing-n:127.0.0.1:35711_solr) 
[n:127.0.0.1:35711_solr     ] o.a.s.f.DistribPackageStore persisted a file 
/mypkg/runtimelibs.jar and metadata. sizes 6860 246
   [junit4]   2> 1029415 INFO  
(updateExecutor-11530-thread-1-processing-n:127.0.0.1:35711_solr) 
[n:127.0.0.1:35711_solr     ] o.a.s.f.PackageStoreAPI downloaded file: 
/mypkg/runtimelibs.jar
   [junit4]   2> 1029421 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/cluster/files/mypkg/runtimelibs.jar 
params={sig=L3q/qIGs4NaF6JiO0ZkMUFa88j0OmYc%2BI6O7BOdNuMct/xoZ4h73aZHZGc0%2BnmI1f/U3bOlMPINlSOM6LK3JpQ%3D%3D&wt=javabin&version=2}
 status=0 QTime=34
   [junit4]   2> 1029454 INFO  (qtp847234434-21015) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 
QTime=0
   [junit4]   2> 1029494 INFO  (qtp347289145-21019) [n:127.0.0.1:39373_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 
QTime=0
   [junit4]   2> 1029521 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 
QTime=0
   [junit4]   2> 1029565 INFO  (qtp93772939-21024) [n:127.0.0.1:35711_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/runtimelibs.jar params={meta=true&wt=javabin} status=0 
QTime=0
   [junit4]   2> 1029597 INFO  (qtp847234434-21015) [n:127.0.0.1:41647_solr     
] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, 
downloading.. 
   [junit4]   2> 1029599 INFO  (qtp847234434-21015) [n:127.0.0.1:41647_solr     
] o.a.s.f.DistribPackageStore Missing file in package store: 
/mypkg/testurpv1.jar
   [junit4]   2> 1029611 INFO  (qtp347289145-21017) [n:127.0.0.1:39373_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar 
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1029641 INFO  (qtp93772939-21024) [n:127.0.0.1:35711_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar 
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1029642 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/testurpv1.jar 
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1029642 INFO  (qtp847234434-21015) [n:127.0.0.1:41647_solr     
] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/testurpv1.jar
   [junit4]   2> 1029643 INFO  (qtp847234434-21015) [n:127.0.0.1:41647_solr     
] o.a.s.f.DistribPackageStore persisted a file /mypkg/testurpv1.jar and 
metadata. sizes 689 246
   [junit4]   2> 1029656 INFO  (qtp1980933396-21010) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/testurpv1.jar params={getFrom=127.0.0.1:41647_solr} 
status=0 QTime=10
   [junit4]   2> 1029657 INFO  (qtp93772939-21021) [n:127.0.0.1:35711_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar 
params={getFrom=127.0.0.1:41647_solr} status=0 QTime=0
   [junit4]   2> 1029657 INFO  
(updateExecutor-11530-thread-1-processing-n:127.0.0.1:35711_solr) 
[n:127.0.0.1:35711_solr     ] o.a.s.f.DistribPackageStore fetching a file 
/mypkg/testurpv1.jar from 127.0.0.1:41647_solr 
   [junit4]   2> 1029659 INFO  (qtp347289145-21019) [n:127.0.0.1:39373_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar 
params={getFrom=127.0.0.1:41647_solr} status=0 QTime=0
   [junit4]   2> 1029660 INFO  
(updateExecutor-11479-thread-1-processing-n:127.0.0.1:39373_solr) 
[n:127.0.0.1:39373_solr     ] o.a.s.f.DistribPackageStore fetching a file 
/mypkg/testurpv1.jar from 127.0.0.1:41647_solr 
   [junit4]   2> 1029657 INFO  
(updateExecutor-11516-thread-3-processing-n:127.0.0.1:35543_solr) 
[n:127.0.0.1:35543_solr     ] o.a.s.f.DistribPackageStore fetching a file 
/mypkg/testurpv1.jar from 127.0.0.1:41647_solr 
   [junit4]   2> 1029660 INFO  (qtp847234434-21015) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/cluster/files/mypkg/testurpv1.jar 
params={sig=h6UmMzuPqu4hQFGLBMJh/6kDSEXpJlgLsQDXx0KuxXWkV5giilRP57K3towiJRh2J%2BrqihqIghNCi3YgzgUnWQ%3D%3D&wt=javabin&version=2}
 status=0 QTime=71
   [junit4]   2> 1029662 INFO  (qtp847234434-21013) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
   [junit4]   2> 1029669 INFO  (qtp847234434-21036) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
   [junit4]   2> 1029671 INFO  (qtp847234434-21013) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar 
params={} status=0 QTime=0
   [junit4]   2> 1029676 INFO  
(updateExecutor-11530-thread-1-processing-n:127.0.0.1:35711_solr) 
[n:127.0.0.1:35711_solr     ] o.a.s.f.DistribPackageStore persisted a file 
/mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1029676 INFO  
(updateExecutor-11530-thread-1-processing-n:127.0.0.1:35711_solr) 
[n:127.0.0.1:35711_solr     ] o.a.s.f.PackageStoreAPI downloaded file: 
/mypkg/testurpv1.jar
   [junit4]   2> 1029676 INFO  (qtp847234434-21036) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/.testurpv1.jar.json params={} status=0 QTime=0
   [junit4]   2> 1029677 INFO  (qtp847234434-21036) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar 
params={} status=0 QTime=0
   [junit4]   2> 1029677 INFO  (qtp847234434-21036) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar 
params={} status=0 QTime=0
   [junit4]   2> 1029679 INFO  (qtp847234434-21013) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar 
params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1029679 INFO  
(updateExecutor-11479-thread-1-processing-n:127.0.0.1:39373_solr) 
[n:127.0.0.1:39373_solr     ] o.a.s.f.DistribPackageStore persisted a file 
/mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1029679 INFO  
(updateExecutor-11479-thread-1-processing-n:127.0.0.1:39373_solr) 
[n:127.0.0.1:39373_solr     ] o.a.s.f.PackageStoreAPI downloaded file: 
/mypkg/testurpv1.jar
   [junit4]   2> 1029679 INFO  
(updateExecutor-11516-thread-3-processing-n:127.0.0.1:35543_solr) 
[n:127.0.0.1:35543_solr     ] o.a.s.f.DistribPackageStore persisted a file 
/mypkg/testurpv1.jar and metadata. sizes 689 246
   [junit4]   2> 1029679 INFO  
(updateExecutor-11516-thread-3-processing-n:127.0.0.1:35543_solr) 
[n:127.0.0.1:35543_solr     ] o.a.s.f.PackageStoreAPI downloaded file: 
/mypkg/testurpv1.jar
   [junit4]   2> 1029724 INFO  (qtp347289145-21017) [n:127.0.0.1:39373_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar 
params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1029752 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/testurpv1.jar params={meta=true&wt=javabin} status=0 
QTime=0
   [junit4]   2> 1029769 INFO  (qtp93772939-21024) [n:127.0.0.1:35711_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/node/files/mypkg/testurpv1.jar 
params={meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1029789 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, 
downloading.. 
   [junit4]   2> 1029790 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore Missing file in package store: 
/mypkg/expressible.jar
   [junit4]   2> 1029791 INFO  (qtp93772939-21021) [n:127.0.0.1:35711_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/expressible.jar 
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1029792 INFO  (qtp847234434-21036) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/expressible.jar 
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1029792 INFO  (qtp347289145-21017) [n:127.0.0.1:39373_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/expressible.jar 
params={omitHeader=true&meta=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 1029792 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore Unable to download file : /mypkg/expressible.jar
   [junit4]   2> 1029793 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore persisted a file /mypkg/expressible.jar and 
metadata. sizes 1977 246
   [junit4]   2> 1029795 INFO  (qtp347289145-21019) [n:127.0.0.1:39373_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:35543_solr} 
status=0 QTime=0
   [junit4]   2> 1029795 INFO  
(updateExecutor-11479-thread-1-processing-n:127.0.0.1:39373_solr) 
[n:127.0.0.1:39373_solr     ] o.a.s.f.DistribPackageStore fetching a file 
/mypkg/expressible.jar from 127.0.0.1:35543_solr 
   [junit4]   2> 1029795 INFO  (qtp1980933396-21010) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
   [junit4]   2> 1029796 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
   [junit4]   2> 1029797 INFO  
(updateExecutor-11479-thread-1-processing-n:127.0.0.1:39373_solr) 
[n:127.0.0.1:39373_solr     ] o.a.s.f.DistribPackageStore persisted a file 
/mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1029797 INFO  
(updateExecutor-11479-thread-1-processing-n:127.0.0.1:39373_solr) 
[n:127.0.0.1:39373_solr     ] o.a.s.f.PackageStoreAPI downloaded file: 
/mypkg/expressible.jar
   [junit4]   2> 1029804 INFO  (qtp847234434-21013) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:35543_solr} 
status=0 QTime=8
   [junit4]   2> 1029805 INFO  (qtp93772939-21024) [n:127.0.0.1:35711_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/expressible.jar params={getFrom=127.0.0.1:35543_solr} 
status=0 QTime=0
   [junit4]   2> 1029805 INFO  
(updateExecutor-11530-thread-1-processing-n:127.0.0.1:35711_solr) 
[n:127.0.0.1:35711_solr     ] o.a.s.f.DistribPackageStore fetching a file 
/mypkg/expressible.jar from 127.0.0.1:35543_solr 
   [junit4]   2> 1029806 INFO  (qtp1980933396-21010) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
   [junit4]   2> 1029806 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/cluster/files/mypkg/expressible.jar 
params={sig=ZOT11arAiPmPZYOHzqodiNnxO9pRyRozWZEBX8XGjU1/HJptFnZK%2BDI7eXnUtbNaMcbXE2Ze8hh4M/eGyhY8BQ%3D%3D&wt=javabin&version=2}
 status=0 QTime=18
   [junit4]   2> 1029806 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
   [junit4]   2> 1029807 INFO  
(updateExecutor-11530-thread-1-processing-n:127.0.0.1:35711_solr) 
[n:127.0.0.1:35711_solr     ] o.a.s.f.DistribPackageStore persisted a file 
/mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1029807 INFO  
(updateExecutor-11530-thread-1-processing-n:127.0.0.1:35711_solr) 
[n:127.0.0.1:35711_solr     ] o.a.s.f.PackageStoreAPI downloaded file: 
/mypkg/expressible.jar
   [junit4]   2> 1029810 INFO  
(updateExecutor-11489-thread-2-processing-n:127.0.0.1:41647_solr) 
[n:127.0.0.1:41647_solr     ] o.a.s.f.DistribPackageStore fetching a file 
/mypkg/expressible.jar from 127.0.0.1:35543_solr 
   [junit4]   2> 1029810 INFO  (qtp1980933396-21010) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/.expressible.jar.json params={} status=0 QTime=0
   [junit4]   2> 1029811 INFO  (qtp1980933396-21023) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/expressible.jar params={} status=0 QTime=0
   [junit4]   2> 1029812 INFO  
(updateExecutor-11489-thread-2-processing-n:127.0.0.1:41647_solr) 
[n:127.0.0.1:41647_solr     ] o.a.s.f.DistribPackageStore persisted a file 
/mypkg/expressible.jar and metadata. sizes 1977 246
   [junit4]   2> 1029812 INFO  
(updateExecutor-11489-thread-2-processing-n:127.0.0.1:41647_solr) 
[n:127.0.0.1:41647_solr     ] o.a.s.f.PackageStoreAPI downloaded file: 
/mypkg/expressible.jar
   [junit4]   2> 1029822 INFO  (qtp847234434-21036) [n:127.0.0.1:41647_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 
QTime=0
   [junit4]   2> 1029856 INFO  (qtp347289145-21017) [n:127.0.0.1:39373_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 
QTime=0
   [junit4]   2> 1029893 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 
QTime=0
   [junit4]   2> 1029949 INFO  (qtp93772939-21021) [n:127.0.0.1:35711_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/node/files/mypkg/expressible.jar params={meta=true&wt=javabin} status=0 
QTime=0
   [junit4]   2> 1029993 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, 
downloading.. 
   [junit4]   2> 1029993 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, 
downloading.. 
   [junit4]   2> 1029996 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, 
downloading.. 
   [junit4]   2> 1029997 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, 
downloading.. 
   [junit4]   2> 1029998 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, 
downloading.. 
   [junit4]   2> 1029999 INFO  (qtp1980933396-21012) [n:127.0.0.1:35543_solr    
 ] o.a.s.f.DistribPackageStore pub_key512.der does not exist locally, 
downloading.. 
   [junit4]   2> 1030020 DEBUG (zkCallback-11520-thread-1) [     ] 
o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1030020 DEBUG (zkCallback-11494-thread-1) [     ] 
o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1030020 DEBUG (zkCallback-11482-thread-1) [     ] 
o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1030028 DEBUG (zkCallback-11537-thread-1) [     ] 
o.a.s.p.PackageAPI Updating [/packages.json] ... 
   [junit4]   2> 1030032 INFO  (zkCallback-11520-thread-1) [     ] 
o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1030032 INFO  (zkCallback-11520-thread-1) [     ] 
o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1030033 INFO  (zkCallback-11520-thread-1) [     ] 
o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with 
artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
   [junit4]   2> 1030035 INFO  (zkCallback-11494-thread-1) [     ] 
o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1030035 INFO  (zkCallback-11494-thread-1) [     ] 
o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1030035 INFO  (zkCallback-11494-thread-1) [     ] 
o.a.s.p.PackageLoader A new version: 1.0 added for package: mypkg with 
artifacts [/mypkg/runtimelibs.jar, /mypkg/testurpv1.jar, /mypkg/expressible.jar]
   [junit4]   2> 1030037 INFO  (zkCallback-11537-thread-1) [     ] 
o.a.s.p.PackageLoader /packages.json updated to version 0
   [junit4]   2> 1030037 INFO  (zkCallback-11537-thread-1) [     ] 
o.a.s.p.PackageLoader A new package: mypkg introduced
   [junit4]   2> 1030037 INF

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

r.core.SolrCore@230eab9a
   [junit4]   2> 36477 INFO  (coreCloseExecutor-278-thread-2) 
[n:127.0.0.1:45557_solr     ] o.a.s.c.SolrCore [c2_shard1_replica_n1]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@7aad1956
   [junit4]   2> 36477 INFO  (coreCloseExecutor-278-thread-1) 
[n:127.0.0.1:45557_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.c1.shard1.replica_n1 tag=SolrCore@230eab9a
   [junit4]   2> 36477 INFO  (coreCloseExecutor-278-thread-1) 
[n:127.0.0.1:45557_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2eb928b4: rootName = 
solr_45557, domain = solr.core.c1.shard1.replica_n1, service url = null, agent 
id = null] for registry 
solr.core.c1.shard1.replica_n1/com.codahale.metrics.MetricRegistry@6bf404f1
   [junit4]   2> 36485 INFO  (coreCloseExecutor-278-thread-1) 
[n:127.0.0.1:45557_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.c1.shard1.leader tag=SolrCore@230eab9a
   [junit4]   2> 36485 INFO  (coreCloseExecutor-278-thread-2) 
[n:127.0.0.1:45557_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.c2.shard1.replica_n1 tag=SolrCore@7aad1956
   [junit4]   2> 36485 INFO  (coreCloseExecutor-278-thread-2) 
[n:127.0.0.1:45557_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@77873d67: rootName = 
solr_45557, domain = solr.core.c2.shard1.replica_n1, service url = null, agent 
id = null] for registry 
solr.core.c2.shard1.replica_n1/com.codahale.metrics.MetricRegistry@7b87b72c
   [junit4]   2> 36485 INFO  (coreCloseExecutor-278-thread-1) 
[n:127.0.0.1:45557_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 36495 INFO  (coreCloseExecutor-278-thread-2) 
[n:127.0.0.1:45557_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.c2.shard1.leader tag=SolrCore@7aad1956
   [junit4]   2> 36495 INFO  (coreCloseExecutor-278-thread-2) 
[n:127.0.0.1:45557_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 36496 INFO  (jetty-closer-274-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 36497 INFO  (jetty-closer-274-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f4b7bb9: rootName = 
solr_45557, domain = solr.node, service url = null, agent id = null] for 
registry solr.node/com.codahale.metrics.MetricRegistry@ddfeec
   [junit4]   2> 36502 INFO  (jetty-closer-274-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 36503 INFO  (jetty-closer-274-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1cef5747: rootName = 
solr_45557, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm/com.codahale.metrics.MetricRegistry@253a2fd8
   [junit4]   2> 36505 INFO  (jetty-closer-274-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 36505 INFO  (jetty-closer-274-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@358b207b: rootName = 
solr_45557, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty/com.codahale.metrics.MetricRegistry@48f1cd6b
   [junit4]   2> 36505 INFO  (jetty-closer-274-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 36506 INFO  (closeThreadPool-280-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72171721264988164-127.0.0.1:45557_solr-n_0000000000) closing
   [junit4]   2> 36506 INFO  
(OverseerStateUpdate-72171721264988164-127.0.0.1:45557_solr-n_0000000000) 
[n:127.0.0.1:45557_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:45557_solr
   [junit4]   2> 36506 INFO  (closeThreadPool-280-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72171721264988164-127.0.0.1:45557_solr-n_0000000000) closing
   [junit4]   2> 36609 INFO  (jetty-closer-274-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72171721264988164-127.0.0.1:45557_solr-n_0000000000) closing
   [junit4]   2> 36610 INFO  (jetty-closer-274-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@43b47ab8{HTTP/1.1, (http/1.1, 
h2c)}{127.0.0.1:0}
   [junit4]   2> 36611 INFO  (jetty-closer-274-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@442603e8{/solr,null,UNAVAILABLE}
   [junit4]   2> 36611 INFO  (jetty-closer-274-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 36612 INFO  
(SUITE-TestRequestRateLimiter-seed#[8857B70DF2A9E49A]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 36814 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>        3       /solr/collections/c2/terms/shard1
   [junit4]   2>        3       /solr/collections/c1/terms/shard1
   [junit4]   2>        2       /solr/clusterprops.json
   [junit4]   2>        2       /solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/collections/c2/state.json
   [junit4]   2>        10      /solr/collections/c1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/overseer/queue
   [junit4]   2>        7       /solr/overseer/collection-queue-work
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        4       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 36818 INFO  
(SUITE-TestRequestRateLimiter-seed#[8857B70DF2A9E49A]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45749
   [junit4]   2> 36818 INFO  
(SUITE-TestRequestRateLimiter-seed#[8857B70DF2A9E49A]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45749
   [junit4]   2> 36818 INFO  
(SUITE-TestRequestRateLimiter-seed#[8857B70DF2A9E49A]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 45749
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.servlet.TestRequestRateLimiter_8857B70DF2A9E49A-003
   [junit4]   2> Aug 09, 2020 8:18:23 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=27074, maxDocsPerChunk=8, blockShift=7), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=27074, blockSize=7)), sim=Asserting(RandomSimilarity(queryNorm=true): 
{}), locale=ksf-CM, timezone=Africa/Lusaka
   [junit4]   2> NOTE: Linux 5.4.0-40-generic amd64/AdoptOpenJDK 12.0.2 
(64-bit)/cpus=16,threads=1,free=396361728,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestRequestRateLimiter, 
TestRequestRateLimiter, TestRequestRateLimiter, TestRequestRateLimiter, 
TestRequestRateLimiter]
   [junit4] Completed [5/10 (3!)] on J5 in 3.78s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 47 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1521: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1048: 
There were test failures: 10 suites, 25 tests, 4 failures [seed: 
8857B70DF2A9E49A]

Total time: 55 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.pkg.TestPackages
[repro]   3/5 failed: org.apache.solr.servlet.TestRequestRateLimiter
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Archiving artifacts
[Java] Sleeping for 5 seconds due to JENKINS-32191...
[Java] Parsing console log (workspace: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux')
[Java] Successfully parsed console log
[Java] -> found 0 issues (skipped 0 duplicates)
[Java] Skipping post processing
[Java] No filter has been set, publishing all 0 issues
[Java] Using reference build 'Lucene-Solr-master-Linux #27608' to compute new, 
fixed, and outstanding issues
[Java] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[Java] No quality gates have been set - skipping
[Java] Health report is disabled - skipping
[Java] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[Java] Attaching ResultAction with ID 'java' to run 'Lucene-Solr-master-Linux 
#27609'.
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Recording test results
Setting 
ANT_1_8_2_HOME=/home/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=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org
For additional commands, e-mail: builds-h...@lucene.apache.org

Reply via email to