You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/07/25 00:01:04 UTC

[JENKINS] Lucene » Lucene-Solr-NightlyTests-8.9 - Build # 50 - Failure!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.9/50/

1 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterMergePolicy.testStressUpdateSameDocumentWithMergeOnGetReader

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space




Build Log:
[...truncated 1865 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMergePolicy
   [junit4]   2> Jul 24, 2021 3:27:13 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-28107,5,TGRP-TestIndexWriterMergePolicy]
   [junit4]   2> java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([C69C5B79B018D15C]:0)
   [junit4]   2> 	at org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.getByteBlock(ByteBlockPool.java:105)
   [junit4]   2> 	at org.apache.lucene.util.ByteBlockPool.nextBuffer(ByteBlockPool.java:205)
   [junit4]   2> 	at org.apache.lucene.util.BytesRefHash.add(BytesRefHash.java:284)
   [junit4]   2> 	at org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:177)
   [junit4]   2> 	at org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:971)
   [junit4]   2> 	at org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:524)
   [junit4]   2> 	at org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:488)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:208)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:415)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1471)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.softUpdateDocument(IndexWriter.java:1799)
   [junit4]   2> 	at org.apache.lucene.index.RandomIndexWriter.updateDocument(RandomIndexWriter.java:272)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterMergePolicy.lambda$stressUpdateSameDocumentWithMergeOnX$4(TestIndexWriterMergePolicy.java:601)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterMergePolicy$$Lambda$579/2035423535.run(Unknown Source)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> Jul 24, 2021 3:28:49 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #2643,5,TGRP-TestIndexWriterMergePolicy]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([C69C5B79B018D15C]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:705)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:696)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 
   [junit4]   2> Jul 24, 2021 3:27:13 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-28109,5,TGRP-TestIndexWriterMergePolicy]
   [junit4]   2> java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([C69C5B79B018D15C]:0)
   [junit4]   2> 	at org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator.getIntBlock(DefaultIndexingChain.java:1037)
   [junit4]   2> 	at org.apache.lucene.util.IntBlockPool.nextBuffer(IntBlockPool.java:155)
   [junit4]   2> 	at org.apache.lucene.index.TermsHashPerField.initStreamSlices(TermsHashPerField.java:139)
   [junit4]   2> 	at org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:181)
   [junit4]   2> 	at org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:971)
   [junit4]   2> 	at org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:524)
   [junit4]   2> 	at org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:488)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:208)
   [junit4]   2> 	at org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:415)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1471)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.softUpdateDocument(IndexWriter.java:1799)
   [junit4]   2> 	at org.apache.lucene.index.RandomIndexWriter.updateDocument(RandomIndexWriter.java:272)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterMergePolicy.lambda$stressUpdateSameDocumentWithMergeOnX$4(TestIndexWriterMergePolicy.java:601)
   [junit4]   2> 	at org.apache.lucene.index.TestIndexWriterMergePolicy$$Lambda$579/2035423535.run(Unknown Source)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> Jul 24, 2021 3:27:21 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-28108,5,TGRP-TestIndexWriterMergePolicy]
   [junit4]   2> java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 
   [junit4]   2> Jul 24, 2021 3:29:42 PM com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Thread-28110,5,TGRP-TestIndexWriterMergePolicy]
   [junit4]   2> java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 
   [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=TestIndexWriterMergePolicy -Dtests.method=testStressUpdateSameDocumentWithMergeOnGetReader -Dtests.seed=C69C5B79B018D15C -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/test-data/enwiki.random.lines.txt -Dtests.locale=en-CA -Dtests.timezone=America/Menominee -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   1271s J0 | TestIndexWriterMergePolicy.testStressUpdateSameDocumentWithMergeOnGetReader <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap spaceThrowable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=28427, name=Thread-28108, state=RUNNABLE, group=TGRP-TestIndexWriterMergePolicy]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap spaceThrowable #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=28426, name=Thread-28107, state=RUNNABLE, group=TGRP-TestIndexWriterMergePolicy]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C69C5B79B018D15C]:0)
   [junit4]    > 	at org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.getByteBlock(ByteBlockPool.java:105)
   [junit4]    > 	at org.apache.lucene.util.ByteBlockPool.nextBuffer(ByteBlockPool.java:205)
   [junit4]    > 	at org.apache.lucene.util.BytesRefHash.add(BytesRefHash.java:284)
   [junit4]    > 	at org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:177)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:971)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:524)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:488)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:208)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:415)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1471)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.softUpdateDocument(IndexWriter.java:1799)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.updateDocument(RandomIndexWriter.java:272)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterMergePolicy.lambda$stressUpdateSameDocumentWithMergeOnX$4(TestIndexWriterMergePolicy.java:601)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterMergePolicy$$Lambda$579/2035423535.run(Unknown Source)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)Throwable #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=28428, name=Thread-28109, state=RUNNABLE, group=TGRP-TestIndexWriterMergePolicy]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C69C5B79B018D15C]:0)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain$IntBlockAllocator.getIntBlock(DefaultIndexingChain.java:1037)
   [junit4]    > 	at org.apache.lucene.util.IntBlockPool.nextBuffer(IntBlockPool.java:155)
   [junit4]    > 	at org.apache.lucene.index.TermsHashPerField.initStreamSlices(TermsHashPerField.java:139)
   [junit4]    > 	at org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:181)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:971)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:524)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:488)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.updateDocuments(DocumentsWriterPerThread.java:208)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.updateDocuments(DocumentsWriter.java:415)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.updateDocuments(IndexWriter.java:1471)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.softUpdateDocument(IndexWriter.java:1799)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.updateDocument(RandomIndexWriter.java:272)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterMergePolicy.lambda$stressUpdateSameDocumentWithMergeOnX$4(TestIndexWriterMergePolicy.java:601)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterMergePolicy$$Lambda$579/2035423535.run(Unknown Source)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)Throwable #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=31073, name=Lucene Merge Thread #2643, state=RUNNABLE, group=TGRP-TestIndexWriterMergePolicy]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C69C5B79B018D15C]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:705)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:696)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap spaceThrowable #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=28429, name=Thread-28110, state=RUNNABLE, group=TGRP-TestIndexWriterMergePolicy]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/lucene/build/core/test/J0/temp/lucene.index.TestIndexWriterMergePolicy_C69C5B79B018D15C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {id=PostingsFormat(name=LuceneVarGapFixedInterval), content=Lucene84}, docValues:{soft_delete=DocValuesFormat(name=Asserting), ___soft_deletes=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1343, maxMBSortInHeap=7.402096778326247, sim=Asserting(RandomSimilarity(queryNorm=true): {content=DFI(Saturated)}), locale=en-CA, timezone=America/Menominee
   [junit4]   2> NOTE: Linux 4.15.0-147-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=439003904,total=466616320
   [junit4]   2> NOTE: All tests run in this JVM: [TestBinaryDocument, TestCharArrayMap, TestStringMSBRadixSorter, TestDirectory, TestSortingCodecReader, TestLMDirichletSimilarity, TestSparseFixedBitDocIdSet, TestIsCurrent, TestArrayUtil, Test2BPostingsBytes, TestForDeltaUtil, TestDuelingCodecs, TestSearch, TestIntArrayDocIdSet, TestMergeRateLimiter, TestNIOFSDirectory, TestByteArrayDataInput, TestBytesRefArray, TestMultiCollector, TestSpans, TestDocCount, TestMutablePointsReaderUtils, TestTerm, TestHugeRamFile, TestAssertions, TestStressIndexing2, TestFieldType, TestNumericDocValuesUpdates, TestQueryVisitor, TestNoDeletionPolicy, TestIndexWriterConfig, TestBasics, TestSortRandom, TestOperations, TestGeoUtils, TestIndexableField, TestBooleanSimilarity, TestEarlyTermination, LimitedFiniteStringsIteratorTest, TestDemoParallelLeafReader, TestXYMultiPolygonShapeQueries, TestPrefixInBooleanQuery, TestFixedBitDocIdSet, TestLucene50TermVectorsFormat, TestNeedsScores, TestCodecs, TestPolygon, TestLatLonMultiPointPointQueries, TestBooleanRewrites, TestDeterminism, TestBlendedTermQuery, TestSleepingLockWrapper, TestForceMergeForever, TestPendingDeletes, TestIndexSorting, TestRecyclingIntBlockAllocator, TestIndexOrDocValuesQuery, TestDocumentWriter, Test2BNumericDocValues, TestLongRangeFieldQueries, TestPhraseQuery, TestComplexExplanations, TestSearcherManager, TestXYPolygon, TestIndexWriterExceptions2, TestLucene87StoredFieldsFormatMergeInstance, TestDocValuesQueries, TestDocValuesFieldUpdates, TestSpanExplanationsOfNonMatches, TestFutureArrays, TestScoreCachingWrappingScorer, TestMergeSchedulerExternal, TestCachingTokenFilter, TestCharacterUtils, TestDelegatingAnalyzerWrapper, TestGraphTokenFilter, TestGraphTokenizers, TestReusableStringReader, TestStopFilter, TestToken, TestWordlistLoader, TestBytesRefAttImpl, TestCharTermAttributeImpl, TestPackedTokenAttributeImpl, TestSimpleAttributeImpl, TestFastDecompressionMode, TestHighCompressionMode, TestLucene50CompoundFormat, TestDocValuesCompression, TestIndexedDISI, TestLucene80NormsFormat, TestLucene80NormsFormatMergeInstance, TestPForUtil, TestLucene86PointsFormat, TestDoubleRange, TestFeatureDoubleValues, TestFeatureField, TestFeatureSort, TestLatLonDocValuesPointPointQueries, TestLatLonPointDistanceFeatureQuery, TestLatLonPointDistanceSort, TestLatLonPointPointQueries, TestLatLonPolygonShapeQueries, Test2BTerms, Test4GBStoredFields, TestCustomTermFreq, TestDocsWithFieldSet, TestDocumentsWriterStallControl, TestIndexWriterMaxDocs, TestIndexWriterMergePolicy]
   [junit4] Completed [393/579 (1!)] on J0 in 1284.14s, 16 tests, 1 error <<< FAILURES!

