Build: 
https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-BadApples-Tests-master/3/

3 tests failed.
FAILED:  org.apache.solr.core.TestConfig.testDefaults

Error Message:
numDefaultsTested vs. numDefaultsMapped+numNullDefaults =[useCompoundFile, 
maxBufferedDocs, ramBufferSizeMB, ramPerThreadHardLimitMB, 
maxCommitMergeWaitTime, writeLockTimeout, lockType, infoStreamEnabled, metrics] 
expected:<11> but was:<12>

Stack Trace:
java.lang.AssertionError: numDefaultsTested vs. 
numDefaultsMapped+numNullDefaults =[useCompoundFile, maxBufferedDocs, 
ramBufferSizeMB, ramPerThreadHardLimitMB, maxCommitMergeWaitTime, 
writeLockTimeout, lockType, infoStreamEnabled, metrics] expected:<11> but 
was:<12>
        at 
__randomizedtesting.SeedInfo.seed([9873BD453DF9EA79:37D7F36F15FCB955]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.apache.solr.core.TestConfig.testDefaults(TestConfig.java:205)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.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([9873BD453DF9EA79:DAE85E60BD9E9F58]: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:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.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([9873BD453DF9EA79:29645B7A52AF11DD]: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:566)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
        at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 12074 lines...]
   [junit4] Suite: org.apache.solr.core.TestConfig
   [junit4]   2> 241313 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 241314 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_9873BD453DF9EA79-001/data-dir-41-001
   [junit4]   2> 241314 WARN  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 241314 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 241314 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 241315 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 241315 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 241320 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.c.SolrResourceLoader Added 8 libs to classloader, from paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/lib-dirs/a/a1,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/lib-dirs/a/a2,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/lib-dirs/b/b1,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/lib-dirs/b/b2,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/lib-dirs/c/c1,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/../../lib-dirs/d,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 241343 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 241351 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 241355 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 243523 WARN  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.c.CoreContainer Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/userfiles].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:?]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:897) ~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:322) ~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:752) ~[?:?]
   [junit4]   2>        at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:824) 
~[?:?]
   [junit4]   2>        at 
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:381)
 ~[?:?]
   [junit4]   2>        at java.nio.file.Files.createDirectory(Files.java:689) 
~[?:?]
   [junit4]   2>        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:796) ~[?:?]
   [junit4]   2>        at 
java.nio.file.Files.createDirectories(Files.java:742) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:364) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:325) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:810) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:800) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:661) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:650) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.TestConfig.beforeClass(TestConfig.java:45) [test/:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:566) 
~[?:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 243524 WARN  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.f.DistribPackageStore Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/filestore]
 directory in SOLR_HOME 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:?]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:897) ~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:322) ~[?:?]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:752) ~[?:?]
   [junit4]   2>        at java.io.File.mkdir(File.java:1323) ~[?:?]
   [junit4]   2>        at java.io.File.mkdirs(File.java:1355) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:560)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:80)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) 
[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:664) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:171) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:143) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:149) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:810) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:800) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:661) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:650) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.TestConfig.beforeClass(TestConfig.java:45) [test/:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 ~[?:?]
   [junit4]   2>        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:566) 
