Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.4/2/

3 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull

Error Message:
Test abandoned because suite timeout was reached.

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


FAILED:  junit.framework.TestSuite.org.apache.lucene.index.TestIndexWriterDelete

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

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


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has 
references to classes of which the sizes cannot be measured due to security 
restrictions or Java 9 module encapsulation:   - private static 
org.apache.solr.client.solrj.cloud.SolrCloudManager 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) 
and null them, your test still has references to classes of which the sizes 
cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.cloud.SolrCloudManager 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
        at __randomizedtesting.SeedInfo.seed([F0052884B70AC3A4]:0)
        at 
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.security.AccessControlException: access denied 
("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
        at 
java.security.AccessController.checkPermission(AccessController.java:884)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
        at 
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
        at java.lang.Class.checkPackageAccess(Class.java:2372)
        at java.lang.Class.checkMemberAccess(Class.java:2351)
        at java.lang.Class.getDeclaredFields(Class.java:1915)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
        at 
com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
        at 
com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
        ... 10 more




Build Log:
[...truncated 2023 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterDelete
   [junit4]   1> TEST: now get reader
   [junit4]   2> dic 15, 2019 1:46:32 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
   [junit4]   2> AVVERTENZA: Suite execution timed out: 
org.apache.lucene.index.TestIndexWriterDelete
   [junit4]   2>    1) Thread[id=12, 
name=TEST-TestIndexWriterDelete.testDeletesOnDiskFull-seed#[381060B11FCE3D49], 
state=TIMED_WAITING, group=TGRP-TestIndexWriterDelete]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
org.apache.lucene.store.SlowOpeningMockIndexInputWrapper.<init>(SlowOpeningMockIndexInputWrapper.java:33)
   [junit4]   2>         at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:769)
   [junit4]   2>         at 
org.apache.lucene.store.Directory.copyFrom(Directory.java:182)
   [junit4]   2>         at 
org.apache.lucene.util.TestUtil.ramCopyOf(TestUtil.java:1312)
   [junit4]   2>         at 
org.apache.lucene.index.TestIndexWriterDelete.doTestOperationsOnDiskFull(TestIndexWriterDelete.java:528)
   [junit4]   2>         at 
org.apache.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull(TestIndexWriterDelete.java:486)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2>    2) Thread[id=11, 
name=SUITE-TestIndexWriterDelete-seed#[381060B11FCE3D49], state=RUNNABLE, 
group=TGRP-TestIndexWriterDelete]
   [junit4]   2>         at java.lang.Thread.getStackTrace(Thread.java:1559)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:696)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$4.run(ThreadLeakControl.java:693)
   [junit4]   2>         at java.security.AccessController.doPrivileged(Native 
Method)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getStackTrace(ThreadLeakControl.java:693)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.getThreadsWithTraces(ThreadLeakControl.java:709)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:689)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:65)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:415)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:708)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:629)
   [junit4]   2>    3) Thread[id=1, name=main, state=WAITING, group=main]
   [junit4]   2>         at java.lang.Object.wait(Native Method)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1252)
   [junit4]   2>         at java.lang.Thread.join(Thread.java:1326)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:639)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:496)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.execute(SlaveMain.java:269)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMain.main(SlaveMain.java:394)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe.main(SlaveMainSafe.java:13)
   [junit4]   2>    4) Thread[id=9, name=JUnit4-serializer-daemon, 
state=TIMED_WAITING, group=main]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at 
com.carrotsearch.ant.tasks.junit4.events.Serializer$1.run(Serializer.java:50)
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestIndexWriterDelete -Dtests.method=testDeletesOnDiskFull 
-Dtests.seed=381060B11FCE3D49 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt
 -Dtests.locale=it-IT -Dtests.timezone=GB-Eire -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    109s J0 | TestIndexWriterDelete.testDeletesOnDiskFull <<<
   [junit4]    > Throwable #1: java.lang.Exception: Test abandoned because 
suite timeout was reached.
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([381060B11FCE3D49]:0)
   [junit4]   2> dic 15, 2019 1:46:32 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> AVVERTENZA: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> dic 15, 2019 1:46:52 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> GRAVE: 1 thread leaked from SUITE scope at 
org.apache.lucene.index.TestIndexWriterDelete: 
   [junit4]   2>    1) Thread[id=12, 
name=TEST-TestIndexWriterDelete.testDeletesOnDiskFull-seed#[381060B11FCE3D49], 
state=RUNNABLE, group=TGRP-TestIndexWriterDelete]
   [junit4]   2>         at java.lang.Throwable.fillInStackTrace(Native Method)
   [junit4]   2>         at 
