You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/06/16 21:30:00 UTC

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-14.0.1) - Build # 1146 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1146/
Java: 64bit/jdk-14.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC

3 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([65800E2A9A3EF94F:100034B275E30738]: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:832)
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">154</int></lst><result name="response" numFound="200" start="0" numFoundExact="true"><doc><str name="id">114</str></doc><doc><str name="id">115</str></doc><doc><str name="id">116</str></doc><doc><str name="id">117</str></doc><doc><str name="id">118</str></doc><doc><str name="id">119</str></doc><doc><str name="id">108</str></doc><doc><str name="id">109</str></doc><doc><str name="id">110</str></doc><doc><str name="id">111</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)
	... 40 more


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([65800E2A9A3EF94F:100034B275E30738]: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:832)
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">176</int></lst><result name="response" numFound="200" start="0" numFoundExact="true"><doc><str name="id">96</str></doc><doc><str name="id">97</str></doc><doc><str name="id">98</str></doc><doc><str name="id">99</str></doc><doc><str name="id">100</str></doc><doc><str name="id">101</str></doc><doc><str name="id">102</str></doc><doc><str name="id">103</str></doc><doc><str name="id">104</str></doc><doc><str name="id">105</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)
	... 40 more


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([65800E2A9A3EF94F:100034B275E30738]: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 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:832)
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">15</int></lst><result name="response" numFound="200" start="0" numFoundExact="true"><doc><str name="id">54</str></doc><doc><str name="id">55</str></doc><doc><str name="id">56</str></doc><doc><str name="id">57</str></doc><doc><str name="id">58</str></doc><doc><str name="id">59</str></doc><doc><str name="id">114</str></doc><doc><str name="id">115</str></doc><doc><str name="id">116</str></doc><doc><str name="id">117</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)
	... 40 more




