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 2020/07/01 17:09:37 UTC

[JENKINS] Lucene-Solr-NightlyTests-8.6 - Build # 1 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.6/1/

2 tests failed.
FAILED:  org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels

Error Message:
this writer hit an unrecoverable error; cannot commit

Stack Trace:
java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot commit
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3187)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3597)
	at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1099)
	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1140)
	at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
	at org.apache.lucene.util.IOUtils.close(IOUtils.java:77)
	at org.apache.lucene.index.RandomIndexWriter.close(RandomIndexWriter.java:486)
	at org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels(TestBlockJoin.java:1447)
	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 org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: Java heap space
	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
	at org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
	at org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:174)
	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5142)
	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4651)
	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4190)
	at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource.merge(IndexWriter.java:5741)
	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:682)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:36141/ul/q/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:36141/ul/q/collection1
	at __randomizedtesting.SeedInfo.seed([BD2BAFC59A610A9A:357F901F349D6762]: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:370)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:298)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1157)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:918)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
	at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:479)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1762)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.docValuesUpdateTest(TestInPlaceUpdatesDistrib.java:428)
	at org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:162)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
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)
	... 54 more




Build Log:
[...truncated 9152 lines...]
   [junit4] Suite: org.apache.lucene.search.join.TestBlockJoin
   [junit4]   2> Lul 01, 2020 7:41:30 QN com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: Thread[Lucene Merge Thread #51,5,TGRP-TestBlockJoin]
   [junit4]   2> org.apache.lucene.index.MergePolicy$MergeException: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([35CCC425C7BE93D]:0)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:694)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]   2> 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]   2> 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]   2> 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]   2> 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]   2> 	at org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]   2> 	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
   [junit4]   2> 	at org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:174)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5142)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4651)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4190)
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource.merge(IndexWriter.java:5741)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]   2> 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:682)
   [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=TestBlockJoin -Dtests.method=testMultiChildQueriesOfDiffParentLevels -Dtests.seed=35CCC425C7BE93D -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/test-data/enwiki.random.lines.txt -Dtests.locale=mt -Dtests.timezone=Chile/EasterIsland -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    232s J0 | TestBlockJoin.testMultiChildQueriesOfDiffParentLevels <<<
   [junit4]    > Throwable #1: java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot commit
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3187)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3597)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1099)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1140)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:89)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.close(IOUtils.java:77)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.close(RandomIndexWriter.java:486)
   [junit4]    > 	at org.apache.lucene.search.join.TestBlockJoin.testMultiChildQueriesOfDiffParentLevels(TestBlockJoin.java:1447)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]    > 	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
   [junit4]    > 	at org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:174)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5142)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4651)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4190)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource.merge(IndexWriter.java:5741)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:682)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=164, name=Lucene Merge Thread #51, state=RUNNABLE, group=TGRP-TestBlockJoin]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([35CCC425C7BE93D]:0)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:703)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:694)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at org.apache.lucene.store.RAMFile.newBuffer(RAMFile.java:84)
   [junit4]    > 	at org.apache.lucene.store.RAMFile.addBuffer(RAMFile.java:57)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.switchCurrentBuffer(RAMOutputStream.java:168)
   [junit4]    > 	at org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:154)
   [junit4]    > 	at org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:141)
   [junit4]    > 	at org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]    > 	at org.apache.lucene.store.DataOutput.copyBytes(DataOutput.java:278)
   [junit4]    > 	at org.apache.lucene.codecs.simpletext.SimpleTextCompoundFormat.write(SimpleTextCompoundFormat.java:174)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.createCompoundFile(IndexWriter.java:5142)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4651)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4190)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter$IndexWriterMergeSource.merge(IndexWriter.java:5741)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:624)
   [junit4]    > 	at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:682)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/lucene/build/join/test/J0/temp/lucene.search.join.TestBlockJoin_35CCC425C7BE93D-001
   [junit4]   2> NOTE: test params are: codec=SimpleText, sim=Asserting(RandomSimilarity(queryNorm=false): {country=DFR I(F)B2, parent=DFR I(F)L2, bogus=DFR I(ne)B2, docType=DFR I(F)L3(800.0), child0=BM25(k1=1.2,b=0.75), foo_parent=IB LL-D1, child1=DFR GL2, parent0=DFR GL1, qualification=DFR I(ne)LZ(0.3), parent1=DFR GBZ(0.3), skill=DFR I(F)L2, foo_child=org.apache.lucene.search.similarities.BooleanSimilarity@6344925, childText=IB SPL-LZ(0.3), parentText=DFR I(ne)B1, child=DFR I(ne)B2}), locale=mt, timezone=Chile/EasterIsland
   [junit4]   2> NOTE: Linux 4.15.0-108-generic amd64/Oracle Corporation 1.8.0_241 (64-bit)/cpus=4,threads=1,free=172932936,total=458227712
   [junit4]   2> NOTE: All tests run in this JVM: [TestJoinUtil, TestBlockJoin]
   [junit4] Completed [9/9 (1!)] on J0 in 236.07s, 18 tests, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/lucene/build/join/test/temp/junit4-J0-20200701_133732_9757825077226018539444.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-Solr-NightlyTests-8.6/checkout/heapdumps/java_pid19533.hprof ...
   [junit4] Heap dump file created [444544889 bytes in 0.401 secs]
   [junit4] <<< JVM J0: EOF ----

