Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22495/
Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC
4 tests failed.
FAILED: org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([F93E32DC896C6016:C8858CE92C5370C6]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">7</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</response>
request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:910)
... 40 more
FAILED: org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([F93E32DC896C6016:C8858CE92C5370C6]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</response>
request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:910)
... 40 more
FAILED: org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([F93E32DC896C6016:C8858CE92C5370C6]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</response>
request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:910)
... 40 more
FAILED: org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([F93E32DC896C6016:C8858CE92C5370C6]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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:844)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">4</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
</response>
request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:910)
... 40 more
Build Log:
[...truncated 12364 lines...]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.SpellCheckCollatorTest_F93E32DC896C6016-001/init-core-data-001
[junit4] 2> 188252 WARN
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 188252 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 188252 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 188253 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 188254 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 188254 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 188269 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 188279 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 188372 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 188476 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 188477 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 188488 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@799452af
[junit4] 2> 188496 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@799452af
[junit4] 2> 188496 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@799452af
[junit4] 2> 188501 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader,
from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 188524 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 188550 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 188656 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 188668 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using
configuration from instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 188668 INFO (coreLoadExecutor-1786-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@799452af
[junit4] 2> 188668 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 188668 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.SpellCheckCollatorTest_F93E32DC896C6016-001/init-core-data-001/]
[junit4] 2> 188670 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 188725 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 188725 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 188726 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 188726 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@70425a90[collection1] main]
[junit4] 2> 188726 WARN (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 188727 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 188972 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default
[junit4] 2> 188989 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: default_teststop
[junit4] 2> 188989 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4] 2> 188989 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
[junit4] 2> 189007 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold
[junit4] 2> 189007 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.s.DirectSolrSpellChecker init:
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
[junit4] 2> 189007 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: threshold_direct
[junit4] 2> 189024 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: multipleFields
[junit4] 2> 189097 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: freq
[junit4] 2> 189122 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener
for spellchecker: fqcn
[junit4] 2> 189123 INFO (coreLoadExecutor-1786-thread-1) [
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 189123 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
[junit4] 2> 189123 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
default_teststop
[junit4] 2> 189124 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
[junit4] 2> 189124 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
direct_lowerfilt
[junit4] 2> 189124 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
[junit4] 2> 189124 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
[junit4] 2> 189124 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
threshold_direct
[junit4] 2> 189124 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker:
multipleFields
[junit4] 2> 189124 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
[junit4] 2> 189124 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 189124 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
[junit4] 2> 189124 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
[junit4] 2> 189124 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
[junit4] 2> 189125 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
[junit4] 2> 189125 INFO
(searcherExecutor-1787-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@70425a90[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 189126 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[0]} 0 1
[junit4] 2> 189148 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 20
[junit4] 2> 189149 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 1
[junit4] 2> 189161 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 10
[junit4] 2> 189162 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 1
[junit4] 2> 189189 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5]} 0 27
[junit4] 2> 189190 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6]} 0 0
[junit4] 2> 189195 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7]} 0 4
[junit4] 2> 189196 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[8]} 0 0
[junit4] 2> 189210 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[9]} 0 13
[junit4] 2> 189211 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10]} 0 0
[junit4] 2> 189215 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[11]} 0 3
[junit4] 2> 189216 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[12]} 0 0
[junit4] 2> 189229 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[13]} 0 13
[junit4] 2> 189230 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[14]} 0 0
[junit4] 2> 189233 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[15]} 0 3
[junit4] 2> 189234 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[16]} 0 0
[junit4] 2> 189234 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 189234 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@120f34a2 commitCommandVersion:0
[junit4] 2> 189238 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@114b640f[collection1] main]
[junit4] 2> 189239 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 189239 INFO (searcherExecutor-1787-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
[junit4] 2> 189305 INFO (searcherExecutor-1787-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
default_teststop
[junit4] 2> 189384 INFO (searcherExecutor-1787-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
[junit4] 2> 189471 INFO (searcherExecutor-1787-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
threshold_direct
[junit4] 2> 189471 INFO (searcherExecutor-1787-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker:
multipleFields
[junit4] 2> 189561 INFO (searcherExecutor-1787-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
[junit4] 2> 189644 INFO (searcherExecutor-1787-thread-1) [ ]
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
[junit4] 2> 189723 INFO (searcherExecutor-1787-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@114b640f[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c2)
Uninverting(_1(8.0.0):c2) Uninverting(_2(8.0.0):c2) Uninverting(_3(8.0.0):c2)
Uninverting(_4(8.0.0):c2) Uninverting(_5(8.0.0):c2) Uninverting(_6(8.0.0):c2)
Uninverting(_7(8.0.0):c2) Uninverting(_8(8.0.0):c1)))}
[junit4] 2> 189723 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 488
[junit4] 2> 189726 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Starting testEstimatedHitCounts
[junit4] 2> 189766 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia}
hits=0 status=0 QTime=39
[junit4] 2> 189798 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=0}
hits=0 status=0 QTime=32
[junit4] 2> 189818 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=30}
hits=0 status=0 QTime=19
[junit4] 2> 189846 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=100}
hits=0 status=0 QTime=27
[junit4] 2> 189850 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=10000}
hits=0 status=0 QTime=4
[junit4] 2> 189855 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=2}
hits=0 status=0 QTime=4
[junit4] 2> 189872 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=16
[junit4] 2> 189892 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=3
[junit4] 2> 189896 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=15}
hits=0 status=0 QTime=2
[junit4] 2> 189899 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=6}
hits=0 status=0 QTime=3
[junit4] 2> 189903 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=3
[junit4] 2> 189911 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=7
[junit4] 2> 189915 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=15}
hits=0 status=0 QTime=3
[junit4] 2> 189919 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=17}
hits=0 status=0 QTime=3
[junit4] 2> 189923 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=7}
hits=0 status=0 QTime=3
[junit4] 2> 189927 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=9}
hits=0 status=0 QTime=3
[junit4] 2> 189930 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=17}
hits=0 status=0 QTime=3
[junit4] 2> 189966 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=9}
hits=0 status=0 QTime=35
[junit4] 2> 189971 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=3
[junit4] 2> 189975 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=1}
hits=0 status=0 QTime=3
[junit4] 2> 189979 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=15}
hits=0 status=0 QTime=3
[junit4] 2> 189983 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=3
[junit4] 2> 189987 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=3
[junit4] 2> 189999 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=16}
hits=0 status=0 QTime=11
[junit4] 2> 190002 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=2
[junit4] 2> 190007 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=14}
hits=0 status=0 QTime=3
[junit4] 2> 190011 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=16}
hits=0 status=0 QTime=3
[junit4] 2> 190016 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=3
[junit4] 2> 190024 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=3}
hits=0 status=0 QTime=3
[junit4] 2> 190028 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=17}
hits=0 status=0 QTime=3
[junit4] 2> 190032 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=3
[junit4] 2> 190036 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=1}
hits=0 status=0 QTime=3
[junit4] 2> 190039 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=2
[junit4] 2> 190042 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=12}
hits=0 status=0 QTime=2
[junit4] 2> 190047 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=4}
hits=0 status=0 QTime=5
[junit4] 2> 190051 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=16}
hits=0 status=0 QTime=3
[junit4] 2> 190055 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:metnoia&spellcheck.collateMaxCollectDocs=9}
hits=0 status=0 QTime=3
[junit4] 2> 190059 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5}
hits=0 status=0 QTime=4
[junit4] 2> 190060 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
[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">4</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> 190060 ERROR
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 REQUEST FAILED:
spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5:java.lang.RuntimeException:
REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
[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">4</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:910)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
[junit4] 2> at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
[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:1737)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
[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:943)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
[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:844)
[junit4] 2>
[junit4] 2> 190061 INFO
(TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Ending testEstimatedHitCounts
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts
-Dtests.seed=F93E32DC896C6016 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=mer -Dtests.timezone=SystemV/PST8PDT -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.34s J0 | SpellCheckCollatorTest.testEstimatedHitCounts <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([F93E32DC896C6016:C8858CE92C5370C6]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
[junit4] > at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:569)
[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:844)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/long[@name='hits'
and 3 <= . and . <= 13]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">4</int></lst><result name="response" numFound="0"
start="0"></result><lst name="spellcheck"><lst name="suggestions"><lst
name="everother"><int name="numFound">1</int><int
name="startOffset">9</int><int name="endOffset">18</int><arr
name="suggestion"><str>everyother</str></arr></lst></lst><lst
name="collations"><lst name="collation"><str
name="collationQuery">teststop:everyother</str><long name="hits">14</long><lst
name="misspellingsAndCorrections"><str
name="everother">everyother</str></lst></lst></lst></lst>
[junit4] > </response>
[junit4] > request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&q=teststop:everother&spellcheck.collateMaxCollectDocs=5
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:910)
[junit4] > ... 40 more
[junit4] 2> 190065 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithHypens
[junit4] 2> 190214 INFO
(TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithHypens
[junit4] 2> 190215 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithFilter
[junit4] 2> 190312 INFO
(TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithFilter
[junit4] 2> 190325 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[F93E32DC896C6016])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testContextSensitiveCollate
[junit4] 2> 190331 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[F93E32DC896C6016])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=6
[junit4] 2> 190356 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[F93E32DC896C6016])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=1 status=0 QTime=21
[junit4] 2> 190377 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[F93E32DC896C6016])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=2&q=teststop:(june+customs)&qt=/spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true}
hits=2 status=0 QTime=20
[junit4] 2> 190466 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[F93E32DC896C6016])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=88
[junit4] 2> 190470 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[F93E32DC896C6016])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={spellcheck.collateExtendedResults=true&qt=/spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=1 status=0 QTime=2
[junit4] 2> 190471 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[F93E32DC896C6016])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=2&q=teststop:(june+customs)&qt=/spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true}
hits=2 status=0 QTime=0
[junit4] 2> 190471 INFO
(TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[F93E32DC896C6016])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testContextSensitiveCollate
[junit4] 2> 190473 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithGrouping
[junit4] 2> 190577 INFO
(TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithGrouping
[junit4] 2> 190585 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[F93E32DC896C6016]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testWithCursorMark
[junit4] 2> 190737 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[F93E32DC896C6016]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testWithCursorMark
[junit4] 2> 190741 INFO
(TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[F93E32DC896C6016])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithRangeQuery
[junit4] 1> id:[1 TO 10] AND lowerfilt:love
[junit4] 2> 190814 INFO
(TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[F93E32DC896C6016])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithRangeQuery
[junit4] 2> 190818 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[F93E32DC896C6016]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testZeroTries
[junit4] 2> 190882 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[F93E32DC896C6016]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testZeroTries
[junit4] 2> 190883 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Starting testExtendedCollate
[junit4] 2> 190965 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Ending testExtendedCollate
[junit4] 2> 190973 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[F93E32DC896C6016])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithMultipleRequestHandlers
[junit4] 2> 191033 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[F93E32DC896C6016])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithMultipleRequestHandlers
[junit4] 2> 191047 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithOverride
[junit4] 2> 191056 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&q=partisian+politcal+mashine&defType=edismax&spellcheck.dictionary=direct&qt=/spellCheckCompRH&spellcheck=true&qf=teststop&spellcheck.maxCollations=10&spellcheck.count=10&spellcheck.maxCollationTries=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=8
[junit4] 2> 191090 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&spellcheck.dictionary=direct&qt=/spellCheckCompRH&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&q=partisian+politcal+mashine&defType=edismax&spellcheck.collateParam.mm=100%25&spellcheck=true&qf=teststop&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=33
[junit4] 2> 191090 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithOverride
[junit4] 2> 191091 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 191091 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1703375680
[junit4] 2> 191091 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 191091 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@39e8cc7a: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@4f33ab2e
[junit4] 2> 191095 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 191095 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@63997dd9: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@2daac9e1
[junit4] 2> 191098 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 191098 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@61288fbf: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@4e5b4854
[junit4] 2> 191113 INFO (coreCloseExecutor-1791-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@1db1b36d
[junit4] 2> 191113 INFO (coreCloseExecutor-1791-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1db1b36d
[junit4] 2> 191113 INFO (coreCloseExecutor-1791-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3fd703ba: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@7cddcf93
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.SpellCheckCollatorTest_F93E32DC896C6016-001
[junit4] 2> Jul 21, 2018 8:00:31 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{start1=PostingsFormat(name=LuceneVarGapFixedInterval),
lowerfilt1=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=FST50,
teststop=FST50, lowerfilt1and2=FST50,
end4=PostingsFormat(name=LuceneVarGapFixedInterval), end3=FST50,
end2=BlockTreeOrds(blocksize=128),
end1=PostingsFormat(name=LuceneVarGapDocFreqInterval), lowerfilt=FST50,
gram1=PostingsFormat(name=LuceneVarGapDocFreqInterval),
id=BlockTreeOrds(blocksize=128), gram2=BlockTreeOrds(blocksize=128),
gram3=FST50, start3=BlockTreeOrds(blocksize=128),
gram4=PostingsFormat(name=LuceneVarGapFixedInterval), start2=FST50,
word=PostingsFormat(name=LuceneVarGapDocFreqInterval),
start4=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70),
intDefault=DocValuesFormat(name=Lucene70), id_i1=DocValuesFormat(name=Direct),
range_facet_i_dv=DocValuesFormat(name=Lucene70),
intDvoDefault=DocValuesFormat(name=Asserting),
range_facet_l=DocValuesFormat(name=Lucene70),
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1509,
maxMBSortInHeap=7.059537584202553,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5e51d18f),
locale=mer, timezone=SystemV/PST8PDT
[junit4] 2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 10.0.1
(64-bit)/cpus=8,threads=1,free=105400800,total=532152320
[junit4] 2> NOTE: All tests run in this JVM: [SpatialHeatmapFacetsTest,
TestQueryTypes, SolrSlf4jReporterTest, TestConfigOverlay, ZkShardTermsTest,
TestLazyCores, TestSizeLimitedDistributedMap, CoreAdminCreateDiscoverTest,
RecoveryZkTest, TestReqParamsAPI, TestMultiWordSynonyms, TestInitQParser,
StatsReloadRaceTest, TestZkChroot, CollectionPropsTest, TestSSLRandomization,
UpdateParamsTest, ConcurrentCreateRoutedAliasTest, TestSchemaManager,
TestUseDocValuesAsStored, SolrIndexSplitterTest, TestPerFieldSimilarity,
TestIntervalFaceting, ShardRoutingCustomTest, SpellCheckCollatorTest]
[junit4] Completed [53/824 (1!)] on J0 in 3.18s, 11 tests, 1 error <<<
FAILURES!
[...truncated 44678 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22495/consoleText
[repro] Revision: 1bea1da5dc43d3b392c5e363c3ad970e1df6d5fc
[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line: ant test -Dtestcase=SpellCheckCollatorTest
-Dtests.method=testEstimatedHitCounts -Dtests.seed=F93E32DC896C6016
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mer
-Dtests.timezone=SystemV/PST8PDT -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr/core
[repro] SpellCheckCollatorTest
[repro] ant compile-test
[...truncated 3309 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.SpellCheckCollatorTest" -Dtests.showOutput=onerror
"-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
-Dtests.seed=F93E32DC896C6016 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=mer -Dtests.timezone=SystemV/PST8PDT -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[...truncated 32 lines...]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_F93E32DC896C6016-001/init-core-data-001
[junit4] 2> 2591 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2624 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.e.j.u.log Logging initialized @2672ms to org.eclipse.jetty.util.log.Slf4jLog
[junit4] 2> 2631 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 2734 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2735 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 2874 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.c.SolrResourceLoader Using system property solr.solr.home:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr
[junit4] 2> 2876 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 3080 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 3387 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 3775 WARN
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.WordDelimiterFilterFactory]. Please consult documentation how to replace
it accordingly.
[junit4] 2> 3915 WARN
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
[junit4] 2> 3921 WARN
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
[junit4] 2> 3928 WARN
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.CurrencyField]. Please consult documentation how to replace it
accordingly.
[junit4] 2> 4090 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 5246 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 5251 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 5406 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9ef6696
[junit4] 2> 5408 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9ef6696
[junit4] 2> 5408 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@9ef6696
[junit4] 2> 5438 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 5510 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 5611 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 5792 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 5847 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 5911 INFO (coreLoadExecutor-9-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@9ef6696
[junit4] 2> 5920 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 5927 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_F93E32DC896C6016-001/init-core-data-001/]
[junit4] 2> 5973 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 6658 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 6658 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 6662 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 6675 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f2e626f[collection1] main]
[junit4] 2> 6694 WARN (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 6734 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 6902 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for
spellchecker: default
[junit4] 2> 6931 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for
spellchecker: default_teststop
[junit4] 2> 6939 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.s.DirectSolrSpellChecker init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=tests
[...truncated too long message...]
llatorTest.testCollateWithGrouping-seed#[F93E32DC896C6016]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testCollateWithGrouping
[junit4] OK 0.10s J0 | SpellCheckCollatorTest.testCollateWithGrouping
[junit4] 2> 13686 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[F93E32DC896C6016]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testWithCursorMark
[junit4] 2> 13755 INFO
(TEST-SpellCheckCollatorTest.testWithCursorMark-seed#[F93E32DC896C6016]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testWithCursorMark
[junit4] OK 0.07s J0 | SpellCheckCollatorTest.testWithCursorMark
[junit4] 2> 13756 INFO
(TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[F93E32DC896C6016])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithRangeQuery
[junit4] 1> id:[1 TO 10] AND lowerfilt:love
[junit4] 2> 13839 INFO
(TEST-SpellCheckCollatorTest.testCollationWithRangeQuery-seed#[F93E32DC896C6016])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithRangeQuery
[junit4] OK 0.08s J0 |
SpellCheckCollatorTest.testCollationWithRangeQuery
[junit4] 2> 13840 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[F93E32DC896C6016]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testZeroTries
[junit4] 2> 13919 INFO
(TEST-SpellCheckCollatorTest.testZeroTries-seed#[F93E32DC896C6016]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testZeroTries
[junit4] OK 0.08s J0 | SpellCheckCollatorTest.testZeroTries
[junit4] 2> 13920 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Starting testExtendedCollate
[junit4] 2> 14038 INFO
(TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Ending testExtendedCollate
[junit4] OK 0.12s J0 | SpellCheckCollatorTest.testExtendedCollate
[junit4] 2> 14044 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[F93E32DC896C6016])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithMultipleRequestHandlers
[junit4] 2> 14136 INFO
(TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[F93E32DC896C6016])
[ ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithMultipleRequestHandlers
[junit4] OK 0.10s J0 |
SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers
[junit4] 2> 14138 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithOverride
[junit4] 2> 14144 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&q=partisian+politcal+mashine&defType=edismax&spellcheck.dictionary=direct&qt=/spellCheckCompRH&spellcheck=true&qf=teststop&spellcheck.maxCollations=10&spellcheck.count=10&spellcheck.maxCollationTries=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=5
[junit4] 2> 14151 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[F93E32DC896C6016]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={mm=1&spellcheck.dictionary=direct&qt=/spellCheckCompRH&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&q=partisian+politcal+mashine&defType=edismax&spellcheck.collateParam.mm=100%25&spellcheck=true&qf=teststop&spellcheck.count=10&wt=xml&spellcheck.collate=true}
hits=0 status=0 QTime=6
[junit4] 2> 14152 INFO
(TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[F93E32DC896C6016]) [
] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithOverride
[junit4] OK 0.02s J0 | SpellCheckCollatorTest.testCollateWithOverride
[junit4] 2> 14152 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 14152 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=785395822
[junit4] 2> 14152 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 14153 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5b52808d: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@aa72dbc
[junit4] 2> 14158 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 14158 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@10a1f1da: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@1905ed11
[junit4] 2> 14158 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 14158 INFO
(SUITE-SpellCheckCollatorTest-seed#[F93E32DC896C6016]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3f7c644e: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@4ccab084
[junit4] 2> 14159 INFO (coreCloseExecutor-29-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2a684d27
[junit4] 2> 14159 INFO (coreCloseExecutor-29-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=2a684d27
[junit4] 2> 14159 INFO (coreCloseExecutor-29-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3e4f8afe: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6da9884
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.spelling.SpellCheckCollatorTest_F93E32DC896C6016-002
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{start1=PostingsFormat(name=LuceneVarGapFixedInterval),
lowerfilt1=PostingsFormat(name=LuceneVarGapFixedInterval), multiDefault=FST50,
teststop=FST50, lowerfilt1and2=FST50,
end4=PostingsFormat(name=LuceneVarGapFixedInterval), end3=FST50,
end2=BlockTreeOrds(blocksize=128),
end1=PostingsFormat(name=LuceneVarGapDocFreqInterval), lowerfilt=FST50,
gram1=PostingsFormat(name=LuceneVarGapDocFreqInterval),
id=BlockTreeOrds(blocksize=128), gram2=BlockTreeOrds(blocksize=128),
gram3=FST50, start3=BlockTreeOrds(blocksize=128),
gram4=PostingsFormat(name=LuceneVarGapFixedInterval), start2=FST50,
word=PostingsFormat(name=LuceneVarGapDocFreqInterval),
start4=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70),
intDefault=DocValuesFormat(name=Lucene70), id_i1=DocValuesFormat(name=Direct),
range_facet_i_dv=DocValuesFormat(name=Lucene70),
intDvoDefault=DocValuesFormat(name=Asserting),
range_facet_l=DocValuesFormat(name=Lucene70),
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1509,
maxMBSortInHeap=7.059537584202553,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1f9f661f),
locale=mer, timezone=SystemV/PST8PDT
[junit4] 2> NOTE: Linux 4.15.0-24-generic amd64/Oracle Corporation 10.0.1
(64-bit)/cpus=8,threads=1,free=421121512,total=522190848
[junit4] 2> NOTE: All tests run in this JVM: [SpellCheckCollatorTest,
SpellCheckCollatorTest]
[junit4] Completed [5/5 (5!)] on J0 in 2.95s, 11 tests, 1 error <<< FAILURES!
[...truncated 15 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1568:
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1092:
There were test failures: 5 suites, 55 tests, 5 errors [seed: F93E32DC896C6016]
Total time: 16 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 5/5 failed: org.apache.solr.spelling.SpellCheckCollatorTest
[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=/var/lib/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=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/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=1bea1da5dc43d3b392c5e363c3ad970e1df6d5fc,
workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #22494
Recording test results
Setting
ANT_1_8_2_HOME=/var/lib/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=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]