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

[JENKINS] Lucene » Lucene-Solr-NightlyTests-8.x - Build # 369 - Still Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-NightlyTests-8.x/369/

3 tests failed.
FAILED:  org.apache.solr.s3.S3IncrementalBackupTest.testSimple

Error Message:
expected:<70> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<70> but was:<0>
	at __randomizedtesting.SeedInfo.seed([4AA907FE84B16973:721A2300A342BDA2]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.api.collections.AbstractIncrementalBackupTest.testSimple(AbstractIncrementalBackupTest.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.adobe.testing.s3mock.junit4.S3MockRule$1.evaluate(S3MockRule.java:66)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.search.TestReRankQParserPlugin.testMinExactCount

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([C9227FAF1B443BEE:BCA24537F499C599]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
	at org.apache.solr.search.TestReRankQParserPlugin.testMinExactCount(TestReRankQParserPlugin.java:694)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result/doc[2]/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" maxScore="0.0011321187" numFoundExact="true"><doc><str name="id">10</str><float name="score">4.4537134</float></doc><doc><str name="id">18</str><float name="score">0.0011321187</float></doc><doc><str name="id">19</str><float name="score">0.0011321187</float></doc><doc><str name="id">9</str><float name="score">0.0011321187</float></doc><doc><str name="id">11</str><float name="score">0.0011321187</float></doc><doc><str name="id">15</str><float name="score">0.0011321187</float></doc><doc><str name="id">16</str><float name="score">0.0011321187</float></doc><doc><str name="id">17</str><float name="score">0.0011321187</float></doc><doc><str name="id">12</str><float name="score">0.0011321187</float></doc><doc><str name="id">13</str><float name="score">0.0011321187</float></doc></result>
</response>

	request was:q=field_t:0&start=0&rows=10&fl=id,score&sort=score+desc,+id_p_i+asc&rq={!rerank+reRankQuery%3D$rrq+reRankDocs%3D20}&rrq=id:10
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
	... 45 more


FAILED:  org.apache.solr.s3.S3IncrementalBackupTest.testBackupIncremental

Error Message:
Error from server at http://127.0.0.1:35317/solr: Could not backup all shards

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35317/solr: Could not backup all shards
	at __randomizedtesting.SeedInfo.seed([4AA907FE84B16973:4D6CA835B859570E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.api.collections.AbstractIncrementalBackupTest$IncrementalBackupVerifier.backupThenWait(AbstractIncrementalBackupTest.java:477)
	at org.apache.solr.cloud.api.collections.AbstractIncrementalBackupTest$IncrementalBackupVerifier.incrementalBackupThenVerify(AbstractIncrementalBackupTest.java:487)
	at org.apache.solr.cloud.api.collections.AbstractIncrementalBackupTest.backupRestoreThenCheck(AbstractIncrementalBackupTest.java:373)
	at org.apache.solr.cloud.api.collections.AbstractIncrementalBackupTest.testBackupIncremental(AbstractIncrementalBackupTest.java:253)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.adobe.testing.s3mock.junit4.S3MockRule$1.evaluate(S3MockRule.java:66)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15967 lines...]
   [junit4] Suite: org.apache.solr.search.TestReRankQParserPlugin
   [junit4]   2> 4407025 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 4407025 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.search.TestReRankQParserPlugin_C9227FAF1B443BEE-001/data-dir-227-001
   [junit4]   2> 4407025 WARN  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 4407025 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4407027 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-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> 4407027 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4407028 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4407034 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4407052 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 4407052 WARN  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.c.SolrConfig solrconfig.xml: <boolTofilterOptimizer> is currently not implemented and has no effect.
   [junit4]   2> 4407052 WARN  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 4407054 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 4407059 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid field id
   [junit4]   2> 4408394 WARN  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_291]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_291]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:378) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:343) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.search.TestReRankQParserPlugin.beforeClass(TestReRankQParserPlugin.java:37) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291]
   [junit4]   2> 4408395 WARN  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_291]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_291]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1348) ~[?:1.8.0_291]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1380) ~[?:1.8.0_291]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:679) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.search.TestReRankQParserPlugin.beforeClass(TestReRankQParserPlugin.java:37) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_291]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_291]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_291]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_291]
   [junit4]   2> 4408396 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4408397 WARN  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@53fc3d6d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4408397 WARN  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@53fc3d6d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4408400 WARN  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@c1c112a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4408400 WARN  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@c1c112a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4408401 WARN  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-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> 4408453 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660300db
   [junit4]   2> 4408461 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660300db
   [junit4]   2> 4408461 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@660300db
   [junit4]   2> 4408463 INFO  (coreLoadExecutor-33730-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 4408471 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 4408490 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 4408490 WARN  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig solrconfig.xml: <boolTofilterOptimizer> is currently not implemented and has no effect.
   [junit4]   2> 4408490 WARN  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 4408493 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 4408498 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid field id
   [junit4]   2> 4408502 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 4408502 INFO  (coreLoadExecutor-33730-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@660300db
   [junit4]   2> 4408502 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J1/temp/solr.search.TestReRankQParserPlugin_C9227FAF1B443BEE-001/data-dir-227-001/]
   [junit4]   2> 4408503 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=101.1474609375, floorSegmentMB=1.607421875, forceMergeDeletesPctAllowed=14.625866353170359, segmentsPerTier=36.0, maxCFSSegmentSizeMB=1.6474609375, noCFSRatio=0.2002800452313614, deletesPctAllowed=49.255966449987824
   [junit4]   2> 4408608 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4408608 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4408609 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4408609 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4408610 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=33.0126953125, floorSegmentMB=2.04296875, forceMergeDeletesPctAllowed=14.142467941644941, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5349814810554676, deletesPctAllowed=29.914070394315928
   [junit4]   2> 4408610 WARN  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 4408611 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4408611 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=a_s,minQueryLength=3}
   [junit4]   2> 4408611 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/elevate.xml
   [junit4]   2> 4408614 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 4408614 INFO  (coreLoadExecutor-33730-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1708901885707026432
   [junit4]   2> 4408616 INFO  (searcherExecutor-33732-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 4408617 INFO  (SUITE-TestReRankQParserPlugin-seed#[C9227FAF1B443BEE]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 4408617 INFO  (searcherExecutor-33732-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4408621 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReRankQueriesWithDefType
   [junit4]   2> 4408621 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 4408622 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [     ] 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> 4408627 INFO  (searcherExecutor-33732-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4408627 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 4408629 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1708901885721706496)} 0 0
   [junit4]   2> 4408629 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 4408630 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1708901885723803648)]} 0 0
   [junit4]   2> 4408635 INFO  (searcherExecutor-33732-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4408636 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 4408636 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1708901885730095104)]} 0 0
   [junit4]   2> 4408646 INFO  (searcherExecutor-33732-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4408647 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 9
   [junit4]   2> 4408650 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={rq={!rerank+reRankQuery%3Did:2}&q=*:*} hits=2 status=0 QTime=3
   [junit4]   2> 4408651 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [     ] 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> 4408652 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [     ] 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> 4408653 INFO  (TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[C9227FAF1B443BEE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testReRankQueriesWithDefType
   [junit4]   2> 4408658 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[C9227FAF1B443BEE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter
   [junit4]   2> 4408658 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[C9227FAF1B443BEE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 4408658 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[C9227FAF1B443BEE]) [     ] 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> 4408680 INFO  (searcherExecutor-33732-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4408681 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 22
   [junit4]   2> 4408682 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1708901885777281024)} 0 0
   [junit4]   2> 4408682 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 4408683 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1708901885778329601)]} 0 0
   [junit4]   2> 4408689 INFO  (searcherExecutor-33732-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4408689 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 4408690 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1708901885785669632)]} 0 0
   [junit4]   2> 4408696 INFO  (searcherExecutor-33732-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4408696 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 4408697 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[C9227FAF1B443BEE]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching reRankQuery parameter is mandatory
   [junit4]   2> 4408697 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[C9227FAF1B443BEE]) [     ] 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> 4408698 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[C9227FAF1B443BEE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter
   [junit4]   2> 4408702 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[C9227FAF1B443BEE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReRankQParserPluginConstants
   [junit4]   2> 4408703 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[C9227FAF1B443BEE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 4408703 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[C9227FAF1B443BEE]) [     ] 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> 4408707 INFO  (searcherExecutor-33732-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4408707 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 4408708 INFO  (TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[C9227FAF1B443BEE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testReRankQParserPluginConstants
   [junit4]   2> 4408712 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testOverRank
   [junit4]   2> 4408713 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 4408713 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [     ] 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> 4408717 INFO  (searcherExecutor-33732-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4408717 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 4408718 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1708901885815029760)} 0 0
   [junit4]   2> 4408718 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 4408719 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1708901885817126912)]} 0 0
   [junit4]   2> 4408719 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1708901885817126913)]} 0 0
   [junit4]   2> 4408721 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1708901885818175488)]} 0 0
   [junit4]   2> 4408721 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1708901885819224064)]} 0 0
   [junit4]   2> 4408721 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1708901885819224065)]} 0 0
   [junit4]   2> 4408722 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1708901885819224066)]} 0 1
   [junit4]   2> 4408723 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1708901885821321216)]} 0 0
   [junit4]   2> 4408723 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1708901885821321217)]} 0 0
   [junit4]   2> 4408724 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1708901885821321218)]} 0 0
   [junit4]   2> 4408725 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1708901885823418368)]} 0 0
   [junit4]   2> 4408725 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1708901885823418369)]} 0 0
   [junit4]   2> 4408731 INFO  (searcherExecutor-33732-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4408731 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 4408732 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [     ] 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=0
   [junit4]   2> 4408738 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [     ] 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=5
   [junit4]   2> 4408740 INFO  (TEST-TestReRankQParserPlugin.testOverRank-seed#[C9227FAF1B443BEE]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testOverRank
   [junit4]   2> 4408744 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMinExactCount
   [junit4]   2> 4408744 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 4408744 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [     ] 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> 4408749 INFO  (searcherExecutor-33732-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 4408749 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 4408750 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1708901885848584192)} 0 0
   [junit4]   2> 4408757 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 7
   [junit4]   2> 4408759 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1708901885858021376)]} 0 1
   [junit4]   2> 4408760 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1708901885860118528)]} 0 0
   [junit4]   2> 4408763 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1708901885861167104)]} 0 2
   [junit4]   2> 4408764 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1708901885863264256)]} 0 0
   [junit4]   2> 4408765 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1708901885864312832)]} 0 0
   [junit4]   2> 4408767 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1708901885865361408)]} 0 2
   [junit4]   2> 4408768 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1708901885867458560)]} 0 0
   [junit4]   2> 4408769 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1708901885869555712)]} 0 0
   [junit4]   2> 4408772 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1708901885870604288)]} 0 1
   [junit4]   2> 4408773 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1708901885872701440)]} 0 0
   [junit4]   2> 4408774 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1708901885873750016)]} 0 0
   [junit4]   2> 4408776 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1708901885874798592)]} 0 1
   [junit4]   2> 4408777 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12 (1708901885876895744)]} 0 0
   [junit4]   2> 4408777 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13 (1708901885877944320)]} 0 0
   [junit4]   2> 4408780 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14 (1708901885878992896)]} 0 1
   [junit4]   2> 4408780 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15 (1708901885881090048)]} 0 0
   [junit4]   2> 4408781 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16 (1708901885882138624)]} 0 0
   [junit4]   2> 4408783 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17 (1708901885883187200)]} 0 1
   [junit4]   2> 4408784 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18 (1708901885885284352)]} 0 0
   [junit4]   2> 4408785 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19 (1708901885886332928)]} 0 0
   [junit4]   2> 4408787 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[20 (1708901885886332929)]} 0 1
   [junit4]   2> 4408788 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[21 (1708901885888430080)]} 0 0
   [junit4]   2> 4408789 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[22 (1708901885889478656)]} 0 0
   [junit4]   2> 4408791 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[23 (1708901885890527232)]} 0 1
   [junit4]   2> 4408792 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[24 (1708901885892624384)]} 0 0
   [junit4]   2> 4408793 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[25 (1708901885893672960)]} 0 0
   [junit4]   2> 4408795 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[26 (1708901885894721536)]} 0 1
   [junit4]   2> 4408796 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[27 (1708901885896818688)]} 0 0
   [junit4]   2> 4408797 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[28 (1708901885897867264)]} 0 0
   [junit4]   2> 4408799 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[29 (1708901885898915840)]} 0 1
   [junit4]   2> 4408800 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[30 (1708901885901012992)]} 0 0
   [junit4]   2> 4408800 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[31 (1708901885902061568)]} 0 0
   [junit4]   2> 4408802 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[32 (1708901885903110144)]} 0 1
   [junit4]   2> 4408803 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[33 (1708901885905207296)]} 0 0
   [junit4]   2> 4408804 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[34 (1708901885906255872)]} 0 0
   [junit4]   2> 4408807 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[35 (1708901885907304448)]} 0 2
   [junit4]   2> 4408808 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[36 (1708901885909401600)]} 0 0
   [junit4]   2> 4408809 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[37 (1708901885910450176)]} 0 0
   [junit4]   2> 4408811 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[38 (1708901885911498752)]} 0 1
   [junit4]   2> 4408812 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[39 (1708901885913595904)]} 0 0
   [junit4]   2> 4408813 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[40 (1708901885914644480)]} 0 0
   [junit4]   2> 4408815 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[41 (1708901885915693056)]} 0 1
   [junit4]   2> 4408816 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[42 (1708901885917790208)]} 0 0
   [junit4]   2> 4408816 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[43 (1708901885918838784)]} 0 0
   [junit4]   2> 4408819 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[44 (1708901885919887360)]} 0 1
   [junit4]   2> 4408820 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[45 (1708901885921984512)]} 0 0
   [junit4]   2> 4408820 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[46 (1708901885923033088)]} 0 0
   [junit4]   2> 4408823 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[47 (1708901885924081664)]} 0 1
   [junit4]   2> 4408823 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[48 (1708901885926178816)]} 0 0
   [junit4]   2> 4408824 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[49 (1708901885927227392)]} 0 0
   [junit4]   2> 4408826 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[50 (1708901885928275968)]} 0 1
   [junit4]   2> 4408827 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[51 (1708901885930373120)]} 0 0
   [junit4]   2> 4408828 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[52 (1708901885931421696)]} 0 0
   [junit4]   2> 4408830 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[53 (1708901885931421697)]} 0 1
   [junit4]   2> 4408831 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[54 (1708901885934567424)]} 0 0
   [junit4]   2> 4408832 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[55 (1708901885935616000)]} 0 0
   [junit4]   2> 4408834 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[56 (1708901885935616001)]} 0 1
   [junit4]   2> 4408835 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[57 (1708901885938761728)]} 0 0
   [junit4]   2> 4408836 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[58 (1708901885939810304)]} 0 0
   [junit4]   2> 4408838 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[59 (1708901885939810305)]} 0 1
   [junit4]   2> 4408839 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[60 (1708901885942956032)]} 0 0
   [junit4]   2> 4408840 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[61 (1708901885942956033)]} 0 0
   [junit4]   2> 4408842 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[62 (1708901885944004608)]} 0 1
   [junit4]   2> 4408843 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[63 (1708901885947150336)]} 0 0
   [junit4]   2> 4408844 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[64 (1708901885947150337)]} 0 0
   [junit4]   2> 4408846 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[65 (1708901885948198912)]} 0 1
   [junit4]   2> 4408847 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[66 (1708901885950296064)]} 0 0
   [junit4]   2> 4408848 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[67 (1708901885951344640)]} 0 0
   [junit4]   2> 4408850 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[68 (1708901885952393216)]} 0 1
   [junit4]   2> 4408851 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[69 (1708901885954490368)]} 0 0
   [junit4]   2> 4408853 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[70 (1708901885955538944)]} 0 1
   [junit4]   2> 4408856 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[71 (1708901885957636096)]} 0 2
   [junit4]   2> 4408857 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[72 (1708901885960781824)]} 0 0
   [junit4]   2> 4408858 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[73 (1708901885961830400)]} 0 0
   [junit4]   2> 4408860 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[74 (1708901885962878976)]} 0 2
   [junit4]   2> 4408861 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[75 (1708901885966024704)]} 0 0
   [junit4]   2> 4408862 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[76 (1708901885966024705)]} 0 0
   [junit4]   2> 4408864 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[77 (1708901885967073280)]} 0 2
   [junit4]   2> 4408865 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[78 (1708901885970219008)]} 0 0
   [junit4]   2> 4408866 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[79 (1708901885970219009)]} 0 0
   [junit4]   2> 4408868 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[80 (1708901885971267584)]} 0 2
   [junit4]   2> 4408869 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[81 (1708901885974413312)]} 0 0
   [junit4]   2> 4408870 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[82 (1708901885975461888)]} 0 0
   [junit4]   2> 4408872 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[83 (1708901885975461889)]} 0 2
   [junit4]   2> 4408873 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[84 (1708901885978607616)]} 0 0
   [junit4]   2> 4408874 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[85 (1708901885979656192)]} 0 0
   [junit4]   2> 4408876 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[86 (1708901885979656193)]} 0 2
   [junit4]   2> 4408877 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[87 (1708901885982801920)]} 0 0
   [junit4]   2> 4408878 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[88 (1708901885983850496)]} 0 0
   [junit4]   2> 4408880 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[89 (1708901885983850497)]} 0 2
   [junit4]   2> 4408881 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[90 (1708901885986996224)]} 0 0
   [junit4]   2> 4408882 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[91 (1708901885988044800)]} 0 0
   [junit4]   2> 4408885 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[92 (1708901885988044801)]} 0 2
   [junit4]   2> 4408886 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[93 (1708901885991190528)]} 0 0
   [junit4]   2> 4408886 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[94 (1708901885992239104)]} 0 0
   [junit4]   2> 4408958 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[95 (1708901885993287680)]} 0 71
   [junit4]   2> 4408960 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[96 (1708901886068785152)]} 0 0
   [junit4]   2> 4408960 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[97 (1708901886069833728)]} 0 0
   [junit4]   2> 4409050 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[98 (1708901886070882304)]} 0 89
   [junit4]   2> 4409062 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[99 (1708901886165254144)]} 0 11
   [junit4]   2> 4409068 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[100 (1708901886182031360)]} 0 4
   [junit4]   2> 4409070 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[101 (1708901886183079936)]} 0 2
   [junit4]   2> 4409071 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[102 (1708901886185177088)]} 0 0
   [junit4]   2> 4409072 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[103 (1708901886186225664)]} 0 0
   [junit4]   2> 4409074 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[104 (1708901886187274240)]} 0 1
   [junit4]   2> 4409075 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[105 (1708901886189371392)]} 0 0
   [junit4]   2> 4409076 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[106 (1708901886190419968)]} 0 0
   [junit4]   2> 4409078 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[107 (1708901886191468544)]} 0 1
   [junit4]   2> 4409079 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[108 (1708901886193565696)]} 0 0
   [junit4]   2> 4409079 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[109 (1708901886194614272)]} 0 0
   [junit4]   2> 4409082 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[110 (1708901886195662848)]} 0 1
   [junit4]   2> 4409082 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[111 (1708901886197760000)]} 0 0
   [junit4]   2> 4409083 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[112 (1708901886198808576)]} 0 0
   [junit4]   2> 4409085 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[113 (1708901886199857152)]} 0 1
   [junit4]   2> 4409086 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[114 (1708901886201954304)]} 0 0
   [junit4]   2> 4409087 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[115 (1708901886201954305)]} 0 0
   [junit4]   2> 4409089 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[116 (1708901886203002880)]} 0 1
   [junit4]   2> 4409090 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[117 (1708901886205100032)]} 0 0
   [junit4]   2> 4409091 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[118 (1708901886206148608)]} 0 0
   [junit4]   2> 4409093 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[119 (1708901886207197184)]} 0 1
   [junit4]   2> 4409094 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[120 (1708901886209294336)]} 0 0
   [junit4]   2> 4409094 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[121 (1708901886210342912)]} 0 0
   [junit4]   2> 4409097 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[122 (1708901886211391488)]} 0 1
   [junit4]   2> 4409097 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[123 (1708901886213488640)]} 0 0
   [junit4]   2> 4409098 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[124 (1708901886214537216)]} 0 0
   [junit4]   2> 4409100 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[125 (1708901886214537217)]} 0 1
   [junit4]   2> 4409101 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[126 (1708901886217682944)]} 0 0
   [junit4]   2> 4409102 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[127 (1708901886217682945)]} 0 0
   [junit4]   2> 4409104 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[128 (1708901886218731520)]} 0 1
   [junit4]   2> 4409105 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[129 (1708901886220828672)]} 0 0
   [junit4]   2> 4409106 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[130 (1708901886221877248)]} 0 0
   [junit4]   2> 4409108 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[131 (1708901886222925824)]} 0 1
   [junit4]   2> 4409109 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[C9227FAF1B443BEE]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[132 (1708901886225022976)]} 0 0
   [junit4]   2> 4409109 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-se

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

oolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 54101 ERROR (OverseerThreadFactory-49-thread-5-processing-n:127.0.0.1:35317_solr) [n:127.0.0.1:35317_solr c:backuprestore_testbackupincsimple_restore   ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: backuprestore_testbackupincsimple_restore operation: restore failed:java.lang.IllegalStateException: Backup id 0 was not found
   [junit4]   2> 	at org.apache.solr.core.backup.BackupManager.forRestore(BackupManager.java:118)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.RestoreCmd$RestoreContext.<init>(RestoreCmd.java:184)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.RestoreCmd$RestoreContext.<init>(RestoreCmd.java:143)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.RestoreCmd.call(RestoreCmd.java:98)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:271)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:524)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:218)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [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=S3IncrementalBackupTest -Dtests.method=testSimple -Dtests.seed=4AA907FE84B16973 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=et -Dtests.timezone=America/Cuiaba -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 6.64s J2 | S3IncrementalBackupTest.testSimple <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<70> but was:<0>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4AA907FE84B16973:721A2300A342BDA2]:0)
   [junit4]    > 	at org.apache.solr.cloud.api.collections.AbstractIncrementalBackupTest.testSimple(AbstractIncrementalBackupTest.java:176)
   [junit4]    > 	at com.adobe.testing.s3mock.junit4.S3MockRule$1.evaluate(S3MockRule.java:66)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 55072 WARN  (SUITE-S3IncrementalBackupTest-seed#[4AA907FE84B16973]-worker-SendThread(127.0.0.1:36769)) [    ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1072ae8e3a00009.
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1072ae8e3a00009, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 55395 WARN  (jetty-launcher-9-thread-2-SendThread(127.0.0.1:36769)) [    ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1072ae8e3a00006.
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1072ae8e3a00006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 55495 INFO  (jetty-closer-177-thread-2-processing-n:127.0.0.1:35317_solr) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6008ab9b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 55495 INFO  (jetty-closer-177-thread-2-processing-n:127.0.0.1:35317_solr) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5472691b{/solr,null,STOPPED}
   [junit4]   2> 55495 INFO  (jetty-closer-177-thread-2-processing-n:127.0.0.1:35317_solr) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 55497 INFO  (jetty-closer-177-thread-1-processing-n:127.0.0.1:35317_solr) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@13bda6f1{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 55498 INFO  (jetty-closer-177-thread-1-processing-n:127.0.0.1:35317_solr) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1db12cdf{/solr,null,STOPPED}
   [junit4]   2> 55498 INFO  (jetty-closer-177-thread-1-processing-n:127.0.0.1:35317_solr) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 55703 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/collections/backuprestore_testbackupinc/terms/shard2
   [junit4]   2> 	7	/solr/collections/backuprestore_testbackupinc/terms/shard1
   [junit4]   2> 	7	/solr/collections/backuprestore_testbackuprestoretooriginal/terms/shard2
   [junit4]   2> 	7	/solr/collections/backuprestore_testbackuprestoretooriginal/terms/shard1
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/collections/backuprestore_testbackupincsimple/terms/shard2
   [junit4]   2> 	3	/solr/collections/backuprestore_testbackupincsimple/terms/shard1
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/collections/backuprestore_testbackupincsimple/collectionprops.json
   [junit4]   2> 	2	/solr/configs/conf1
   [junit4]   2> 	2	/solr/collections/backuprestore_testbackuprestoretooriginal/collectionprops.json
   [junit4]   2> 	2	/solr/collections/backuprestore_testbackupincsimple_restore/terms/shard2
   [junit4]   2> 	2	/solr/collections/backuprestore_testbackupincsimple_restore/terms/shard1
   [junit4]   2> 	2	/solr/collections/backuprestore_testbackupinc/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	57	/solr/collections/backuprestore_testbackuprestoretooriginal/state.json
   [junit4]   2> 	31	/solr/collections/backuprestore_testbackupincsimple_restore/state.json
   [junit4]   2> 	30	/solr/collections/backuprestore_testbackupinc/state.json
   [junit4]   2> 	18	/solr/collections/backuprestore_testbackupincsimple/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	74	/solr/overseer/queue
   [junit4]   2> 	35	/solr/overseer/collection-queue-work
   [junit4]   2> 	15	/solr/collections
   [junit4]   2> 	10	/solr/collections/backuprestore_testbackuprestoretooriginal/state.json
   [junit4]   2> 	9	/solr/collections/backuprestore_testbackupincsimple_restore/state.json
   [junit4]   2> 	8	/solr/collections/backuprestore_testbackupincsimple/state.json
   [junit4]   2> 	8	/solr/collections/backuprestore_testbackupinc/state.json
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 55713 INFO  (SUITE-S3IncrementalBackupTest-seed#[4AA907FE84B16973]-worker) [n:127.0.0.1:35317_solr    ] o.e.j.s.AbstractConnector Stopped SslValidatingServerConnector@2bfbcef5{SSL, (ssl, http/1.1)}{0.0.0.0:0}
   [junit4]   2> 55714 INFO  (SUITE-S3IncrementalBackupTest-seed#[4AA907FE84B16973]-worker) [n:127.0.0.1:35317_solr    ] o.e.j.s.AbstractConnector Stopped ServerConnector@42006d31{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
   [junit4]   2> 55714 INFO  (SUITE-S3IncrementalBackupTest-seed#[4AA907FE84B16973]-worker) [n:127.0.0.1:35317_solr    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 55714 INFO  (SUITE-S3IncrementalBackupTest-seed#[4AA907FE84B16973]-worker) [n:127.0.0.1:35317_solr    ] o.e.j.s.h.C.application Destroying Spring FrameworkServlet 'dispatcherServlet'
   [junit4]   2> 55714 INFO  (SUITE-S3IncrementalBackupTest-seed#[4AA907FE84B16973]-worker) [n:127.0.0.1:35317_solr    ] o.e.j.s.h.ContextHandler Stopped o.s.b.w.e.j.JettyEmbeddedWebAppContext@27614ccd{application,/,[file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/contrib/solr-s3-repository/test/J2/temp/jetty-docbase.0.3899842040612928328/],STOPPED}
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/contrib/solr-s3-repository/test/J2/temp/solr.s3.S3IncrementalBackupTest_4AA907FE84B16973-001
   [junit4]   2> NOTE: test params are: codec=DeflateWithPresetCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=BEST_COMPRESSION, chunkSize=11360, maxDocsPerChunk=1022, blockShift=6), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=BEST_COMPRESSION, chunkSize=11360, maxDocsPerChunk=1022, blockSize=6)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=et, timezone=America/Cuiaba
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=245693192,total=509607936
   [junit4]   2> NOTE: All tests run in this JVM: [S3ReadWriteTest, S3IncrementalBackupTest]
   [junit4] Completed [7/7 (1!)] on J2 in 32.15s, 3 tests, 1 failure, 1 error <<< FAILURES!

[...truncated 44673 lines...]