Build Log:
[...truncated 13688 lines...]
   [junit4] Suite: org.apache.solr.search.TestReRankQParserPlugin
   [junit4]   2> 393872 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 393901 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.TestReRankQParserPlugin_65800E2A9A3EF94F-001/data-dir-23-001
   [junit4]   2> 393901 WARN  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 393901 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 393901 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 393901 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 393906 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 393922 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 393945 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 393997 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid field id
   [junit4]   2> 394095 WARN  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.base/java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:?]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:1036) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:408) ~[?:?]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:838) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1326) ~[?:?]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1358) ~[?:?]
   [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:79) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:634) ~[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 jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
   [junit4]   2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
   [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 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:832) [?:?]
   [junit4]   2> 394097 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 394100 WARN  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@51f40ceb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 394100 WARN  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@51f40ceb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 394106 WARN  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@69f032d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 394106 WARN  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@69f032d4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 394107 WARN  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-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> 394125 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 394125 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 394146 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@987bd71
   [junit4]   2> 394157 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@987bd71
   [junit4]   2> 394158 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@987bd71
   [junit4]   2> 394167 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 394197 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=example
   [junit4]   2> 394250 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema example/1.1 with uniqueid field id
   [junit4]   2> 394256 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 394256 INFO  (coreLoadExecutor-2891-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@987bd71
   [junit4]   2> 394256 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.TestReRankQParserPlugin_65800E2A9A3EF94F-001/data-dir-23-001/]
   [junit4]   2> 394258 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5990810530419858]
   [junit4]   2> 394362 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 394363 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 394364 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 394364 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 394365 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=10.4130859375, floorSegmentMB=0.740234375, forceMergeDeletesPctAllowed=20.180859618417944, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, deletesPctAllowed=46.096099582381015
   [junit4]   2> 394366 WARN  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 394367 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 394367 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=a_s,minQueryLength=3}
   [junit4]   2> 394369 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/elevate.xml
   [junit4]   2> 394387 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 394387 INFO  (coreLoadExecutor-2891-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1669689702970556416
   [junit4]   2> 394388 INFO  (searcherExecutor-2893-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 394390 INFO  (searcherExecutor-2893-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 394390 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 394396 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMinExactCount
   [junit4]   2> 394397 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 394398 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [     ] 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 2
   [junit4]   2> 394404 INFO  (searcherExecutor-2893-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 394405 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 5
   [junit4]   2> 394412 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1669689702994673664)} 0 1
   [junit4]   2> 394413 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 0
   [junit4]   2> 394460 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0 (1669689703004110848)]} 0 41
   [junit4]   2> 394466 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1669689703048151040)]} 0 4
   [junit4]   2> 394470 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1669689703054442496)]} 0 3
   [junit4]   2> 394487 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1669689703069122560)]} 0 6
   [junit4]   2> 394496 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1669689703083802624)]} 0 1
   [junit4]   2> 394510 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1669689703089045504)]} 0 9
   [junit4]   2> 394513 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1669689703099531264)]} 0 2
   [junit4]   2> 394517 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1669689703103725568)]} 0 3
   [junit4]   2> 394519 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1669689703107919872)]} 0 1
   [junit4]   2> 394521 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1669689703110017024)]} 0 1
   [junit4]   2> 394522 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1669689703112114176)]} 0 0
   [junit4]   2> 394537 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1669689703113162752)]} 0 13
   [junit4]   2> 394541 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12 (1669689703127842816)]} 0 3
   [junit4]   2> 394543 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13 (1669689703133085696)]} 0 1
   [junit4]   2> 394545 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14 (1669689703135182848)]} 0 0
   [junit4]   2> 394546 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15 (1669689703136231424)]} 0 0
   [junit4]   2> 394547 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16 (1669689703138328576)]} 0 0
   [junit4]   2> 394561 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17 (1669689703139377152)]} 0 13
   [junit4]   2> 394563 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18 (1669689703154057216)]} 0 1
   [junit4]   2> 394564 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19 (1669689703155105792)]} 0 0
   [junit4]   2> 394565 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[20 (1669689703156154368)]} 0 0
   [junit4]   2> 394566 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[21 (1669689703157202944)]} 0 0
   [junit4]   2> 394567 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[22 (1669689703159300096)]} 0 0
   [junit4]   2> 394574 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[23 (1669689703160348672)]} 0 5
   [junit4]   2> 394576 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[24 (1669689703166640128)]} 0 1
   [junit4]   2> 394578 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[25 (1669689703169785856)]} 0 1
   [junit4]   2> 394580 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[26 (1669689703171883008)]} 0 0
   [junit4]   2> 394581 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[27 (1669689703172931584)]} 0 1
   [junit4]   2> 394583 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[28 (1669689703175028736)]} 0 1
   [junit4]   2> 394593 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[29 (1669689703177125888)]} 0 9
   [junit4]   2> 394595 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[30 (1669689703187611648)]} 0 1
   [junit4]   2> 394597 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[31 (1669689703189708800)]} 0 1
   [junit4]   2> 394599 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[32 (1669689703190757376)]} 0 1
   [junit4]   2> 394600 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[33 (1669689703192854528)]} 0 1
   [junit4]   2> 394602 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[34 (1669689703194951680)]} 0 0
   [junit4]   2> 394608 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[35 (1669689703196000256)]} 0 5
   [junit4]   2> 394610 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[36 (1669689703203340288)]} 0 1
   [junit4]   2> 394611 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[37 (1669689703204388864)]} 0 0
   [junit4]   2> 394612 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[38 (1669689703206486016)]} 0 0
   [junit4]   2> 394613 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[39 (1669689703207534592)]} 0 0
   [junit4]   2> 394615 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[40 (1669689703208583168)]} 0 0
   [junit4]   2> 394623 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[41 (1669689703209631744)]} 0 8
   [junit4]   2> 394626 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[42 (1669689703219068928)]} 0 2
   [junit4]   2> 394632 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[43 (1669689703224311808)]} 0 3
   [junit4]   2> 394634 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[44 (1669689703228506112)]} 0 1
   [junit4]   2> 394636 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[45 (1669689703230603264)]} 0 1
   [junit4]   2> 394638 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[46 (1669689703231651840)]} 0 1
   [junit4]   2> 394648 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[47 (1669689703234797568)]} 0 8
   [junit4]   2> 394650 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[48 (1669689703244234752)]} 0 1
   [junit4]   2> 394652 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[49 (1669689703246331904)]} 0 2
   [junit4]   2> 394654 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[50 (1669689703249477632)]} 0 0
   [junit4]   2> 394655 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[51 (1669689703251574784)]} 0 0
   [junit4]   2> 394658 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[52 (1669689703252623360)]} 0 1
   [junit4]   2> 394669 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[53 (1669689703255769088)]} 0 10
   [junit4]   2> 394671 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[54 (1669689703266254848)]} 0 1
   [junit4]   2> 394672 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[55 (1669689703268352000)]} 0 0
   [junit4]   2> 394673 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[56 (1669689703270449152)]} 0 0
   [junit4]   2> 394682 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[57 (1669689703271497728)]} 0 8
   [junit4]   2> 394686 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[58 (1669689703280934912)]} 0 3
   [junit4]   2> 394700 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[59 (1669689703285129216)]} 0 13
   [junit4]   2> 394703 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[60 (1669689703300857856)]} 0 1
   [junit4]   2> 394705 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[61 (1669689703302955008)]} 0 1
   [junit4]   2> 394707 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[62 (1669689703305052160)]} 0 0
   [junit4]   2> 394709 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[63 (1669689703307149312)]} 0 0
   [junit4]   2> 394710 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[64 (1669689703308197888)]} 0 0
   [junit4]   2> 394738 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[65 (1669689703310295040)]} 0 27
   [junit4]   2> 394744 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[66 (1669689703339655168)]} 0 4
   [junit4]   2> 394746 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[67 (1669689703345946624)]} 0 1
   [junit4]   2> 394747 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[68 (1669689703346995200)]} 0 0
   [junit4]   2> 394748 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[69 (1669689703348043776)]} 0 0
   [junit4]   2> 394749 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[70 (1669689703350140928)]} 0 0
   [junit4]   2> 394757 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[71 (1669689703351189504)]} 0 6
   [junit4]   2> 394759 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[72 (1669689703358529536)]} 0 1
   [junit4]   2> 394760 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[73 (1669689703360626688)]} 0 0
   [junit4]   2> 394761 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[74 (1669689703361675264)]} 0 0
   [junit4]   2> 394803 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[75 (1669689703363772416)]} 0 41
   [junit4]   2> 394805 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[76 (1669689703407812608)]} 0 1
   [junit4]   2> 394813 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[77 (1669689703408861184)]} 0 7
   [junit4]   2> 394825 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[78 (1669689703418298368)]} 0 11
   [junit4]   2> 394830 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[79 (1669689703430881280)]} 0 4
   [junit4]   2> 394835 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[80 (1669689703437172736)]} 0 3
   [junit4]   2> 394840 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[81 (1669689703441367040)]} 0 4
   [junit4]   2> 394841 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[82 (1669689703446609920)]} 0 0
   [junit4]   2> 394846 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[83 (1669689703447658496)]} 0 3
   [junit4]   2> 394851 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[84 (1669689703451852800)]} 0 5
   [junit4]   2> 394853 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[85 (1669689703458144256)]} 0 0
   [junit4]   2> 394854 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[86 (1669689703459192832)]} 0 0
   [junit4]   2> 394856 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[87 (1669689703461289984)]} 0 1
   [junit4]   2> 394857 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[88 (1669689703463387136)]} 0 0
   [junit4]   2> 394862 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[89 (1669689703464435712)]} 0 4
   [junit4]   2> 394865 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[90 (1669689703469678592)]} 0 2
   [junit4]   2> 394867 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[91 (1669689703472824320)]} 0 0
   [junit4]   2> 394868 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[92 (1669689703473872896)]} 0 0
   [junit4]   2> 394870 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[93 (1669689703475970048)]} 0 0
   [junit4]   2> 394871 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[94 (1669689703477018624)]} 0 0
   [junit4]   2> 394883 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[95 (1669689703478067200)]} 0 11
   [junit4]   2> 394895 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[96 (1669689703496941568)]} 0 6
   [junit4]   2> 394908 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[97 (1669689703504281600)]} 0 12
   [junit4]   2> 394917 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[98 (1669689703517913088)]} 0 8
   [junit4]   2> 394919 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[99 (1669689703527350272)]} 0 0
   [junit4]   2> 394928 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[100 (1669689703528398848)]} 0 9
   [junit4]   2> 394939 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[101 (1669689703540981760)]} 0 8
   [junit4]   2> 394953 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[102 (1669689703550418944)]} 0 12
   [junit4]   2> 394956 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[103 (1669689703566147584)]} 0 0
   [junit4]   2> 394957 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[104 (1669689703567196160)]} 0 0
   [junit4]   2> 394958 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[105 (1669689703568244736)]} 0 0
   [junit4]   2> 394962 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[106 (1669689703571390464)]} 0 2
   [junit4]   2> 394981 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[107 (1669689703575584768)]} 0 17
   [junit4]   2> 394988 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[108 (1669689703596556288)]} 0 4
   [junit4]   2> 394991 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[109 (1669689703601799168)]} 0 1
   [junit4]   2> 394999 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[110 (1669689703612284928)]} 0 1
   [junit4]   2> 395002 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[111 (1669689703614382080)]} 0 1
   [junit4]   2> 395004 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[112 (1669689703615430656)]} 0 1
   [junit4]   2> 395063 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[113 (1669689703618576384)]} 0 58
   [junit4]   2> 395066 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[114 (1669689703680442368)]} 0 1
   [junit4]   2> 395070 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[115 (1669689703685685248)]} 0 1
   [junit4]   2> 395102 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[116 (1669689703690928128)]} 0 27
   [junit4]   2> 395113 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[117 (1669689703720288256)]} 0 11
   [junit4]   2> 395119 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[118 (1669689703732871168)]} 0 5
   [junit4]   2> 395133 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[119 (1669689703739162624)]} 0 12
   [junit4]   2> 395141 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[120 (1669689703753842688)]} 0 7
   [junit4]   2> 395142 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[121 (1669689703762231296)]} 0 0
   [junit4]   2> 395143 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[122 (1669689703763279872)]} 0 0
   [junit4]   2> 395145 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[123 (1669689703764328448)]} 0 0
   [junit4]   2> 395147 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[124 (1669689703766425600)]} 0 0
   [junit4]   2> 395157 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[125 (1669689703769571328)]} 0 8
   [junit4]   2> 395160 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[126 (1669689703779008512)]} 0 2
   [junit4]   2> 395166 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[127 (1669689703786348544)]} 0 0
   [junit4]   2> 395167 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[128 (1669689703787397120)]} 0 0
   [junit4]   2> 395167 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[129 (1669689703788445696)]} 0 0
   [junit4]   2> 395168 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[130 (1669689703789494272)]} 0 0
   [junit4]   2> 395204 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[131 (1669689703790542848)]} 0 35
   [junit4]   2> 395217 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[132 (1669689703828291584)]} 0 12
   [junit4]   2> 395226 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[133 (1669689703846117376)]} 0 4
   [junit4]   2> 395237 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[134 (1669689703851360256)]} 0 9
   [junit4]   2> 395242 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[135 (1669689703861846016)]} 0 4
   [junit4]   2> 395250 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[136 (1669689703867088896)]} 0 7
   [junit4]   2> 395271 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[137 (1669689703880720384)]} 0 16
   [junit4]   2> 395273 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[138 (1669689703898546176)]} 0 1
   [junit4]   2> 395274 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[139 (1669689703900643328)]} 0 0
   [junit4]   2> 395276 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[140 (1669689703901691904)]} 0 1
   [junit4]   2> 395278 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[141 (1669689703903789056)]} 0 0
   [junit4]   2> 395279 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[142 (1669689703904837632)]} 0 0
   [junit4]   2> 395290 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[143 (1669689703906934784)]} 0 11
   [junit4]   2> 395298 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[144 (1669689703919517696)]} 0 5
   [junit4]   2> 395300 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[145 (1669689703926857728)]} 0 1
   [junit4]   2> 395302 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[146 (1669689703928954880)]} 0 0
   [junit4]   2> 395305 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[147 (1669689703932100608)]} 0 2
   [junit4]   2> 395307 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[148 (1669689703934197760)]} 0 1
   [junit4]   2> 395324 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[149 (1669689703936294912)]} 0 16
   [junit4]   2> 395327 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[150 (1669689703954120704)]} 0 2
   [junit4]   2> 395342 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[151 (1669689703968800768)]} 0 2
   [junit4]   2> 395345 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[152 (1669689703972995072)]} 0 1
   [junit4]   2> 395348 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[153 (1669689703977189376)]} 0 1
   [junit4]   2> 395350 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[154 (1669689703980335104)]} 0 0
   [junit4]   2> 395359 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[155 (1669689703981383680)]} 0 7
   [junit4]   2> 395361 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[156 (1669689703990820864)]} 0 1
   [junit4]   2> 395363 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[157 (1669689703992918016)]} 0 0
   [junit4]   2> 395365 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[158 (1669689703995015168)]} 0 0
   [junit4]   2> 395366 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[159 (1669689703996063744)]} 0 0
   [junit4]   2> 395367 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[160 (1669689703997112320)]} 0 0
   [junit4]   2> 395374 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[161 (1669689703998160896)]} 0 6
   [junit4]   2> 395378 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[162 (1669689704006549504)]} 0 2
   [junit4]   2> 395380 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[163 (1669689704010743808)]} 0 0
   [junit4]   2> 395385 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[164 (1669689704015986688)]} 0 0
   [junit4]   2> 395389 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[165 (1669689704020180992)]} 0 0
   [junit4]   2> 395394 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[166 (1669689704025423872)]} 0 0
   [junit4]   2> 395411 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[167 (1669689704027521024)]} 0 16
   [junit4]   2> 395413 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[168 (1669689704045346816)]} 0 1
   [junit4]   2> 395415 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[169 (1669689704046395392)]} 0 1
   [junit4]   2> 395415 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[170 (1669689704048492544)]} 0 0
   [junit4]   2> 395417 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[171 (1669689704049541120)]} 0 0
   [junit4]   2> 395418 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[172 (1669689704050589696)]} 0 0
   [junit4]   2> 395553 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[173 (1669689704051638272)]} 0 135
   [junit4]   2> 395627 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[174 (1669689704194244608)]} 0 72
   [junit4]   2> 395638 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[175 (1669689704270790656)]} 0 10
   [junit4]   2> 395661 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[176 (1669689704284422144)]} 0 21
   [junit4]   2> 395663 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[177 (1669689704307490816)]} 0 0
   [junit4]   2> 395664 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[178 (1669689704308539392)]} 0 0
   [junit4]   2> 395690 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[179 (1669689704309587968)]} 0 26
   [junit4]   2> 395698 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[180 (1669689704337899520)]} 0 7
   [junit4]   2> 395700 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[181 (1669689704346288128)]} 0 0
   [junit4]   2> 395701 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[182 (1669689704347336704)]} 0 0
   [junit4]   2> 395701 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[183 (1669689704348385280)]} 0 0
   [junit4]   2> 395702 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[184 (1669689704348385281)]} 0 0
   [junit4]   2> 395719 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[185 (1669689704349433856)]} 0 16
   [junit4]   2> 395722 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[186 (1669689704368308224)]} 0 2
   [junit4]   2> 395724 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[187 (1669689704370405376)]} 0 1
   [junit4]   2> 395727 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[188 (1669689704374599680)]} 0 1
   [junit4]   2> 395728 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[189 (1669689704376696832)]} 0 0
   [junit4]   2> 395731 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[190 (1669689704378793984)]} 0 1
   [junit4]   2> 395752 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[191 (1669689704380891136)]} 0 19
   [junit4]   2> 395755 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[192 (1669689704401862656)]} 0 2
   [junit4]   2> 395757 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[193 (1669689704406056960)]} 0 1
   [junit4]   2> 395759 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[194 (1669689704408154112)]} 0 0
   [junit4]   2> 395760 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[195 (1669689704409202688)]} 0 0
   [junit4]   2> 395760 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[196 (1669689704410251264)]} 0 0
   [junit4]   2> 395780 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[197 (1669689704411299840)]} 0 19
   [junit4]   2> 395782 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[198 (1669689704432271360)]} 0 1
   [junit4]   2> 395792 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[199 (1669689704434368512)]} 0 9
   [junit4]   2> 395811 INFO  (searcherExecutor-2893-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 395812 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 18
   [junit4]   2> 395827 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=field_t:0&start=0&rows=10&fl=id} hits=200 status=0 QTime=15
   [junit4]   2> 395829 ERROR (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [     ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result/doc[1]/str[@name='id'][.='0']
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">15</int></lst><result name="response" numFound="200" start="0" numFoundExact="true"><doc><str name="id">54</str></doc><doc><str name="id">55</str></doc><doc><str name="id">56</str></doc><doc><str name="id">57</str></doc><doc><str name="id">58</str></doc><doc><str name="id">59</str></doc><doc><str name="id">114</str></doc><doc><str name="id">115</str></doc><doc><str name="id">116</str></doc><doc><str name="id">117</str></doc></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=field_t:0&start=0&rows=10&fl=id
   [junit4]   2> 395829 ERROR (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [     ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=field_t:0&start=0&rows=10&fl=id:java.lang.RuntimeException: REQUEST FAILED: xpath=//result/doc[1]/str[@name='id'][.='0']
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">15</int></lst><result name="response" numFound="200" start="0" numFoundExact="true"><doc><str name="id">54</str></doc><doc><str name="id">55</str></doc><doc><str name="id">56</str></doc><doc><str name="id">57</str></doc><doc><str name="id">58</str></doc><doc><str name="id">59</str></doc><doc><str name="id">114</str></doc><doc><str name="id">115</str></doc><doc><str name="id">116</str></doc><doc><str name="id">117</str></doc></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=field_t:0&start=0&rows=10&fl=id
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1018)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:985)
   [junit4]   2> 	at org.apache.solr.search.TestReRankQParserPlugin.testMinExactCount(TestReRankQParserPlugin.java:675)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 
   [junit4]   2> 395830 INFO  (TEST-TestReRankQParserPlugin.testMinExactCount-seed#[65800E2A9A3EF94F]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMinExactCount
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReRankQParserPlugin -Dtests.method=testMinExactCount -Dtests.seed=65800E2A9A3EF94F -Dtests.slow=true -Dtests.locale=sv-SE -Dtests.timezone=Etc/GMT+12 -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1.44s J3 | TestReRankQParserPlugin.testMinExactCount <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([65800E2A9A3EF94F:100034B275E30738]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1025)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:985)
   [junit4]    > 	at org.apache.solr.search.TestReRankQParserPlugin.testMinExactCount(TestReRankQParserPlugin.java:675)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result/doc[1]/str[@name='id'][.='0']
   [

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

EF94F]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 19987 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[65800E2A9A3EF94F]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 1
   [junit4]   2> 19994 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 19996 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 8
   [junit4]   2> 20025 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1669692606901125120)} 0 27
   [junit4]   2> 20030 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 20039 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1669692606937825280)]} 0 6
   [junit4]   2> 20074 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 1 ms
   [junit4]   2> 20076 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 32
   [junit4]   2> 20081 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1669692606986059776)]} 0 3
   [junit4]   2> 20109 INFO  (searcherExecutor-16-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 2 ms
   [junit4]   2> 20111 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[65800E2A9A3EF94F]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 28
   [junit4] OK      0.15s J0 | TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter
   [junit4]   2> 20114 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[65800E2A9A3EF94F]) [     ] o.a.s.h.RequestHandlerBase Ignoring exception matching reRankQuery parameter is mandatory
   [junit4]   2> 20114 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[65800E2A9A3EF94F]) [     ] 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> 20115 INFO  (TEST-TestReRankQParserPlugin.testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter-seed#[65800E2A9A3EF94F]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testRerankQueryParsingShouldFailWithoutMandatoryReRankQueryParameter
   [junit4]   2> 20115 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 20115 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=387751649
   [junit4]   2> 20118 INFO  (coreCloseExecutor-22-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2958f78b
   [junit4]   2> 20118 INFO  (coreCloseExecutor-22-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@2958f78b
   [junit4]   2> 20118 INFO  (coreCloseExecutor-22-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1f622410: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@7b5d96f0
   [junit4]   2> 20176 INFO  (coreCloseExecutor-22-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 20231 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 20231 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@76ca5eb8: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@79f37cfc
   [junit4]   2> 20241 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 20241 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@32118007: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@45b39bd0
   [junit4]   2> 20245 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 20245 INFO  (SUITE-TestReRankQParserPlugin-seed#[65800E2A9A3EF94F]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@69e3e257: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@42c8ca4a
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.search.TestReRankQParserPlugin_65800E2A9A3EF94F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {field_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), term_s=BlockTreeOrds(blocksize=128), id=PostingsFormat(name=LuceneVarGapDocFreqInterval), group_s=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{test_tl=DocValuesFormat(name=Lucene80), id_i=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Asserting), test_ti=DocValuesFormat(name=Asserting), test_tf=DocValuesFormat(name=Direct), id_p_i=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1777, maxMBSortInHeap=5.789235690988391, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2ec887af), locale=sv-SE, timezone=Etc/GMT+12
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=6,threads=2,free=184324784,total=293601280
   [junit4]   2> NOTE: All tests run in this JVM: [TestReRankQParserPlugin]
   [junit4] Completed [5/5 (5!)] on J0 in 17.79s, 6 tests, 1 error <<< FAILURES!

[...truncated 17 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:1599: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/lucene/common-build.xml:1126: There were test failures: 5 suites, 30 tests, 5 errors [seed: 65800E2A9A3EF94F]

Total time: 24 seconds

[repro] Setting last failure code to 256

[repro] Failures w/original seeds:
[repro]   5/5 failed: org.apache.solr.search.TestReRankQParserPlugin
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=c5a29169c5de71e9eb6916139243d5530800d050, workspace=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX
[WARNINGS] Computing warning deltas based on reference build #1145
Recording test results
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2