java.lang.Throwable.fillInStackTrace(Throwable.java:783)
   [junit4]   2>         at java.lang.Throwable.<init>(Throwable.java:250)
   [junit4]   2>         at java.lang.Exception.<init>(Exception.java:54)
   [junit4]   2>         at 
java.lang.RuntimeException.<init>(RuntimeException.java:51)
   [junit4]   2>         at 
java.lang.UnsupportedOperationException.<init>(UnsupportedOperationException.java:42)
   [junit4]   2>         at 
java.util.AbstractCollection.add(AbstractCollection.java:262)
   [junit4]   2>         at 
org.apache.lucene.util.TestUtil.checkReadOnly(TestUtil.java:254)
   [junit4]   2>         at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat$AssertingStoredFieldsReader.getChildResources(AssertingStoredFieldsFormat.java:97)
   [junit4]   2>         at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat$AssertingStoredFieldsReader.<init>(AssertingStoredFieldsFormat.java:65)
   [junit4]   2>         at 
org.apache.lucene.codecs.asserting.AssertingStoredFieldsFormat.fieldsReader(AssertingStoredFieldsFormat.java:43)
   [junit4]   2>         at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:127)
   [junit4]   2>         at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:84)
   [junit4]   2>         at 
org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:679)
   [junit4]   2>         at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:302)
   [junit4]   2>         at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:287)
   [junit4]   2>         at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:283)
   [junit4]   2>         at 
org.apache.lucene.index.TestIndexWriterDelete.doTestOperationsOnDiskFull(TestIndexWriterDelete.java:638)
   [junit4]   2>         at 
org.apache.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull(TestIndexWriterDelete.java:486)
   [junit4]   2>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>         at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2>         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> dic 15, 2019 1:46:52 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFORMAZIONI: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=12, 
name=TEST-TestIndexWriterDelete.testDeletesOnDiskFull-seed#[381060B11FCE3D49], 
state=RUNNABLE, group=TGRP-TestIndexWriterDelete]
   [junit4]   1> CheckIndex failed
   [junit4]   1> 0.00% total deletions; 157 documents; 0 deleteions
   [junit4]   1> Segments file=segments_1 numSegments=16 version=8.4.0 
id=6f2mw4pt2kmdtu46cmmg14wak
   [junit4]   1>   1 of 16: name=_0 maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14wa4
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283048}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   2 of 16: name=_1 maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14wa5
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283049}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   3 of 16: name=_2 maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14wa6
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283050}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   4 of 16: name=_3 maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14wa7
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283050}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   5 of 16: name=_4 maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14wa8
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283051}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.001 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   6 of 16: name=_5 maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14wa9
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283052}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   7 of 16: name=_6 maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14waa
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283053}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   8 of 16: name=_7 maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14wab
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283053}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   9 of 16: name=_8 maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14wac
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283054}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   10 of 16: name=_9 maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14wad
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283055}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   11 of 16: name=_a maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14wae
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283056}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........FAILED
   [junit4]   1>     WARNING: exorciseIndex() would remove reference to this 
segment; full exception:
   [junit4]   1> org.apache.lucene.util.ThreadInterruptedException: 
java.lang.InterruptedException: sleep interrupted
   [junit4]   1>        at 
org.apache.lucene.store.SlowOpeningMockIndexInputWrapper.<init>(SlowOpeningMockIndexInputWrapper.java:38)
   [junit4]   1>        at 
org.apache.lucene.store.MockDirectoryWrapper.openInput(MockDirectoryWrapper.java:769)
   [junit4]   1>        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundReader.<init>(Lucene50CompoundReader.java:79)
   [junit4]   1>        at 
org.apache.lucene.codecs.lucene50.Lucene50CompoundFormat.getCompoundReader(Lucene50CompoundFormat.java:70)
   [junit4]   1>        at 
org.apache.lucene.index.SegmentCoreReaders.<init>(SegmentCoreReaders.java:101)
   [junit4]   1>        at 
org.apache.lucene.index.SegmentReader.<init>(SegmentReader.java:84)
   [junit4]   1>        at 
org.apache.lucene.index.CheckIndex.checkIndex(CheckIndex.java:679)
   [junit4]   1>        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:302)
   [junit4]   1>        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:287)
   [junit4]   1>        at 
