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

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

Error Message:
Exception during query

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

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




Build Log:
[...truncated 16392 lines...]
   [junit4] Suite: org.apache.solr.search.TestReRankQParserPlugin
   [junit4]   2> 7792887 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 7792887 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 7792887 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J1/temp/solr.search.TestReRankQParserPlugin_40BE716EADE763DE-001/data-dir-262-001
   [junit4]   2> 7792887 WARN  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 7792888 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 7792889 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 7792890 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 7792898 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.1
   [junit4]   2> 7792959 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 7793022 ERROR (Finalizer) [     ] o.a.s.u.ConcurrentLFUCache 
ConcurrentLFUCache was not destroyed prior to finalize(), indicates a bug -- 
POSSIBLE RESOURCE LEAK!!!
   [junit4]   2> 7793105 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid field id
   [junit4]   2> 7798589 WARN  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.c.CoreContainer Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/userfiles].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/userfiles"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:1.8.0_191]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:884) 
~[?:1.8.0_191]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549) 
~[?:1.8.0_191]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_191]
   [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_191]
   [junit4]   2>        at 
java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_191]
   [junit4]   2>        at 
java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_191]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:366) [java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:331) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:169) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:816) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:667) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656) [java/:?]
   [junit4]   2>        at 
org.apache.solr.search.TestReRankQParserPlugin.beforeClass(TestReRankQParserPlugin.java:37)
 [test/:?]
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) ~[?:1.8.0_191]
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_191]
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_191]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498) 
~[?:1.8.0_191]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 7798591 WARN  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.f.DistribPackageStore Unable to create 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/filestore]
 directory in SOLR_HOME 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr].
  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access 
denied ("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied 
("java.io.FilePermission" 
"/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/filestore"
 "write")
   [junit4]   2>        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
 ~[?:1.8.0_191]
   [junit4]   2>        at 
java.security.AccessController.checkPermission(AccessController.java:884) 
~[?:1.8.0_191]
   [junit4]   2>        at 
java.lang.SecurityManager.checkPermission(SecurityManager.java:549) 
~[?:1.8.0_191]
   [junit4]   2>        at 
java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_191]
   [junit4]   2>        at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_191]
   [junit4]   2>        at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_191]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:523)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:77)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) 
[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:667) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:170) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:142) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:148) [java/:?]
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.<init>(TestHarness.java:111) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:816) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:806) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:667) [java/:?]
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:656) [java/:?]
   [junit4]   2>        at 
org.apache.solr.search.TestReRankQParserPlugin.beforeClass(TestReRankQParserPlugin.java:37)
 [test/:?]
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) ~[?:1.8.0_191]
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_191]
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_191]
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498) 
~[?:1.8.0_191]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
 [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 7798592 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 7798592 WARN  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 7798594 WARN  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@a173f49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7798594 WARN  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@a173f49[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7798608 WARN  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 7798609 WARN  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6f57f460[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7798609 WARN  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6f57f460[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 7798611 WARN  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-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> 7798659 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 7798659 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 7798722 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70b1e263
   [junit4]   2> 7798771 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70b1e263
   [junit4]   2> 7798771 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@70b1e263
   [junit4]   2> 7798795 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.1
   [junit4]   2> 7798849 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 7798999 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid 
field id
   [junit4]   2> 7799003 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 7799003 INFO  (coreLoadExecutor-86220-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@70b1e263
   [junit4]   2> 7799004 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J1/temp/solr.search.TestReRankQParserPlugin_40BE716EADE763DE-001/data-dir-262-001/]
   [junit4]   2> 7799013 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=1.810546875, 
floorSegmentMB=1.2392578125, forceMergeDeletesPctAllowed=29.938160666790832, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.20263249353888446, deletesPctAllowed=20.178324188888027
   [junit4]   2> 7799138 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 7799138 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 7799152 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 7799152 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 7799153 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=86.1240234375, 
floorSegmentMB=1.337890625, forceMergeDeletesPctAllowed=28.495509431045626, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=0.8408203125, 
noCFSRatio=0.6084948852984843, deletesPctAllowed=35.527535906797695
   [junit4]   2> 7799154 WARN  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf
 ; switching to use InMemory storage instead.
   [junit4]   2> 7799155 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 7799155 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=a_s,minQueryLength=3}
   [junit4]   2> 7799156 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/core/src/test-files/solr/collection1/conf/elevate.xml
   [junit4]   2> 7799173 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 7799173 INFO  (coreLoadExecutor-86220-thread-1) [    
x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1673947979727241216
   [junit4]   2> 7799175 INFO  
(searcherExecutor-86222-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 7799176 INFO  
(searcherExecutor-86222-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 7799177 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 7799195 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting testOverRank
   [junit4]   2> 7799196 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [     ] 
o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 7799196 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [     ] 
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> 7799210 INFO  
(searcherExecutor-86222-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 7799210 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 14
   [junit4]   2> 7799234 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{deleteByQuery=*:* (-1673947979768135680)} 0 21
   [junit4]   2> 7799234 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 0
   [junit4]   2> 7799235 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1673947979791204353)]} 0 0
   [junit4]   2> 7799236 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[2 (1673947979793301504)]} 0 0
   [junit4]   2> 7799236 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[3 (1673947979793301505)]} 0 0
   [junit4]   2> 7799237 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[4 (1673947979793301506)]} 0 0
   [junit4]   2> 7799237 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[5 (1673947979794350080)]} 0 0
   [junit4]   2> 7799237 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[6 (1673947979794350081)]} 0 0
   [junit4]   2> 7799238 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[7 (1673947979795398656)]} 0 0
   [junit4]   2> 7799238 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[8 (1673947979795398657)]} 0 0
   [junit4]   2> 7799239 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9 (1673947979795398658)]} 0 0
   [junit4]   2> 7799239 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[10 (1673947979796447232)]} 0 0
   [junit4]   2> 7799239 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[11 (1673947979796447233)]} 0 0
   [junit4]   2> 7799256 INFO  