[...truncated 7420 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdatesDistrib
   [junit4]   2> 5976388 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 5976389 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/data-dir-345-001
   [junit4]   2> 5976389 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=83 numCloses=83
   [junit4]   2> 5976389 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 5976390 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 5976390 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 5976390 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /ul/q
   [junit4]   2> 5976390 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.SolrTestCaseJ4 updateLog impl=solr.UpdateLog
   [junit4]   2> 5976391 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 5976400 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 5976411 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 5976415 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 5976953 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/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-Solr-NightlyTests-8.6/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-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_241]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_241]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_241]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_241]
   [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_241]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_241]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_241]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:366) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:331) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:169) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:816) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:667) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656) [java/:?]
   [junit4]   2> 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.beforeSuperClass(TestInPlaceUpdatesDistrib.java:90) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_241]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_241]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_241]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_241]
   [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.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 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_241]
   [junit4]   2> 5976954 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/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-Solr-NightlyTests-8.6/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-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_241]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_241]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_241]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_241]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_241]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_241]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:523) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77) [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:667) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:816) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:667) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656) [java/:?]
   [junit4]   2> 	at org.apache.solr.update.TestInPlaceUpdatesDistrib.beforeSuperClass(TestInPlaceUpdatesDistrib.java:90) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_241]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_241]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_241]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_241]
   [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.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 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_241]
   [junit4]   2> 5976955 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 5976956 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4266f752[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5976956 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4266f752[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5976958 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12360533[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5976958 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12360533[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5976960 WARN  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-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> 5976974 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5976974 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5976990 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a6c889a
   [junit4]   2> 5976997 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a6c889a
   [junit4]   2> 5976997 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a6c889a
   [junit4]   2> 5977005 INFO  (coreLoadExecutor-37045-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 5977016 INFO  (coreLoadExecutor-37045-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 5977029 INFO  (coreLoadExecutor-37045-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 5977029 INFO  (coreLoadExecutor-37045-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 5977029 INFO  (coreLoadExecutor-37045-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@3a6c889a
   [junit4]   2> 5977030 INFO  (coreLoadExecutor-37045-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/data-dir-345-001/]
   [junit4]   2> 5977032 WARN  (coreLoadExecutor-37045-thread-1) [    x:collection1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 5977069 INFO  (coreLoadExecutor-37045-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5977069 INFO  (coreLoadExecutor-37045-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5977070 INFO  (coreLoadExecutor-37045-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5977070 INFO  (coreLoadExecutor-37045-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5977071 WARN  (coreLoadExecutor-37045-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 5977071 INFO  (coreLoadExecutor-37045-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 5977071 INFO  (coreLoadExecutor-37045-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1671030350513438720
   [junit4]   2> 5977074 INFO  (searcherExecutor-37047-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 5977075 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 5977081 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 5977082 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 5977082 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 5977182 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer start zk server on port: 38307
   [junit4]   2> 5977182 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:38307
   [junit4]   2> 5977182 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38307
   [junit4]   2> 5977182 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 38307
   [junit4]   2> 5977183 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5977189 INFO  (zkConnectionManagerCallback-37054-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5977190 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5977195 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5977196 INFO  (zkConnectionManagerCallback-37056-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5977196 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5977197 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 5977198 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/schema-inplace-updates.xml to /configs/conf1/schema.xml
   [junit4]   2> 5977199 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 5977199 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 5977200 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 5977201 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 5977201 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 5977202 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 5977203 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 5977203 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 5977204 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 5977205 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 5977285 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 5977285 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 5977285 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 5977285 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_241-b07
   [junit4]   2> 5977286 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5977286 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5977286 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5977286 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28322737{/ul/q,null,AVAILABLE}
   [junit4]   2> 5977287 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@28813451{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43473}
   [junit4]   2> 5977287 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.e.j.s.Server Started @5977319ms
   [junit4]   2> 5977287 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/tempDir-001/control/data, hostContext=/ul/q, hostPort=43473, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/control-001/cores}
   [junit4]   2> 5977287 ERROR (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5977287 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5977287 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 5977287 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5977287 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr
   [junit4]   2> 5977287 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-01T15:52:07.436Z
   [junit4]   2> 5977288 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5977289 INFO  (zkConnectionManagerCallback-37058-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5977289 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5977390 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 5977390 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/control-001/solr.xml
   [junit4]   2> 5977393 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5977393 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5977395 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3a6c889a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 5978331 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 5978332 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7aed197a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5978332 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7aed197a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5978336 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3aff0ef0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5978336 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3aff0ef0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5978337 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38307/solr
   [junit4]   2> 5978338 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5978338 INFO  (zkConnectionManagerCallback-37069-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5978339 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5978440 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5978441 INFO  (zkConnectionManagerCallback-37071-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5978441 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5978515 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43473_ul%2Fq
   [junit4]   2> 5978515 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.c.Overseer Overseer (id=72061935251423236-127.0.0.1:43473_ul%2Fq-n_0000000000) starting
   [junit4]   2> 5978521 INFO  (OverseerStateUpdate-72061935251423236-127.0.0.1:43473_ul%2Fq-n_0000000000) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43473_ul%2Fq
   [junit4]   2> 5978521 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43473_ul%2Fq
   [junit4]   2> 5978523 INFO  (OverseerStateUpdate-72061935251423236-127.0.0.1:43473_ul%2Fq-n_0000000000) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5978526 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 5978527 WARN  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [n:127.0.0.1:43473_ul%2Fq     ] 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> 5978544 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5978565 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a6c889a
   [junit4]   2> 5978573 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a6c889a
   [junit4]   2> 5978573 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a6c889a
   [junit4]   2> 5978574 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/control-001/cores
   [junit4]   2> 5978587 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5978589 INFO  (zkConnectionManagerCallback-37088-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5978589 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5978589 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5978590 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38307/solr ready
   [junit4]   2> 5978592 INFO  (qtp1534890502-130777) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43473_ul%252Fq&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5978595 INFO  (OverseerThreadFactory-37078-thread-1-processing-n:127.0.0.1:43473_ul%2Fq) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 5978701 INFO  (qtp1534890502-130779) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 5978701 INFO  (qtp1534890502-130779) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 5978707 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5979718 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 5979747 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 5979751 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 5979751 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 5979751 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3a6c889a
   [junit4]   2> 5979751 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 5979762 WARN  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 5979806 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5979806 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5979807 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5979807 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5979809 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 5979809 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 5979810 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 5979810 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1671030353385488384
   [junit4]   2> 5979815 INFO  (searcherExecutor-37090-thread-1-processing-n:127.0.0.1:43473_ul%2Fq x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 5979819 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 5979819 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 5979825 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 5979825 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 5979825 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43473/ul/q/control_collection_shard1_replica_n1/
   [junit4]   2> 5979825 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 5979825 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:43473/ul/q/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 5979825 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72061935251423236-core_node2-n_0000000000
   [junit4]   2> 5979831 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43473/ul/q/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 5979932 INFO  (zkCallback-37070-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 5979932 INFO  (zkCallback-37070-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 5979933 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 5979934 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1226
   [junit4]   2> 5979935 INFO  (qtp1534890502-130777) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 5980034 INFO  (zkCallback-37070-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 5980035 INFO  (zkCallback-37070-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 5980035 INFO  (zkCallback-37070-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 5980035 INFO  (qtp1534890502-130777) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:43473_ul%252Fq&wt=javabin&version=2} status=0 QTime=1443
   [junit4]   2> 5980035 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 5980140 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5980141 INFO  (zkConnectionManagerCallback-37099-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5980141 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5980141 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5980142 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38307/solr ready
   [junit4]   2> 5980142 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 5980143 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 5980145 INFO  (OverseerThreadFactory-37078-thread-2-processing-n:127.0.0.1:43473_ul%2Fq) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 5980146 INFO  (OverseerCollectionConfigSetProcessor-72061935251423236-127.0.0.1:43473_ul%2Fq-n_0000000000) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 5980348 WARN  (OverseerThreadFactory-37078-thread-2-processing-n:127.0.0.1:43473_ul%2Fq) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 5980349 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 5980350 INFO  (qtp1534890502-130780) [n:127.0.0.1:43473_ul%2Fq     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2} status=0 QTime=206
   [junit4]   2> 5980354 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 5980354 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 5980354 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 5980354 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 5980354 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 5980354 INFO  (watches-37096-thread-1) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 5980354 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 5980354 INFO  (watches-37096-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 5980354 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 5980435 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 5980439 WARN  (closeThreadPool-37100-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 5980439 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 5980439 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 5980440 INFO  (closeThreadPool-37100-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_241-b07
   [junit4]   2> 5980459 INFO  (closeThreadPool-37100-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5980459 INFO  (closeThreadPool-37100-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5980459 INFO  (closeThreadPool-37100-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 5980462 INFO  (closeThreadPool-37100-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5944b02c{/ul/q,null,AVAILABLE}
   [junit4]   2> 5980463 INFO  (closeThreadPool-37100-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@20c2c644{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44883}
   [junit4]   2> 5980463 INFO  (closeThreadPool-37100-thread-1) [     ] o.e.j.s.Server Started @5980495ms
   [junit4]   2> 5980463 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/ul/q, hostPort=44883, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/shard-1-001/cores}
   [junit4]   2> 5980463 ERROR (closeThreadPool-37100-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5980463 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5980463 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 5980463 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5980463 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr
   [junit4]   2> 5980463 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-01T15:52:10.612Z
   [junit4]   2> 5980464 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5980467 INFO  (zkConnectionManagerCallback-37102-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5980467 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5980549 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 5980566 WARN  (closeThreadPool-37100-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 5980566 INFO  (closeThreadPool-37100-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 5980566 INFO  (closeThreadPool-37100-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 5980566 INFO  (closeThreadPool-37100-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_241-b07
   [junit4]   2> 5980568 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 5980568 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/shard-1-001/solr.xml
   [junit4]   2> 5980571 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 5980571 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 5980573 INFO  (closeThreadPool-37100-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3a6c889a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 5980622 INFO  (closeThreadPool-37100-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5980622 INFO  (closeThreadPool-37100-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5980622 INFO  (closeThreadPool-37100-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5980627 INFO  (closeThreadPool-37100-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17564f9b{/ul/q,null,AVAILABLE}
   [junit4]   2> 5980627 INFO  (closeThreadPool-37100-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3d9f5253{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36141}
   [junit4]   2> 5980627 INFO  (closeThreadPool-37100-thread-2) [     ] o.e.j.s.Server Started @5980659ms
   [junit4]   2> 5980627 INFO  (closeThreadPool-37100-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/ul/q, hostPort=36141, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/shard-2-001/cores}
   [junit4]   2> 5980628 ERROR (closeThreadPool-37100-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5980628 INFO  (closeThreadPool-37100-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5980628 INFO  (closeThreadPool-37100-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 5980628 INFO  (closeThreadPool-37100-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5980628 INFO  (closeThreadPool-37100-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr
   [junit4]   2> 5980628 INFO  (closeThreadPool-37100-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-01T15:52:10.777Z
   [junit4]   2> 5980635 INFO  (closeThreadPool-37100-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5980642 INFO  (zkConnectionManagerCallback-37107-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5980642 INFO  (closeThreadPool-37100-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5980678 INFO  (TEST-TestInPlaceUpdatesDistrib.test-seed#[BD2BAFC59A610A9A]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/shard-3-001 of type NRT for shard1
   [junit4]   2> 5980679 WARN  (closeThreadPool-37100-thread-3) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 5980679 INFO  (closeThreadPool-37100-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 5980679 INFO  (closeThreadPool-37100-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 5980679 INFO  (closeThreadPool-37100-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_241-b07
   [junit4]   2> 5980686 INFO  (closeThreadPool-37100-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 5980686 INFO  (closeThreadPool-37100-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 5980686 INFO  (closeThreadPool-37100-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 5980687 INFO  (closeThreadPool-37100-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1746713e{/ul/q,null,AVAILABLE}
   [junit4]   2> 5980687 INFO  (closeThreadPool-37100-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5295fbdc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40249}
   [junit4]   2> 5980687 INFO  (closeThreadPool-37100-thread-3) [     ] o.e.j.s.Server Started @5980719ms
   [junit4]   2> 5980687 INFO  (closeThreadPool-37100-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/ul/q, hostPort=40249, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001/shard-3-001/cores}
   [junit4]   2> 5980687 ERROR (closeThreadPool-37100-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 5980687 INFO  (closeThreadPool-37100-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 5980687 INFO  (closeThreadPool-37100-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.6.0
   [junit4]   2> 5980687 INFO  (closeThreadPool-37100-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 5980687 INFO  (closeThreadPool-37100-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr
   [junit4]   2> 5980687 INFO  (closeThreadPool-37100-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-07-01T15:52:10.836Z
   [junit4]   2> 5980690 INFO  (closeThreadPool-37100-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5980690 INFO  (zkConnectionManagerCallback-37109-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5980690 INFO  (closeThreadPool-37100-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5980743 INFO  (closeThreadPool-37100-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 5980744 INFO  (closeThreadPool-37100-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC5

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

sDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 9970525 INFO  (SUITE-TestInPlaceUpdatesDistrib-seed#[BD2BAFC59A610A9A]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4fb697cd: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@656371ce
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdatesDistrib_BD2BAFC59A610A9A-001
   [junit4]   2> Jul 01, 2020 4:58:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {id_i=FST50, _root_=PostingsFormat(name=LuceneFixedGap), title_s=PostingsFormat(name=MockRandom), id=BlockTreeOrds(blocksize=128), id_field_copy_that_does_not_support_in_place_update_s=PostingsFormat(name=LuceneFixedGap)}, docValues:{inplace_updatable_float=DocValuesFormat(name=Lucene80), id_i=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Direct), _root_=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene80), inplace_updatable_int_with_default=DocValuesFormat(name=Lucene80), inplace_updatable_float_with_default=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1061, maxMBSortInHeap=6.541175503835344, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=mk, timezone=America/Recife
   [junit4]   2> NOTE: Linux 4.15.0-108-generic amd64/Oracle Corporation 1.8.0_241 (64-bit)/cpus=4,threads=1,free=19692312,total=533200896
   [junit4]   2> NOTE: All tests run in this JVM: [SearchRateTriggerIntegrationTest, TestXmlQParserPlugin, CoreSorterTest, SolrRrdBackendFactoryTest, BlockCacheTest, SpellCheckCollatorTest, TestJsonFacets, TestJoin, LeaderFailureAfterFreshStartTest, SolrMetricManagerTest, TestLeaderElectionZkExpiry, TestTrackingShardHandlerFactory, SoftAutoCommitTest, TestStreamBody, TestCryptoKeys, BigEndianAscendingWordDeserializerTest, SolrTestCaseJ4Test, RequiredFieldsTest, ZookeeperReadAPITest, TestSchemaNameResource, TestUseDocValuesAsStored2, TestSimpleTrackingShardHandler, SuggesterWFSTTest, TestSubQueryTransformerDistrib, TestScoreJoinQPNoScore, PreAnalyzedFieldTest, UninvertDocValuesMergePolicyTest, TestCustomDocTransformer, TestSchemaVersionResource, SimpleFacetsTest, CoreAdminOperationTest, TestSolrCoreSnapshots, DistributedTermsComponentTest, MBeansHandlerTest, TestBlendedInfixSuggestions, TestTestInjection, TestNoOpRegenerator, RankQParserPluginTest, ReplicationFactorTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, DistributedIntervalFacetingTest, GraphQueryTest, DistributedUpdateProcessorTest, TestDocTermOrdsUninvertLimit, TestFieldResource, TestConfig, JWTAuthPluginTest, TestBackupRepositoryFactory, TestSolrConfigHandlerCloud, ClusterStateMockUtilTest, SolrGraphiteReporterTest, CSVRequestHandlerTest, TestStressInPlaceUpdates, OpenExchangeRatesOrgProviderTest, FastVectorHighlighterTest, OverseerTest, TestPayloadScoreQParserPlugin, TestSimPolicyCloud, TestTrieFacet, TestSolrQueryResponse, TestLegacyField, RemoteQueryErrorTest, ComputePlanActionTest, ExternalFileFieldSortTest, InfoHandlerTest, TestUtilizeNode, TestFieldCacheWithThreads, TestSystemCollAutoCreate, TestDistributedMap, MultiThreadedOCPTest, TestSortableTextField, ShardsWhitelistTest, TransactionLogTest, HdfsDirectoryTest, TestSolr4Spatial2, TestRangeQuery, AuditLoggerIntegrationTest, TestDFRSimilarityFactory, AutoscalingHistoryHandlerTest, VersionInfoTest, TestCollapseQParserPlugin, XmlUpdateRequestHandlerTest, HdfsBasicDistributedZkTest, TestCloudDeleteByQuery, AnalysisErrorHandlingTest, TestExportTool, TestLegacyTerms, ResponseHeaderTest, CdcrBidirectionalTest, HLLUtilTest, TestUnifiedSolrHighlighter, SliceStateTest, NodeLostTriggerTest, BasicDistributedZkTest, RuleEngineTest, ByteBuffersDirectoryFactoryTest, TestMacroExpander, TestAuthorizationFramework, ShardSplitTest, URLClassifyProcessorTest, ConcurrentCreateRoutedAliasTest, TestConfigSetProperties, TestTlogReplica, TestMinMaxOnMultiValuedField, ManagedSchemaRoundRobinCloudTest, ExplicitHLLTest, DistributedMLTComponentTest, TestOnReconnectListenerSupport, MoveReplicaHDFSTest, ZkShardTermsTest, DistributedFacetPivotSmallAdvancedTest, TestEmbeddedSolrServerConstructors, SystemCollectionCompatTest, FuzzySearchTest, TestHalfAndHalfDocValues, TestCloudSchemaless, LegacyCloudClusterPropTest, RegexBoostProcessorTest, TestManagedSchemaThreadSafety, HdfsRestartWhileUpdatingTest, TestObjectReleaseTracker, TestRecovery, ChaosMonkeyNothingIsSafeWithPullReplicasTest, CdcrReplicationHandlerTest, DaemonStreamApiTest, TestSimpleTextCodec, TestTolerantSearch, SignificantTermsQParserPluginTest, HdfsDirectoryFactoryTest, TestJsonRangeFacets, TestConfigSetsAPI, BadCopyFieldTest, TestLuceneMatchVersion, TestStressVersions, RequestLoggingTest, SolrIndexMetricsTest, ConcurrentDeleteAndCreateCollectionTest, OverseerModifyCollectionTest, AutoAddReplicasIntegrationTest, OutOfBoxZkACLAndCredentialsProvidersTest, StressHdfsTest, TestLMJelinekMercerSimilarityFactory, DistributedFacetExistsSmallTest, PeerSyncWithLeaderAndIndexFingerprintCachingTest, TestLocalFSCloudBackupRestore, DocValuesMultiTest, DistanceFunctionTest, DirectUpdateHandlerTest, OverseerSolrResponseUnsafeSerializationTest, TestSizeLimitedDistributedMap, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TestTolerantUpdateProcessorRandomCloud, TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, ZkControllerTest, ZkFailoverTest, TestCollectionAPI, TestHdfsCloudBackupRestore, HttpTriggerListenerTest, NodeAddedTriggerIntegrationTest, NodeAddedTriggerTest, NodeLostTriggerIntegrationTest, NodeMarkersRegistrationTest, RestoreTriggerStateTest, ScheduledMaintenanceTriggerTest, TriggerCooldownIntegrationTest, TestSimComputePlanAction, TestSimExecutePlanAction, TestSimLargeCluster, CdcrOpsAndBoundariesTest, HdfsWriteToMultipleCollectionsTest, ZkStateReaderTest, ZkStateWriterTest, ImplicitSnitchTest, RulesTest, ZkDynamicConfigTest, AlternateDirectoryTest, CachingDirectoryFactoryTest, TestCorePropertiesReload, TestCustomStream, TestDynamicLoadingUrl, TestDynamicURP, TestImplicitCoreProperties, TestInfoStreamLogging, TestJmxIntegration, TestMergePolicyConfig, TestNRTOpen, TestQuerySenderListener, TestQuerySenderNoQuery, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrDeletionPolicy1, TestSolrDeletionPolicy2, TestSolrIndexConfig, TestSolrXml, TestXIncludeConfig, TestDistribPackageStore, TestHdfsBackupRestoreCore, TestReplicationHandlerBackup, TestRestoreCore, TestSQLHandler, TestSQLHandlerNonCloud, TestSolrConfigHandlerConcurrent, V2ApiIntegrationTest, V2StandaloneTest, XsltUpdateRequestHandlerTest, AdminHandlersProxyTest, CoreAdminCreateDiscoverTest, CoreAdminHandlerTest, CoreMergeIndexesAdminHandlerTest, HealthCheckHandlerTest, LukeRequestHandlerTest, StatsReloadRaceTest, DebugComponentTest, DistributedFacetPivotLargeTest, DistributedFacetPivotLongTailTest, DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentOptimizationTest, FacetPivotSmallTest, InfixSuggestersTest, SearchHandlerTest, SuggestComponentContextFilterQueryTest, TermVectorComponentDistributedTest, TestDistributedStatsComponentCardinality, TestDynamicFieldCollectionResource, TestFieldCollectionResource, TestManagedSynonymFilterFactory, BadIndexSchemaTest, ChangedSchemaMergeTest, DocValuesMissingTest, NotRequiredUniqueKeyTest, PolyFieldTest, PrimitiveFieldTypeTest, RankFieldTest, SchemaApiFailureTest, TestManagedSchemaAPI, TestSchemalessBufferedUpdates, TestUseDocValuesAsStored, TestHashQParserPlugin, TestLRUCache, TestLegacyNumericRangeQueryBuilder, TestMinHashQParser, TestMultiWordSynonyms, TestPayloadCheckQParserPlugin, TestRTGBase, TestReRankQParserPlugin, TestRealTimeGet, TestSearchPerf, TestSearcherReuse, TestSimpleQParserPlugin, TestSolrFieldCacheBean, TestSort, TestStressRecovery, TestSurroundQueryParser, TestTermsQParserPlugin, DistributedFacetSimpleRefinementLongTailTest, SpatialHeatmapFacetsTest, TestExactSharedStatsCache, MultiDestinationAuditLoggerTest, TestSha256AuthenticationProvider, TestZkAclsWithHadoopAuth, CacheHeaderTest, HttpSolrCallGetCoreTest, SpellingQueryConverterTest, SuggesterTSTTest, TestAnalyzedSuggestions, TestFileDictionaryLookup, TestFieldCacheSort, TestFieldCacheVsDocValues, PeerSyncWithLeaderTest, TestInPlaceUpdatesDistrib]
   [junit4] Completed [914/914 (1!)] on J2 in 3995.25s, 1 test, 1 error <<< FAILURES!

[...truncated 1 lines...]
   [junit4] JVM J2: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/temp/junit4-J2-20200701_141230_0711715543811753547789.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/heapdumps/java_pid9271.hprof ...
   [junit4] Heap dump file created [715065884 bytes in 2.706 secs]
   [junit4] <<< JVM J2: EOF ----

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

Total time: 372 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-8.6 - Build # 4 - Unstable

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

1 tests failed.
FAILED:  org.apache.solr.search.TestReRankQParserPlugin.testMinExactCount

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([5FA654D474AC48C8:2A266E4C9B71B6BF]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1025)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:985)
	at org.apache.solr.search.TestReRankQParserPlugin.testMinExactCount(TestReRankQParserPlugin.java:675)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result/doc[1]/str[@name='id'][.='0']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">1</int></lst><result name="response" numFound="200" start="0" numFoundExact="true"><doc><str name="id">24</str></doc><doc><str name="id">25</str></doc><doc><str name="id">26</str></doc><doc><str name="id">27</str></doc><doc><str name="id">32</str></doc><doc><str name="id">33</str></doc><doc><str name="id">34</str></doc><doc><str name="id">35</str></doc><doc><str name="id">36</str></doc><doc><str name="id">37</str></doc></result>
</response>

	request was:q=field_t:0&start=0&rows=10&fl=id
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1018)
	... 41 more




Build Log:
[...truncated 16059 lines...]
   [junit4] Suite: org.apache.solr.search.TestReRankQParserPlugin
   [junit4]   2> 5369505 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 5369505 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J0/temp/solr.search.TestReRankQParserPlugin_5FA654D474AC48C8-001/data-dir-265-001
   [junit4]   2> 5369505 WARN  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=203 numCloses=203
   [junit4]   2> 5369505 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 5369507 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 5369507 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 5369507 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 5369513 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 5369528 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 5369696 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid field id
   [junit4]   2> 5370400 WARN  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/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-Solr-NightlyTests-8.6/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-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [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_252]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:366) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:331) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:169) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:816) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:667) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656) [java/:?]
   [junit4]   2> 	at org.apache.solr.search.TestReRankQParserPlugin.beforeClass(TestReRankQParserPlugin.java:37) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [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.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 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_252]
   [junit4]   2> 5370401 WARN  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/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-Solr-NightlyTests-8.6/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-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:523) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77) [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:667) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:816) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:667) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656) [java/:?]
   [junit4]   2> 	at org.apache.solr.search.TestReRankQParserPlugin.beforeClass(TestReRankQParserPlugin.java:37) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [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.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 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_252]
   [junit4]   2> 5370402 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 5370404 WARN  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@763e8c07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5370404 WARN  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@763e8c07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5370408 WARN  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@698dd761[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5370408 WARN  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@698dd761[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 5370409 WARN  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-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> 5370644 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5370644 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 5370731 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76324167
   [junit4]   2> 5370737 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76324167
   [junit4]   2> 5370737 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76324167
   [junit4]   2> 5370746 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 5370760 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 5370819 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid field id
   [junit4]   2> 5370822 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 5370823 INFO  (coreLoadExecutor-72557-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@76324167
   [junit4]   2> 5370823 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J0/temp/solr.search.TestReRankQParserPlugin_5FA654D474AC48C8-001/data-dir-265-001/]
   [junit4]   2> 5370824 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.5732421875, noCFSRatio=0.8955221280484372]
   [junit4]   2> 5370863 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 5370863 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 5370864 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 5370864 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 5370865 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=19.265625, floorSegmentMB=1.810546875, forceMergeDeletesPctAllowed=3.4825896443946904, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5347224339619776, deletesPctAllowed=20.755167272278015
   [junit4]   2> 5370865 WARN  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 5370872 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 5370872 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=a_s,minQueryLength=3}
   [junit4]   2> 5370872 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/elevate.xml
   [junit4]   2> 5370876 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 5370876 INFO  (coreLoadExecutor-72557-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1671310815375917056
   [junit4]   2> 5370879 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 5370888 INFO  (searcherExecutor-72559-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 5370889 INFO  (searcherExecutor-72559-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 5370892 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[5FA654D474AC48C8]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReRankQParserPluginConstants
   [junit4]   2> 5370892 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[5FA654D474AC48C8]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 5370892 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[5FA654D474AC48C8]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 5370897 INFO  (searcherExecutor-72559-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 5370897 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 5370900 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[5FA654D474AC48C8]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testReRankQParserPluginConstants
   [junit4]   2> 5370903 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReRankQueriesWithDefType
   [junit4]   2> 5370903 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 5370904 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 5370907 INFO  (searcherExecutor-72559-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 5370907 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 5370908 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1671310815409471488)} 0 0
   [junit4]   2> 5370909 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 5370910 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671310815411568640)]} 0 0
   [junit4]   2> 5370916 INFO  (searcherExecutor-72559-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 5370917 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 5370919 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671310815418908672)]} 0 2
   [junit4]   2> 5370924 INFO  (searcherExecutor-72559-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 5370924 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 5370933 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3Did:1}&q=*:*} hits=2 status=0 QTime=8
   [junit4]   2> 5370934 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3Did:1}&q=*:*&defType=lucene} hits=2 status=0 QTime=0
   [junit4]   2> 5370935 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3Did:1}&q=*:*&defType=edismax} hits=2 status=0 QTime=0
   [junit4]   2> 5370936 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[5FA654D474AC48C8]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testReRankQueriesWithDefType
   [junit4]   2> 5370941 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMinExactCount
   [junit4]   2> 5370941 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 5370941 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 5370945 INFO  (searcherExecutor-72559-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 5370945 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 5370946 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1671310815449317376)} 0 0
   [junit4]   2> 5370946 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 5370949 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1671310815450365952)]} 0 1
   [junit4]   2> 5370951 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671310815452463104)]} 0 2
   [junit4]   2> 5370952 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671310815455608832)]} 0 0
   [junit4]   2> 5370955 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1671310815455608833)]} 0 2
   [junit4]   2> 5370956 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1671310815458754560)]} 0 0
   [junit4]   2> 5370958 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1671310815459803136)]} 0 2
   [junit4]   2> 5370959 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1671310815461900288)]} 0 0
   [junit4]   2> 5370962 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1671310815462948864)]} 0 3
   [junit4]   2> 5370963 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1671310815466094592)]} 0 0
   [junit4]   2> 5370966 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1671310815467143168)]} 0 2
   [junit4]   2> 5370966 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1671310815470288896)]} 0 0
   [junit4]   2> 5370969 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1671310815471337472)]} 0 2
   [junit4]   2> 5370970 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12 (1671310815473434624)]} 0 0
   [junit4]   2> 5371195 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13 (1671310815474483200)]} 0 224
   [junit4]   2> 5371196 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14 (1671310815710412800)]} 0 0
   [junit4]   2> 5371200 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15 (1671310815711461376)]} 0 3
   [junit4]   2> 5371200 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16 (1671310815715655680)]} 0 0
   [junit4]   2> 5371203 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17 (1671310815716704256)]} 0 2
   [junit4]   2> 5371204 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18 (1671310815718801408)]} 0 0
   [junit4]   2> 5371208 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19 (1671310815719849984)]} 0 3
   [junit4]   2> 5371209 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[20 (1671310815724044288)]} 0 0
   [junit4]   2> 5371212 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[21 (1671310815725092864)]} 0 2
   [junit4]   2> 5371212 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[22 (1671310815728238592)]} 0 0
   [junit4]   2> 5371215 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[23 (1671310815729287168)]} 0 2
   [junit4]   2> 5371216 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[24 (1671310815731384320)]} 0 0
   [junit4]   2> 5371219 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[25 (1671310815732432896)]} 0 2
   [junit4]   2> 5371219 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[26 (1671310815735578624)]} 0 0
   [junit4]   2> 5371222 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[27 (1671310815736627200)]} 0 2
   [junit4]   2> 5371223 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[28 (1671310815738724352)]} 0 0
   [junit4]   2> 5371226 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[29 (1671310815739772928)]} 0 2
   [junit4]   2> 5371226 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[30 (1671310815742918656)]} 0 0
   [junit4]   2> 5371229 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[31 (1671310815743967232)]} 0 2
   [junit4]   2> 5371230 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[32 (1671310815746064384)]} 0 0
   [junit4]   2> 5371233 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[33 (1671310815747112960)]} 0 2
   [junit4]   2> 5371234 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[34 (1671310815750258688)]} 0 0
   [junit4]   2> 5371237 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[35 (1671310815751307264)]} 0 2
   [junit4]   2> 5371237 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[36 (1671310815754452992)]} 0 0
   [junit4]   2> 5371241 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[37 (1671310815755501568)]} 0 3
   [junit4]   2> 5371242 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[38 (1671310815759695872)]} 0 0
   [junit4]   2> 5371245 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[39 (1671310815759695873)]} 0 2
   [junit4]   2> 5371246 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[40 (1671310815762841600)]} 0 0
   [junit4]   2> 5371249 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[41 (1671310815763890176)]} 0 2
   [junit4]   2> 5371250 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[42 (1671310815767035904)]} 0 0
   [junit4]   2> 5371253 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[43 (1671310815768084480)]} 0 2
   [junit4]   2> 5371253 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[44 (1671310815771230208)]} 0 0
   [junit4]   2> 5371256 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[45 (1671310815772278784)]} 0 2
   [junit4]   2> 5371257 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[46 (1671310815775424512)]} 0 0
   [junit4]   2> 5371311 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[47 (1671310815775424513)]} 0 53
   [junit4]   2> 5371312 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[48 (1671310815832047616)]} 0 0
   [junit4]   2> 5371329 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[49 (1671310815833096192)]} 0 16
   [junit4]   2> 5371330 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[50 (1671310815850921984)]} 0 0
   [junit4]   2> 5371333 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[51 (1671310815851970560)]} 0 2
   [junit4]   2> 5371334 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[52 (1671310815855116288)]} 0 0
   [junit4]   2> 5371337 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[53 (1671310815856164864)]} 0 2
   [junit4]   2> 5371338 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[54 (1671310815859310592)]} 0 0
   [junit4]   2> 5371341 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[55 (1671310815860359168)]} 0 2
   [junit4]   2> 5371342 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[56 (1671310815863504896)]} 0 0
   [junit4]   2> 5371345 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[57 (1671310815864553472)]} 0 2
   [junit4]   2> 5371346 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[58 (1671310815867699200)]} 0 0
   [junit4]   2> 5371348 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[59 (1671310815868747776)]} 0 2
   [junit4]   2> 5371349 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[60 (1671310815871893504)]} 0 0
   [junit4]   2> 5371352 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[61 (1671310815872942080)]} 0 2
   [junit4]   2> 5371356 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[62 (1671310815878184960)]} 0 0
   [junit4]   2> 5371359 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[63 (1671310815879233536)]} 0 2
   [junit4]   2> 5371360 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[64 (1671310815882379264)]} 0 0
   [junit4]   2> 5371363 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[65 (1671310815883427840)]} 0 2
   [junit4]   2> 5371363 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[66 (1671310815886573568)]} 0 0
   [junit4]   2> 5371366 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[67 (1671310815887622144)]} 0 2
   [junit4]   2> 5371367 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[68 (1671310815890767872)]} 0 0
   [junit4]   2> 5371370 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[69 (1671310815890767873)]} 0 2
   [junit4]   2> 5371371 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[70 (1671310815894962176)]} 0 0
   [junit4]   2> 5371374 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[71 (1671310815894962177)]} 0 2
   [junit4]   2> 5371375 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[72 (1671310815898107904)]} 0 0
   [junit4]   2> 5371378 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[73 (1671310815899156480)]} 0 2
   [junit4]   2> 5371379 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[74 (1671310815902302208)]} 0 0
   [junit4]   2> 5371382 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[75 (1671310815903350784)]} 0 2
   [junit4]   2> 5371383 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[76 (1671310815906496512)]} 0 0
   [junit4]   2> 5371386 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[77 (1671310815907545088)]} 0 2
   [junit4]   2> 5371387 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[78 (1671310815910690816)]} 0 0
   [junit4]   2> 5371452 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[79 (1671310815911739392)]} 0 65
   [junit4]   2> 5371453 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[80 (1671310815980945408)]} 0 0
   [junit4]   2> 5371457 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[81 (1671310815981993984)]} 0 3
   [junit4]   2> 5371458 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[82 (1671310815985139712)]} 0 0
   [junit4]   2> 5371503 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[83 (1671310815986188288)]} 0 44
   [junit4]   2> 5371504 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[84 (1671310816033374208)]} 0 0
   [junit4]   2> 5371507 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[85 (1671310816034422784)]} 0 3
   [junit4]   2> 5371508 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[86 (1671310816037568512)]} 0 0
   [junit4]   2> 5371512 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[87 (1671310816038617088)]} 0 3
   [junit4]   2> 5371512 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[88 (1671310816042811392)]} 0 0
   [junit4]   2> 5371516 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[89 (1671310816043859968)]} 0 3
   [junit4]   2> 5371517 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[90 (1671310816047005696)]} 0 0
   [junit4]   2> 5371542 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[91 (1671310816048054272)]} 0 24
   [junit4]   2> 5371543 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[92 (1671310816074268672)]} 0 0
   [junit4]   2> 5371546 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[93 (1671310816075317248)]} 0 3
   [junit4]   2> 5371547 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[94 (1671310816079511552)]} 0 0
   [junit4]   2> 5371551 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[95 (1671310816080560128)]} 0 3
   [junit4]   2> 5371552 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[96 (1671310816083705856)]} 0 0
   [junit4]   2> 5371555 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[97 (1671310816084754432)]} 0 3
   [junit4]   2> 5371556 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[98 (1671310816088948736)]} 0 0
   [junit4]   2> 5371560 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[99 (1671310816088948737)]} 0 3
   [junit4]   2> 5371561 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[100 (1671310816093143040)]} 0 0
   [junit4]   2> 5371564 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[101 (1671310816094191616)]} 0 3
   [junit4]   2> 5371567 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[102 (1671310816099434496)]} 0 1
   [junit4]   2> 5371575 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[103 (1671310816101531648)]} 0 6
   [junit4]   2> 5371576 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[104 (1671310816108871680)]} 0 0
   [junit4]   2> 5371583 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[105 (1671310816109920256)]} 0 7
   [junit4]   2> 5371584 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[106 (1671310816117260288)]} 0 1
   [junit4]   2> 5371595 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[107 (1671310816119357440)]} 0 10
   [junit4]   2> 5371597 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[108 (1671310816129843200)]} 0 1
   [junit4]   2> 5371605 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[109 (1671310816131940352)]} 0 8
   [junit4]   2> 5371606 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[110 (1671310816140328960)]} 0 1
   [junit4]   2> 5371612 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[111 (1671310816142426112)]} 0 5
   [junit4]   2> 5371613 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[112 (1671310816147668992)]} 0 0
   [junit4]   2> 5371617 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[113 (1671310816148717568)]} 0 3
   [junit4]   2> 5371618 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[114 (1671310816152911872)]} 0 0
   [junit4]   2> 5371623 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[115 (1671310816153960448)]} 0 4
   [junit4]   2> 5371624 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[116 (1671310816159203328)]} 0 1
   [junit4]   2> 5371627 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[117 (1671310816160251904)]} 0 3
   [junit4]   2> 5371628 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[118 (1671310816164446208)]} 0 0
   [junit4]   2> 5371632 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[119 (1671310816164446209)]} 0 3
   [junit4]   2> 5371632 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[120 (1671310816168640512)]} 0 0
   [junit4]   2> 5371636 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[121 (1671310816169689088)]} 0 3
   [junit4]   2> 5371636 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[122 (1671310816172834816)]} 0 0
   [junit4]   2> 5371640 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[123 (1671310816173883392)]} 0 3
   [junit4]   2> 5371641 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[124 (1671310816177029120)]} 0 0
   [junit4]   2> 5371644 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[125 (1671310816178077696)]} 0 3
   [junit4]   2> 5371646 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[126 (1671310816182272000)]} 0 0
   [junit4]   2> 5371650 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[127 (1671310816183320576)]} 0 3
   [junit4]   2> 5371651 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[128 (1671310816187514880)]} 0 0
   [junit4]   2> 5371655 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[129 (1671310816188563456)]} 0 3
   [junit4]   2> 5371655 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[130 (1671310816192757760)]} 0 0
   [junit4]   2> 5371659 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[131 (1671310816193806336)]} 0 3
   [junit4]   2> 5371660 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[132 (1671310816198000640)]} 0 0
   [junit4]   2> 5371664 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[133 (1671310816199049216)]} 0 3
   [junit4]   2> 5371665 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[134 (1671310816203243520)]} 0 0
   [junit4]   2> 5371669 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[135 (1671310816203243521)]} 0 3
   [junit4]   2> 5371670 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[136 (1671310816207437824)]} 0 0
   [junit4]   2> 5371673 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[137 (1671310816208486400)]} 0 3
   [junit4]   2> 5371674 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[138 (1671310816212680704)]} 0 0
   [junit4]   2> 5371678 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[139 (1671310816213729280)]} 0 3
   [junit4]   2> 5371679 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[140 (1671310816216875008)]} 0 0
   [junit4]   2> 5371684 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[141 (1671310816217923584)]} 0 4
   [junit4]   2> 5371685 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[142 (1671310816223166464)]} 0 0
   [junit4]   2> 5371874 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[143 (1671310816224215040)]} 0 189
   [junit4]   2> 5371875 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[144 (1671310816423444480)]} 0 0
   [junit4]   2> 5371931 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[145 (1671310816424493056)]} 0 54
   [junit4]   2> 5371933 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[146 (1671310816482164736)]} 0 1
   [junit4]   2> 5371941 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[147 (1671310816484261888)]} 0 7
   [junit4]   2> 5371942 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[148 (1671310816492650496)]} 0 0
   [junit4]   2> 5371949 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[149 (1671310816493699072)]} 0 6
   [junit4]   2> 5371949 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[150 (1671310816501039104)]} 0 0
   [junit4]   2> 5371955 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[151 (1671310816502087680)]} 0 4
   [junit4]   2> 5371956 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[152 (1671310816507330560)]} 0 0
   [junit4]   2> 5371959 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[153 (1671310816508379136)]} 0 2
   [junit4]   2> 5371960 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[154 (1671310816511524864)]} 0 0
   [junit4]   2> 5371962 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[155 (1671310816512573440)]} 0 2
   [junit4]   2> 5371963 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[156 (1671310816515719168)]} 0 0
   [junit4]   2> 5371967 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[157 (1671310816515719169)]} 0 3
   [junit4]   2> 5371968 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[158 (1671310816520962048)]} 0 0
   [junit4]   2> 5372022 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[159 (1671310816520962049)]} 0 53
   [junit4]   2> 5372023 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[160 (1671310816577585152)]} 0 0
   [junit4]   2> 5372026 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[161 (1671310816578633728)]} 0 2
   [junit4]   2> 5372027 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[162 (1671310816581779456)]} 0 0
   [junit4]   2> 5372030 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[163 (1671310816582828032)]} 0 2
   [junit4]   2> 5372030 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[164 (1671310816585973760)]} 0 0
   [junit4]   2> 5372033 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[165 (1671310816587022336)]} 0 2
   [junit4]   2> 5372034 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[166 (1671310816590168064)]} 0 0
   [junit4]   2> 5372101 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[167 (1671310816590168065)]} 0 66
   [junit4]   2> 5372102 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[168 (1671310816660422656)]} 0 0
   [junit4]   2> 5372105 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[169 (1671310816661471232)]} 0 2
   [junit4]   2> 5372250 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[170 (1671310816664616960)]} 0 144
   [junit4]   2> 5372254 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[171 (1671310816817709056)]} 0 3
   [junit4]   2> 5372255 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[172 (1671310816820854784)]} 0 0
   [junit4]   2> 5372310 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[173 (1671310816822951936)]} 0 54
   [junit4]   2> 5372311 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[174 (1671310816879575040)]} 0 1
   [junit4]   2> 5372315 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[175 (1671310816881672192)]} 0 3
   [junit4]   2> 5372315 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[176 (1671310816884817920)]} 0 0
   [junit4]   2> 5372319 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[177 (1671310816885866496)]} 0 2
   [junit4]   2> 5372320 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[178 (1671310816889012224)]} 0 0
   [junit4]   2> 5372323 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[179 (1671310816890060800)]} 0 2
   [junit4]   2> 5372324 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[180 (1671310816893206528)]} 0 0
   [junit4]   2> 5372327 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[181 (1671310816894255104)]} 0 2
   [junit4]   2> 5372328 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[182 (1671310816897400832)]} 0 1
   [junit4]   2> 5372332 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[183 (1671310816898449408)]} 0 3
   [junit4]   2> 5372333 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[184 (1671310816903692288)]} 0 0
   [junit4]   2> 5372337 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[185 (1671310816904740864)]} 0 3
   [junit4]   2> 5372339 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[186 (1671310816908935168)]} 0 0
   [junit4]   2> 5372343 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[187 (1671310816911032320)]} 0 3
   [junit4]   2> 5372344 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[188 (1671310816915226624)]} 0 0
   [junit4]   2> 5372348 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[189 (1671310816915226625)]} 0 3
   [junit4]   2> 5372348 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[190 (1671310816919420928)]} 0 0
   [junit4]   2> 5372352 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[191 (1671310816920469504)]} 0 2
   [junit4]   2> 5372352 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[192 (1671310816923615232)]} 0 0
   [junit4]   2> 5372356 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[193 (1671310816924663808)]} 0 2
   [junit4]   2> 5372356 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[194 (1671310816927809536)]} 0 0
   [junit4]   2> 5372463 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[195 (1671310816928858112)]} 0 106
   [junit4]   2> 5372465 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[196 (1671310817041055744)]} 0 1
   [junit4]   2> 5372471 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[197 (1671310817042104320)]} 0 5
   [junit4]   2> 5372472 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[198 (1671310817048395776)]} 0 1
   [junit4]   2> 5372478 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[199 (1671310817050492928)]} 0 5
   [junit4]   2> 5372485 INFO  (searcherExecutor-72559-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 5372485 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 5372486 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=field_t:0&start=0&rows=10&fl=id} hits=200 status=0 QTime=1
   [junit4]   2> 5372487 ERROR (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [     ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result/doc[1]/str[@name='id'][.='0']
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">1</int></lst><result name="response" numFound="200" start="0" numFoundExact="true"><doc><str name="id">24</str></doc><doc><str name="id">25</str></doc><doc><str name="id">26</str></doc><doc><str name="id">27</str></doc><doc><str name="id">32</str></doc><doc><str name="id">33</str></doc><doc><str name="id">34</str></doc><doc><str name="id">35</str></doc><doc><str name="id">36</str></doc><doc><str name="id">37</str></doc></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=field_t:0&start=0&rows=10&fl=id
   [junit4]   2> 5372487 ERROR (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[5FA654D474AC48C8]) [     ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=field_t:0&start=0&rows=10&fl=id:java.lang.RuntimeException: REQUEST FAILED: xpath=//result/doc[1]/str[@name='id'][.='0']
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">1</int></lst><result name="response" numFound="200" start="0" numFoundExact="true"><doc><str name="id">24</str></doc><doc><str name="id">25</str></doc><doc><str name="id">26</str></doc><doc><str name="id">27</str></doc><doc><str name="id">32</str></doc><doc><str name="id">33</str></doc><doc><str name="id">34</str></doc><doc><str name="id">35</str></doc><doc><str name="id">36</str></doc><doc><str name="id">37</str></doc></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=field_t:0&start=0&rows=10&fl=id
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1018)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:985)
   [junit4]   2> 	at org.apache.solr.search.TestReRankQParserPlugin.testMinExactCount(TestReRankQParserPlugin.java:675)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [j

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

8C8]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 5373024 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1569746052
   [junit4]   2> 5373025 INFO  (coreCloseExecutor-72565-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@718b61b7
   [junit4]   2> 5373026 INFO  (coreCloseExecutor-72565-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@718b61b7
   [junit4]   2> 5373026 INFO  (coreCloseExecutor-72565-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b08d6f7: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@3878f7db
   [junit4]   2> 5373047 INFO  (coreCloseExecutor-72565-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 5373052 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 5373052 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5dbdbfa: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@232145e1
   [junit4]   2> 5373057 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 5373057 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3c68d18: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@94c9bca
   [junit4]   2> 5373059 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 5373059 INFO  (SUITE-TestReRankQParserPlugin-seed#[5FA654D474AC48C8]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2aad45bc: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@d69704e
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J0/temp/solr.search.TestReRankQParserPlugin_5FA654D474AC48C8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {test_tl=PostingsFormat(name=LuceneVarGapFixedInterval), id_i=Lucene84, _version_=FST50, field_t=Lucene84, test_ti=FST50, term_s=PostingsFormat(name=LuceneFixedGap), test_tf=Lucene84, id=PostingsFormat(name=LuceneVarGapFixedInterval), id_p_i=FST50, group_s=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{test_tl=DocValuesFormat(name=Asserting), id_i=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Lucene80), test_ti=DocValuesFormat(name=Lucene80), test_tf=DocValuesFormat(name=Direct), id_p_i=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=217, maxMBSortInHeap=5.391366790632544, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=no, timezone=America/Chicago
   [junit4]   2> NOTE: Linux 4.15.0-108-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=122125456,total=527433728
   [junit4]   2> NOTE: All tests run in this JVM: [TestExportWriter, TestTrie, TestMultiValuedNumericRangeQuery, ShardRoutingTest, OverriddenZkACLAndCredentialsProvidersTest, TestIBSimilarityFactory, TestSuggestSpellingConverter, AssignBackwardCompatibilityTest, SolrCloudReportersTest, HDFSCollectionsAPITest, DirectoryFactoryTest, IgnoreLargeDocumentProcessorFactoryTest, SolrJmxReporterCloudTest, RandomizedTaggerTest, PolyFieldTest, SolrCmdDistributorTest, DistributedQueryComponentCustomSortTest, DocExpirationUpdateProcessorFactoryTest, NotRequiredUniqueKeyTest, DeleteNodeTest, FullHLLTest, SecurityConfHandlerTest, MetricTriggerIntegrationTest, TestHdfsUpdateLog, CoreAdminRequestStatusTest, CustomHighlightComponentTest, TestConfigSets, SplitShardTest, TestReloadAndDeleteDocs, TestDownShardTolerantSearch, TestManagedSynonymFilterFactory, TaggingAttributeTest, TriggerSetPropertiesIntegrationTest, DeleteStatusTest, SpellCheckCollatorWithCollapseTest, FacetPivotSmallTest, SampleTest, SpatialRPTFieldTypeTest, PeerSyncWithLeaderTest, TestClusterStateMutator, TestUnInvertedFieldException, TestCustomSort, TestFastOutputStream, PluginInfoTest, TestReplicationHandlerDiskOverFlow, ClusterStateTest, TestFilteredDocIdSet, TestSimScenario, TestPseudoReturnFields, CdcrBootstrapTest, TestSolrIndexConfig, AutoAddReplicasPlanActionTest, UUIDUpdateProcessorFallbackTest, IndexSizeTriggerMixedBoundsTest, SpellCheckComponentTest, TestRTGBase, CdcrUpdateLogTest, SearchHandlerTest, BJQParserTest, DynamicMapsTest, TestRecoveryHdfs, XMLAtomicUpdateMultivalueTest, TestSimNodeAddedTrigger, TestCloudNestedDocsSort, TermsComponentTest, CustomCollectionTest, SchemaApiFailureTest, SolrMetricReporterTest, TestJmxIntegration, ZkStateWriterTest, BigEndianAscendingWordSerializerTest, TimeRoutedAliasUpdateProcessorTest, ZkSolrClientTest, TestLegacyFieldReuse, ScheduledTriggerIntegrationTest, PKIAuthenticationIntegrationTest, ReplaceNodeNoTargetTest, TestCollationField, BlockJoinFacetSimpleTest, CreateRoutedAliasTest, DistributedFacetPivotSmallTest, RankQueryTest, AddSchemaFieldsUpdateProcessorFactoryTest, CursorPagingTest, TestAddFieldRealTimeGet, SimpleCollectionCreateDeleteTest, TestOverriddenPrefixQueryForCustomFieldType, TestGroupingSearch, TestOmitPositions, TestRTimerTree, TestStressReorder, CachingDirectoryFactoryTest, DistribJoinFromCollectionTest, NodeMarkersRegistrationTest, TestNestedUpdateProcessor, CurrencyRangeFacetCloudTest, HdfsUnloadDistributedZkTest, SSLMigrationTest, BlobRepositoryCloudTest, OverseerStatusTest, HttpPartitionWithTlogReplicasTest, TestComplexPhraseLeadingWildcard, TestHashPartitioner, TestFileDictionaryLookup, HealthCheckHandlerTest, OrderedExecutorTest, TestLuceneIndexBackCompat, TestConfigsApi, TestFieldTypeCollectionResource, CleanupOldIndexTest, DocValuesNotIndexedTest, SolrCLIZkUtilsTest, HdfsChaosMonkeyNothingIsSafeTest, TestSubQueryTransformer, TestPerFieldSimilarityWithDefaultOverride, DocumentAnalysisRequestHandlerTest, FullSolrCloudDistribCmdsTest, ParsingFieldUpdateProcessorsTest, TestDelegationWithHadoopAuth, EchoParamsTest, TestSolrCoreProperties, CoreAdminCreateDiscoverTest, SubstringBytesRefFilterTest, TestJsonFacetsStatsParsing, TestImplicitCoreProperties, DocumentBuilderTest, TestStressLiveNodes, UUIDFieldTest, HdfsRecoverLeaseTest, ZkFailoverTest, TestLegacyNumericRangeQueryBuilder, SolrRequestParserTest, TestSolrConfigHandlerConcurrent, TestExtendedDismaxParser, TestConfigOverlay, TestLegacyBM25SimilarityFactory, TestConfigSetsAPIExclusivity, PeerSyncWithBufferUpdatesTest, TestScoreJoinQPScore, DocValuesTest, TestTolerantUpdateProcessorCloud, TestEmbeddedSolrServerSchemaAPI, TestHdfsBackupRestoreCore, AtomicUpdatesTest, SolrIndexSplitterTest, TestMissingGroups, TestSegmentSorting, TestSmileRequest, TestChildDocTransformer, TestFieldCacheSortRandom, TestReplicaProperties, ComputePlanActionTest, HttpTriggerListenerTest, NodeAddedTriggerTest, NodeLostTriggerTest, TestPolicyCloud, TriggerEventQueueTest, TestSimDistribStateManager, TestSimDistributedQueue, TestSimExecutePlanAction, TestSimExtremeIndexing, TestSimGenericDistributedQueue, TestSimLargeCluster, CdcrRequestHandlerTest, HdfsNNFailoverTest, HdfsRestartWhileUpdatingTest, HdfsThreadLeakTest, HdfsTlogReplayBufferedWhileIndexingTest, TestDistribPackageStore, TestCSVLoader, TestConfigReload, TestReplicationHandlerBackup, TestRestoreCore, TestSQLHandlerNonCloud, TestSolrConfigHandlerCloud, CoreAdminOperationTest, DaemonStreamApiTest, LoggingHandlerTest, LukeRequestHandlerTest, MBeansHandlerTest, SplitHandlerTest, SystemInfoHandlerTest, TestApiFramework, ZookeeperStatusHandlerTest, DebugComponentTest, DistributedExpandComponentTest, DistributedFacetPivotLongTailTest, DistributedSpellCheckComponentTest, MoreLikeThisComponentTest, PhrasesIdentificationComponentTest, QueryElevationComponentTest, SuggestComponentTest, TestHttpShardHandlerFactory, TestPivotHelperCode, TestTrackingShardHandlerFactory, HighlighterWithoutStoredIdTest, TestSlowCompositeReaderWrapper, WrapperMergePolicyFactoryTest, CheckHdfsIndexTest, SolrMetricManagerTest, TestPackages, TestRemoteStreaming, TestMacroExpander, TestMacros, JSONWriterTest, SmileWriterTest, TestBinaryResponseWriter, TestCSVResponseWriter, TestGeoJSONResponseWriter, TestGraphMLResponseWriter, TestPHPSerializedResponseWriter, TestPushWriter, TestRawResponseWriter, TestRawTransformer, TestRetrieveFieldsOptimizer, TestSolrQueryResponse, TestManagedResource, TestManagedResourceStorage, TestRestManager, TestBulkSchemaAPI, TestCopyFieldCollectionResource, TestDynamicFieldResource, TestFieldCollectionResource, TestFieldResource, TestSchemaResource, TestSchemaSimilarityResource, TestSerializedLuceneMatchVersion, TestUniqueKeyFieldResource, TestManagedStopFilterFactory, BooleanFieldTest, ChangedSchemaMergeTest, CurrencyFieldTypeTest, DocValuesMissingTest, IndexSchemaTest, PrimitiveFieldTypeTest, RankFieldTest, RequiredFieldsTest, TestBinaryField, TestBulkSchemaConcurrent, TestSchemaField, TestSchemalessBufferedUpdates, TestUseDocValuesAsStored, TestReRankQParserPlugin]
   [junit4] Completed [780/914 (1!)] on J0 in 3.80s, 6 tests, 1 error <<< FAILURES!

[...truncated 52469 lines...]

[JENKINS] Lucene-Solr-NightlyTests-8.6 - Build # 3 - Still Failing

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

2 tests failed.
FAILED:  org.apache.solr.search.TestReRankQParserPlugin.testMinExactCount

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([71E027492A4625EE:4601DD1C59BDB99]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1025)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:985)
	at org.apache.solr.search.TestReRankQParserPlugin.testMinExactCount(TestReRankQParserPlugin.java:675)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result/doc[1]/str[@name='id'][.='0']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="200" start="0" numFoundExact="true"><doc><str name="id">91</str></doc><doc><str name="id">92</str></doc><doc><str name="id">93</str></doc><doc><str name="id">94</str></doc><doc><str name="id">95</str></doc><doc><str name="id">96</str></doc><doc><str name="id">97</str></doc><doc><str name="id">98</str></doc><doc><str name="id">99</str></doc><doc><str name="id">100</str></doc></result>
</response>

	request was:q=field_t:0&start=0&rows=10&fl=id
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1018)
	... 41 more


FAILED:  org.apache.solr.update.PeerSyncWithLeaderTest.test

Error Message:
.response[0][id][0]:2!=1

Stack Trace:
junit.framework.AssertionFailedError: .response[0][id][0]:2!=1
	at __randomizedtesting.SeedInfo.seed([71E027492A4625EE:F9B4189384BA4816]:0)
	at junit.framework.Assert.fail(Assert.java:57)
	at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:1006)
	at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1033)
	at org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:722)
	at org.apache.solr.BaseDistributedSearchTestCase.queryAndCompare(BaseDistributedSearchTestCase.java:713)
	at org.apache.solr.update.PeerSyncTest.test(PeerSyncTest.java:104)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1090)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1061)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13954 lines...]
   [junit4] Suite: org.apache.solr.search.TestReRankQParserPlugin
   [junit4]   2> 626888 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 626888 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 626888 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J0/temp/solr.search.TestReRankQParserPlugin_71E027492A4625EE-001/data-dir-41-001
   [junit4]   2> 626888 WARN  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 626888 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 626890 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 626897 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 626907 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 626938 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 626977 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid field id
   [junit4]   2> 627795 WARN  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/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-Solr-NightlyTests-8.6/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-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [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_252]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:366) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:331) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:169) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:816) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:667) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656) [java/:?]
   [junit4]   2> 	at org.apache.solr.search.TestReRankQParserPlugin.beforeClass(TestReRankQParserPlugin.java:37) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [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.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 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_252]
   [junit4]   2> 627796 WARN  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/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-Solr-NightlyTests-8.6/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-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:523) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77) [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:667) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:816) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:667) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656) [java/:?]
   [junit4]   2> 	at org.apache.solr.search.TestReRankQParserPlugin.beforeClass(TestReRankQParserPlugin.java:37) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [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.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 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_252]
   [junit4]   2> 627797 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 627798 WARN  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] 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> 627799 WARN  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@430b4c18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 627799 WARN  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@430b4c18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 627806 WARN  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] 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> 627807 WARN  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6cc1b8b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 627807 WARN  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6cc1b8b7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 627808 WARN  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-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> 627830 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 627830 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 627848 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d059492
   [junit4]   2> 627854 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d059492
   [junit4]   2> 627854 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d059492
   [junit4]   2> 627882 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 627908 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 627960 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid field id
   [junit4]   2> 627964 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 627964 INFO  (coreLoadExecutor-7348-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@d059492
   [junit4]   2> 627964 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J0/temp/solr.search.TestReRankQParserPlugin_71E027492A4625EE-001/data-dir-41-001/]
   [junit4]   2> 627971 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=1.37109375, floorSegmentMB=1.1787109375, forceMergeDeletesPctAllowed=19.458896630333975, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=31.494524866395615
   [junit4]   2> 628017 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 628017 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 628018 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 628018 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 628019 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@1b41e9c5
   [junit4]   2> 628019 WARN  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 628020 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 628020 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=a_s,minQueryLength=3}
   [junit4]   2> 628023 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/elevate.xml
   [junit4]   2> 628044 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 628045 INFO  (coreLoadExecutor-7348-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1671221163665129472
   [junit4]   2> 628047 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 628047 INFO  (SUITE-TestReRankQParserPlugin-seed#[71E027492A4625EE]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 628048 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628053 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[71E027492A4625EE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReRankQParserPluginConstants
   [junit4]   2> 628053 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[71E027492A4625EE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 628054 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[71E027492A4625EE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 628058 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628058 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 628060 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[71E027492A4625EE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testReRankQParserPluginConstants
   [junit4]   2> 628066 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testOverRank
   [junit4]   2> 628066 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 628076 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 10
   [junit4]   2> 628080 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628080 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 628082 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1671221163702878208)} 0 1
   [junit4]   2> 628082 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 628083 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671221163704975360)]} 0 0
   [junit4]   2> 628084 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671221163706023936)]} 0 0
   [junit4]   2> 628084 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1671221163706023937)]} 0 0
   [junit4]   2> 628084 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1671221163706023938)]} 0 0
   [junit4]   2> 628085 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1671221163707072512)]} 0 0
   [junit4]   2> 628085 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1671221163707072513)]} 0 0
   [junit4]   2> 628085 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1671221163707072514)]} 0 0
   [junit4]   2> 628085 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1671221163707072515)]} 0 0
   [junit4]   2> 628086 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1671221163708121088)]} 0 0
   [junit4]   2> 628086 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1671221163708121089)]} 0 0
   [junit4]   2> 628086 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1671221163708121090)]} 0 0
   [junit4]   2> 628092 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628092 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 628125 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D11+reRankWeight%3D2}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60+id:7^70+id:8^80+id:9^90+id:10^100+id:11^110&rqq=test_ti:50^1000&fl=id,score&start=0&rows=2&df=text} hits=11 status=0 QTime=32
   [junit4]   2> 628132 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D11+reRankWeight%3D2}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60+id:7^70+id:8^80+id:9^90+id:10^100+id:11^110&rqq=test_ti:50^1000&fl=id,score&start=0&rows=3&qt=/elevate&elevateIds=1,4} hits=11 status=0 QTime=6
   [junit4]   2> 628134 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[71E027492A4625EE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testOverRank
   [junit4]   2> 628140 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReRankQueriesWithDefType
   [junit4]   2> 628140 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 628141 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 628145 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628146 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 628147 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1671221163771035648)} 0 0
   [junit4]   2> 628147 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 628148 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671221163772084225)]} 0 0
   [junit4]   2> 628154 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628154 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 628155 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671221163779424256)]} 0 0
   [junit4]   2> 628251 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628251 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 96
   [junit4]   2> 628252 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3Did:2}&q=*:*} hits=2 status=0 QTime=0
   [junit4]   2> 628253 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3Did:2}&q=*:*&defType=lucene} hits=2 status=0 QTime=0
   [junit4]   2> 628254 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3Did:2}&q=*:*&defType=edismax} hits=2 status=0 QTime=0
   [junit4]   2> 628255 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[71E027492A4625EE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testReRankQueriesWithDefType
   [junit4]   2> 628264 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReRankQueries
   [junit4]   2> 628264 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 628265 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 628269 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628319 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 54
   [junit4]   2> 628321 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1671221163953487872)} 0 1
   [junit4]   2> 628321 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 628322 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671221163955585024)]} 0 0
   [junit4]   2> 628329 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628329 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 628330 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671221163962925056)]} 0 0
   [junit4]   2> 628331 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1671221163963973632)]} 0 0
   [junit4]   2> 628344 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628344 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 13
   [junit4]   2> 628345 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1671221163978653696)]} 0 0
   [junit4]   2> 628346 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1671221163979702272)]} 0 0
   [junit4]   2> 628354 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628479 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 132
   [junit4]   2> 628480 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1671221164120211456)]} 0 1
   [junit4]   2> 628487 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628488 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 628489 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D200}&q=term_s:YYYY&rqq={!edismax+bf%3D$bff}*:*&bff=field(test_ti)&start=0&rows=6&df=text} hits=6 status=0 QTime=0
   [junit4]   2> 628491 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq={!edismax+bq%3D$bqq2}*:*&bqq2=test_ti:50^1000&fl=id,score&start=0&rows=10&df=text} hits=6 status=0 QTime=0
   [junit4]   2> 628492 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq={!edismax+bq%3D$bqq2}*:*&bqq2=test_ti:50^1000&fl=id,score&start=0&rows=10&sort=score+desc&df=text} hits=6 status=0 QTime=0
   [junit4]   2> 628494 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq={!edismax+bq%3D$bqq2}*:*&bqq2=test_ti:50^1000&fl=id,score&start=0&rows=10&sort=score+desc,test_ti+asc&df=text} hits=6 status=0 QTime=0
   [junit4]   2> 628497 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6}&rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6+reRankWeight%3D50}&q={!edismax+bq%3D$bqq1}*:*&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq={!edismax+bq%3D$bqq2}*:*&rqq={!edismax+bq%3D$bqq2}*:*&bqq2=test_ti:50^1000&bqq2=test_ti:50^1000&fl=id,score&fl=id,score&start=0&start=0&rows=10&rows=10&sort=score+desc,test_ti+asc&df=text&qt=/elevate&elevateIds=1} hits=6 status=0 QTime=2
   [junit4]   2> 628499 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6+reRankWeight%3D2}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq=test_ti:50^1000&fl=id,score&start=0&rows=10&df=text} hits=6 status=0 QTime=0
   [junit4]   2> 628500 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6+reRankWeight%3D2}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq=test_ti:50^1000&fl=id,score&start=0&rows=10&qt=/elevate&elevateIds=1,4} hits=6 status=0 QTime=0
   [junit4]   2> 628503 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6+reRankWeight%3D2}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq=test_ti:50^1000&fl=id,score&start=0&rows=10&qt=/elevate&elevateIds=4,1} hits=6 status=0 QTime=1
   [junit4]   2> 628504 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D4+reRankWeight%3D2}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq=test_ti:50^1000&fl=id,score&start=0&rows=10&qt=/elevate&elevateIds=4,1} hits=6 status=0 QTime=0
   [junit4]   2> 628506 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D3+reRankWeight%3D2}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq=test_ti:50^1000&fl=id,score&start=4&rows=10&qt=/elevate&elevateIds=4,1} hits=6 status=0 QTime=1
   [junit4]   2> 628509 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D3+reRankWeight%3D2}&q={!edismax+bq%3D$bqq1}nada&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq=test_ti:50^1000&fl=id,score&start=4&rows=10&qt=/elevate&elevateIds=4,1} hits=2 status=0 QTime=2
   [junit4]   2> 628510 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D1+reRankWeight%3D2}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq=test_ti:50^1000&fl=id,score&start=0&rows=10} hits=6 status=0 QTime=0
   [junit4]   2> 628511 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D0+reRankWeight%3D2}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq=test_ti:50^1000&fl=id,score&start=0&rows=10} hits=6 status=0 QTime=0
   [junit4]   2> 628512 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D2+reRankWeight%3D2}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq=test_ti:4^1000&fl=id,score&start=0&rows=10} hits=6 status=0 QTime=0
   [junit4]   2> 628513 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6+reRankWeight%3D0}&q={!edismax+bq%3D$bqq1}*:*&bqq1=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq=test_ti:50^1000&fl=id,score&start=0&rows=5} hits=6 status=0 QTime=0
   [junit4]   2> 628515 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6}&q=test_ti:[0+TO+2000]&rqq=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&fl=id,score&start=0&rows=6} hits=5 status=0 QTime=0
   [junit4]   2> 628515 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6}&q=test_ti:[0+TO+2000]&rqq=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&fl=id,score&start=0&rows=6} hits=5 status=0 QTime=0
   [junit4]   2> 628517 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6}&q={!func}id_i&rqq=id:1^%3D10+id:2^%3D40+id:3^%3D30+id:4^%3D40+id:5^%3D50+id:6^%3D60&fl=id,score&start=0&rows=6} hits=6 status=0 QTime=0
   [junit4]   2> 628518 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D3+reRankWeight%3D2}&q=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50+id:6^60&rqq=id:1^1000&fl=id,score&start=4&rows=5} hits=6 status=0 QTime=0
   [junit4]   2> 628519 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6+reRankWeight%3D2}&q=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50&rqq=id:1^1000&fl=id,score&start=0&rows=1} hits=5 status=0 QTime=0
   [junit4]   2> 628519 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D3+reRankWeight%3D2}&q=term_s:NNNN&rqq=id:1^1000&fl=id,score&start=4&rows=5} hits=0 status=0 QTime=0
   [junit4]   2> 628520 INFO  (TEST-TestReRankQParserPlugin.testReRankQueries-seed#[71E027492A4625EE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testReRankQueries
   [junit4]   2> 628544 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[71E027492A4625EE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter
   [junit4]   2> 628544 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[71E027492A4625EE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 628546 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[71E027492A4625EE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 1
   [junit4]   2> 628551 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628551 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 628553 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1671221164196757504)} 0 0
   [junit4]   2> 628553 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 628554 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671221164197806081)]} 0 0
   [junit4]   2> 628610 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628611 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 56
   [junit4]   2> 628612 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671221164258623488)]} 0 0
   [junit4]   2> 628618 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628619 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 628620 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[71E027492A4625EE]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching reRankQuery parameter is mandatory
   [junit4]   2> 628620 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[71E027492A4625EE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D200}&q=term_s:YYYY&start=0&rows=2} status=400 QTime=0
   [junit4]   2> 628620 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[71E027492A4625EE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter
   [junit4]   2> 628624 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMinExactCount
   [junit4]   2> 628624 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 628625 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 628635 INFO  (searcherExecutor-7350-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 628686 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 60
   [junit4]   2> 628687 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1671221164337266688)} 0 0
   [junit4]   2> 628687 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 628691 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1671221164340412416)]} 0 2
   [junit4]   2> 628692 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1671221164343558144)]} 0 0
   [junit4]   2> 628693 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1671221164343558145)]} 0 0
   [junit4]   2> 628694 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1671221164344606720)]} 0 0
   [junit4]   2> 628695 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1671221164345655296)]} 0 0
   [junit4]   2> 628695 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1671221164346703872)]} 0 0
   [junit4]   2> 628696 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1671221164347752448)]} 0 0
   [junit4]   2> 628697 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1671221164347752449)]} 0 0
   [junit4]   2> 628698 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1671221164348801024)]} 0 0
   [junit4]   2> 628698 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1671221164349849600)]} 0 0
   [junit4]   2> 628699 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1671221164350898176)]} 0 0
   [junit4]   2> 628700 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1671221164350898177)]} 0 0
   [junit4]   2> 628710 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12 (1671221164351946752)]} 0 10
   [junit4]   2> 628712 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13 (1671221164363481088)]} 0 1
   [junit4]   2> 628712 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14 (1671221164364529664)]} 0 0
   [junit4]   2> 628713 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15 (1671221164365578240)]} 0 0
   [junit4]   2> 628714 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16 (1671221164365578241)]} 0 0
   [junit4]   2> 628714 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17 (1671221164366626816)]} 0 0
   [junit4]   2> 628715 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18 (1671221164366626817)]} 0 0
   [junit4]   2> 628715 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19 (1671221164367675392)]} 0 0
   [junit4]   2> 628716 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[20 (1671221164368723968)]} 0 0
   [junit4]   2> 628717 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[21 (1671221164368723969)]} 0 0
   [junit4]   2> 628717 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[22 (1671221164369772544)]} 0 0
   [junit4]   2> 628718 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[23 (1671221164369772545)]} 0 0
   [junit4]   2> 628719 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[24 (1671221164370821120)]} 0 0
   [junit4]   2> 628731 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[25 (1671221164371869696)]} 0 11
   [junit4]   2> 628732 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[26 (1671221164384452608)]} 0 0
   [junit4]   2> 628733 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[27 (1671221164385501184)]} 0 0
   [junit4]   2> 628733 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[28 (1671221164386549760)]} 0 0
   [junit4]   2> 628734 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[29 (1671221164386549761)]} 0 0
   [junit4]   2> 628738 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[30 (1671221164387598336)]} 0 4
   [junit4]   2> 628741 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[31 (1671221164394938368)]} 0 0
   [junit4]   2> 628742 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[32 (1671221164394938369)]} 0 0
   [junit4]   2> 628743 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[33 (1671221164395986944)]} 0 0
   [junit4]   2> 628743 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[34 (1671221164397035520)]} 0 0
   [junit4]   2> 628744 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[35 (1671221164397035521)]} 0 0
   [junit4]   2> 628744 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[36 (1671221164398084096)]} 0 0
   [junit4]   2> 628745 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[37 (1671221164399132672)]} 0 0
   [junit4]   2> 628749 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[38 (1671221164399132673)]} 0 3
   [junit4]   2> 628749 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[39 (1671221164403326976)]} 0 0
   [junit4]   2> 628750 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[40 (1671221164404375552)]} 0 0
   [junit4]   2> 628751 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[41 (1671221164404375553)]} 0 0
   [junit4]   2> 628751 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[42 (1671221164405424128)]} 0 0
   [junit4]   2> 628752 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[43 (1671221164406472704)]} 0 0
   [junit4]   2> 628753 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[44 (1671221164406472705)]} 0 0
   [junit4]   2> 628753 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[45 (1671221164407521280)]} 0 0
   [junit4]   2> 628754 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[46 (1671221164408569856)]} 0 0
   [junit4]   2> 628755 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[47 (1671221164408569857)]} 0 0
   [junit4]   2> 628755 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[48 (1671221164409618432)]} 0 0
   [junit4]   2> 628756 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[49 (1671221164409618433)]} 0 0
   [junit4]   2> 628756 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[50 (1671221164410667008)]} 0 0
   [junit4]   2> 628760 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[51 (1671221164411715584)]} 0 3
   [junit4]   2> 628761 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[52 (1671221164414861312)]} 0 0
   [junit4]   2> 628762 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[53 (1671221164415909888)]} 0 0
   [junit4]   2> 628762 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[54 (1671221164416958464)]} 0 0
   [junit4]   2> 628764 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[55 (1671221164418007040)]} 0 1
   [junit4]   2> 628809 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[56 (1671221164419055616)]} 0 44
   [junit4]   2> 628810 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[57 (1671221164467290112)]} 0 0
   [junit4]   2> 628811 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[58 (1671221164468338688)]} 0 0
   [junit4]   2> 628812 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[59 (1671221164468338689)]} 0 0
   [junit4]   2> 628812 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[60 (1671221164469387264)]} 0 0
   [junit4]   2> 628813 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[61 (1671221164470435840)]} 0 0
   [junit4]   2> 628814 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[62 (1671221164470435841)]} 0 0
   [junit4]   2> 628814 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[63 (1671221164471484416)]} 0 0
   [junit4]   2> 628825 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[64 (1671221164472532992)]} 0 10
   [junit4]   2> 628826 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[65 (1671221164483018752)]} 0 0
   [junit4]   2> 628827 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[66 (1671221164484067328)]} 0 0
   [junit4]   2> 628828 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[67 (1671221164485115904)]} 0 0
   [junit4]   2> 628828 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[68 (1671221164486164480)]} 0 0
   [junit4]   2> 628829 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[69 (1671221164487213056)]} 0 0
   [junit4]   2> 628830 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[70 (1671221164488261632)]} 0 0
   [junit4]   2> 628831 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[71 (1671221164488261633)]} 0 0
   [junit4]   2> 628832 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[72 (1671221164489310208)]} 0 0
   [junit4]   2> 628833 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[73 (1671221164490358784)]} 0 0
   [junit4]   2> 628833 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[74 (1671221164491407360)]} 0 0
   [junit4]   2> 628834 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[75 (1671221164491407361)]} 0 0
   [junit4]   2> 628838 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[76 (1671221164492455936)]} 0 3
   [junit4]   2> 628842 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[77 (1671221164496650240)]} 0 3
   [junit4]   2> 628843 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[78 (1671221164501893120)]} 0 0
   [junit4]   2> 628844 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[79 (1671221164501893121)]} 0 0
   [junit4]   2> 628845 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[80 (1671221164502941696)]} 0 0
   [junit4]   2> 628845 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[81 (1671221164503990272)]} 0 0
   [junit4]   2> 628846 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[82 (1671221164503990273)]} 0 0
   [junit4]   2> 628846 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[83 (1671221164505038848)]} 0 0
   [junit4]   2> 628847 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[84 (1671221164506087424)]} 0 0
   [junit4]   2> 628848 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[85 (1671221164506087425)]} 0 0
   [junit4]   2> 628848 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[86 (1671221164507136000)]} 0 0
   [junit4]   2> 628849 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[87 (1671221164508184576)]} 0 0
   [junit4]   2> 628850 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[88 (1671221164508184577)]} 0 0
   [junit4]   2> 628850 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[89 (1671221164509233152)]} 0 0
   [junit4]   2> 628979 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[90 (1671221164510281728)]} 0 128
   [junit4]   2> 628980 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[91 (1671221164645548032)]} 0 0
   [junit4]   2> 628981 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[92 (1671221164646596608)]} 0 0
   [junit4]   2> 628982 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[93 (1671221164647645184)]} 0 0
   [junit4]   2> 628983 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[94 (1671221164647645185)]} 0 0
   [junit4]   2> 628983 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[95 (1671221164648693760)]} 0 0
   [junit4]   2> 628984 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[96 (1671221164649742336)]} 0 0
   [junit4]   2> 628985 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[97 (1671221164649742337)]} 0 0
   [junit4]   2> 628993 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[98 (1671221164651839488)]} 0 6
   [junit4]   2> 628994 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[99 (1671221164660228096)]} 0 0
   [junit4]   2> 628995 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[100 (1671221164660228097)]} 0 0
   [junit4]   2> 628996 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[101 (1671221164661276672)]} 0 0
   [junit4]   2> 628996 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[102 (1671221164662325248)]} 0 0
   [junit4]   2> 629000 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[103 (1671221164663373824)]} 0 3
   [junit4]   2> 629001 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[104 (1671221164666519552)]} 0 0
   [junit4]   2> 629002 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[105 (1671221164667568128)]} 0 0
   [junit4]   2> 629002 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[106 (1671221164668616704)]} 0 0
   [junit4]   2> 629003 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[107 (1671221164669665280)]} 0 0
   [junit4]   2> 629004 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[108 (1671221164669665281)]} 0 0
   [junit4]   2> 629004 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[109 (1671221164670713856)]} 0 0
   [junit4]   2> 629012 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[110 (1671221164678053888)]} 0 0
   [junit4]   2> 629013 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[111 (1671221164679102464)]} 0 0
   [junit4]   2> 629013 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[112 (1671221164680151040)]} 0 0
   [junit4]   2> 629014 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[71E027492A4625EE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[113 (1671221164681199616)]} 0 0
   [junit4]   2> 629015 INFO  (TEST-Test

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

de, TestSweetSpotSimilarityFactory, TestExactStatsCache, AuditLoggerIntegrationTest, MultiDestinationAuditLoggerTest, PKIAuthenticationIntegrationTest, TestZkAclsWithHadoopAuth, CacheHeaderTest, DirectSolrConnectionTest, HttpSolrCallGetCoreTest, ConjunctionSolrSpellCheckerTest, FileBasedSpellCheckerTest, IndexBasedSpellCheckerTest, SpellCheckCollatorWithCollapseTest, TestSuggestSpellingConverter, SuggesterFSTTest, SuggesterTSTTest, TestFreeTextSuggestions, BlockDirectoryTest, DocumentBuilderTest, MaxSizeAutoCommitTest, PeerSyncWithLeaderTest]
   [junit4] Completed [860/914 (2!)] on J1 in 6.62s, 1 test, 1 failure <<< FAILURES!