[...truncated 610 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/lucene/build/core/test/temp/junit4-J0-20210724_184814_4177438973971212529915.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/heapdumps/java_pid26264.hprof ...
   [junit4] Heap dump file created [521842042 bytes in 2.148 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 23481 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/build.xml:637: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/build.xml:571: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid26264.hprof

Total time: 312 minutes 54 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene » Lucene-Solr-NightlyTests-8.9 - Build # 52 - Still Unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.9/52/

2 tests failed.
FAILED:  org.apache.solr.metrics.reporters.SolrJmxReporterTest.testClosedCore

Error Message:
Captured an uncaught exception in thread: Thread[id=5243, name=Thread-993, state=RUNNABLE, group=TGRP-SolrJmxReporterTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=5243, name=Thread-993, state=RUNNABLE, group=TGRP-SolrJmxReporterTest]
	at __randomizedtesting.SeedInfo.seed([8A0EC4431E2BE416:FD7312633EB286E6]:0)
Caused by: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([8A0EC4431E2BE416]:0)
	at org.junit.Assert.fail(Assert.java:87)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.junit.Assert.assertNotNull(Assert.java:713)
	at org.junit.Assert.assertNotNull(Assert.java:723)
	at org.apache.solr.metrics.reporters.SolrJmxReporterTest$1.run(SolrJmxReporterTest.java:213)


FAILED:  org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([8A0EC4431E2BE416:62D269A1EDC3FE36]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
	at org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:245)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.common.SolrException: Circuit Breakers tripped Memory Circuit Breaker triggered as JVM heap usage values are greater than allocated threshold.Seen JVM heap memory usage 439857840 and allocated threshold 382205952

	at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:322)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:216)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2637)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:346)
	at org.apache.solr.util.TestHarness.query(TestHarness.java:328)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:997)
	... 45 more