(searcherExecutor-86222-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 7799256 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 16
   [junit4]   2> 7799260 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [     ] 
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=4
   [junit4]   2> 7799271 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [     ] 
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=1
   [junit4]   2> 7799273 INFO  
(TEST-TestReRankQParserPlugin.testOverRank-seed#[40BE716EADE763DE]) [     ] 
o.a.s.SolrTestCaseJ4 ###Ending testOverRank
   [junit4]   2> 7799296 INFO  
(TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[40BE716EADE763DE])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting 
testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter
   [junit4]   2> 7799296 INFO  
(TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[40BE716EADE763DE])
 [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS 
FROM INDEX
   [junit4]   2> 7799297 INFO  
(TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[40BE716EADE763DE])
 [     ] 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> 7799311 INFO  
(searcherExecutor-86222-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 7799311 INFO  
(TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{commit=} 0 14
   [junit4]   2> 7799312 INFO  
(TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{deleteByQuery=*:* (-1673947979872993280)} 0 0
   [junit4]   2> 7799313 INFO  
(TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 7799314 INFO  
(TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[1 (1673947979874041857)]} 0 0
   [junit4]   2> 7799373 INFO  
(searcherExecutor-86222-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 7799374 INFO  
(TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{commit=} 0 59
   [junit4]   2> 7799375 INFO  
(TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[2 (1673947979938004992)]} 0 1
   [junit4]   2> 7799389 INFO  
(searcherExecutor-86222-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 7799389 INFO  
(TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{commit=} 0 13
   [junit4]   2> 7799390 INFO  
(TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[40BE716EADE763DE])
 [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching reRankQuery 
parameter is mandatory
   [junit4]   2> 7799390 INFO  
(TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[40BE716EADE763DE])
 [     ] 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> 7799391 INFO  
(TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[40BE716EADE763DE])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending 
testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter
   [junit4]   2> 7799423 INFO  
(TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[40BE716EADE763DE])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testReRankQParserPluginConstants
   [junit4]   2> 7799423 INFO  
(TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[40BE716EADE763DE])
 [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS 
FROM INDEX
   [junit4]   2> 7799424 INFO  
(TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[40BE716EADE763DE])
 [     ] 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> 7799430 INFO  
(searcherExecutor-86222-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 7799430 INFO  
(TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 7799431 INFO  
(TEST-TestReRankQParserPlugin.testReRankQParserPluginConstants-seed#[40BE716EADE763DE])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testReRankQParserPluginConstants
   [junit4]   2> 7799459 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testReRankQueriesWithDefType
   [junit4]   2> 7799459 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS 
FROM INDEX
   [junit4]   2> 7799460 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [     ] 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> 7799466 INFO  
(searcherExecutor-86222-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 7799466 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{commit=} 0 6
   [junit4]   2> 7799467 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{deleteByQuery=*:* (-1673947980034473984)} 0 0
   [junit4]   2> 7799467 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 7799469 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[1 (1673947980036571136)]} 0 0
   [junit4]   2> 7799489 INFO  
(searcherExecutor-86222-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 7799489 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{commit=} 0 20
   [junit4]   2> 7799490 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{add=[2 (1673947980059639808)]} 0 0
   [junit4]   2> 7799507 INFO  
(searcherExecutor-86222-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 7799507 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  
webapp=null path=null params={}{commit=} 0 16
   [junit4]   2> 7799508 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={rq={!rerank+reRankQuery%3Did:2}&q=*:*} hits=2 status=0 QTime=0
   [junit4]   2> 7799509 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [     ] 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> 7799510 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [     ] 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> 7799511 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueriesWithDefType-seed#[40BE716EADE763DE])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testReRankQueriesWithDefType
   [junit4]   2> 7799517 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [     
] o.a.s.SolrTestCaseJ4 ###Starting testMinExactCount
   [junit4]   2> 7799517 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [     
] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 7799518 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [     
] 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> 7799568 INFO  
(searcherExecutor-86222-thread-1-processing-x:collection1) [    x:collection1 ] 
o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 7799577 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 59
   [junit4]   2> 7799579 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{deleteByQuery=*:* (-1673947980151914496)} 0 0
   [junit4]   2> 7799579 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 0
   [junit4]   2> 7799595 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0 (1673947980154011648)]} 0 14
   [junit4]   2> 7799596 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1 (1673947980170788864)]} 0 0
   [junit4]   2> 7799606 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[2 (1673947980171837440)]} 0 9
   [junit4]   2> 7799607 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[3 (1673947980182323200)]} 0 0
   [junit4]   2> 7799608 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[4 (1673947980183371776)]} 0 0
   [junit4]   2> 7799609 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[5 (1673947980184420352)]} 0 0
   [junit4]   2> 7799618 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[6 (1673947980193857536)]} 0 0
   [junit4]   2> 7799619 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[7 (1673947980194906112)]} 0 0
   [junit4]   2> 7799620 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[8 (1673947980195954688)]} 0 0
   [junit4]   2> 7799621 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9 (1673947980197003264)]} 0 0
   [junit4]   2> 7799630 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[10 (1673947980198051840)]} 0 8
   [junit4]   2> 7799643 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[11 (1673947980207489024)]} 0 11
   [junit4]   2> 7799644 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[12 (1673947980220071936)]} 0 0
   [junit4]   2> 7799645 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[13 (1673947980221120512)]} 0 0
   [junit4]   2> 7799646 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[14 (1673947980222169088)]} 0 0
   [junit4]   2> 7799647 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[15 (1673947980223217664)]} 0 0
   [junit4]   2> 7799648 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[16 (1673947980224266240)]} 0 0
   [junit4]   2> 7799648 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[17 (1673947980225314816)]} 0 0
   [junit4]   2> 7799649 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[18 (1673947980226363392)]} 0 0
   [junit4]   2> 7799650 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[19 (1673947980227411968)]} 0 0
   [junit4]   2> 7799663 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[20 (1673947980241043456)]} 0 0
   [junit4]   2> 7799664 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[21 (1673947980242092032)]} 0 0
   [junit4]   2> 7799665 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[22 (1673947980242092033)]} 0 0
   [junit4]   2> 7799681 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[23 (1673947980243140608)]} 0 16
   [junit4]   2> 7799683 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[24 (1673947980260966400)]} 0 0
   [junit4]   2> 7799704 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[25 (1673947980284035072)]} 0 0
   [junit4]   2> 7799705 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[26 (1673947980285083648)]} 0 0
   [junit4]   2> 7799706 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[27 (1673947980285083649)]} 0 0
   [junit4]   2> 7799707 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[28 (1673947980286132224)]} 0 0
   [junit4]   2> 7799724 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[29 (1673947980287180800)]} 0 16
   [junit4]   2> 7799725 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[30 (1673947980305006592)]} 0 0
   [junit4]   2> 7799726 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[31 (1673947980306055168)]} 0 0
   [junit4]   2> 7799727 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[32 (1673947980307103744)]} 0 0
   [junit4]   2> 7799728 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[33 (1673947980308152320)]} 0 0
   [junit4]   2> 7799749 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[34 (1673947980330172416)]} 0 0
   [junit4]   2> 7799765 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[35 (1673947980331220992)]} 0 16
   [junit4]   2> 7799767 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[36 (1673947980349046784)]} 0 0
   [junit4]   2> 7799767 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[37 (1673947980350095360)]} 0 0
   [junit4]   2> 7799768 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[38 (1673947980351143936)]} 0 0
   [junit4]   2> 7799769 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[39 (1673947980352192512)]} 0 0
   [junit4]   2> 7799770 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[40 (1673947980353241088)]} 0 0
   [junit4]   2> 7799771 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[41 (1673947980353241089)]} 0 0
   [junit4]   2> 7799772 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[42 (1673947980354289664)]} 0 0
   [junit4]   2> 7799781 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[43 (1673947980355338240)]} 0 8
   [junit4]   2> 7799782 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[44 (1673947980364775424)]} 0 0
   [junit4]   2> 7799783 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[45 (1673947980365824000)]} 0 0
   [junit4]   2> 7799783 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[46 (1673947980366872576)]} 0 0
   [junit4]   2> 7799788 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[47 (1673947980367921152)]} 0 3
   [junit4]   2> 7799789 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[48 (1673947980372115456)]} 0 0
   [junit4]   2> 7799802 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[49 (1673947980385746944)]} 0 0
   [junit4]   2> 7799803 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[50 (1673947980386795520)]} 0 0
   [junit4]   2> 7799804 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[51 (1673947980387844096)]} 0 0
   [junit4]   2> 7799805 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[52 (1673947980388892672)]} 0 0
   [junit4]   2> 7799806 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[53 (1673947980389941248)]} 0 0
   [junit4]   2> 7799806 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[54 (1673947980390989824)]} 0 0
   [junit4]   2> 7799807 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[55 (1673947980392038400)]} 0 0
   [junit4]   2> 7799808 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[56 (1673947980393086976)]} 0 0
   [junit4]   2> 7799817 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[57 (1673947980393086977)]} 0 0
   [junit4]   2> 7799818 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[58 (1673947980403572736)]} 0 0
   [junit4]   2> 7799824 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[59 (1673947980403572737)]} 0 6
   [junit4]   2> 7799826 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[60 (1673947980410912768)]} 0 0
   [junit4]   2> 7799827 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[61 (1673947980411961344)]} 0 0
   [junit4]   2> 7799827 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[62 (1673947980413009920)]} 0 0
   [junit4]   2> 7799828 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[63 (1673947980414058496)]} 0 0
   [junit4]   2> 7799829 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[64 (1673947980415107072)]} 0 0
   [junit4]   2> 7799842 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[65 (1673947980428738560)]} 0 0
   [junit4]   2> 7799843 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[66 (1673947980429787136)]} 0 0
   [junit4]   2> 7799844 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[67 (1673947980430835712)]} 0 0
   [junit4]   2> 7799845 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[68 (1673947980430835713)]} 0 0
   [junit4]   2> 7799846 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[69 (1673947980431884288)]} 0 0
   [junit4]   2> 7799847 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[70 (1673947980432932864)]} 0 0
   [junit4]   2> 7799863 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[71 (1673947980433981440)]} 0 16
   [junit4]   2> 7799864 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[72 (1673947980451807232)]} 0 0
   [junit4]   2> 7799865 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[73 (1673947980452855808)]} 0 0
   [junit4]   2> 7799866 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[74 (1673947980453904384)]} 0 0
   [junit4]   2> 7799867 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[75 (1673947980454952960)]} 0 0
   [junit4]   2> 7799868 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[76 (1673947980454952961)]} 0 0
   [junit4]   2> 7799869 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[77 (1673947980456001536)]} 0 0
   [junit4]   2> 7799870 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[78 (1673947980457050112)]} 0 0
   [junit4]   2> 7799879 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[79 (1673947980466487296)]} 0 0
   [junit4]   2> 7799880 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[80 (1673947980467535872)]} 0 0
   [junit4]   2> 7799881 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[81 (1673947980468584448)]} 0 0
   [junit4]   2> 7799882 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[82 (1673947980469633024)]} 0 0
   [junit4]   2> 7799886 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[83 (1673947980470681600)]} 0 4
   [junit4]   2> 7799900 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[84 (1673947980488507392)]} 0 0
   [junit4]   2> 7799900 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[85 (1673947980489555968)]} 0 0
   [junit4]   2> 7799901 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[86 (1673947980490604544)]} 0 0
   [junit4]   2> 7799902 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[87 (1673947980491653120)]} 0 0
   [junit4]   2> 7799903 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[88 (1673947980492701696)]} 0 0
   [junit4]   2> 7799904 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[89 (1673947980492701697)]} 0 0
   [junit4]   2> 7799905 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[90 (1673947980493750272)]} 0 0
   [junit4]   2> 7799906 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[91 (1673947980494798848)]} 0 0
   [junit4]   2> 7799927 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[92 (1673947980495847424)]} 0 20
   [junit4]   2> 7799928 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[93 (1673947980517867520)]} 0 0
   [junit4]   2> 7799929 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[94 (1673947980518916096)]} 0 0
   [junit4]   2> 7799984 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[95 (1673947980519964672)]} 0 54
   [junit4]   2> 7799985 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[96 (1673947980577636352)]} 0 0
   [junit4]   2> 7799986 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[97 (1673947980578684928)]} 0 0
   [junit4]   2> 7799987 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[98 (1673947980579733504)]} 0 0
   [junit4]   2> 7799988 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[99 (1673947980580782080)]} 0 0
   [junit4]   2> 7799988 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[100 (1673947980581830656)]} 0 0
   [junit4]   2> 7799989 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[101 (1673947980582879232)]} 0 0
   [junit4]   2> 7799990 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[102 (1673947980583927808)]} 0 0
   [junit4]   2> 7799991 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[103 (1673947980584976384)]} 0 0
   [junit4]   2> 7800000 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[104 (1673947980586024960)]} 0 8
   [junit4]   2> 7800001 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[105 (1673947980595462144)]} 0 0
   [junit4]   2> 7800002 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[106 (1673947980596510720)]} 0 0
   [junit4]   2> 7800057 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[107 (1673947980596510721)]} 0 54
   [junit4]   2> 7800059 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[108 (1673947980655230976)]} 0 1
   [junit4]   2> 7800060 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[109 (1673947980656279552)]} 0 0
   [junit4]   2> 7800060 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[110 (1673947980657328128)]} 0 0
   [junit4]   2> 7800061 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[111 (1673947980658376704)]} 0 0
   [junit4]   2> 7800062 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[112 (1673947980659425280)]} 0 0
   [junit4]   2> 7800063 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[113 (1673947980660473856)]} 0 0
   [junit4]   2> 7800064 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[114 (1673947980660473857)]} 0 0
   [junit4]   2> 7800077 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[115 (1673947980661522432)]} 0 12
   [junit4]   2> 7800078 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[116 (1673947980675153920)]} 0 0
   [junit4]   2> 7800079 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[117 (1673947980676202496)]} 0 0
   [junit4]   2> 7800080 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[118 (1673947980677251072)]} 0 0
   [junit4]   2> 7800084 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[119 (1673947980678299648)]} 0 4
   [junit4]   2> 7800094 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[120 (1673947980683542528)]} 0 9
   [junit4]   2> 7800095 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[121 (1673947980692979712)]} 0 0
   [junit4]   2> 7800095 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[122 (1673947980694028288)]} 0 0
   [junit4]   2> 7800096 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[123 (1673947980695076864)]} 0 0
   [junit4]   2> 7800097 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[124 (1673947980696125440)]} 0 0
   [junit4]   2> 7800098 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[125 (1673947980697174016)]} 0 0
   [junit4]   2> 7800099 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[126 (1673947980697174017)]} 0 0
   [junit4]   2> 7800100 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[127 (1673947980698222592)]} 0 0
   [junit4]   2> 7800101 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[128 (1673947980699271168)]} 0 0
   [junit4]   2> 7800114 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[129 (1673947980700319744)]} 0 12
   [junit4]   2> 7800115 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[130 (1673947980713951232)]} 0 0
   [junit4]   2> 7800120 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[131 (1673947980714999808)]} 0 5
   [junit4]   2> 7800131 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[132 (1673947980721291264)]} 0 9
   [junit4]   2> 7800132 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[133 (1673947980731777024)]} 0 0
   [junit4]   2> 7800133 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[134 (1673947980732825600)]} 0 0
   [junit4]   2> 7800133 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[135 (1673947980733874176)]} 0 0
   [junit4]   2> 7800147 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[136 (1673947980747505664)]} 0 0
   [junit4]   2> 7800148 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[137 (1673947980748554240)]} 0 0
   [junit4]   2> 7800148 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[138 (1673947980749602816)]} 0 0
   [junit4]   2> 7800149 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[139 (1673947980750651392)]} 0 0
   [junit4]   2> 7800150 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[140 (1673947980751699968)]} 0 0
   [junit4]   2> 7800151 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[141 (1673947980752748544)]} 0 0
   [junit4]   2> 7800152 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[142 (1673947980752748545)]} 0 0
   [junit4]   2> 7800170 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[143 (1673947980753797120)]} 0 17
   [junit4]   2> 7800184 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[144 (1673947980786302976)]} 0 0
   [junit4]   2> 7800185 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[145 (1673947980787351552)]} 0 0
   [junit4]   2> 7800186 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[146 (1673947980788400128)]} 0 0
   [junit4]   2> 7800186 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[147 (1673947980789448704)]} 0 0
   [junit4]   2> 7800187 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[148 (1673947980790497280)]} 0 0
   [junit4]   2> 7800188 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[149 (1673947980791545856)]} 0 0
   [junit4]   2> 7800189 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[150 (1673947980791545857)]} 0 0
   [junit4]   2> 7800190 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[151 (1673947980792594432)]} 0 0
   [junit4]   2> 7800191 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[152 (1673947980793643008)]} 0 0
   [junit4]   2> 7800204 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[153 (1673947980807274496)]} 0 0
   [junit4]   2> 7800205 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[154 (1673947980808323072)]} 0 0
   [junit4]   2> 7800218 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[155 (1673947980809371648)]} 0 13
   [junit4]   2> 7800219 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[156 (1673947980823003136)]} 0 0
   [junit4]   2> 7800220 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[157 (1673947980825100288)]} 0 0
   [junit4]   2> 7800221 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[158 (1673947980825100289)]} 0 0
   [junit4]   2> 7800222 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[159 (1673947980826148864)]} 0 0
   [junit4]   2> 7800223 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[160 (1673947980827197440)]} 0 0
   [junit4]   2> 7800232 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[161 (1673947980828246016)]} 0 8
   [junit4]   2> 7800233 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[162 (1673947980837683200)]} 0 0
   [junit4]   2> 7800234 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[163 (1673947980838731776)]} 0 0
   [junit4]   2> 7800234 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[164 (1673947980839780352)]} 0 0
   [junit4]   2> 7800235 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[165 (1673947980840828928)]} 0 0
   [junit4]   2> 7800236 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[166 (1673947980841877504)]} 0 0
   [junit4]   2> 7800253 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[167 (1673947980841877505)]} 0 16
   [junit4]   2> 7800254 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[168 (1673947980859703296)]} 0 0
   [junit4]   2> 7800255 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[169 (1673947980861800448)]} 0 0
   [junit4]   2> 7800256 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[170 (1673947980861800449)]} 0 0
   [junit4]   2> 7800257 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[171 (1673947980862849024)]} 0 0
   [junit4]   2> 7800258 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[172 (1673947980863897600)]} 0 0
   [junit4]   2> 7800259 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[173 (1673947980864946176)]} 0 0
   [junit4]   2> 7800259 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[174 (1673947980865994752)]} 0 0
   [junit4]   2> 7800269 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[175 (1673947980875431936)]} 0 8
   [junit4]   2> 7800269 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[176 (1673947980876480512)]} 0 0
   [junit4]   2> 7800270 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[177 (1673947980877529088)]} 0 0
   [junit4]   2> 7800271 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[178 (1673947980878577664)]} 0 0
   [junit4]   2> 7800284 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[179 (1673947980878577665)]} 0 12
   [junit4]   2> 7800286 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[180 (1673947980893257728)]} 0 0
   [junit4]   2> 7800286 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[181 (1673947980894306304)]} 0 0
   [junit4]   2> 7800287 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[182 (1673947980895354880)]} 0 0
   [junit4]   2> 7800296 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[183 (1673947980896403456)]} 0 8
   [junit4]   2> 7800297 INFO  