[...truncated 48444 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /tmp/ecj887322371
 [ecj-lint] Compiling 1019 source files to /tmp/ecj887322371
 [ecj-lint] invalid Class-Path header in manifest of jar file: /home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.4.0.jar
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/handler/TestContainerPlugin.java (at line 23)
 [ecj-lint] 	import java.util.Collections;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Collections is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/handler/admin/MetricsHandlerTest.java (at line 380)
 [ecj-lint] 	MetricsHandler handler = new MetricsHandler(h.getCoreContainer());
 [ecj-lint] 	               ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 76)
 [ecj-lint] 	new JavaBinCodec(new BinaryResponseWriter.Resolver(null, null)).marshal(nl, baos);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/response/TestBinaryResponseWriter.java (at line 78)
 [ecj-lint] 	nl = (NamedList) new JavaBinCodec().unmarshal(new ByteArrayInputStream(byteBuffer.array(), 0, byteBuffer.limit()));
 [ecj-lint] 	                 ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 133)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] 6. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/schema/TestManagedSchema.java (at line 143)
 [ecj-lint] 	final CoreAdminHandler admin = new CoreAdminHandler(cores);
 [ecj-lint] 	                       ^^^^^
 [ecj-lint] Resource leak: 'admin' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 7. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 54)
 [ecj-lint] 	CaffeineCache<Integer, String> newLFUCache = new CaffeineCache<>();
 [ecj-lint] 	                               ^^^^^^^^^^^
 [ecj-lint] Resource leak: 'newLFUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 8. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/search/TestCaffeineCache.java (at line 152)
 [ecj-lint] 	CaffeineCache<String, String> cache = new CaffeineCache<String, String>() {
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 9. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/search/TestFastLRUCache.java (at line 335)
 [ecj-lint] 	FastLRUCache<String, Accountable> cache = new FastLRUCache<>();
 [ecj-lint] 	                                  ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 10. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/search/TestLFUCache.java (at line 465)
 [ecj-lint] 	LFUCache<String, String> cache = new LFUCache<>();
 [ecj-lint] 	                         ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 11. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 134)
 [ecj-lint] 	LRUCache<String, Accountable> accountableLRUCache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'accountableLRUCache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 12. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 195)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] 13. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/search/TestLRUCache.java (at line 266)
 [ecj-lint] 	LRUCache<String, Accountable> cache = new LRUCache<>();
 [ecj-lint] 	                              ^^^^^
 [ecj-lint] Resource leak: 'cache' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 14. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 73)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] 15. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/search/TestSolrFieldCacheBean.java (at line 86)
 [ecj-lint] 	SolrFieldCacheBean mbean = new SolrFieldCacheBean();
 [ecj-lint] 	                   ^^^^^
 [ecj-lint] Resource leak: 'mbean' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 16. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 231)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] 17. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/update/DirectUpdateHandlerTest.java (at line 291)
 [ecj-lint] 	DirectUpdateHandler2 duh2 = (DirectUpdateHandler2)updater;
 [ecj-lint] 	                     ^^^^
 [ecj-lint] Resource leak: 'duh2' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 18. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/update/UpdateParamsTest.java (at line 45)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 19. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/update/processor/SignatureUpdateProcessorFactoryTest.java (at line 331)
 [ecj-lint] 	UpdateRequestHandler h = new UpdateRequestHandler();
 [ecj-lint] 	                     ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 20. WARNING in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test/org/apache/solr/update/processor/UniqFieldsUpdateProcessorFactoryTest.java (at line 113)
 [ecj-lint] 	UpdateRequestHandler handler = new UpdateRequestHandler();
 [ecj-lint] 	                     ^^^^^^^
 [ecj-lint] Resource leak: 'handler' is never closed
 [ecj-lint] ----------
 [ecj-lint] 20 problems (1 error, 19 warnings)

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/build.xml:652: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/build.xml:101: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build.xml:644: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/lucene/common-build.xml:2133: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/lucene/common-build.xml:2166: Compile failed; see the compiler error output for details.