org.apache.lucene.util.TestUtil.checkIndex(TestUtil.java:283)
   [junit4]   1>        at 
org.apache.lucene.index.TestIndexWriterDelete.doTestOperationsOnDiskFull(TestIndexWriterDelete.java:638)
   [junit4]   1>        at 
org.apache.lucene.index.TestIndexWriterDelete.testDeletesOnDiskFull(TestIndexWriterDelete.java:486)
   [junit4]   1>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   1>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   1>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   1>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   1>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   1>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   1>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   1>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   1>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   1>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   1>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   1>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   1>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   1> Caused by: java.lang.InterruptedException: sleep interrupted
   [junit4]   1>        at java.lang.Thread.sleep(Native Method)
   [junit4]   1>        at 
org.apache.lucene.store.SlowOpeningMockIndexInputWrapper.<init>(SlowOpeningMockIndexInputWrapper.java:33)
   [junit4]   1>        ... 47 more
   [junit4]   1> 
   [junit4]   1>   12 of 16: name=_b maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14waf
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283107}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   13 of 16: name=_c maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14wag
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283108}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   14 of 16: name=_d maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14wah
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283109}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   15 of 16: name=_e maxDoc=10
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14wai
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283110}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [21 terms; 30 terms/docs 
pairs; 30 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [10 total field count; avg 
1.0 fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1>   16 of 16: name=_f maxDoc=7
   [junit4]   1>     version=8.4.0
   [junit4]   1>     id=6f2mw4pt2kmdtu46cmmg14waj
   [junit4]   1>     codec=Asserting(Lucene84)
   [junit4]   1>     compound=true
   [junit4]   1>     numFiles=3
   [junit4]   1>     size (MB)=0.003
   [junit4]   1>     diagnostics = {java.vendor=Oracle Corporation, os=Linux, 
java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.4.0, 
os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, 
os.version=4.15.0-54-generic, timestamp=1576374283110}
   [junit4]   1>     no deletions
   [junit4]   1>     test: open reader.........OK [took 0.000 sec]
   [junit4]   1>     test: check integrity.....OK [took 0.000 sec]
   [junit4]   1>     test: check live docs.....OK [took 0.000 sec]
   [junit4]   1>     test: field infos.........OK [3 fields] [took 0.000 sec]
   [junit4]   1>     test: field norms.........OK [1 fields] [took 0.000 sec]
   [junit4]   1>     test: terms, freq, prox...OK [15 terms; 21 terms/docs 
pairs; 21 tokens] [took 0.000 sec]
   [junit4]   1>     test: stored fields.......OK [7 total field count; avg 1.0 
fields per doc] [took 0.000 sec]
   [junit4]   1>     test: term vectors........OK [0 total term vector count; 
avg 0.0 term/freq vector fields per doc] [took 0.000 sec]
   [junit4]   1>     test: docvalues...........OK [1 docvalues fields; 0 
BINARY; 1 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec]
   [junit4]   1>     test: points..............OK [0 fields, 0 points] [took 
0.000 sec]
   [junit4]   1> 
   [junit4]   1> WARNING: 1 broken segments (containing 10 documents) detected
   [junit4]   1> Took 0.010 sec total.
   [junit4]   1> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriterDelete_381060B11FCE3D49-001
   [junit4]   2> Dec 15, 2019 1:46:52 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): 
{city=BlockTreeOrds(blocksize=128), contents=FSTOrd50, 
id=BlockTreeOrds(blocksize=128), value=Lucene84, content=Lucene84}, 
docValues:{dv=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene80), 
value=DocValuesFormat(name=Asserting), 
content=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=455, 
maxMBSortInHeap=5.124024438661253, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@44a1e8fe),
 locale=it-IT, timezone=GB-Eire
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=100297416,total=122159104
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexWriterDelete]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestIndexWriterDelete -Dtests.seed=381060B11FCE3D49 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt
 -Dtests.locale=it-IT -Dtests.timezone=GB-Eire -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestIndexWriterDelete (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([381060B11FCE3D49]:0)
   [junit4] Completed [441/528 (1!)] on J0 in 7220.89s, 14 tests, 2 errors <<< 
FAILURES!

[...truncated 13613 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest
   [junit4]   2> 3390884 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3390885 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F0052884B70AC3A4-001/data-dir-245-001
   [junit4]   2> 3390885 WARN  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 3390885 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3390886 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3390887 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F0052884B70AC3A4-001/tempDir-001
   [junit4]   2> 3390887 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3390887 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3390887 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3390987 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:39293
   [junit4]   2> 3390987 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39293
   [junit4]   2> 3390987 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39293
   [junit4]   2> 3390987 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39293
   [junit4]   2> 3390988 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3390994 INFO  (zkConnectionManagerCallback-17219-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3390994 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3390997 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3390998 INFO  (zkConnectionManagerCallback-17221-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3390998 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3390998 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3390999 INFO  (zkConnectionManagerCallback-17223-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3390999 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3391101 WARN  (jetty-launcher-17224-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3391101 WARN  (jetty-launcher-17224-thread-3) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3391101 WARN  (jetty-launcher-17224-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3391101 WARN  (jetty-launcher-17224-thread-4) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3391101 WARN  (jetty-launcher-17224-thread-5) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3391101 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3391102 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3391102 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ec587fe{/solr,null,AVAILABLE}
   [junit4]   2> 3391103 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3391103 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3391103 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3391103 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b3a03af{/solr,null,AVAILABLE}
   [junit4]   2> 3391103 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3391103 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3391103 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3391103 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2df4f9d5{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:38241}
   [junit4]   2> 3391103 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.e.j.s.Server Started @3391173ms
   [junit4]   2> 3391103 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38241}
   [junit4]   2> 3391103 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3afa78cd{/solr,null,AVAILABLE}
   [junit4]   2> 3391104 ERROR (jetty-launcher-17224-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3391104 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3391104 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3391104 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3391104 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3391104 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-15T05:21:30.381Z
   [junit4]   2> 3391105 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3391105 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6e2ddd91{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:44713}
   [junit4]   2> 3391105 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3391105 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.e.j.s.Server Started @3391175ms
   [junit4]   2> 3391105 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44713}
   [junit4]   2> 3391105 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3391105 ERROR (jetty-launcher-17224-thread-5) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3391105 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3391105 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3391105 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3391105 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3391105 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-15T05:21:30.382Z
   [junit4]   2> 3391105 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@342e3edb{/solr,null,AVAILABLE}
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@1032f344{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40433}
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.e.j.s.Server Started @3391176ms
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40433}
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2a8ef3e{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:38289}
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.e.j.s.Server Started @3391176ms
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38289}
   [junit4]   2> 3391106 ERROR (jetty-launcher-17224-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-15T05:21:30.383Z
   [junit4]   2> 3391106 ERROR (jetty-launcher-17224-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-15T05:21:30.383Z
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 3391106 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@38c52a21{/solr,null,AVAILABLE}
   [junit4]   2> 3391107 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3391107 INFO  (zkConnectionManagerCallback-17228-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3391107 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3391107 INFO  (zkConnectionManagerCallback-17226-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3391107 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3391107 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3391108 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@53c15143{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:36621}
   [junit4]   2> 3391108 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.e.j.s.Server Started @3391178ms
   [junit4]   2> 3391108 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3391108 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36621}
   [junit4]   2> 3391108 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3391108 ERROR (jetty-launcher-17224-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 3391108 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3391108 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.0
   [junit4]   2> 3391108 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3391108 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3391108 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-15T05:21:30.385Z
   [junit4]   2> 3391108 INFO  (zkConnectionManagerCallback-17230-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3391108 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3391108 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3391112 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3391113 INFO  (zkConnectionManagerCallback-17232-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3391113 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3391113 INFO  (zkConnectionManagerCallback-17234-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3391113 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3391113 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3391113 INFO  (jetty-launcher-17224-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3391274 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3391274 WARN  (jetty-launcher-17224-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@f2d4bbe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391274 WARN  (jetty-launcher-17224-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@f2d4bbe[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391276 WARN  (jetty-launcher-17224-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@21012a07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391276 WARN  (jetty-launcher-17224-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@21012a07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391277 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39293/solr
   [junit4]   2> 3391278 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3391278 INFO  (zkConnectionManagerCallback-17242-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3391278 INFO  (jetty-launcher-17224-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3391337 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3391338 WARN  (jetty-launcher-17224-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@36870203[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391338 WARN  (jetty-launcher-17224-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@36870203[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391346 WARN  (jetty-launcher-17224-thread-5) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@8b52bfd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391346 WARN  (jetty-launcher-17224-thread-5) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@8b52bfd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391347 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39293/solr
   [junit4]   2> 3391348 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3391349 INFO  (zkConnectionManagerCallback-17249-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3391349 INFO  (jetty-launcher-17224-thread-5) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3391366 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3391366 WARN  (jetty-launcher-17224-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@218cba0c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391366 WARN  (jetty-launcher-17224-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@218cba0c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391367 WARN  (jetty-launcher-17224-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@493b642d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391367 WARN  (jetty-launcher-17224-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@493b642d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391368 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39293/solr
   [junit4]   2> 3391369 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3391369 INFO  (zkConnectionManagerCallback-17255-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3391369 INFO  (jetty-launcher-17224-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3391458 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3391459 WARN  (jetty-launcher-17224-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1dc4ae15[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391459 WARN  (jetty-launcher-17224-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1dc4ae15[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391461 WARN  (jetty-launcher-17224-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4e0fab61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391461 WARN  (jetty-launcher-17224-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4e0fab61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3391462 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39293/solr
   [junit4]   2> 3391462 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3391463 INFO  (zkConnectionManagerCallback-17262-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3391463 INFO  (jetty-launcher-17224-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3391514 INFO  (jetty-launcher-17224-thread-1) 
[n:127.0.0.1:40433_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3391515 INFO  (zkConnectionManagerCallback-17264-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3391515 INFO  (jetty-launcher-17224-thread-1) 
[n:127.0.0.1:40433_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3391564 INFO  (jetty-launcher-17224-thread-3) 
[n:127.0.0.1:38241_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3391565 INFO  (zkConnectionManagerCallback-17266-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3391565 INFO  (jetty-launcher-17224-thread-3) 
[n:127.0.0.1:38241_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3391609 INFO  (jetty-launcher-17224-thread-1) 
[n:127.0.0.1:40433_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:40433_solr
   [junit4]   2> 3391609 INFO  (jetty-launcher-17224-thread-1) 
[n:127.0.0.1:40433_solr     ] o.a.s.c.Overseer Overseer 
(id=72897037021085708-127.0.0.1:40433_solr-n_0000000000) starting
   [junit4]   2> 3391613 INFO  
(OverseerStateUpdate-72897037021085708-127.0.0.1:40433_solr-n_0000000000) 
[n:127.0.0.1:40433_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:40433_solr
   [junit4]   2> 3391613 INFO  (jetty-launcher-17224-thread-1) 
[n:127.0.0.1:40433_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40433_solr
   [junit4]   2> 3391613 DEBUG 
(OverseerAutoScalingTriggerThread-72897037021085708-127.0.0.1:40433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 3391614 INFO  (jetty-launcher-17224-thread-5) 
[n:127.0.0.1:44713_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 3391615 DEBUG 
(OverseerAutoScalingTriggerThread-72897037021085708-127.0.0.1:40433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with 
znode version 1
   [junit4]   2> 3391615 INFO  (zkConnectionManagerCallback-17273-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3391615 INFO  (jetty-launcher-17224-thread-5) 
[n:127.0.0.1:44713_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 3391615 WARN  (jetty-launcher-17224-thread-1) 
[n:127.0.0.1:40433_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> 3391615 DEBUG 
(OverseerAutoScalingTriggerThread-72897037021085708-127.0.0.1:40433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 0
   [junit4]   2> 3391615 DEBUG 
(OverseerAutoScalingTriggerThread-72897037021085708-127.0.0.1:40433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 3391621 INFO  
(OverseerStateUpdate-72897037021085708-127.0.0.1:40433_solr-n_0000000000) 
[n:127.0.0.1:40433_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3391624 INFO  (jetty-launcher-17224-thread-5) 
[n:127.0.0.1:44713_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3391626 INFO  (jetty-launcher-17224-thread-3) 
[n:127.0.0.1:38241_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 3391626 INFO  (jetty-launcher-17224-thread-5) 
[n:127.0.0.1:44713_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44713_solr as DOWN
   [junit4]   2> 3391627 INFO  (jetty-launcher-17224-thread-1) 
[n:127.0.0.1:40433_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3391630 INFO  (jetty-launcher-17224-thread-5) 
[n:127.0.0.1:44713_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3391630 INFO  (jetty-launcher-17224-thread-5) 
[n:127.0.0.1:44713_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44713_solr
   [junit4]   2> 3391631 INFO  (zkCallback-17272-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3391632 WARN  (jetty-launcher-17224-thread-5) 
[n:127.0.0.1:44713_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> 3391636 INFO  (zkCallback-17263-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3391636 DEBUG 
(OverseerAutoScalingTriggerThread-72897037021085708-127.0.0.1:40433_solr-n_0000000000)
 [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:44713_solr, 127.0.0.1:40433_solr]
   [junit4]   2> 3391637 INFO  (zkCallback-17265-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3391637 DEBUG 
(OverseerAutoScalingTriggerThread-72897037021085708-127.0.0.1:40433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / 
nodeAdded markers
   [junit4]   2> 3391637 DEBUG 
(OverseerAutoScalingTriggerThread-72897037021085708-127.0.0.1:40433_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 3391637 INFO  (jetty-launcher-17224-thread-3) 
[n:127.0.0.1:38241_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:38241_solr as DOWN
   [junit4]   2> 3391638 DEBUG (ScheduledTrigger-15877-thread-3) [     ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 3391642 INFO  (jetty-launcher-17224-thread-3) 
[n:127.0.0.1:38241_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 3391642 INFO  (jetty-launcher-17224-thread-3) 
[n:127.0.0.1:38241_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38241_solr
   [junit4]   2> 3391654 INFO  (zkCallback-17263-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3391654 WARN  (jetty-launcher-17224-thread-3) 
[n:127.0.0.1:38241_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> 3391658 INFO  (jetty-launcher-17224-thread-5) 
[n:127.0.0.1:44713_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3391660 INFO  (zkCallback-17265-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3391660 INFO  (zkCallback-17272-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3391663 INFO  (jetty-launcher-17224-thread-3) 
[n:127.0.0.1:38241_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 3391664 INFO  (jetty-launcher-17224-thread-1) 
[n:127.0.0.1:40433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40433.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26234cc
   [junit4]   2> 3391672 INFO  (jetty-launcher-17224-thread-1) 
[n:127.0.0.1:40433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40433.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26234cc
   [junit4]   2> 3391672 INFO  (jetty-launcher-17224-thread-1) 
[n:127.0.0.1:40433_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40433.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26234cc
   [junit4]   2> 3391673 INFO  (jetty-launcher-17224-thread-1) 
[n:127.0.0.1:40433_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3391673 INFO  (jetty-launcher-17224-thread-1) 
[n:127.0.0.1:40433_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F0052884B70AC3A4-001/tempDir-001/node1/.
   [junit4]   2> 3391675 INFO  (jetty-launcher-17224-thread-5) 
[n:127.0.0.1:44713_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44713.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26234cc
   [junit4]   2> 3391677 INFO  (jetty-launcher-17224-thread-3) 
[n:127.0.0.1:38241_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38241.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26234cc
   [junit4]   2> 3391681 INFO  (jetty-launcher-17224-thread-5) 
[n:127.0.0.1:44713_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44713.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26234cc
   [junit4]   2> 3391682 INFO  (jetty-launcher-17224-thread-5) 
[n:127.0.0.1:44713_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44713.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26234cc
   [junit4]   2> 3391682 INFO  (jetty-launcher-17224-thread-5) 
[n:127.0.0.1:44713_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3391683 INFO  (jetty-launcher-17224-thread-5) 
[n:127.0.0.1:44713_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F0052884B70AC3A4-001/tempDir-001/node5/.
   [junit4]   2> 3391683 INFO  (jetty-launcher-17224-thread-3) 
[n:127.0.0.1:38241_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38241.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26234cc
   [junit4]   2> 3391683 INFO  (jetty-launcher-17224-thread-3) 
[n:127.0.0.1:38241_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38241.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@26234cc
   [junit4]   2> 3391684 INFO  (jetty-launcher-17224-thread-3) 
[n:127.0.0.1:38241_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 3391684 INFO  (jetty-launcher-17224-thread-3) 
[n:127.0.0.1:38241_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.SearchRateTriggerIntegrationTest_F0052884B70AC3A4-001/tempDir-001/node3/.

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

[junit4]   2>   5       
/solr/collections/aboveRate_collection/collectionprops.json
   [junit4]   2>        4       
/solr/collections/belowRate_collection/collectionprops.json
   [junit4]   2>        3       
/solr/collections/aboveRate_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        155     
/solr/collections/aboveRate_collection/state.json
   [junit4]   2>        142     
/solr/collections/belowRate_collection/state.json
   [junit4]   2>        20      /solr/autoscaling.json
   [junit4]   2>        15      /solr/aliases.json
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/aboveRate_collection/leader_elect/shard1/election/72897037021085710-core_node6-n_0000000002
   [junit4]   2>        2       
/solr/overseer_elect/election/72897037021085709-127.0.0.1:38241_solr-n_0000000002
   [junit4]   2>        2       
/solr/collections/belowRate_collection/leader_elect/shard1/election/72897037021085713-core_node3-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        93      /solr/overseer/queue
   [junit4]   2>        35      /solr/overseer/collection-queue-work
   [junit4]   2>        31      /solr/live_nodes
   [junit4]   2>        27      /solr/collections
   [junit4]   2>        6       /solr/autoscaling/events/search_rate_trigger2
   [junit4]   2>        2       /solr/autoscaling/events/search_rate_trigger1
   [junit4]   2> 
   [junit4]   2> 3452304 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:39293
   [junit4]   2> 3452304 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39293
   [junit4]   2> 3452304 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39293
   [junit4]   2> 3452304 INFO  
(SUITE-SearchRateTriggerIntegrationTest-seed#[F0052884B70AC3A4]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Dec 15, 2019 5:22:31 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@36fc8c5e),
 locale=ja, timezone=Australia/Tasmania
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=211367656,total=487587840
   [junit4]   2> NOTE: All tests run in this JVM: [SolrCloudExampleTest, 
TestUpdate, PhrasesIdentificationComponentTest, NodeAddedTriggerTest, 
AtomicUpdateProcessorFactoryTest, PreAnalyzedFieldTest, NoCacheHeaderTest, 
OverseerModifyCollectionTest, RequestLoggingTest, TaggingAttributeTest, 
TestDistribDocBasedVersion, DateMathParserTest, SortByFunctionTest, 
SegmentsInfoRequestHandlerTest, SimpleCollectionCreateDeleteTest, 
DistributedSpellCheckComponentTest, TestMacroExpander, 
TestCloudJSONFacetJoinDomain, DistributedFacetPivotSmallTest, 
TestDirectoryFactory, TestCloudPhrasesIdentificationComponent, 
SpellPossibilityIteratorTest, TestLRUStatsCache, JsonLoaderTest, 
CoreAdminCreateDiscoverTest, SpatialRPTFieldTypeTest, 
TestDynamicFieldNamesIndexCorrectly, HdfsBasicDistributedZk2Test, 
CdcrVersionReplicationTest, HdfsChaosMonkeySafeLeaderTest, DeleteStatusTest, 
TestSweetSpotSimilarityFactory, RootFieldTest, TestSolrJacksonAnnotation, 
TestDynamicURP, TestSimDistribStateManager, ConfigSetsAPITest, 
TestSimNodeAddedTrigger, HdfsDirectoryFactoryTest, 
AutoAddReplicasPlanActionTest, TestCloudConsistency, TestSimpleQParserPlugin, 
SharedFSAutoReplicaFailoverTest, ProtectedTermFilterFactoryTest, 
IndexSizeTriggerMixedBoundsTest, TestSolr4Spatial2, TestDistribIDF, 
TestLRUCache, JavaBinAtomicUpdateMultivalueTest, TestMergePolicyConfig, 
AliasIntegrationTest, TestSolrQueryResponse, TestConfigSetProperties, 
AuthToolTest, V2ApiIntegrationTest, TestExportWriter, 
TestShortCircuitedRequests, CursorMarkTest, SaslZkACLProviderTest, 
TestDocumentBuilder, TestSimExtremeIndexing, NumberUtilsTest, TestCSVLoader, 
SchemaApiFailureTest, TestCoreAdminApis, TestFieldCacheVsDocValues, 
SolrGraphiteReporterTest, LegacyCloudClusterPropTest, 
XsltUpdateRequestHandlerTest, OutputWriterTest, TestManagedSchema, 
DocValuesNotIndexedTest, TestNoOpRegenerator, ReturnFieldsTest, 
UpdateParamsTest, TestCollapseQParserPlugin, 
TriggerSetPropertiesIntegrationTest, DistributedIntervalFacetingTest, 
TestReloadDeadlock, TestImpersonationWithHadoopAuth, SuggesterTest, 
TestNestedDocsSort, ImplicitSnitchTest, FullHLLTest, SOLR749Test, 
SuggestComponentTest, TestStressRecovery, TestInitParams, 
LeaderFailureAfterFreshStartTest, PreAnalyzedUpdateProcessorTest, TestJoin, 
MoveReplicaHDFSTest, SolrIndexConfigTest, MetricTriggerIntegrationTest, 
TestPullReplica, TestDistributedTracing, TestSolrCloudWithDelegationTokens, 
TestCloudRecovery, BaseCdcrDistributedZkTest, LukeRequestHandlerTest, 
TestSimpleTextCodec, ResponseLogComponentTest, SyncSliceTest, 
AddBlockUpdateTest, OverseerTaskQueueTest, ClassificationUpdateProcessorTest, 
RAMDirectoryFactoryTest, DocValuesMultiTest, BasicAuthIntegrationTest, 
TestSchemaManager, NodeMarkersRegistrationTest, TestStreamBody, TestUtils, 
SplitHandlerTest, TolerantUpdateProcessorTest, ScheduledTriggerIntegrationTest, 
IndexBasedSpellCheckerTest, SimpleFacetsTest, HttpPartitionTest, 
TestRuleBasedAuthorizationPlugin, BasicDistributedZkTest, 
DistributedFacetSimpleRefinementLongTailTest, OpenExchangeRatesOrgProviderTest, 
TestComponentsName, TestCollectionsAPIViaSolrCloudCluster, 
DistributedQueryComponentCustomSortTest, CustomCollectionTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, ZkControllerTest, JvmMetricsTest, 
TestNumericRangeQuery64, TestBackupRepositoryFactory, TestIndexSearcher, 
TestFieldSortValues, TestStressVersions, CollectionsAPIAsyncDistributedZkTest, 
UninvertDocValuesMergePolicyTest, TestRTimerTree, 
TestSimpleTrackingShardHandler, CoreSorterTest, RandomizedTaggerTest, 
DistribJoinFromCollectionTest, TestSolrDeletionPolicy2, RollingRestartTest, 
AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, 
EchoParamsTest, SolrInfoBeanTest, SolrTestCaseJ4Test, 
TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, 
TestSolrCoreProperties, TestSolrTestCaseJ4, TestTolerantSearch, TestTrie, 
TestCharFilters, TestDeprecatedFilters, TestLuceneMatchVersion, 
TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, 
TokenizerChainTest, TestEmbeddedSolrServerAdminHandler, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
TestJettySolrRunner, ConnectionReuseTest, BasicZkTest, 
CloudExitableDirectoryReaderTest, ClusterStateTest, ClusterStateUpdateTest, 
CollectionPropsTest, CollectionStateFormat2Test, CreateCollectionCleanupTest, 
CreateRoutedAliasTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, 
DistributedQueueTest, ForceLeaderWithTlogReplicasTest, 
FullSolrCloudDistribCmdsTest, HttpPartitionWithTlogReplicasTest, 
MetricsHistoryIntegrationTest, OverseerRolesTest, PeerSyncReplicationTest, 
RemoteQueryErrorTest, ReplicationFactorTest, TestCloudSearcherWarming, 
TestLockTree, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, 
TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, 
TestTolerantUpdateProcessorRandomCloud, TestZkChroot, 
TlogReplayBufferedWhileIndexingTest, VMParamsZkACLAndCredentialsProvidersTest, 
ZkNodePropsTest, ZkShardTermsTest, AssignTest, 
AsyncCallRequestStatusResponseTest, CollectionsAPIDistributedZkTest, 
SplitByPrefixTest, TestLocalFSCloudBackupRestore, 
TestRequestStatusCollectionAPI, ComputePlanActionTest, MetricTriggerTest, 
SearchRateTriggerIntegrationTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SearchRateTriggerIntegrationTest -Dtests.seed=F0052884B70AC3A4 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.4/test-data/enwiki.random.lines.txt
 -Dtests.locale=ja -Dtests.timezone=Australia/Tasmania -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | SearchRateTriggerIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up 
static fields (in @AfterClass?) and null them, your test still has references 
to classes of which the sizes cannot be measured due to security restrictions 
or Java 9 module encapsulation:
   [junit4]    >   - private static 
org.apache.solr.client.solrj.cloud.SolrCloudManager 
org.apache.solr.cloud.autoscaling.SearchRateTriggerIntegrationTest.cloudManager
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([F0052884B70AC3A4]:0)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied 
("java.lang.RuntimePermission" "accessClassInPackage.sun.nio.fs")
   [junit4]    >        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    >        at 
java.security.AccessController.checkPermission(AccessController.java:884)
   [junit4]    >        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    >        at 
java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    >        at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    >        at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    >        at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    >        at java.security.AccessController.doPrivileged(Native 
Method)
   [junit4]    >        ... 10 more
   [junit4] Completed [562/889 (1!)] on J2 in 61.79s, 3 tests, 1 failure, 1 
skipped <<< FAILURES!

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

Reply via email to