~[?:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
 [randomizedtesting-runner-2.7.6.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> 243525 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 243526 WARN  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@3ce437ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 243527 WARN  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for Client@3ce437ef[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 243529 WARN  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5c6e079e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 243529 WARN  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured 
for Client@5c6e079e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 243530 WARN  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.c.CoreContainer Not all security plugins configured!  
authentication=disabled authorization=disabled.  Solr is only as secure as you 
make it. Consider configuring authentication/authorization before exposing Solr 
to users internal or external.  See https://s.apache.org/solrsecurity for more 
info
   [junit4]   2> 243571 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c6a42d6
   [junit4]   2> 243577 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c6a42d6
   [junit4]   2> 243577 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6c6a42d6
   [junit4]   2> 243578 INFO  (coreLoadExecutor-2726-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 
transient cores
   [junit4]   2> 243582 INFO  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.c.SolrResourceLoader Added 8 libs to classloader, from 
paths: 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/lib-dirs/a/a1,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/lib-dirs/a/a2,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/lib-dirs/b/b1,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/lib-dirs/b/b2,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/lib-dirs/c/c1,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/../../lib-dirs/d,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib,
 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 243595 INFO  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 243601 INFO  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 243603 INFO  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 243606 INFO  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field 
id
   [junit4]   2> 243606 INFO  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6c6a42d6
   [junit4]   2> 243606 INFO  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_9873BD453DF9EA79-001/data-dir-41-001/]
   [junit4]   2> 243607 INFO  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=83.21484375, 
floorSegmentMB=0.3701171875, forceMergeDeletesPctAllowed=29.989367318480284, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=37.639668788071006
   [junit4]   2> 243644 WARN  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.c.RequestHandlers no default request handler is 
registered (either '/select' or 'standard')
   [junit4]   2> 243644 INFO  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 243644 INFO  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 243645 INFO  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=461333076, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 243646 WARN  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/core/src/test-files/solr/collection1/conf
 ; switching to use InMemory storage instead.
   [junit4]   2> 243646 INFO  (coreLoadExecutor-2726-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 243647 INFO  
(searcherExecutor-2728-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 243647 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 243650 INFO  
(TEST-TestConfig.testConvertAutoCommitMaxSizeStringToBytes-seed#[9873BD453DF9EA79])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testConvertAutoCommitMaxSizeStringToBytes
   [junit4]   2> 243652 INFO  
(TEST-TestConfig.testConvertAutoCommitMaxSizeStringToBytes-seed#[9873BD453DF9EA79])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testConvertAutoCommitMaxSizeStringToBytes
   [junit4]   2> 243655 INFO  
(TEST-TestConfig.testJavaProperty-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testJavaProperty
   [junit4]   2> 243657 INFO  
(TEST-TestConfig.testJavaProperty-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testJavaProperty
   [junit4]   2> 243659 INFO  (TEST-TestConfig.testLib-seed#[9873BD453DF9EA79]) 
[     ] o.a.s.SolrTestCaseJ4 ###Starting testLib
   [junit4]   2> 243667 INFO  (TEST-TestConfig.testLib-seed#[9873BD453DF9EA79]) 
[     ] o.a.s.SolrTestCaseJ4 ###Ending testLib
   [junit4]   2> 243670 INFO  
(TEST-TestConfig.testSanityCheckTestSysPropsAreUsed-seed#[9873BD453DF9EA79]) [  
   ] o.a.s.SolrTestCaseJ4 ###Starting testSanityCheckTestSysPropsAreUsed
   [junit4]   2> 243674 INFO  
(TEST-TestConfig.testSanityCheckTestSysPropsAreUsed-seed#[9873BD453DF9EA79]) [  
   ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 243680 INFO  
(TEST-TestConfig.testSanityCheckTestSysPropsAreUsed-seed#[9873BD453DF9EA79]) [  
   ] o.a.s.SolrTestCaseJ4 ###Ending testSanityCheckTestSysPropsAreUsed
   [junit4]   2> 243683 INFO  
(TEST-TestConfig.testAutomaticDeprecationSupport-seed#[9873BD453DF9EA79]) [     
] o.a.s.SolrTestCaseJ4 ###Starting testAutomaticDeprecationSupport
   [junit4]   2> 243684 INFO  
(TEST-TestConfig.testAutomaticDeprecationSupport-seed#[9873BD453DF9EA79]) [     
] o.a.s.SolrTestCaseJ4 ###Ending testAutomaticDeprecationSupport
   [junit4]   2> 243687 INFO  
(TEST-TestConfig.testDefaults-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testDefaults
   [junit4]   2> 243689 INFO  
(TEST-TestConfig.testDefaults-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 243698 INFO  
(TEST-TestConfig.testDefaults-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 243805 INFO  
(TEST-TestConfig.testDefaults-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 243814 INFO  
(TEST-TestConfig.testDefaults-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testDefaults
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestConfig 
-Dtests.method=testDefaults -Dtests.seed=9873BD453DF9EA79 -Dtests.multiplier=2 
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=en-GU 
-Dtests.timezone=Asia/Magadan -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.13s J0 | TestConfig.testDefaults <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: numDefaultsTested vs. 
numDefaultsMapped+numNullDefaults =[useCompoundFile, maxBufferedDocs, 
ramBufferSizeMB, ramPerThreadHardLimitMB, maxCommitMergeWaitTime, 
writeLockTimeout, lockType, infoStreamEnabled, metrics] expected:<11> but 
was:<12>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9873BD453DF9EA79:37D7F36F15FCB955]:0)
   [junit4]    >        at 
org.apache.solr.core.TestConfig.testDefaults(TestConfig.java:205)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> 243820 INFO  
(TEST-TestConfig.testDisableRequetsHandler-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testDisableRequetsHandler
   [junit4]   2> 243821 INFO  
(TEST-TestConfig.testDisableRequetsHandler-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testDisableRequetsHandler
   [junit4]   2> 243823 INFO  
(TEST-TestConfig.testCacheEnablingDisabling-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testCacheEnablingDisabling
   [junit4]   2> 243826 INFO  
(TEST-TestConfig.testCacheEnablingDisabling-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 243834 INFO  
(TEST-TestConfig.testCacheEnablingDisabling-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 243843 INFO  
(TEST-TestConfig.testCacheEnablingDisabling-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 243850 INFO  
(TEST-TestConfig.testCacheEnablingDisabling-seed#[9873BD453DF9EA79]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testCacheEnablingDisabling
   [junit4]   2> 243853 INFO  
(TEST-TestConfig.testMaxSizeSettingWithoutAutoCommit-seed#[9873BD453DF9EA79]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxSizeSettingWithoutAutoCommit
   [junit4]   2> 243855 INFO  
(TEST-TestConfig.testMaxSizeSettingWithoutAutoCommit-seed#[9873BD453DF9EA79]) [ 
    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 243873 INFO  
(TEST-TestConfig.testMaxSizeSettingWithoutAutoCommit-seed#[9873BD453DF9EA79]) [ 
    ] o.a.s.SolrTestCaseJ4 ###Ending testMaxSizeSettingWithoutAutoCommit
   [junit4]   2> 243873 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 243873 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1635156403
   [junit4]   2> 243873 INFO  (coreCloseExecutor-2733-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@18d5e8fa
   [junit4]   2> 243874 INFO  (coreCloseExecutor-2733-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@18d5e8fa
   [junit4]   2> 243874 INFO  (coreCloseExecutor-2733-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6cdbfa23: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@31ba0ad8
   [junit4]   2> 243884 INFO  (coreCloseExecutor-2733-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 243893 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node tag=null
   [junit4]   2> 243893 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c60763d: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@65b1ff5
   [junit4]   2> 243898 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm tag=null
   [junit4]   2> 243898 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@73962df0: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@4e4afef
   [junit4]   2> 243900 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty tag=null
   [junit4]   2> 243900 INFO  (SUITE-TestConfig-seed#[9873BD453DF9EA79]-worker) 
[     ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2a652c41: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@47b47c4e
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.core.TestConfig_9873BD453DF9EA79-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, 
docValues:{}, maxPointsInLeafNode=1568, maxMBSortInHeap=6.678516075293059, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=en-GU, 
timezone=Asia/Magadan
   [junit4]   2> NOTE: Linux 4.15.0-108-generic amd64/Oracle Corporation 11.0.6 
(64-bit)/cpus=4,threads=1,free=231000616,total=377487360
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudDeleteByQuery, 
TestPerFieldSimilarityWithDefaultOverride, TestRandomFlRTGCloud, 
AlternateDirectoryTest, CollectionsAPIAsyncDistributedZkTest, 
TestTolerantUpdateProcessorRandomCloud, ChaosMonkeyNothingIsSafeTest, 
TestCustomSort, TestCopyFieldCollectionResource, TestHashQParserPlugin, 
TestCoreBackup, BasicAuthStandaloneTest, AtomicUpdatesTest, 
SimpleCollectionCreateDeleteTest, TestFieldCacheSortRandom, TestConfigSetsAPI, 
TestRemoteStreaming, TaggerTest, DebugComponentTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestSolrCachePerf, 
ClassificationUpdateProcessorIntegrationTest, TestInPlaceUpdatesRequiredField, 
TestPseudoReturnFields, TestLegacyTerms, TestCloudRecovery2, 
DefaultValueUpdateProcessorTest, SortByFunctionTest, TestPushWriter, 
TestStressReorder, RuleEngineTest, ActionThrottleTest, QueryEqualityTest, 
TestLRUStatsCacheCloud, HdfsNNFailoverTest, TestUnifiedSolrHighlighter, 
TestLegacyNumericRangeQueryBuilder, TestFieldCache, 
TestDeleteCollectionOnDownNodes, ZookeeperReadAPITest, 
TestJsonFacetsStatsParsing, TestConfig]
   [junit4] Completed [81/864 (1!)] on J0 in 2.62s, 9 tests, 1 failure <<< 
FAILURES!

[...truncated 725 lines...]
   [junit4] Suite: org.apache.solr.servlet.TestRequestRateLimiter
   [junit4]   2> 534379 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 534380 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.servlet.TestRequestRateLimiter_9873BD453DF9EA79-001/data-dir-119-001
   [junit4]   2> 534380 WARN  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 534380 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 534381 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 534381 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 534381 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.servlet.TestRequestRateLimiter_9873BD453DF9EA79-001/tempDir-001
   [junit4]   2> 534382 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 534382 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 534382 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 534383 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 534482 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port: 33935
   [junit4]   2> 534482 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:33935
   [junit4]   2> 534482 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33935
   [junit4]   2> 534482 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 33935
   [junit4]   2> 534485 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 534492 INFO  (zkConnectionManagerCallback-6654-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534493 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 534499 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 534508 INFO  (zkConnectionManagerCallback-6656-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534508 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 534509 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 534510 INFO  (zkConnectionManagerCallback-6658-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534510 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 534512 WARN  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker-SendThread(127.0.0.1:33935))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x100c37eed130002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100c37eed130002, 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 0x100c37eed130002, 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> 534615 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 534615 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 534615 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: 
a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+8-LTS
   [junit4]   2> 534617 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 534617 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 534617 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 534617 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@9b17783{/solr,null,AVAILABLE}
   [junit4]   2> 534618 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@47429d1a{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:46017}
   [junit4]   2> 534618 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.e.j.s.Server Started @534645ms
   [junit4]   2> 534618 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46017}
   [junit4]   2> 534619 ERROR (jetty-launcher-6659-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 534619 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 534619 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 534619 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 534619 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr
   [junit4]   2> 534619 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-08-07T20:32:41.154161Z
   [junit4]   2> 534620 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 534621 INFO  (zkConnectionManagerCallback-6661-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534621 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 534622 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 534728 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 534730 WARN  (jetty-launcher-6659-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@24ccaf4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 534730 WARN  (jetty-launcher-6659-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@24ccaf4c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 534733 WARN  (jetty-launcher-6659-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2e7a68ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 534733 WARN  (jetty-launcher-6659-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2e7a68ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 534735 INFO  (jetty-launcher-6659-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33935/solr
   [junit4]   2> 534735 INFO  (jetty-launcher-6659-thread-1) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 534743 INFO  (zkConnectionManagerCallback-6671-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534743 INFO  (jetty-launcher-6659-thread-1) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 534825 INFO  (jetty-launcher-6659-thread-1) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46017_solr
   [junit4]   2> 534825 INFO  (jetty-launcher-6659-thread-1) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.Overseer Overseer 
(id=72272543948668932-127.0.0.1:46017_solr-n_0000000000) starting
   [junit4]   2> 534830 INFO  
(OverseerStateUpdate-72272543948668932-127.0.0.1:46017_solr-n_0000000000) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:46017_solr
   [junit4]   2> 534830 INFO  (jetty-launcher-6659-thread-1) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46017_solr
   [junit4]   2> 534832 INFO  
(OverseerStateUpdate-72272543948668932-127.0.0.1:46017_solr-n_0000000000) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 534833 INFO  (jetty-launcher-6659-thread-1) 
[n:127.0.0.1:46017_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 534833 WARN  (jetty-launcher-6659-thread-1) 
[n:127.0.0.1:46017_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> 534845 INFO  (jetty-launcher-6659-thread-1) 
[n:127.0.0.1:46017_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 534868 INFO  (jetty-launcher-6659-thread-1) 
[n:127.0.0.1:46017_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46017.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6c6a42d6
   [junit4]   2> 534876 INFO  (jetty-launcher-6659-thread-1) 
[n:127.0.0.1:46017_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46017.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6c6a42d6
   [junit4]   2> 534876 INFO  (jetty-launcher-6659-thread-1) 
[n:127.0.0.1:46017_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46017.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6c6a42d6
   [junit4]   2> 534878 INFO  (jetty-launcher-6659-thread-1) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.servlet.TestRequestRateLimiter_9873BD453DF9EA79-001/tempDir-001/node1
   [junit4]   2> 534883 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 534883 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 534885 INFO  (zkConnectionManagerCallback-6686-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 534885 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 534886 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 534887 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33935/solr ready
   [junit4]   2> 534897 INFO  
(TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[9873BD453DF9EA79]) [   
  ] o.a.s.SolrTestCaseJ4 ###Starting testConcurrentQueries
   [junit4]   2> 534937 INFO  (qtp146303046-11969) [n:127.0.0.1:46017_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 534940 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
c1
   [junit4]   2> 534947 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/protwords.txt to /configs/c1.AUTOCREATED/protwords.txt
   [junit4]   2> 534950 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/managed-schema to /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 534951 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/solrconfig.xml to /configs/c1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 534954 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_it.txt to 
/configs/c1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 534956 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_no.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 534957 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ca.txt to 
/configs/c1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 534959 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stemdict_nl.txt to 
/configs/c1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 534960 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hy.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 534962 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_id.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 534964 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_et.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 534965 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ga.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 534967 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_da.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 534968 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hi.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 534970 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ja.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 534972 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_pt.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 534973 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_hu.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 534975 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_el.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 534976 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ru.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 534978 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_tr.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 534980 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ar.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 534981 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/userdict_ja.txt to 
/configs/c1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 534983 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_it.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 534985 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_eu.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 534986 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_cz.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 534988 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stoptags_ja.txt to 
/configs/c1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 534990 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_fr.txt to 
/configs/c1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 534991 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_de.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 534993 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fa.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 534994 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/contractions_ga.txt to 
/configs/c1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 534996 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ca.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 534997 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_nl.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 534999 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_bg.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 535000 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_en.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 535002 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_lv.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 535003 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_es.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 535004 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_th.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 535006 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_ro.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 535007 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fr.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 535009 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_sv.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 535010 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_fi.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 535012 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/hyphenations_ga.txt to 
/configs/c1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 535014 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/lang/stopwords_gl.txt to 
/configs/c1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 535015 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/synonyms.txt to /configs/c1.AUTOCREATED/synonyms.txt
   [junit4]   2> 535016 INFO  
(OverseerThreadFactory-6676-thread-1-processing-n:127.0.0.1:46017_solr) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node 
/configs/_default/stopwords.txt to /configs/c1.AUTOCREATED/stopwords.txt
   [junit4]   2> 535126 INFO  
(OverseerStateUpdate-72272543948668932-127.0.0.1:46017_solr-n_0000000000) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"c1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"c1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46017/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:46017_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 535370 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr    
x:c1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 535370 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr    
x:c1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 1000 transient cores
   [junit4]   2> 535380 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 9.0.0
   [junit4]   2> 535399 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating 
SolrCore 'c1_shard1_replica_n1' using configuration from configset 
c1.AUTOCREATED, trusted=true
   [junit4]   2> 535405 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema 
name=default-config
   [junit4]   2> 535570 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded 
schema default-config/1.6 with uniqueid field id
   [junit4]   2> 535571 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_46017.solr.core.c1.shard1.replica_n1' (registry 
'solr.core.c1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6c6a42d6
   [junit4]   2> 535572 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[c1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.servlet.TestRequestRateLimiter_9873BD453DF9EA79-001/tempDir-001/node1/c1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.servlet.TestRequestRateLimiter_9873BD453DF9EA79-001/tempDir-001/node1/c1_shard1_replica_n1/data/]
   [junit4]   2> 535658 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 535659 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 535661 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 535661 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 535664 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/c1.AUTOCREATED
   [junit4]   2> 535664 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/c1.AUTOCREATED
   [junit4]   2> 535664 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader 
Creating ZooKeeper watch for the managed schema at 
/configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 535665 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader 
Current schema version 0 is already the latest
   [junit4]   2> 535665 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent 
Initializing spell checkers
   [junit4]   2> 535665 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker 
init: {name=default, field=_text_, classname=solr.DirectSolrSpellChecker, 
distanceMeasure=internal, accuracy=0.5, maxEdits=2, minPrefix=1, 
maxInspections=5, minQueryLength=4, maxQueryFrequency=0.01}
   [junit4]   2> 535666 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000 ms
   [junit4]   2> 535667 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find 
max version in index or recent updates, using new clock 1674400091028324352
   [junit4]   2> 535669 INFO  
(searcherExecutor-6688-thread-1-processing-n:127.0.0.1:46017_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.QuerySenderListener 
QuerySenderListener done.
   [junit4]   2> 535669 INFO  
(searcherExecutor-6688-thread-1-processing-n:127.0.0.1:46017_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent 
Loading spell index for spellchecker: default
   [junit4]   2> 535670 INFO  
(searcherExecutor-6688-thread-1-processing-n:127.0.0.1:46017_solr 
x:c1_shard1_replica_n1 c:c1 s:shard1 r:core_node2) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SolrCore 
[c1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 535673 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 535674 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/c1/leaders/shard1
   [junit4]   2> 535677 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 535677 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 535677 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
replicas to https://127.0.0.1:46017/solr/c1_shard1_replica_n1/
   [junit4]   2> 535678 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 535678 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
https://127.0.0.1:46017/solr/c1_shard1_replica_n1/ has no replicas
   [junit4]   2> 535678 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/c1/leaders/shard1/leader after winning as 
/collections/c1/leader_elect/shard1/election/72272543948668932-core_node2-n_0000000000
   [junit4]   2> 535680 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:46017/solr/c1_shard1_replica_n1/ shard1
   [junit4]   2> 535782 INFO  (zkCallback-6670-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 535782 INFO  (zkCallback-6670-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 535784 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 535786 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=c1.AUTOCREATED&newCollection=true&name=c1_shard1_replica_n1&action=CREATE&numShards=1&collection=c1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=416
   [junit4]   2> 535789 INFO  (qtp146303046-11969) [n:127.0.0.1:46017_solr     
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 535887 INFO  (zkCallback-6670-thread-1) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 535887 INFO  (zkCallback-6670-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 535887 INFO  (zkCallback-6670-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged path:/collections/c1/state.json] for 
collection [c1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 535888 INFO  (qtp146303046-11969) [n:127.0.0.1:46017_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&name=c1&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2}
 status=0 QTime=950
   [junit4]   2> 535888 INFO  
(TEST-TestRequestRateLimiter.testConcurrentQueries-seed#[9873BD453DF9EA79]) [   
  ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: c1
   [junit4]   2> 535981 INFO  (qtp146303046-11970) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema 
Persisted managed schema version 1  at /configs/c1.AUTOCREATED/managed-schema
   [junit4]   2> 535981 INFO  (zkCallback-6670-thread-4) [     ] 
o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected 
type:NodeDataChanged path:/configs/c1.AUTOCREATED/managed-schema, has occurred 
- updating schema from ZooKeeper ...
   [junit4]   2> 535981 INFO  (zkCallback-6670-thread-4) [     ] 
o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from Zookeeper
   [junit4]   2> 535983 INFO  (qtp146303046-11970) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/c1/terms/shard1 to Terms{values={core_node2=1}, 
version=1}
   [junit4]   2> 535983 INFO  (qtp146303046-11970) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[0 (1674400091357577216)]} 0 91
   [junit4]   2> 535985 INFO  (qtp146303046-11966) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[1 (1674400091360722944)]} 0 0
   [junit4]   2> 535986 INFO  (qtp146303046-11967) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[2 (1674400091361771520)]} 0 0
   [junit4]   2> 535986 INFO  (zkCallback-6670-thread-4) [     ] 
o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 535986 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[3 (1674400091362820096)]} 0 0
   [junit4]   2> 535987 INFO  (qtp146303046-11969) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[4 (1674400091363868672)]} 0 0
   [junit4]   2> 535988 INFO  (qtp146303046-11970) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[5 (1674400091364917248)]} 0 0
   [junit4]   2> 535989 INFO  (qtp146303046-11966) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[6 (1674400091365965824)]} 0 0
   [junit4]   2> 535990 INFO  (qtp146303046-11967) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[7 (1674400091367014400)]} 0 0
   [junit4]   2> 535991 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[8 (1674400091368062976)]} 0 0
   [junit4]   2> 535992 INFO  (qtp146303046-11969) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[9 (1674400091369111552)]} 0 0
   [junit4]   2> 535993 INFO  (qtp146303046-11970) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[10 (1674400091370160128)]} 0 0
   [junit4]   2> 535994 INFO  (qtp146303046-11966) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[11 (1674400091370160129)]} 0 0
   [junit4]   2> 535995 INFO  (qtp146303046-11967) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[12 (1674400091371208704)]} 0 0
   [junit4]   2> 535996 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[13 (1674400091372257280)]} 0 0
   [junit4]   2> 535997 INFO  (qtp146303046-11969) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[14 (1674400091374354432)]} 0 0
   [junit4]   2> 535998 INFO  (qtp146303046-11970) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[15 (1674400091374354433)]} 0 0
   [junit4]   2> 535998 INFO  (qtp146303046-11966) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[16 (1674400091375403008)]} 0 0
   [junit4]   2> 535999 INFO  (qtp146303046-11967) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[17 (1674400091376451584)]} 0 0
   [junit4]   2> 536000 INFO  (qtp146303046-11968) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[18 (1674400091377500160)]} 0 0
   [junit4]   2> 536001 INFO  (qtp146303046-11969) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1_replica_n1]  webapp=/solr 
path=/update params={wt=javabin&version=2}{add=[19 (1674400091378548736)]} 0 0
   [junit4]   2> 536002 INFO  (qtp146303046-11970) [n:127.0.0.1:46017_solr c:c1 
s:shard1 r:core_node2 x:c1_shard1_replica_n1 ] 
o.a.s.u.p.LogUpdateProcessorFactory [c1_shard1

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

d-1) [n:127.0.0.1:46017_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 537855 INFO  (coreCloseExecutor-6705-thread-2) 
[n:127.0.0.1:46017_solr     ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.c2.shard1.leader tag=SolrCore@23f0b4
   [junit4]   2> 537857 INFO  (coreCloseExecutor-6705-thread-2) 
[n:127.0.0.1:46017_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on 
IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 537858 INFO  (jetty-closer-6701-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 537858 INFO  (jetty-closer-6701-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@72ca74e7: rootName = 
solr_46017, domain = solr.node, service url = null, agent id = null] for 
registry solr.node/com.codahale.metrics.MetricRegistry@7b53efca
   [junit4]   2> 537863 INFO  (jetty-closer-6701-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 537863 INFO  (jetty-closer-6701-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7a3c1616: rootName = 
solr_46017, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm/com.codahale.metrics.MetricRegistry@4e4afef
   [junit4]   2> 537865 INFO  (jetty-closer-6701-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 537865 INFO  (jetty-closer-6701-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@69eec497: rootName = 
solr_46017, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty/com.codahale.metrics.MetricRegistry@47b47c4e
   [junit4]   2> 537865 INFO  (jetty-closer-6701-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 537866 INFO  (closeThreadPool-6707-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72272543948668932-127.0.0.1:46017_solr-n_0000000000) closing
   [junit4]   2> 537866 INFO  
(OverseerStateUpdate-72272543948668932-127.0.0.1:46017_solr-n_0000000000) 
[n:127.0.0.1:46017_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:46017_solr
   [junit4]   2> 537867 INFO  (closeThreadPool-6707-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72272543948668932-127.0.0.1:46017_solr-n_0000000000) closing
   [junit4]   2> 537969 INFO  (jetty-closer-6701-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72272543948668932-127.0.0.1:46017_solr-n_0000000000) closing
   [junit4]   2> 537970 INFO  (jetty-closer-6701-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@47429d1a{ssl, (ssl, alpn, 
http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 537970 INFO  (jetty-closer-6701-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@9b17783{/solr,null,UNAVAILABLE}
   [junit4]   2> 537970 INFO  (jetty-closer-6701-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 537971 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 538073 WARN  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker-SendThread(127.0.0.1:33935))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x100c37eed130001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100c37eed130001, 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 0x100c37eed130001, 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> 538175 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/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>        2       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/overseer/queue
   [junit4]   2>        8       /solr/overseer/collection-queue-work
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        4       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 538179 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33935
   [junit4]   2> 538179 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33935
   [junit4]   2> 538179 INFO  
(SUITE-TestRequestRateLimiter-seed#[9873BD453DF9EA79]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 33935
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-master/solr/build/solr-core/test/J0/temp/solr.servlet.TestRequestRateLimiter_9873BD453DF9EA79-001
   [junit4]   2> Aug 07, 2020 8:32:44 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=Asserting(Lucene86): {}, 
docValues:{}, maxPointsInLeafNode=129, maxMBSortInHeap=5.808601491862811, 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-BZ, 
timezone=America/Phoenix
   [junit4]   2> NOTE: Linux 4.15.0-108-generic amd64/Oracle Corporation 11.0.6 
(64-bit)/cpus=4,threads=1,free=113446848,total=373293056
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudDeleteByQuery, 
TestPerFieldSimilarityWithDefaultOverride, TestRandomFlRTGCloud, 
AlternateDirectoryTest, CollectionsAPIAsyncDistributedZkTest, 
TestTolerantUpdateProcessorRandomCloud, ChaosMonkeyNothingIsSafeTest, 
TestCustomSort, TestCopyFieldCollectionResource, TestHashQParserPlugin, 
TestCoreBackup, BasicAuthStandaloneTest, AtomicUpdatesTest, 
SimpleCollectionCreateDeleteTest, TestFieldCacheSortRandom, TestConfigSetsAPI, 
TestRemoteStreaming, TaggerTest, DebugComponentTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestSolrCachePerf, 
ClassificationUpdateProcessorIntegrationTest, TestInPlaceUpdatesRequiredField, 
TestPseudoReturnFields, TestLegacyTerms, TestCloudRecovery2, 
DefaultValueUpdateProcessorTest, SortByFunctionTest, TestPushWriter, 
TestStressReorder, RuleEngineTest, ActionThrottleTest, QueryEqualityTest, 
TestLRUStatsCacheCloud, HdfsNNFailoverTest, TestUnifiedSolrHighlighter, 
TestLegacyNumericRangeQueryBuilder, TestFieldCache, 
TestDeleteCollectionOnDownNodes, ZookeeperReadAPITest, 
TestJsonFacetsStatsParsing, TestConfig, CursorPagingTest, TestGroupingSearch, 
TestConfigSetProperties, TestXIncludeConfig, TestMissingGroups, 
CurrencyRangeFacetCloudTest, RankFieldTest, HttpPartitionOnCommitTest, 
TestHighFrequencyDictionaryFactory, RegexBytesRefFilterTest, 
DeleteInactiveReplicaTest, TestDirectoryFactory, FastVectorHighlighterTest, 
NoCacheHeaderTest, TestLegacyBM25SimilarityFactory, ResponseBuilderTest, 
OverseerModifyCollectionTest, NumericFieldsTest, TestSimpleTextCodec, 
TestCSVResponseWriter, MetricUtilsTest, BlockDirectoryTest, EchoParamsTest, 
HLLUtilTest, BJQParserTest, AuditLoggerPluginTest, TestAddFieldRealTimeGet, 
TestCloudNestedDocsSort, HdfsRestartWhileUpdatingTest, 
UninvertDocValuesMergePolicyTest, UpdateLogTest, TestOrdValues, 
SuggestComponentContextFilterQueryTest, TestSubQueryTransformerCrossCore, 
TestUniqueKeyFieldResource, TestFacetMethods, ZkStateReaderTest, 
ForceLeaderTest, MultiDestinationAuditLoggerTest, TestObjectReleaseTracker, 
CdcrReplicationHandlerTest, CacheHeaderTest, CoreAdminCreateDiscoverTest, 
DistributedFacetExistsSmallTest, TestRecoveryHdfs, TestStandardQParsers, 
TestCoreDiscovery, HdfsTlogReplayBufferedWhileIndexingTest, 
TestGraphMLResponseWriter, HdfsLockFactoryTest, 
ParsingFieldUpdateProcessorsTest, MultiThreadedOCPTest, ExplicitHLLTest, 
RestartWhileUpdatingTest, ShardsWhitelistTest, TestFileDictionaryLookup, 
TestLocalStatsCacheCloud, SolrGraphiteReporterTest, TestHdfsUpdateLog, 
TestQuerySenderNoQuery, SystemInfoHandlerTest, TestDistributedMissingSort, 
SOLR749Test, MoveReplicaHDFSTest, TestReplicationHandlerBackup, 
TestJsonFacetErrors, TestAuthorizationFramework, TestLegacyFieldCache, 
TestWriterPerf, TestTextField, TestSchemaSimilarityResource, 
SchemaApiFailureTest, TestUninvertingReader, TestCloudJSONFacetJoinDomain, 
PeerSyncWithLeaderTest, TolerantUpdateProcessorTest, TestValueSourceCache, 
ByteBuffersDirectoryFactoryTest, CoreSorterTest, AuthToolTest, 
TestDownShardTolerantSearch, TestExtendedDismaxParser, DocValuesMissingTest, 
TestSuggestSpellingConverter, XmlUpdateRequestHandlerTest, UtilsToolTest, 
CloudReplicaSourceTest, SSLMigrationTest, TestSurroundQueryParser, 
TestReplicaProperties, RankQueryTest, TestSolrCoreSnapshots, 
CurrencyFieldTypeTest, TestFieldCollectionResource, TestRequestRateLimiter]
   [junit4] Completed [283/864 (2!)] on J0 in 4.73s, 2 tests, 2 failures <<< 
FAILURES!

[...truncated 53849 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to