Total time: 299 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-8.6 - Build # 2 - Still Failing

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

All tests passed

Build Log:
[...truncated 12796 lines...]
    [javac] Compiling 1347 source files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/classes/java
    [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/java/org/apache/solr/handler/CdcrLeaderStateManager.java:41: error: cannot find symbol
    [javac] @Deprecated(since = "8.6")
    [javac]                     ^
    [javac]   symbol:   method since()
    [javac]   location: @interface Deprecated
    [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/java/org/apache/solr/handler/CdcrBufferStateManager.java:37: error: cannot find symbol
    [javac] @Deprecated(since = "8.6")
    [javac]                     ^
    [javac]   symbol:   method since()
    [javac]   location: @interface Deprecated
    [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/java/org/apache/solr/handler/CdcrProcessStateManager.java:41: error: cannot find symbol
    [javac] @Deprecated(since = "8.6")
    [javac]                     ^
    [javac]   symbol:   method since()
    [javac]   location: @interface Deprecated
    [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/java/org/apache/solr/handler/CdcrReplicator.java:44: error: cannot find symbol
    [javac] @Deprecated(since = "8.6")
    [javac]                     ^
    [javac]   symbol:   method since()
    [javac]   location: @interface Deprecated
    [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/java/org/apache/solr/handler/CdcrReplicatorManager.java:59: error: cannot find symbol
    [javac] @Deprecated(since = "8.6")
    [javac]                     ^
    [javac]   symbol:   method since()
    [javac]   location: @interface Deprecated
    [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/java/org/apache/solr/handler/CdcrRequestHandler.java:112: error: cannot find symbol
    [javac] @Deprecated(since = "8.6")
    [javac]                     ^
    [javac]   symbol:   method since()
    [javac]   location: @interface Deprecated
    [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/java/org/apache/solr/update/CdcrTransactionLog.java:48: error: cannot find symbol
    [javac] @Deprecated(since = "8.6")
    [javac]                     ^
    [javac]   symbol:   method since()
    [javac]   location: @interface Deprecated
    [javac] /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/java/org/apache/solr/update/processor/CdcrUpdateProcessor.java:41: error: cannot find symbol
    [javac] @Deprecated(since = "8.6")
    [javac]                     ^
    [javac]   symbol:   method since()
    [javac]   location: @interface Deprecated
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 8 errors

BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/build.xml:652: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/build.xml:578: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/build.xml:59: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build.xml:231: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/common-build.xml:550: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/common-build.xml:498: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/common-build.xml:393: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/lucene/common-build.xml:581: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/lucene/common-build.xml:2083: Compile failed; see the compiler error output for details.

Total time: 294 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any