Build Log:
[...truncated 13571 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.SolrJmxReporterTest
   [junit4]   2> 581051 INFO  (SUITE-SolrJmxReporterTest-seed#[8A0EC4431E2BE416]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 581052 INFO  (SUITE-SolrJmxReporterTest-seed#[8A0EC4431E2BE416]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 581052 INFO  (SUITE-SolrJmxReporterTest-seed#[8A0EC4431E2BE416]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.SolrJmxReporterTest_8A0EC4431E2BE416-001/data-dir-46-001
   [junit4]   2> 581052 INFO  (SUITE-SolrJmxReporterTest-seed#[8A0EC4431E2BE416]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 581054 INFO  (SUITE-SolrJmxReporterTest-seed#[8A0EC4431E2BE416]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 581057 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReloadCore
   [junit4]   2> 581057 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 581063 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 581078 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 581081 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 581088 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 582382 WARN  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_291]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:377) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:342) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.SolrJmxReporterTest.beforeTest(SolrJmxReporterTest.java:79) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:972) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291]
   [junit4]   2> 582384 WARN  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_291]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_291]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1348) ~[?:1.8.0_291]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1380) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:678) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.SolrJmxReporterTest.beforeTest(SolrJmxReporterTest.java:79) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:972) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291]
   [junit4]   2> 582385 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 582386 WARN  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 582387 WARN  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2bab1797[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582387 WARN  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2bab1797[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582390 WARN  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 582391 WARN  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@36862457[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582391 WARN  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@36862457[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 582392 WARN  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] 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> 582421 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76dd091f
   [junit4]   2> 582428 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76dd091f
   [junit4]   2> 582428 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76dd091f
   [junit4]   2> 582430 INFO  (coreLoadExecutor-3216-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 582439 INFO  (coreLoadExecutor-3216-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 582457 INFO  (coreLoadExecutor-3216-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 582460 INFO  (coreLoadExecutor-3216-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 582467 INFO  (coreLoadExecutor-3216-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 582474 INFO  (coreLoadExecutor-3216-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 582474 INFO  (coreLoadExecutor-3216-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76dd091f
   [junit4]   2> 582474 INFO  (coreLoadExecutor-3216-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.SolrJmxReporterTest_8A0EC4431E2BE416-001/data-dir-46-001/]
   [junit4]   2> 582476 INFO  (coreLoadExecutor-3216-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.220419890110927]
   [junit4]   2> 582519 INFO  (coreLoadExecutor-3216-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 582519 INFO  (coreLoadExecutor-3216-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 582519 INFO  (coreLoadExecutor-3216-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=107.33984375, floorSegmentMB=1.8740234375, forceMergeDeletesPctAllowed=10.173542296790366, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=37.266385562711896
   [junit4]   2> 582520 WARN  (coreLoadExecutor-3216-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 582521 INFO  (coreLoadExecutor-3216-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 582521 INFO  (searcherExecutor-3218-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 582522 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 582582 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'SolrJmxReporterTest-hevrniotv.SolrJmxReporterTest-yufubxg' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78b6b47e
   [junit4]   2> 582616 ERROR (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/core.properties:
   [junit4]   2>           => java.nio.file.NoSuchFileException: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
   [junit4]   2> java.nio.file.NoSuchFileException: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.newByteChannel(Files.java:361) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.newByteChannel(Files.java:407) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.newInputStream(Files.java:152) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:187) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reloadCoreDescriptor(CoreContainer.java:1648) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1697) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1676) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.SolrJmxReporterTest.testReloadCore(SolrJmxReporterTest.java:187) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291]
   [junit4]   2> 582624 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 582642 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 582645 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 582652 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 582660 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1
   [junit4]   2> 582697 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76dd091f
   [junit4]   2> 582697 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.SolrJmxReporterTest_8A0EC4431E2BE416-001/data-dir-46-001/]
   [junit4]   2> 582742 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 582742 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 582744 WARN  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 582744 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 582745 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=9, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=1.8173828125, floorSegmentMB=1.5166015625, forceMergeDeletesPctAllowed=17.87452075641741, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39047989158857477, deletesPctAllowed=39.31979275317582
   [junit4]   2> 582746 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 582749 INFO  (searcherExecutor-3223-thread-1) [     ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 582750 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3de96f72
   [junit4]   2> 582750 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@3de96f72
   [junit4]   2> 582750 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a03b75: rootName = SolrJmxReporterTest-hevrniotv, domain = SolrJmxReporterTest-yufubxg, service url = null, agent id = localhost_1627338558583] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@380aee70
   [junit4]   2> 582754 INFO  (searcherExecutor-3223-thread-1) [     ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 582766 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2d41363b: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@380aee70
   [junit4]   2> 583329 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'SolrJmxReporterTest-hevrniotv.SolrJmxReporterTest-kgditv' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78b6b47e
   [junit4]   2> 583335 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=null
   [junit4]   2> 583335 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@18654658: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@380aee70
   [junit4]   2> 583352 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2b6edac3: rootName = SolrJmxReporterTest-hevrniotv, domain = SolrJmxReporterTest-kgditv, service url = null, agent id = localhost_1627338558583] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@380aee70
   [junit4]   2> 583368 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@3de96f72
   [junit4]   2> 583369 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 583369 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2056618791
   [junit4]   2> 583369 INFO  (coreCloseExecutor-3228-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@48b7fb8c
   [junit4]   2> 583369 INFO  (coreCloseExecutor-3228-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@48b7fb8c
   [junit4]   2> 583370 INFO  (coreCloseExecutor-3228-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 583373 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 583373 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b62b5b2: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@6b603364
   [junit4]   2> 583380 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 583380 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4450759f: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@2dffa594
   [junit4]   2> 583383 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 583383 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@558997e2: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@aa25c19
   [junit4]   2> 583389 INFO  (TEST-SolrJmxReporterTest.testReloadCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testReloadCore
   [junit4]   2> 583393 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReportMetrics
   [junit4]   2> 583393 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 583399 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 583414 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 583414 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.SolrJmxReporterTest_8A0EC4431E2BE416-001/data-dir-47-001
   [junit4]   2> 583417 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 583425 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 583813 WARN  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_291]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:377) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:342) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.SolrJmxReporterTest.beforeTest(SolrJmxReporterTest.java:79) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:972) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291]
   [junit4]   2> 583815 WARN  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_291]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_291]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1348) ~[?:1.8.0_291]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1380) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:678) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.SolrJmxReporterTest.beforeTest(SolrJmxReporterTest.java:79) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:972) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291]
   [junit4]   2> 583816 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 583816 WARN  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 583817 WARN  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6c61d13[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 583817 WARN  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6c61d13[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 583820 WARN  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 583821 WARN  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@25915b7a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 583821 WARN  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@25915b7a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 583822 WARN  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] 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> 583851 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76dd091f
   [junit4]   2> 583858 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76dd091f
   [junit4]   2> 583858 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76dd091f
   [junit4]   2> 583859 INFO  (coreLoadExecutor-3240-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 583866 INFO  (coreLoadExecutor-3240-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 583884 INFO  (coreLoadExecutor-3240-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 583887 INFO  (coreLoadExecutor-3240-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 583894 INFO  (coreLoadExecutor-3240-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 583902 INFO  (coreLoadExecutor-3240-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 583902 INFO  (coreLoadExecutor-3240-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76dd091f
   [junit4]   2> 583902 INFO  (coreLoadExecutor-3240-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.SolrJmxReporterTest_8A0EC4431E2BE416-001/data-dir-47-001/]
   [junit4]   2> 583904 INFO  (coreLoadExecutor-3240-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.220419890110927]
   [junit4]   2> 583948 INFO  (coreLoadExecutor-3240-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 583948 INFO  (coreLoadExecutor-3240-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 583949 INFO  (coreLoadExecutor-3240-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=107.33984375, floorSegmentMB=1.8740234375, forceMergeDeletesPctAllowed=10.173542296790366, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=37.266385562711896
   [junit4]   2> 583950 WARN  (coreLoadExecutor-3240-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 583951 INFO  (coreLoadExecutor-3240-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 583952 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 583952 INFO  (searcherExecutor-3242-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 583988 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'SolrJmxReporterTest-jtgjqoqya.solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@78b6b47e
   [junit4]   2> 584100 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=null
   [junit4]   2> 584100 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5e60bc65: rootName = SolrJmxReporterTest-jtgjqoqya, domain = solr.core.collection1, service url = null, agent id = localhost_1627338558583] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@5cdc68cf
   [junit4]   2> 584127 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@456bc341: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@5cdc68cf
   [junit4]   2> 584152 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@5d5ebd7b
   [junit4]   2> 584153 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 584153 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=552317142
   [junit4]   2> 584153 INFO  (coreCloseExecutor-3247-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5d5ebd7b
   [junit4]   2> 584153 INFO  (coreCloseExecutor-3247-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@5d5ebd7b
   [junit4]   2> 584154 INFO  (coreCloseExecutor-3247-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 584155 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 584155 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@15fdf312: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@17b5c41a
   [junit4]   2> 584161 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 584162 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1357b945: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@2dffa594
   [junit4]   2> 584164 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 584164 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@222740ee: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@aa25c19
   [junit4]   2> 584166 INFO  (TEST-SolrJmxReporterTest.testReportMetrics-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testReportMetrics
   [junit4]   2> 584169 INFO  (TEST-SolrJmxReporterTest.testClosedCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testClosedCore
   [junit4]   2> 584169 INFO  (TEST-SolrJmxReporterTest.testClosedCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 584175 INFO  (TEST-SolrJmxReporterTest.testClosedCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 584190 INFO  (TEST-SolrJmxReporterTest.testClosedCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 584190 INFO  (TEST-SolrJmxReporterTest.testClosedCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J2/temp/solr.metrics.reporters.SolrJmxReporterTest_8A0EC4431E2BE416-001/data-dir-48-001
   [junit4]   2> 584193 INFO  (TEST-SolrJmxReporterTest.testClosedCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 584200 INFO  (TEST-SolrJmxReporterTest.testClosedCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 584564 WARN  (TEST-SolrJmxReporterTest.testClosedCore-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_291]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:377) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:342) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.SolrJmxReporterTest.beforeTest(SolrJmxReporterTest.java:79) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:972) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.jav

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

]   2> 1319025 INFO  (TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBuildingMemoryPressure
   [junit4]   2> 1319027 INFO  (TestCircuitBreaker-11860-thread-1) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1319036 INFO  (TestCircuitBreaker-11860-thread-1) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1319037 INFO  (TestCircuitBreaker-11860-thread-3) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1319044 INFO  (TestCircuitBreaker-11860-thread-4) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 1319044 INFO  (TestCircuitBreaker-11860-thread-2) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=18
   [junit4]   2> 1319046 INFO  (TEST-TestCircuitBreaker.testBuildingMemoryPressure-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBuildingMemoryPressure
   [junit4]   2> 1319056 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCBAlwaysTrips
   [junit4]   2> 1319058 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 1319063 INFO  (TEST-TestCircuitBreaker.testCBAlwaysTrips-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCBAlwaysTrips
   [junit4]   2> 1319253 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCBFakeMemoryPressure
   [junit4]   2> 1319254 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[8A0EC4431E2BE416]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 1319255 INFO  (TEST-TestCircuitBreaker.testCBFakeMemoryPressure-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCBFakeMemoryPressure
   [junit4]   2> 1319260 INFO  (TEST-TestCircuitBreaker.testFakeCPUCircuitBreaker-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFakeCPUCircuitBreaker
   [junit4]   2> 1319261 INFO  (TestCircuitBreaker-11861-thread-1) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 1319262 INFO  (TestCircuitBreaker-11861-thread-1) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 1319262 INFO  (TestCircuitBreaker-11861-thread-1) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 1319262 INFO  (TestCircuitBreaker-11861-thread-2) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 1319262 INFO  (TestCircuitBreaker-11861-thread-3) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:"john+smith"&qt=&start=0&rows=20&version=2.2} status=503 QTime=0
   [junit4]   2> 1319264 INFO  (TEST-TestCircuitBreaker.testFakeCPUCircuitBreaker-seed#[8A0EC4431E2BE416]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFakeCPUCircuitBreaker
   [junit4]   2> 1319265 INFO  (SUITE-TestCircuitBreaker-seed#[8A0EC4431E2BE416]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1319265 INFO  (SUITE-TestCircuitBreaker-seed#[8A0EC4431E2BE416]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=775640914
   [junit4]   2> 1319265 INFO  (coreCloseExecutor-11863-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@11bbbeb4
   [junit4]   2> 1319265 INFO  (coreCloseExecutor-11863-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@11bbbeb4
   [junit4]   2> 1319265 INFO  (coreCloseExecutor-11863-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@69c257f5: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@607a45c9
   [junit4]   2> 1319281 INFO  (coreCloseExecutor-11863-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1319283 INFO  (SUITE-TestCircuitBreaker-seed#[8A0EC4431E2BE416]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1319283 INFO  (SUITE-TestCircuitBreaker-seed#[8A0EC4431E2BE416]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@25d3002b: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@6dc09dc4
   [junit4]   2> 1319289 INFO  (SUITE-TestCircuitBreaker-seed#[8A0EC4431E2BE416]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1319289 INFO  (SUITE-TestCircuitBreaker-seed#[8A0EC4431E2BE416]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5b62c0de: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@20c55531
   [junit4]   2> 1319293 INFO  (SUITE-TestCircuitBreaker-seed#[8A0EC4431E2BE416]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1319293 INFO  (SUITE-TestCircuitBreaker-seed#[8A0EC4431E2BE416]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@73a05920: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@61cf0ff7
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J0/temp/solr.util.TestCircuitBreaker_8A0EC4431E2BE416-001
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=38, maxDocsPerChunk=734, blockShift=10), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=38, maxDocsPerChunk=734, blockSize=10)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-SV, timezone=Pacific/Yap
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=59715320,total=520093696
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsChaosMonkeySafeLeaderTest, TestPhraseSuggestions, HighlighterMaxOffsetTest, TestBulkSchemaAPI, ZkCollectionPropsCachingTest, HLLSerializationTest, SuggesterWFSTTest, TestLockTree, TestStressLucene, TestMultiValuedNumericRangeQuery, OutputWriterTest, TestNumericTerms64, HdfsRestartWhileUpdatingTest, RouteFieldTest, SolrCloudReportersTest, TestReloadAndDeleteDocs, TestPullReplica, TestSchemaManager, ThreadDumpHandlerTest, TestLuceneIndexBackCompat, PathHierarchyTokenizerFactoryTest, AnalyticsQueryTest, AdminHandlersProxyTest, TestInitParams, ScheduledTriggerTest, PropertiesRequestHandlerTest, TestStressVersions, TestFileDictionaryLookup, TestSubQueryTransformerDistrib, TriLevelCompositeIdRoutingTest, ZkSolrClientTest, ClassificationUpdateProcessorTest, DistributedTermsComponentTest, TestInPlaceUpdatesDistrib, AliasIntegrationTest, CollectionStateFormat2Test, TestPackages, RecoveryZkTest, DistributedQueryComponentOptimizationTest, ZkControllerTest, TestSchemaNameResource, BlockJoinFacetRandomTest, TestSortByMinMaxFunction, TestValueSourceCache, TestChildDocTransformerHierarchy, TestSolrJacksonAnnotation, JsonLoaderTest, SearchHandlerTest, TestSolr4Spatial2, ZookeeperStatusHandlerTest, SolrGraphiteReporterTest, TestApiFramework, MetricUtilsTest, CdcrUpdateLogTest, TestCodecSupport, TestFieldSortValues, AnalysisAfterCoreReloadTest, CustomTermsComponentTest, TriggerSetPropertiesIntegrationTest, JWTAuthPluginIntegrationTest, TestSimScenario, TestRangeQuery, DateRangeFieldTest, ChangedSchemaMergeTest, TestOverriddenPrefixQueryForCustomFieldType, BigEndianAscendingWordSerializerTest, TestCloudDeduplication, TestWaitForStateWithJettyShutdowns, TestSQLHandler, SortByFunctionTest, HdfsUnloadDistributedZkTest, HDFSCollectionsAPITest, TestCoreDiscovery, PrimUtilsTest, TestUnifiedSolrHighlighter, CoreAdminOperationTest, SolrTestCaseJ4Test, LargeFieldTest, ClusterStateMockUtilTest, ReplaceNodeTest, TestSolrDeletionPolicy1, TestMinHashQParser, TestSweetSpotSimilarityFactory, DisMaxRequestHandlerTest, RankFieldTest, AutoAddReplicasIntegrationTest, TestMinimalConfig, DistributedFacetPivotSmallTest, TestAddFieldRealTimeGet, TestDistributedMissingSort, TestFacetMethods, TestTlogReplica, TestCloudSearcherWarming, WordBreakSolrSpellCheckerTest, IgnoreLargeDocumentProcessorFactoryTest, MetricsHistoryIntegrationTest, CreateCollectionCleanupTest, TestCircuitBreaker]
   [junit4] Completed [300/939 (2!)] on J0 in 4.35s, 5 tests, 1 error <<< FAILURES!

[...truncated 54578 lines...]

[JENKINS] Lucene » Lucene-Solr-NightlyTests-8.9 - Build # 51 - Still unstable!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.9/51/

1 tests failed.
FAILED:  org.apache.solr.handler.component.SearchHandlerTest.testRequireZkConnected

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:39943/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:39943/solr
	at __randomizedtesting.SeedInfo.seed([3208F29CF990A5A4:1012E5B645EE484A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.handler.component.SearchHandlerTest.testRequireZkConnected(SearchHandlerTest.java:188)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
	... 53 more




Build Log:
[...truncated 13654 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SearchHandlerTest
   [junit4]   2> 363856 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 363856 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 363857 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_3208F29CF990A5A4-001/data-dir-23-001
   [junit4]   2> 363857 WARN  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 363857 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 363860 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 363860 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 363871 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 363891 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 363891 WARN  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.c.SolrConfig solrconfig.xml: <boolTofilterOptimizer> is currently not implemented and has no effect.
   [junit4]   2> 363891 WARN  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 363897 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 363905 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 365324 WARN  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_291]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:377) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:342) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandlerTest.beforeTests(SearchHandlerTest.java:47) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291]
   [junit4]   2> 365325 WARN  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_291]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_291]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1348) ~[?:1.8.0_291]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1380) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:678) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.handler.component.SearchHandlerTest.beforeTests(SearchHandlerTest.java:47) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291]
   [junit4]   2> 365326 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 365328 WARN  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@734b0d05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 365328 WARN  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@734b0d05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 365332 WARN  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@16d872b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 365332 WARN  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@16d872b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 365337 WARN  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 365365 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51a14260
   [junit4]   2> 365371 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51a14260
   [junit4]   2> 365371 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51a14260
   [junit4]   2> 365373 INFO  (coreLoadExecutor-3118-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 365384 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 365401 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 365401 WARN  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig solrconfig.xml: <boolTofilterOptimizer> is currently not implemented and has no effect.
   [junit4]   2> 365402 WARN  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 365406 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 365417 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 365425 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 365425 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@51a14260
   [junit4]   2> 365425 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_3208F29CF990A5A4-001/data-dir-23-001/]
   [junit4]   2> 365427 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=1.677734375, floorSegmentMB=1.1279296875, forceMergeDeletesPctAllowed=6.558602353799183, segmentsPerTier=9.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46634856629376586, deletesPctAllowed=37.044634883953556
   [junit4]   2> 365563 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 365563 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 365564 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3314457952782637]
   [junit4]   2> 365651 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 365673 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 365701 INFO  (coreLoadExecutor-3118-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 365701 INFO  (searcherExecutor-3120-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 365701 INFO  (searcherExecutor-3120-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 365701 INFO  (searcherExecutor-3120-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 365701 INFO  (searcherExecutor-3120-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 365702 INFO  (searcherExecutor-3120-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 365702 INFO  (searcherExecutor-3120-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 365702 INFO  (searcherExecutor-3120-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 365702 INFO  (searcherExecutor-3120-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 365702 INFO  (searcherExecutor-3120-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 365704 INFO  (searcherExecutor-3120-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 365704 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 365714 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRequireZkConnectedDistrib
   [junit4]   2> 365714 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_3208F29CF990A5A4-001/tempDir-001
   [junit4]   2> 365714 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 365715 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 365715 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 365716 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 365815 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.ZkTestServer start zk server on port: 45967
   [junit4]   2> 365815 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45967
   [junit4]   2> 365815 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45967
   [junit4]   2> 365815 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45967
   [junit4]   2> 365820 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 365828 INFO  (zkConnectionManagerCallback-3125-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 365828 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 365841 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 365844 INFO  (zkConnectionManagerCallback-3127-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 365844 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 365845 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 365846 INFO  (zkConnectionManagerCallback-3129-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 365846 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 365949 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 365949 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 365949 INFO  (jetty-launcher-3130-thread-1) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 365951 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 365951 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 365951 INFO  (jetty-launcher-3130-thread-2) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 365979 INFO  (jetty-launcher-3130-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 365979 INFO  (jetty-launcher-3130-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 365980 INFO  (jetty-launcher-3130-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 365980 INFO  (jetty-launcher-3130-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3be2465f{/solr,null,AVAILABLE}
   [junit4]   2> 365983 INFO  (jetty-launcher-3130-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 365983 INFO  (jetty-launcher-3130-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 365983 INFO  (jetty-launcher-3130-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 365984 INFO  (jetty-launcher-3130-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@184429e6{/solr,null,AVAILABLE}
   [junit4]   2> 365984 INFO  (jetty-launcher-3130-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1569295{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42847}
   [junit4]   2> 365984 INFO  (jetty-launcher-3130-thread-2) [     ] o.e.j.s.Server Started @366032ms
   [junit4]   2> 365984 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45967/solr, hostPort=42847}
   [junit4]   2> 365985 INFO  (jetty-launcher-3130-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4dbc67c5{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42463}
   [junit4]   2> 365985 INFO  (jetty-launcher-3130-thread-1) [     ] o.e.j.s.Server Started @366032ms
   [junit4]   2> 365985 ERROR (jetty-launcher-3130-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 365985 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 365985 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45967/solr, hostPort=42463}
   [junit4]   2> 365985 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.1
   [junit4]   2> 365985 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 365985 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr
   [junit4]   2> 365985 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-07-25T22:33:02.832Z
   [junit4]   2> 365985 ERROR (jetty-launcher-3130-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 365985 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 365985 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.1
   [junit4]   2> 365985 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 365985 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr
   [junit4]   2> 365985 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-07-25T22:33:02.832Z
   [junit4]   2> 365991 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 366003 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 366007 INFO  (zkConnectionManagerCallback-3132-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 366007 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 366008 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 366011 INFO  (zkConnectionManagerCallback-3134-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 366011 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 366012 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 366016 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 366019 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 366018 WARN  (jetty-launcher-3130-thread-2-SendThread(127.0.0.1:45967)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10696ba00a10003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10696ba00a10003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10696ba00a10003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 366921 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 366922 WARN  (jetty-launcher-3130-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2729f717[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 366922 WARN  (jetty-launcher-3130-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2729f717[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 366925 WARN  (jetty-launcher-3130-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4edcfed1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 366925 WARN  (jetty-launcher-3130-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4edcfed1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 366926 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45967/solr
   [junit4]   2> 366927 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 367042 INFO  (zkConnectionManagerCallback-3148-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 367042 INFO  (jetty-launcher-3130-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 367147 INFO  (jetty-launcher-3130-thread-2) [n:127.0.0.1:42847_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 367150 INFO  (zkConnectionManagerCallback-3150-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 367150 INFO  (jetty-launcher-3130-thread-2) [n:127.0.0.1:42847_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 367239 WARN  (jetty-launcher-3130-thread-2) [n:127.0.0.1:42847_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 367470 INFO  (jetty-launcher-3130-thread-2) [n:127.0.0.1:42847_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42847_solr
   [junit4]   2> 367471 INFO  (jetty-launcher-3130-thread-2) [n:127.0.0.1:42847_solr     ] o.a.s.c.Overseer Overseer (id=73912169516826630-127.0.0.1:42847_solr-n_0000000000) starting
   [junit4]   2> 367479 INFO  (OverseerStateUpdate-73912169516826630-127.0.0.1:42847_solr-n_0000000000) [n:127.0.0.1:42847_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42847_solr
   [junit4]   2> 367479 INFO  (jetty-launcher-3130-thread-2) [n:127.0.0.1:42847_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42847_solr
   [junit4]   2> 367480 INFO  (OverseerStateUpdate-73912169516826630-127.0.0.1:42847_solr-n_0000000000) [n:127.0.0.1:42847_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 367481 INFO  (jetty-launcher-3130-thread-2) [n:127.0.0.1:42847_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 367482 WARN  (jetty-launcher-3130-thread-2) [n:127.0.0.1:42847_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> 367518 INFO  (jetty-launcher-3130-thread-2) [n:127.0.0.1:42847_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_3208F29CF990A5A4-001/tempDir-001/node2
   [junit4]   2> 367613 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 367614 WARN  (jetty-launcher-3130-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7a036cc0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 367614 WARN  (jetty-launcher-3130-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7a036cc0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 367617 WARN  (jetty-launcher-3130-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@418bbecf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 367617 WARN  (jetty-launcher-3130-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@418bbecf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 367618 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45967/solr
   [junit4]   2> 367619 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 367623 INFO  (zkConnectionManagerCallback-3168-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 367623 INFO  (jetty-launcher-3130-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 367726 INFO  (jetty-launcher-3130-thread-1) [n:127.0.0.1:42463_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 367727 INFO  (zkConnectionManagerCallback-3170-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 367727 INFO  (jetty-launcher-3130-thread-1) [n:127.0.0.1:42463_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 367731 WARN  (jetty-launcher-3130-thread-1) [n:127.0.0.1:42463_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 367732 INFO  (jetty-launcher-3130-thread-1) [n:127.0.0.1:42463_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 367735 INFO  (jetty-launcher-3130-thread-1) [n:127.0.0.1:42463_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42463_solr as DOWN
   [junit4]   2> 367736 INFO  (jetty-launcher-3130-thread-1) [n:127.0.0.1:42463_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 367736 INFO  (jetty-launcher-3130-thread-1) [n:127.0.0.1:42463_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42463_solr
   [junit4]   2> 367737 INFO  (zkCallback-3149-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 367737 INFO  (zkCallback-3169-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 367738 INFO  (jetty-launcher-3130-thread-1) [n:127.0.0.1:42463_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 367738 WARN  (jetty-launcher-3130-thread-1) [n:127.0.0.1:42463_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> 367748 INFO  (jetty-launcher-3130-thread-1) [n:127.0.0.1:42463_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_3208F29CF990A5A4-001/tempDir-001/node1
   [junit4]   2> 367754 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 367755 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 367759 INFO  (zkConnectionManagerCallback-3181-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 367759 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 367760 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 367761 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45967/solr ready
   [junit4]   2> 367762 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 367763 INFO  (zkConnectionManagerCallback-3183-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 367763 INFO  (TEST-SearchHandlerTest.testRequireZkConnectedDistrib-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 368166 INFO  (OverseerThreadFactory-3157-thread-1-processing-n:127.0.0.1:42847_solr) [n:127.0.0.1:42847_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testRequireZkConnectedDistribCollection
   [junit4]   2> 368170 INFO  (OverseerThreadFactory-3157-thread-1-processing-n:127.0.0.1:42847_solr) [n:127.0.0.1:42847_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testRequireZkConnectedDistribCollection_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:42847_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:42847/solr",
   [junit4]   2>   "collection":"testRequireZkConnectedDistribCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 368172 INFO  (OverseerThreadFactory-3157-thread-1-processing-n:127.0.0.1:42847_solr) [n:127.0.0.1:42847_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testRequireZkConnectedDistribCollection_shard2_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:42463_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:42463/solr",
   [junit4]   2>   "collection":"testRequireZkConnectedDistribCollection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 368175 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr    x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testRequireZkConnectedDistribCollectionConfig&newCollection=true&name=testRequireZkConnectedDistribCollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testRequireZkConnectedDistribCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 368175 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr    x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=testRequireZkConnectedDistribCollectionConfig&newCollection=true&name=testRequireZkConnectedDistribCollection_shard2_replica_n3&action=CREATE&numShards=2&collection=testRequireZkConnectedDistribCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 368175 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr    x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 368204 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 368204 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.1
   [junit4]   2> 368204 WARN  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.SolrConfig solrconfig.xml: <boolTofilterOptimizer> is currently not implemented and has no effect.
   [junit4]   2> 368204 WARN  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <boolTofilterOptimizer> is currently not implemented and has no effect.
   [junit4]   2> 368204 WARN  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 368204 WARN  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 368208 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 368209 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 368218 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 368221 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 368238 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testRequireZkConnectedDistribCollection_shard1_replica_n1' using configuration from configset testRequireZkConnectedDistribCollectionConfig, trusted=true
   [junit4]   2> 368238 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.SolrCore [[testRequireZkConnectedDistribCollection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_3208F29CF990A5A4-001/tempDir-001/node2/testRequireZkConnectedDistribCollection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_3208F29CF990A5A4-001/tempDir-001/node2/testRequireZkConnectedDistribCollection_shard1_replica_n1/data/]
   [junit4]   2> 368239 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'testRequireZkConnectedDistribCollection_shard2_replica_n3' using configuration from configset testRequireZkConnectedDistribCollectionConfig, trusted=true
   [junit4]   2> 368240 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=1.677734375, floorSegmentMB=1.1279296875, forceMergeDeletesPctAllowed=6.558602353799183, segmentsPerTier=9.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46634856629376586, deletesPctAllowed=37.044634883953556
   [junit4]   2> 368240 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.SolrCore [[testRequireZkConnectedDistribCollection_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_3208F29CF990A5A4-001/tempDir-001/node1/testRequireZkConnectedDistribCollection_shard2_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_3208F29CF990A5A4-001/tempDir-001/node1/testRequireZkConnectedDistribCollection_shard2_replica_n3/data/]
   [junit4]   2> 368241 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=1.677734375, floorSegmentMB=1.1279296875, forceMergeDeletesPctAllowed=6.558602353799183, segmentsPerTier=9.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46634856629376586, deletesPctAllowed=37.044634883953556
   [junit4]   2> 368282 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 368282 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 368282 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3314457952782637]
   [junit4]   2> 368283 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 368283 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 368283 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3314457952782637]
   [junit4]   2> 368285 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 368285 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 368293 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 368293 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 368321 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 368321 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 368323 INFO  (searcherExecutor-3185-thread-1-processing-n:127.0.0.1:42847_solr x:testRequireZkConnectedDistribCollection_shard1_replica_n1 c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 368323 INFO  (searcherExecutor-3185-thread-1-processing-n:127.0.0.1:42847_solr x:testRequireZkConnectedDistribCollection_shard1_replica_n1 c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 368323 INFO  (searcherExecutor-3185-thread-1-processing-n:127.0.0.1:42847_solr x:testRequireZkConnectedDistribCollection_shard1_replica_n1 c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 368323 INFO  (searcherExecutor-3185-thread-1-processing-n:127.0.0.1:42847_solr x:testRequireZkConnectedDistribCollection_shard1_replica_n1 c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 368323 INFO  (searcherExecutor-3185-thread-1-processing-n:127.0.0.1:42847_solr x:testRequireZkConnectedDistribCollection_shard1_replica_n1 c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 368324 INFO  (searcherExecutor-3185-thread-1-processing-n:127.0.0.1:42847_solr x:testRequireZkConnectedDistribCollection_shard1_replica_n1 c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 368324 INFO  (searcherExecutor-3185-thread-1-processing-n:127.0.0.1:42847_solr x:testRequireZkConnectedDistribCollection_shard1_replica_n1 c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 368324 INFO  (searcherExecutor-3185-thread-1-processing-n:127.0.0.1:42847_solr x:testRequireZkConnectedDistribCollection_shard1_replica_n1 c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 368324 INFO  (searcherExecutor-3185-thread-1-processing-n:127.0.0.1:42847_solr x:testRequireZkConnectedDistribCollection_shard1_replica_n1 c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 368325 INFO  (searcherExecutor-3185-thread-1-processing-n:127.0.0.1:42847_solr x:testRequireZkConnectedDistribCollection_shard1_replica_n1 c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.SolrCore [testRequireZkConnectedDistribCollection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 368325 INFO  (searcherExecutor-3187-thread-1-processing-n:127.0.0.1:42463_solr x:testRequireZkConnectedDistribCollection_shard2_replica_n3 c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 368326 INFO  (searcherExecutor-3187-thread-1-processing-n:127.0.0.1:42463_solr x:testRequireZkConnectedDistribCollection_shard2_replica_n3 c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 368326 INFO  (searcherExecutor-3187-thread-1-processing-n:127.0.0.1:42463_solr x:testRequireZkConnectedDistribCollection_shard2_replica_n3 c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 368326 INFO  (searcherExecutor-3187-thread-1-processing-n:127.0.0.1:42463_solr x:testRequireZkConnectedDistribCollection_shard2_replica_n3 c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 368326 INFO  (searcherExecutor-3187-thread-1-processing-n:127.0.0.1:42463_solr x:testRequireZkConnectedDistribCollection_shard2_replica_n3 c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 368326 INFO  (searcherExecutor-3187-thread-1-processing-n:127.0.0.1:42463_solr x:testRequireZkConnectedDistribCollection_shard2_replica_n3 c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 368326 INFO  (searcherExecutor-3187-thread-1-processing-n:127.0.0.1:42463_solr x:testRequireZkConnectedDistribCollection_shard2_replica_n3 c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 368327 INFO  (searcherExecutor-3187-thread-1-processing-n:127.0.0.1:42463_solr x:testRequireZkConnectedDistribCollection_shard2_replica_n3 c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 368327 INFO  (searcherExecutor-3187-thread-1-processing-n:127.0.0.1:42463_solr x:testRequireZkConnectedDistribCollection_shard2_replica_n3 c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 368331 INFO  (searcherExecutor-3187-thread-1-processing-n:127.0.0.1:42463_solr x:testRequireZkConnectedDistribCollection_shard2_replica_n3 c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.SolrCore [testRequireZkConnectedDistribCollection_shard2_replica_n3]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 368336 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testRequireZkConnectedDistribCollection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 368336 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testRequireZkConnectedDistribCollection/leaders/shard1
   [junit4]   2> 368339 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testRequireZkConnectedDistribCollection/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 368339 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testRequireZkConnectedDistribCollection/leaders/shard2
   [junit4]   2> 368341 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 368341 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 368341 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42847/solr/testRequireZkConnectedDistribCollection_shard1_replica_n1/
   [junit4]   2> 368341 ERROR (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.SyncStrategy No UpdateLog found - cannot sync
   [junit4]   2> 368341 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 368341 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testRequireZkConnectedDistribCollection/leaders/shard1/leader after winning as /collections/testRequireZkConnectedDistribCollection/leader_elect/shard1/election/73912169516826630-core_node2-n_0000000000
   [junit4]   2> 368343 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42847/solr/testRequireZkConnectedDistribCollection_shard1_replica_n1/ shard1
   [junit4]   2> 368345 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 368345 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 368345 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42463/solr/testRequireZkConnectedDistribCollection_shard2_replica_n3/
   [junit4]   2> 368345 ERROR (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.SyncStrategy No UpdateLog found - cannot sync
   [junit4]   2> 368345 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 368345 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testRequireZkConnectedDistribCollection/leaders/shard2/leader after winning as /collections/testRequireZkConnectedDistribCollection/leader_elect/shard2/election/73912169516826632-core_node4-n_0000000000
   [junit4]   2> 368347 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42463/solr/testRequireZkConnectedDistribCollection_shard2_replica_n3/ shard2
   [junit4]   2> 368349 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 368351 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 368352 INFO  (zkCallback-3149-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/testRequireZkConnectedDistribCollection/state.json] for collection [testRequireZkConnectedDistribCollection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 368354 INFO  (qtp261192983-15285) [n:127.0.0.1:42847_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testRequireZkConnectedDistribCollectionConfig&newCollection=true&name=testRequireZkConnectedDistribCollection_shard1_replica_n1&action=CREATE&numShards=2&collection=testRequireZkConnectedDistribCollection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=179
   [junit4]   2> 368356 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=testRequireZkConnectedDistribCollectionConfig&newCollection=true&name=testRequireZkConnectedDistribCollection_shard2_replica_n3&action=CREATE&numShards=2&collection=testRequireZkConnectedDistribCollection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=181
   [junit4]   2> 368358 INFO  (qtp261192983-15282) [n:127.0.0.1:42847_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 368358 INFO  (qtp261192983-15282) [n:127.0.0.1:42847_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=testRequireZkConnectedDistribCollectionConfig&name=testRequireZkConnectedDistribCollection&nrtReplicas=1&action=CREATE&numShards=2&perReplicaState=true&wt=javabin&version=2} status=0 QTime=196
   [junit4]   2> 368374 INFO  (qtp1132171738-15275) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.S.Request [testRequireZkConnectedDistribCollection_shard2_replica_n3]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testRequireZkConnectedDistribCollection:4&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:42463/solr/testRequireZkConnectedDistribCollection_shard2_replica_n3/&rid=127.0.0.1-3683&rows=10&version=2&shards.tolerant=requireZkConnected&omitHeader=false&NOW=1627252385206&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 368374 INFO  (qtp261192983-15283) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.S.Request [testRequireZkConnectedDistribCollection_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=testRequireZkConnectedDistribCollection:4&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:42847/solr/testRequireZkConnectedDistribCollection_shard1_replica_n1/&rid=127.0.0.1-3683&rows=10&version=2&shards.tolerant=requireZkConnected&omitHeader=false&NOW=1627252385206&isShard=true&wt=javabin} hits=0 status=0 QTime=1
   [junit4]   2> 368376 INFO  (qtp1132171738-15277) [n:127.0.0.1:42463_solr c:testRequireZkConnectedDistribCollection s:shard2 r:core_node4 x:testRequireZkConnectedDistribCollection_shard2_replica_n3 ] o.a.s.c.S.Request [testRequireZkConnectedDistribCollection_shard2_replica_n3]  webapp=/solr path=/select params={_stateVer_=testRequireZkConnectedDistribCollection:4&shards.tolerant=requireZkConnected&wt=javabin&version=2} rid=127.0.0.1-3683 hits=0 status=0 QTime=16
   [junit4]   2> 368380 WARN  (jetty-launcher-3130-thread-1-SendThread(127.0.0.1:45967)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10696ba00a10008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10696ba00a10008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10696ba00a10008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 368380 INFO  (zkCallback-3180-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 368380 INFO  (zkCallback-3149-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 368482 INFO  (qtp261192983-15282) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching no servers hosting shard:
   [junit4]   2> 368482 INFO  (qtp261192983-15282) [n:127.0.0.1:42847_solr c:testRequireZkConnectedDistribCollection s:shard1 r:core_node2 x:testRequireZkConnectedDistribCollection_shard1_replica_n1 ] o.a.s.c.S.Request [testRequireZkConnectedDistribCollection_shard1_replica_n1]  webapp=/solr path=/select params={_stateVer_=testRequireZkConnectedDistribCollection:4&shards.tolerant=requireZkConnected&wt=javabin&version=2} status=503 QTime=0
   [junit4]   2> 368584 INFO  (jetty-closer-3194-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=477913493
   [junit4]   2> 368584 INFO  (jetty-closer-3194-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42847_solr
   [junit4]   2> 368584 INFO  (jetty-closer-3194-thread-2) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1961178631
   [junit4]   2> 368584 INFO  (jetty-closer-3194-thread-2) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42463_solr
   [junit4]   2> 368585 INFO  (jetty-closer-3194-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 368585 INFO  (jetty-closer-3194-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42847_solr as DOWN
   [junit4]   2> 368586 INFO  (jetty-closer-3194-thread-2) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 368586 INFO  (jetty-closer-3194-thread-2) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42463_solr as DOWN
   [junit4]   2> 368587 INFO  (zkCallback-3149-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/testRequireZkConnectedDistribCollection/state.json] for collection [testRequireZkConnectedDistribCollection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 368587 WARN  (jetty-closer-3194-thread-2) [     ] o.a.s.c.ZkController Error publishing nodes as down. Continuing to close CoreContainer
   [junit4]   2>           => org.apache.solr.common.SolrException: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/queue
   [junit4]   2> 	at org.apache.solr.cloud.ZkDistributedQueue.<init>(ZkDistributedQueue.java:129)
   [junit4]   2> org.apache.solr.common.SolrException: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/queue
   [junit4]   2> 	at org.apache.solr.cloud.ZkDistributedQueue.<init>(ZkDistributedQueue.java:129) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.Overseer.getStateUpdateQueue(Overseer.java:864) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.Overseer.getStateUpdateQueue(Overseer.java:852) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.publishNodeAsDown(ZkController.java:2756) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.preClose(ZkController.java:612) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:1031) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.close(SolrDispatchFilter.java:349) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.stop(JettySolrRunner.java:631) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.stopJettySolrRunner(MiniSolrCloudCluster.java:527) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$shutdown$5(MiniSolrCloudCluster.java:625) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_291]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_291]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291]
 

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

olr/collections/testRequireZkConnectedCollection/state.json
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/73912170232479753-127.0.0.1:34909_solr-n_0000000000
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	29	/solr/live_nodes
   [junit4]   2> 	28	/solr/collections/testRequireZkConnectedCollection/state.json
   [junit4]   2> 	23	/solr/overseer/queue
   [junit4]   2> 	12	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 472449 INFO  (TEST-SearchHandlerTest.testRequireZkConnected-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33637
   [junit4]   2> 472449 INFO  (TEST-SearchHandlerTest.testRequireZkConnected-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33637
   [junit4]   2> 472449 INFO  (TEST-SearchHandlerTest.testRequireZkConnected-seed#[3208F29CF990A5A4]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33637
   [junit4]   2> 472450 INFO  (TEST-SearchHandlerTest.testRequireZkConnected-seed#[3208F29CF990A5A4]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRequireZkConnected
   [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=SearchHandlerTest -Dtests.method=testRequireZkConnected -Dtests.seed=3208F29CF990A5A4 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/test-data/enwiki.random.lines.txt -Dtests.locale=sk-SK -Dtests.timezone=Pacific/Honolulu -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   96.6s J0 | SearchHandlerTest.testRequireZkConnected <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:39943/solr
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3208F29CF990A5A4:1012E5B645EE484A]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    > 	at org.apache.solr.handler.component.SearchHandlerTest.testRequireZkConnected(SearchHandlerTest.java:188)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
   [junit4]    > 	... 53 more
   [junit4]   2> 473190 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 473190 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1638311621
   [junit4]   2> 473191 INFO  (coreCloseExecutor-3562-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7c95f05a
   [junit4]   2> 473191 INFO  (coreCloseExecutor-3562-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@7c95f05a
   [junit4]   2> 473191 INFO  (coreCloseExecutor-3562-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c988cff: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@22a5da1e
   [junit4]   2> 473211 INFO  (coreCloseExecutor-3562-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 473214 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 473214 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f5903e4: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@1b8eb171
   [junit4]   2> 473220 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 473220 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5656f2cd: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@1eb3ecdf
   [junit4]   2> 473222 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 473222 INFO  (SUITE-SearchHandlerTest-seed#[3208F29CF990A5A4]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@fce0eb: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@223f8546
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.9/checkout/solr/build/solr-core/test/J0/temp/solr.handler.component.SearchHandlerTest_3208F29CF990A5A4-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=573, maxMBSortInHeap=6.51406198063327, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sk-SK, timezone=Pacific/Honolulu
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=369722256,total=520093696
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrReplicationHandlerTest, TestReloadAndDeleteDocs, TestCloudNestedDocsSort, OverriddenZkACLAndCredentialsProvidersTest, ExitableDirectoryReaderTest, PrimUtilsTest, HdfsChaosMonkeySafeLeaderTest, DateRangeFieldTest, RuleEngineTest, TestLockTree, TestLuceneMatchVersion, DistribCursorPagingTest, TestSolrJ, PreAnalyzedUpdateProcessorTest, TestSearcherReuse, TestSchemaNameResource, DisMaxRequestHandlerTest, AnalyticsQueryTest, HdfsDirectoryTest, TaggingAttributeTest, SplitShardTest, TestReplicationHandlerBackup, SearchHandlerTest]
   [junit4] Completed [130/939 (1!)] on J0 in 109.61s, 4 tests, 1 error <<< FAILURES!

[...truncated 55144 lines...]