Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/688/
10 tests failed.
REGRESSION:
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([1D09958961FE53F3:2CB22BBCC4C14323]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:696)
at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:530)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits'
and 6 <= . and . <= 10]
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">6</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><int name="hits">14</int><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%3Aeverother&spellcheck.collateMaxCollectDocs=5
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 42 more
FAILED: org.apache.solr.highlight.HighlighterTest.testDisMaxHighlight
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([1D09958961FE53F3:7A1BA0D2020A262]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testDisMaxHighlight(HighlighterTest.java:262)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_text']/str
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">64</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="tv_text"><str>a long day's night</str></arr><int
name="id">1</int><arr name="range_facet_l"><long>1</long></arr><long
name="_version_">1486138107267907584</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-29T20:09:03.534Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:rows=200&q=long&q.alt=*:*&qt=dismax&qf=tv_text&start=0&hl.fl=tv_text&hl=true
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED:
org.apache.solr.highlight.HighlighterTest.testSubwordWildcardHighlightWithTermOffsets
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([1D09958961FE53F3:22AF714A945B318E]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testSubwordWildcardHighlightWithTermOffsets(HighlighterTest.java:834)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='highlighting']/lst[@name='1']/arr[@name='subword_offsets']/str='lorem
<em>PowerShot.com</em> ipsum'
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">3</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="subword_offsets"><str>lorem PowerShot.com
ipsum</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486138107530051584</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-29T20:09:03.784Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request was:q=subword_offsets:pow*&wt=xml&hl.fl=subword_offsets&hl=true
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED:
org.apache.solr.highlight.HighlighterTest.testTermVecMultiValuedHighlight
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([1D09958961FE53F3:B75791E5D41447EB]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testTermVecMultiValuedHighlight(HighlighterTest.java:211)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_mv_text']/str[.='a <em>long</em> days
night this should be a piece of text which']
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="1"
start="0"><doc><arr name="tv_mv_text"><str>a long days night this should be a
piece of text which is is is is is is is is is is is is is is is is is is is is
is is is is isis is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is sufficiently lengthly to produce multiple fragments which are not
concatenated at all--we want two disjoint long fragments.</str><str>a long days
night this should be a piece of text which is is is is is is is is is is is is
is is is is is is is is is is is is isis is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is sufficiently lengthly to produce multiple fragments
which are not concatenated at all--we want two disjoint long
fragments.</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486138107842527232</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-29T20:09:04.082Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:rows=200&q=tv_mv_text:long&qt=standard&start=0&hl.fl=tv_mv_text&hl.snippets=2&hl=true
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED: org.apache.solr.highlight.HighlighterTest.testLongFragment
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([1D09958961FE53F3:85CEE92E6ED2583B]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testLongFragment(HighlighterTest.java:496)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_text']/str
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="1"
start="0"><doc><arr name="tv_text"><str>junit: [mkdir] Created dir:
/home/klaas/worio/backend/trunk/build-src/solr-nightly/build/test-results
[junit] Running org.apache.solr.BasicFunctionalityTest [junit] Tests run: 7,
Failures: 0, Errors: 0, Time elapsed: 5.36 sec [junit] Running
org.apache.solr.ConvertedLegacyTest [junit] Tests run: 1, Failures: 0, Errors:
0, Time elapsed: 8.268 sec [junit] Running
org.apache.solr.DisMaxRequestHandlerTest [junit] Tests run: 1, Failures: 0,
Errors: 0, Time elapsed: 1.56 sec [junit] Running
org.apache.solr.HighlighterTest [junit] Tests run: 7, Failures: 0, Errors: 0,
Time elapsed: 4.979 sec [junit] Running org.apache.solr.OutputWriterTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.797 sec [junit]
Running org.apache.solr.SampleTest [junit] Tests run: 2, Failures: 0, Errors:
0, Time elapsed: 1.021 sec [junit] Running
org.apache.solr.analysis.TestBufferedTokenStream [junit] Tests run: 2,
Failures: 0, Errors: 0, Time elapsed: 0.05 sec [junit] Running
org.apache.solr.analysis.TestRemoveDuplicatesTokenFilter [junit] Tests run: 3,
Failures: 0, Errors: 0, Time elapsed: 0.054 sec [junit] Running
org.apache.solr.analysis.TestSynonymFilter [junit] Tests run: 6, Failures: 0,
Errors: 0, Time elapsed: 0.081 sec [junit] Running
org.apache.solr.analysis.TestWordDelimiterFilter [junit] Tests run: 1,
Failures: 0, Errors: 0, Time elapsed: 1.714 sec [junit] Running
org.apache.solr.search.TestDocSet [junit] Tests run: 1, Failures: 0, Errors: 0,
Time elapsed: 0.788 sec [junit] Running
org.apache.solr.util.SolrPluginUtilsTest [junit] Tests run: 5, Failures: 0,
Errors: 0, Time elapsed: 3.519 sec [junit] Running
org.apache.solr.util.TestOpenBitSet [junit] Tests run: 2, Failures: 0, Errors:
0, Time elapsed: 0.533 sec</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486138108039659520</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-29T20:09:04.269Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:rows=200&q=tv_text:dir&qt=standard&start=0&hl.fl=tv_text&hl=true
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED:
org.apache.solr.highlight.HighlighterTest.testTermVecMultiValuedHighlight2
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([1D09958961FE53F3:580A855FF2DC6C1]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testTermVecMultiValuedHighlight2(HighlighterTest.java:239)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_mv_text']/str[.='a <em>long</em> days
night this should be a piece of text which']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">1</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="tv_mv_text"><str>short</str><str>a long days night
this should be a piece of text which is is is is is is is is is is is is is is
is is is is is is is is is is isis is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is sufficiently lengthly to produce multiple fragments which
are not concatenated at all--we want two disjoint long
fragments.</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486138108166537216</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-29T20:09:04.39Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:rows=200&q=tv_mv_text:long&qt=standard&start=0&hl.fl=tv_mv_text&hl.snippets=2&hl=true
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED: org.apache.solr.highlight.HighlighterTest.testVariableFragsize
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([1D09958961FE53F3:1A4595F88340FF61]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testVariableFragsize(HighlighterTest.java:592)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_text']/str[.='a <em>long</em> days night
this should be a piece of text which']
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="1"
start="0"><doc><arr name="tv_text"><str>a long days night this should be a
piece of text which is is is is is is is is is is is is is is is is is is is is
is is is is isis is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is sufficiently lengthly to produce multiple fragments which are not
concatenated at all</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486138108667756544</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-29T20:09:04.869Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:rows=200&q=tv_text:long&qt=standard&start=0&hl.fl=tv_text&hl=true
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED:
org.apache.solr.highlight.HighlighterTest.testSubwordWildcardHighlightWithTermOffsets2
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([1D09958961FE53F3:2FAACE00A152A99D]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testSubwordWildcardHighlightWithTermOffsets2(HighlighterTest.java:843)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='highlighting']/lst[@name='1']/arr[@name='subword_offsets']/str='lorem
<em>PowerShot</em> ipsum'
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="1"
start="0"><doc><arr name="subword_offsets"><str>lorem PowerShot
ipsum</str></arr><int name="id">1</int><arr
name="range_facet_l"><long>1</long></arr><long
name="_version_">1486138109107109888</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-29T20:09:05.288Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request was:q=subword_offsets:pow*&wt=xml&hl.fl=subword_offsets&hl=true
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED: org.apache.solr.highlight.HighlighterTest.testTermVecHighlight
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([1D09958961FE53F3:3C29ED5868AD87E0]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testTermVecHighlight(HighlighterTest.java:145)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_text']/str[.='a <em>long</em> days night
this should be a piece of text which']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">1</int></lst><result name="response" numFound="1"
start="0"><doc><arr name="tv_text"><str>a long days night this should be a
piece of text which is is is is is is is is is is is is is is is is is is is is
is is is is isis is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is is is is is is is is is is is is is is is is is is is is is is is is is is
is sufficiently lengthly to produce multiple fragments which are not
concatenated at all--we want two disjoint long fragments.</str></arr><int
name="id">1</int><arr name="range_facet_l"><long>1</long></arr><long
name="_version_">1486138109594697728</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-29T20:09:05.753Z</date></doc></result><lst
name="highlighting"><lst name="1"/></lst>
</response>
request
was:rows=200&q=tv_text:long&qt=standard&start=0&hl.fl=tv_text&hl.snippets=2&hl=true
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
FAILED: org.apache.solr.highlight.HighlighterTest.testTwoFieldHighlight
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([1D09958961FE53F3:647B508B86880549]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:729)
at
org.apache.solr.highlight.HighlighterTest.testTwoFieldHighlight(HighlighterTest.java:391)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='1']/arr[@name='tv_text']/str
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="1"
start="0"><doc><arr name="t_text"><str>a long day's night</str></arr><int
name="id">1</int><arr name="range_facet_l"><long>1</long></arr><arr
name="tv_text"><str>a long night's day</str></arr><long
name="_version_">1486138109715283968</long><int name="intDefault">42</int><arr
name="multiDefault"><str>muLti-Default</str></arr><date
name="timestamp">2014-11-29T20:09:05.867Z</date></doc></result><lst
name="highlighting"><lst name="1"><arr name="t_text"><str>a
<em>long</em> day's night</str></arr></lst></lst>
</response>
request
was:rows=200&q=t_text:long&qt=standard&start=0&hl.fl=t_text+tv_text&hl=true
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:722)
... 41 more
Build Log:
[...truncated 10133 lines...]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-1D09958961FE53F3-001/init-core-data-001
[junit4] 2> 1506229 T2949 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (true)
[junit4] 2> 1506230 T2949 oas.SolrTestCaseJ4.initCore ####initCore
[junit4] 2> 1506231 T2949 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 1506232 T2949 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1506232 T2949 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 1506232 T2949 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1506336 T2949 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 1506376 T2949 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-spellcheckcomponent.xml
[junit4] 2> 1506377 T2949 oass.IndexSchema.readSchema Reading Solr Schema
from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 1506389 T2949 oass.IndexSchema.readSchema [null] Schema
name=test
[junit4] 2> 1506697 T2949 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1506710 T2949 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1506713 T2949 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1506724 T2949 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1506728 T2949 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1506732 T2949 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1506733 T2949
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1506733 T2949
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1506734 T2949 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1506734 T2949
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1506735 T2949
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1506735 T2949 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 1506735 T2949 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr
[junit4] 2> 1506735 T2949 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/'
[junit4] 2> 1506787 T2949 oasc.CoreContainer.<init> New CoreContainer
742765009
[junit4] 2> 1506787 T2949 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/]
[junit4] 2> 1506788 T2949 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 0
[junit4] 2> 1506788 T2949 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
[junit4] 2> 1506788 T2949 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 0
[junit4] 2> 1506789 T2949 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 1506789 T2949 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 1506789 T2949 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 1506789 T2949 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 1506789 T2949 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 1506789 T2949 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 1506790 T2949 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 1506792 T2949 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=false
[junit4] 2> 1506794 T2949 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 1506794 T2949 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 1506794 T2949 oasc.CoreContainer.load Host Name:
[junit4] 2> 1506799 T2950 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 1506800 T2950 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 1506800 T2950 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 1506801 T2950 oasc.SolrResourceLoader.replaceClassLoader
Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 1506857 T2950 oasc.SolrConfig.<init> Using Lucene
MatchVersion: 5.0.0
[junit4] 2> 1506914 T2950 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-spellcheckcomponent.xml
[junit4] 2> 1506914 T2950 oass.IndexSchema.readSchema Reading Solr Schema
from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 1506932 T2950 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 1507250 T2950 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 1507256 T2950 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 1507258 T2950 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 1507268 T2950 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1507271 T2950 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 1507274 T2950 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1507274 T2950
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1507274 T2950
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1507274 T2950 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 1507275 T2950
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 1507275 T2950
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 1507275 T2950 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/
[junit4] 2> 1507275 T2950 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 1507276 T2950 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-1D09958961FE53F3-001/init-core-data-001/
[junit4] 2> 1507276 T2950 oasc.SolrCore.<init> JMX monitoring not detected
for core: collection1
[junit4] 2> 1507276 T2950 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-1D09958961FE53F3-001/init-core-data-001
[junit4] 2> 1507276 T2950 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-1D09958961FE53F3-001/init-core-data-001/index/
[junit4] 2> 1507277 T2950 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-1D09958961FE53F3-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 1507277 T2950 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-1D09958961FE53F3-001/init-core-data-001/index
[junit4] 2> 1507277 T2950 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=39, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=75.9609375,
floorSegmentMB=0.642578125, forceMergeDeletesPctAllowed=29.829035457023057,
segmentsPerTier=8.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6175166426499068
[junit4] 2> 1507278 T2950 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=BaseDirectoryWrapper(RAMDirectory@26bee14c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3db95873),segFN=segments_1,generation=1}
[junit4] 2> 1507278 T2950 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1507279 T2950 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 1507279 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1507279 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1507280 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1507280 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 1507280 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 1507280 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /replication: org.apache.solr.handler.ReplicationHandler
[junit4] 2> 1507280 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /get: org.apache.solr.handler.RealTimeGetHandler
[junit4] 2> 1507281 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
[junit4] 2> 1507281 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
[junit4] 2> 1507281 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
[junit4] 2> 1507282 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
[junit4] 2> 1507282 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
[junit4] 2> 1507282 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /admin/properties:
org.apache.solr.handler.admin.PropertiesRequestHandler
[junit4] 2> 1507282 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
[junit4] 2> 1507283 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /admin/file: org.apache.solr.handler.admin.ShowFileRequestHandler
[junit4] 2> 1507283 T2950 oasc.RequestHandlers.initHandlersFromConfig
created /admin/ping: org.apache.solr.handler.PingRequestHandler
[junit4] 2> 1507283 T2950 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 1507284 T2950 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 1507284 T2950 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 1507284 T2950 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 1507298 T2950 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1507299 T2950 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1507301 T2950 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1507302 T2950 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 1507304 T2950 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 1507304 T2950 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 1507305 T2950 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2272991907764933]
[junit4] 2> 1507305 T2950 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=BaseDirectoryWrapper(RAMDirectory@26bee14c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3db95873),segFN=segments_1,generation=1}
[junit4] 2> 1507305 T2950 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 1507306 T2950 oass.SolrIndexSearcher.<init> Opening
Searcher@4ecd7c0e[collection1] main
[junit4] 2> 1507306 T2950 oasr.ManagedResourceStorage.newStorageIO WARN
Cannot write to config directory
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 1507306 T2950 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 1507307 T2950 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using InMemoryStorage
[junit4] 2> 1507307 T2950 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 1507307 T2950 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using InMemoryStorage
[junit4] 2> 1507307 T2950 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 1507307 T2950 oashc.SpellCheckComponent.inform Initializing
spell checkers
[junit4] 2> 1507315 T2950 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: default
[junit4] 2> 1507321 T2950 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: default_teststop
[junit4] 2> 1507412 T2950 oass.DirectSolrSpellChecker.init init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4] 2> 1507413 T2950 oass.DirectSolrSpellChecker.init init:
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
[junit4] 2> 1507436 T2950 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: threshold
[junit4] 2> 1507436 T2950 oass.DirectSolrSpellChecker.init init:
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
[junit4] 2> 1507436 T2950 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: threshold_direct
[junit4] 2> 1507442 T2950 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: multipleFields
[junit4] 2> 1507486 T2950 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: freq
[junit4] 2> 1507500 T2950 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: fqcn
[junit4] 2> 1507501 T2950 oash.ReplicationHandler.inform Commits will be
reserved for 10000
[junit4] 2> 1507501 T2951 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@4ecd7c0e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1507501 T2950 oasc.CoreContainer.registerCore registering
core: collection1
[junit4] 2> 1507504 T2949 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4] 2> ASYNC NEW_CORE C594 name=collection1
org.apache.solr.core.SolrCore@3f0e4d57
[junit4] 2> 1507506 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[0]} 0 2
[junit4] 2> 1507531 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[1]} 0 3
[junit4] 2> 1507533 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[2]} 0 0
[junit4] 2> 1507536 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[3]} 0 1
[junit4] 2> 1507539 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[4]} 0 1
[junit4] 2> 1507542 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[5]} 0 2
[junit4] 2> 1507544 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[6]} 0 1
[junit4] 2> 1507547 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[7]} 0 2
[junit4] 2> 1507549 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[8]} 0 1
[junit4] 2> 1507552 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[9]} 0 2
[junit4] 2> 1507554 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[10]} 0 1
[junit4] 2> 1507556 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[11]} 0 1
[junit4] 2> 1507558 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[12]} 0 0
[junit4] 2> 1507561 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[13]} 0 1
[junit4] 2> 1507563 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[14]} 0 1
[junit4] 2> 1507566 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[15]} 0 2
[junit4] 2> 1507568 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[16]} 0 1
[junit4] 2> 1507569 T2949 C594 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1507575 T2949 C594 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=BaseDirectoryWrapper(RAMDirectory@26bee14c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3db95873),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=BaseDirectoryWrapper(RAMDirectory@26bee14c
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3db95873),segFN=segments_2,generation=2}
[junit4] 2> 1507575 T2949 C594 oasc.SolrDeletionPolicy.updateCommits
newest commit generation = 2
[junit4] 2> 1507577 T2949 C594 oass.SolrIndexSearcher.<init> Opening
Searcher@7e89b458[collection1] main
[junit4] 2> 1507578 T2949 C594 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 1507578 T2951
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: default
[junit4] 2> 1507658 T2951
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: default_teststop
[junit4] 2> 1507712 T2951
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: threshold
[junit4] 2> 1507723 T2951
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: threshold_direct
[junit4] 2> 1507723 T2951
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: multipleFields
[junit4] 2> 1507773 T2951
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: freq
[junit4] 2> 1507816 T2951
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: fqcn
[junit4] 2> 1507853 T2951 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@7e89b458[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.0.0):C2)
Uninverting(_1(5.0.0):C2) Uninverting(_2(5.0.0):C2) Uninverting(_3(5.0.0):C2)
Uninverting(_4(5.0.0):C2) Uninverting(_5(5.0.0):C2) Uninverting(_6(5.0.0):C2)
Uninverting(_7(5.0.0):C2) Uninverting(_8(5.0.0):C1)))}
[junit4] 2> 1507853 T2949 C594 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 284
[junit4] 2> 1507861 T2949 oas.SolrTestCaseJ4.setUp ###Starting
testContextSensitiveCollate
[junit4] 2> 1508218 T2949 C594 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck.maxResultsForSuggest=0&spellcheck.collate=true&spellcheck.maxCollations=1&spellcheck.extendedResults=true&spellcheck.alternativeTermCount=5&spellcheck=true&wt=xml&spellcheck.dictionary=direct&spellcheck.collateExtendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&indent=true&spellcheck.build=true&qt=spellCheckCompRH&spellcheck.count=10&spellcheck.maxCollationTries=10}
hits=0 status=0 QTime=357
[junit4] 2> ASYNC NEW_CORE C595 name=collection1
org.apache.solr.core.SolrCore@3f0e4d57
[junit4] 2> 1508273 T2949 C595 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck.maxResultsForSuggest=1&spellcheck.collate=true&spellcheck.maxCollations=1&spellcheck.extendedResults=true&spellcheck.alternativeTermCount=5&spellcheck=true&wt=xml&spellcheck.dictionary=direct&spellcheck.collateExtendedResults=true&q=teststop:(june+AND+customs)&indent=true&qt=spellCheckCompRH&spellcheck.count=10&spellcheck.maxCollationTries=10}
hits=1 status=0 QTime=33
[junit4] 2> 1508287 T2949 C595 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck.dictionary=direct&mm=2&spellcheck.collate=true&q=teststop:(june+customs)&indent=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=0&spellcheck=true&wt=xml&spellcheck.count=10}
hits=2 status=0 QTime=3
[junit4] 2> 1508406 T2949 C595 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck.maxResultsForSuggest=0&spellcheck.collate=true&spellcheck.maxCollations=1&spellcheck.extendedResults=true&spellcheck.alternativeTermCount=5&spellcheck=true&wt=xml&spellcheck.dictionary=default_teststop&spellcheck.collateExtendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&indent=true&spellcheck.build=true&qt=spellCheckCompRH&spellcheck.count=10&spellcheck.maxCollationTries=10}
hits=0 status=0 QTime=118
[junit4] 2> 1508425 T2949 C595 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck.maxResultsForSuggest=1&spellcheck.collate=true&spellcheck.maxCollations=1&spellcheck.extendedResults=true&spellcheck.alternativeTermCount=5&spellcheck=true&wt=xml&spellcheck.dictionary=default_teststop&spellcheck.collateExtendedResults=true&q=teststop:(june+AND+customs)&indent=true&qt=spellCheckCompRH&spellcheck.count=10&spellcheck.maxCollationTries=10}
hits=1 status=0 QTime=8
[junit4] 2> 1508437 T2949 C595 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck.dictionary=default_teststop&mm=2&spellcheck.collate=true&q=teststop:(june+customs)&indent=true&qt=spellCheckCompRH&spellcheck.alternativeTermCount=0&spellcheck=true&wt=xml&spellcheck.count=10}
hits=2 status=0 QTime=3
[junit4] 2> 1508438 T2949 oas.SolrTestCaseJ4.tearDown ###Ending
testContextSensitiveCollate
[junit4] 2> 1508445 T2949 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithMultipleRequestHandlers
[junit4] 2> 1508558 T2949 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithMultipleRequestHandlers
[junit4] 2> 1508567 T2949 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithGrouping
[junit4] 2> 1508735 T2949 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithGrouping
[junit4] 2> 1508743 T2949 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithOverride
[junit4] 2> 1508857 T2949 C595 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={defType=edismax&spellcheck.dictionary=direct&mm=1&qf=teststop&q=partisian+politcal+mashine&spellcheck.collate=true&spellcheck.maxCollations=10&qt=spellCheckCompRH&spellcheck=true&wt=xml&spellcheck.maxCollationTries=10&spellcheck.count=10}
hits=0 status=0 QTime=114
[junit4] 2> 1508898 T2949 C595 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={qf=teststop&spellcheck.collate=true&spellcheck.maxCollations=10&spellcheck=true&wt=xml&spellcheck.dictionary=direct&defType=edismax&mm=1&q=partisian+politcal+mashine&spellcheck.collateParam.mm=100%25&qt=spellCheckCompRH&spellcheck.count=10&spellcheck.maxCollationTries=10}
hits=0 status=0 QTime=33
[junit4] 2> 1508902 T2949 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithOverride
[junit4] 2> 1508910 T2949 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithFilter
[junit4] 2> 1509061 T2949 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithFilter
[junit4] 2> 1509067 T2949 oas.SolrTestCaseJ4.setUp ###Starting
testZeroTries
[junit4] 2> 1509184 T2949 oas.SolrTestCaseJ4.tearDown ###Ending
testZeroTries
[junit4] 2> 1509192 T2949 oas.SolrTestCaseJ4.setUp ###Starting
testCollationWithHypens
[junit4] 2> 1509304 T2949 oas.SolrTestCaseJ4.tearDown ###Ending
testCollationWithHypens
[junit4] 2> 1509311 T2949 oas.SolrTestCaseJ4.setUp ###Starting
testEstimatedHitCounts
[junit4] 2> 1509320 T2949 C595 oasc.SolrCore.execute [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%3Ametnoia}
hits=0 status=0 QTime=8
[junit4] 2> 1509332 T2949 C595 oasc.SolrCore.execute [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%3Ametnoia&spellcheck.collateMaxCollectDocs=0}
hits=0 status=0 QTime=8
[junit4] 2> 1509344 T2949 C595 oasc.SolrCore.execute [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%3Ametnoia&spellcheck.collateMaxCollectDocs=30}
hits=0 status=0 QTime=8
[junit4] 2> 1509356 T2949 C595 oasc.SolrCore.execute [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%3Ametnoia&spellcheck.collateMaxCollectDocs=100}
hits=0 status=0 QTime=8
[junit4] 2> 1509367 T2949 C595 oasc.SolrCore.execute [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%3Ametnoia&spellcheck.collateMaxCollectDocs=10000}
hits=0 status=0 QTime=7
[junit4] 2> 1509379 T2949 C595 oasc.SolrCore.execute [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%3Ametnoia&spellcheck.collateMaxCollectDocs=11}
hits=0 status=0 QTime=8
[junit4] 2> 1509391 T2949 C595 oasc.SolrCore.execute [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%3Ametnoia&spellcheck.collateMaxCollectDocs=17}
hits=0 status=0 QTime=8
[junit4] 2> 1509403 T2949 C595 oasc.SolrCore.execute [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%3Ametnoia&spellcheck.collateMaxCollectDocs=9}
hits=0 status=0 QTime=7
[junit4] 2> 1509415 T2949 C595 oasc.SolrCore.execute [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%3Ametnoia&spellcheck.collateMaxCollectDocs=8}
hits=0 status=0 QTime=8
[junit4] 2> 1509428 T2949 C595 oasc.SolrCore.execute [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%3Ametnoia&spellcheck.collateMaxCollectDocs=12}
hits=0 status=0 QTime=8
[junit4] 2> 1509441 T2949 C595 oasc.SolrCore.execute [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%3Ametnoia&spellcheck.collateMaxCollectDocs=7}
hits=0 status=0 QTime=9
[junit4] 2> 1509452 T2949 C595 oasc.SolrCore.execute [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%3Ametnoia&spellcheck.collateMaxCollectDocs=15}
hits=0 status=0 QTime=7
[junit4] 2> 1509463 T2949 C595 oasc.SolrCore.execute [collection1]
webapp=null path=null params={spellcheck=true&spellcheck
[...truncated too long message...]
rg.apache.solr.core.SolrCores.close(SolrCores.java:117)
[junit4] 2> at
org.apache.solr.core.CoreContainer.shutdown(CoreContainer.java:365)
[junit4] 2> at
org.apache.solr.util.TestHarness.close(TestHarness.java:337)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:640)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:185)
[junit4] 2> at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown
Source)
[junit4] 2> at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] 2> at java.lang.reflect.Method.invoke(Method.java:606)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:790)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
[junit4] 2>
[junit4] 2> 2119006 T12092 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 2119007 T12092 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.highlight.HighlighterTest-1D09958961FE53F3-001/init-core-data-001
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.highlight.HighlighterTest-1D09958961FE53F3-001/init-core-data-001;done=false>>]
[junit4] 2> 2119007 T12092 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.highlight.HighlighterTest-1D09958961FE53F3-001/init-core-data-001
[junit4] 2> 2119007 T12092 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.highlight.HighlighterTest-1D09958961FE53F3-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.highlight.HighlighterTest-1D09958961FE53F3-001/init-core-data-001/index;done=false>>]
[junit4] 2> 2119008 T12092 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.highlight.HighlighterTest-1D09958961FE53F3-001/init-core-data-001/index
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.highlight.HighlighterTest-1D09958961FE53F3-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{title_stringNoNorms=PostingsFormat(name=LuceneVarGapDocFreqInterval),
title_stemmed=PostingsFormat(name=Memory doPackFST= true),
foo_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
text=BlockTreeOrds(blocksize=128), multiDefault=PostingsFormat(name=Memory
doPackFST= true),
range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval),
tv_text=PostingsFormat(name=LuceneVarGapDocFreqInterval),
t_text1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
title_lettertok=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
t_text2=PostingsFormat(name=LuceneVarGapDocFreqInterval),
timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval),
title=PostingsFormat(name=Memory doPackFST= true),
intDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval),
subword_offsets=BlockTreeOrds(blocksize=128),
tv_mv_text=PostingsFormat(name=LuceneVarGapDocFreqInterval),
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
tv_no_off_text=PostingsFormat(name=LuceneVarGapDocFreqInterval),
foo_s=PostingsFormat(name=LuceneVarGapDocFreqInterval),
t_text=PostingsFormat(name=Memory doPackFST= true),
textgap=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
subword=PostingsFormat(name=LuceneVarGapDocFreqInterval),
cat=PostingsFormat(name=LuceneVarGapDocFreqInterval),
weight=PostingsFormat(name=Memory doPackFST= true),
_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval),
foo_sI=BlockTreeOrds(blocksize=128)},
docValues:{timestamp=DocValuesFormat(name=Direct)},
sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=sq_AL,
timezone=Kwajalein
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=244415520,total=376438784
[junit4] 2> NOTE: All tests run in this JVM: [TestFastOutputStream,
SolrCoreCheckLockOnStartupTest, TestAtomicUpdateErrorCases, SortByFunctionTest,
TestComplexPhraseQParserPlugin, AutoCommitTest, NoCacheHeaderTest,
SystemInfoHandlerTest, TestBM25SimilarityFactory, SolrCoreTest, PeerSyncTest,
TestExceedMaxTermLength, TestPartialUpdateDeduplication, HdfsDirectoryTest,
BJQParserTest, TestReRankQParserPlugin, DirectUpdateHandlerOptimizeTest,
TestSolrXml, TestFunctionQuery, SolrXmlInZkTest,
CloudExitableDirectoryReaderTest, SharedFSAutoReplicaFailoverUtilsTest,
TestDocumentBuilder, CoreAdminRequestStatusTest, DeleteShardTest, BasicZkTest,
MBeansHandlerTest, TestDynamicFieldResource, TestReload, TestGroupingSearch,
CoreMergeIndexesAdminHandlerTest, CurrencyFieldOpenExchangeTest,
DistributedIntervalFacetingTest, TestLFUCache, TestNonDefinedSimilarityFactory,
DeleteInactiveReplicaTest, TestCloudManagedSchemaConcurrent,
DistributedFacetPivotLargeTest, CachingDirectoryFactoryTest,
DistributedQueueTest, TestDefaultSearchFieldResource, SolrTestCaseJ4Test,
RequiredFieldsTest, CustomCollectionTest, StressHdfsTest,
DistributedSuggestComponentTest, HighlighterMaxOffsetTest, TestBinaryField,
RankQueryTest, URLClassifyProcessorTest,
TestSolrQueryParserDefaultOperatorResource, SuggestComponentTest,
DebugComponentTest, UnloadDistributedZkTest, SyncSliceTest, TestZkChroot,
ZkCLITest, ShardRoutingCustomTest, TestDistributedSearch,
SpellCheckComponentTest, ConvertedLegacyTest, OverseerCollectionProcessorTest,
HighlighterTest]
[junit4] Completed on J1 in 5.23s, 31 tests, 9 errors <<< FAILURES!
[...truncated 722 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:532:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:473:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:189:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:508:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1363:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:970:
There were test failures: 450 suites, 1841 tests, 10 errors, 56 ignored (10
assumptions)
Total time: 187 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #680
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 686712727 bytes
Compression is 0.0%
Took 2 min 6 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]