(TEST-TestReRankQParserPlugin.testMinExactCount-seed#[40BE716EADE763DE]) [    
x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[184 (16739479

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

0&rqq=id:1^1000&fl=id,score&start=4&rows=5} hits=6 status=0 QTime=0
   [junit4]   2> 7800696 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueries-seed#[40BE716EADE763DE]) [     
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D6+reRankWeight%3D2}&q=id:1^10+id:2^20+id:3^30+id:4^40+id:5^50&rqq=id:1^1000&fl=id,score&start=0&rows=1}
 hits=5 status=0 QTime=0
   [junit4]   2> 7800697 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueries-seed#[40BE716EADE763DE]) [     
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={rq={!rerank+reRankQuery%3D$rqq+reRankDocs%3D3+reRankWeight%3D2}&q=term_s:NNNN&rqq=id:1^1000&fl=id,score&start=4&rows=5}
 hits=0 status=0 QTime=0
   [junit4]   2> 7800698 INFO  
(TEST-TestReRankQParserPlugin.testReRankQueries-seed#[40BE716EADE763DE]) [     
] o.a.s.SolrTestCaseJ4 ###Ending testReRankQueries
   [junit4]   2> 7800698 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 7800698 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=249365215
   [junit4]   2> 7800719 INFO  (coreCloseExecutor-86228-thread-1) [     ] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@34a363f6
   [junit4]   2> 7800719 INFO  (coreCloseExecutor-86228-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1 tag=SolrCore@34a363f6
   [junit4]   2> 7800719 INFO  (coreCloseExecutor-86228-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7b9fecef: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1/com.codahale.metrics.MetricRegistry@47bb2f3
   [junit4]   2> 7800766 INFO  (coreCloseExecutor-86228-thread-1) [     ] 
o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED 
(unnecessary).
   [junit4]   2> 7800767 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 7800767 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3fdd536e: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry 
solr.node/com.codahale.metrics.MetricRegistry@31804b4b
   [junit4]   2> 7800774 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 7800774 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@38261d69: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry 
solr.jvm/com.codahale.metrics.MetricRegistry@3191fedc
   [junit4]   2> 7800789 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 7800789 INFO  
(SUITE-TestReRankQParserPlugin-seed#[40BE716EADE763DE]-worker) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@588a0e08: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty/com.codahale.metrics.MetricRegistry@74b194da
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.6/checkout/solr/build/solr-core/test/J1/temp/solr.search.TestReRankQParserPlugin_40BE716EADE763DE-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=nn-NO, 
timezone=Asia/Chungking
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=8,threads=1,free=115633048,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [TestHttpServletCarrier, 
TestWordDelimiterFilterFactory, CheckHdfsIndexTest, SplitByPrefixTest, 
ReplaceNodeTest, QueryElevationComponentTest, 
DimensionalRoutedAliasUpdateProcessorTest, RankFieldTest, 
CategoryRoutedAliasUpdateProcessorTest, TestPullReplica, 
TestNumericRangeQuery32, TimeZoneUtilsTest, TestSubQueryTransformerCrossCore, 
FieldAnalysisRequestHandlerTest, TestRequestForwarding, 
TestDFISimilarityFactory, TestCloudPhrasesIdentificationComponent, 
TestBlobHandler, TestFieldCacheReopen, TestSlowCompositeReaderWrapper, 
CacheHeaderTest, AtomicUpdateProcessorFactoryTest, JSONWriterTest, 
TestSolrCloudSnapshots, SolrJmxReporterTest, 
TestTolerantUpdateProcessorRandomCloud, NumericFieldsTest, SolrCoreTest, 
PingRequestHandlerTest, BitVectorTest, TestCollationFieldDocValues, 
TestLogWatcher, TestNestedDocsSort, ScriptEngineTest, 
SharedFSAutoReplicaFailoverTest, ClusterStateUpdateTest, TestRandomFaceting, 
TestDynamicFieldNamesIndexCorrectly, TestManagedSynonymGraphFilterFactory, 
TolerantUpdateProcessorTest, SolrInfoBeanTest, 
FieldMutatingUpdateProcessorTest, TestCodecSupport, SolrIndexConfigTest, 
SolrShardReporterTest, TestStressThreadBackup, TestSortByMinMaxFunction, 
TestCopyFieldCollectionResource, TestPostingsSolrHighlighter, 
TestFunctionQuery, TestJsonFacetRefinement, CollectionTooManyReplicasTest, 
TestConfigSetImmutable, CloudExitableDirectoryReaderTest, TestSafeXMLParsing, 
AddReplicaTest, PrimUtilsTest, TestQueryTypes, BlockJoinFacetDistribTest, 
TestDocSet, HttpPartitionOnCommitTest, AssignTest, CollectionsAPISolrJTest, 
TestUpdate, SortSpecParsingTest, HdfsAutoAddReplicasIntegrationTest, 
TestSystemIdResolver, DistribCursorPagingTest, SolrCloudExampleTest, 
SaslZkACLProviderTest, TestInPlaceUpdateWithRouteField, 
TestMaxTokenLenTokenizer, V2StandaloneTest, PreAnalyzedUpdateProcessorTest, 
TestShardHandlerFactory, ZkCLITest, TestGraphMLResponseWriter, 
AddBlockUpdateTest, TestCSVResponseWriter, QueryResultKeyTest, 
CustomTermsComponentTest, HdfsWriteToMultipleCollectionsTest, 
SegmentsInfoRequestHandlerTest, TestStressLucene, TestReqParamsAPI, 
TestSolrCoreParser, TestFiltering, DeleteReplicaTest, ReindexCollectionTest, 
TestSchemalessBufferedUpdates, TestSolrXml, RollingRestartTest, 
QueryParsingTest, TestPayloadCheckQParserPlugin, TestMaxScoreQueryParser, 
TestManagedSchemaAPI, TestAtomicUpdateErrorCases, 
MetricsHistoryWithAuthIntegrationTest, DistributedExpandComponentTest, 
XmlInterpolationTest, NodeLostTriggerIntegrationTest, Tagger2Test, 
TestConfigSetsAPIZkFailure, TestClusterProperties, JavabinLoaderTest, 
TestDistribIDF, HdfsRecoveryZkTest, ZkDynamicConfigTest, 
SolrMetricsIntegrationTest, BaseCdcrDistributedZkTest, TestFacetMethods, 
TestJettySolrRunner, NodeMutatorTest, TestFastLRUCache, 
WordBreakSolrSpellCheckerTest, DataDrivenBlockJoinTest, IndexSizeEstimatorTest, 
RestoreTriggerStateTest, BJQFilterAccessibleTest, TestDynamicLoadingUrl, 
JavaBinAtomicUpdateMultivalueTest, ConjunctionSolrSpellCheckerTest, 
RootFieldTest, OverseerSolrResponseTest, IndexSchemaTest, 
TestStressUserVersions, SolrCoreMetricManagerTest, 
TestSweetSpotSimilarityFactory, ScheduledTriggerTest, TestApiFramework, 
ReturnFieldsTest, NoCacheHeaderTest, UpdateParamsTest, MetricTriggerTest, 
TestLMDirichletSimilarityFactory, CursorMarkTest, TestCloudConsistency, 
PathHierarchyTokenizerFactoryTest, ResourceLoaderTest, 
DistributedSuggestComponentTest, TestAnalyzedSuggestions, BooleanFieldTest, 
TriggerEventQueueTest, TestTermsQParserPlugin, SimpleMLTQParserTest, 
TestContainerPlugin, HdfsCollectionsAPIDistributedZkTest, 
TestSolrCloudWithDelegationTokens, ConcurrentCreateCollectionTest, 
DistributedQueryComponentOptimizationTest, 
PeerSyncWithIndexFingerprintCachingTest, LeaderFailoverAfterPartitionTest, 
LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, MoveReplicaTest, 
MultiSolrCloudTestCaseTest, MultiThreadedOCPTest, OverseerTest, 
RecoveryAfterSoftCommitTest, SliceStateTest, SplitShardTest, SyncSliceTest, 
TestCloudPseudoReturnFields, TestCloudRecovery2, 
TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, 
TestLeaderElectionWithEmptyReplica, TestPullReplicaErrorHandling, 
TestQueryingOnDownCollection, TestRandomFlRTGCloud, TestStressLiveNodes, 
TestLegacyFieldReuse, TestLegacyTerms, SolrGraphiteReporterTest, 
SolrSlf4jReporterTest, TestPackages, TestRemoteStreaming, 
TestUnInvertedFieldException, TestWriterPerf, TestMacroExpander, 
TestJavabinTupleStreamParser, TestPHPSerializedResponseWriter, TestPushWriter, 
TestRawResponseWriter, TestRawTransformer, TestRetrieveFieldsOptimizer, 
TestChildDocTransformer, TestChildDocTransformerHierarchy, 
TestExplainDocTransformer, TestSubQueryTransformerDistrib, TestManagedResource, 
TestManagedResourceStorage, TestRestManager, TestDynamicFieldResource, 
TestFieldCollectionResource, TestFieldResource, 
TestFieldTypeCollectionResource, TestFieldTypeResource, TestSchemaNameResource, 
TestSchemaResource, TestSchemaSimilarityResource, 
TestSerializedLuceneMatchVersion, TestUniqueKeyFieldResource, 
TestManagedStopFilterFactory, BadCopyFieldTest, ChangedSchemaMergeTest, 
CopyFieldTest, CurrencyFieldTypeTest, DateFieldTest, DateRangeFieldTest, 
DocValuesMissingTest, DocValuesTest, ExternalFileFieldSortTest, 
OpenExchangeRatesOrgProviderTest, PolyFieldTest, 
PreAnalyzedFieldManagedSchemaCloudTest, PreAnalyzedFieldTest, 
SchemaApiFailureTest, SpatialRPTFieldTypeTest, TestCloudSchemaless, 
TestSchemaField, TestSortableTextField, TestTextField, 
TestUseDocValuesAsStored, UUIDFieldTest, AnalyticsMergeStrategyTest, 
RankQParserPluginTest, TestAddFieldRealTimeGet, TestCaffeineCache, 
TestComplexPhraseQParserPlugin, TestGraphTermsQParserPlugin, TestIndexSearcher, 
TestLFUCache, TestReRankQParserPlugin]
   [junit4] Completed [791/914 (1!)] on J1 in 8.03s, 6 tests, 1 error <<< 
FAILURES!

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

Reply via email to