Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/678/
1 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([FA1D81C21BB12A9E:CBA63FF7BE8E3A4E]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:723)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:690)
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">5</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:716)
... 42 more
Build Log:
[...truncated 11559 lines...]
[junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
[junit4] 2> Creating dataDir:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-FA1D81C21BB12A9E-001/init-core-data-001
[junit4] 2> 881129 T1066 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl
(true) and clientAuth (false)
[junit4] 2> 881130 T1066 oas.SolrTestCaseJ4.initCore ####initCore
[junit4] 2> 881131 T1066 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 881132 T1066 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 881133 T1066 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 881133 T1066 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 881266 T1066 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 881315 T1066 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-spellcheckcomponent.xml
[junit4] 2> 881316 T1066 oass.IndexSchema.readSchema Reading Solr Schema
from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 881329 T1066 oass.IndexSchema.readSchema [null] Schema
name=test
[junit4] 2> 881722 T1066 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 881735 T1066 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 881738 T1066 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 881750 T1066 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 881755 T1066 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 881760 T1066 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 881761 T1066
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 881761 T1066
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 881762 T1066 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 881762 T1066
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 881763 T1066
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 881763 T1066 oasc.SolrResourceLoader.locateSolrHome JNDI not
configured for solr (NoInitialContextEx)
[junit4] 2> 881763 T1066 oasc.SolrResourceLoader.locateSolrHome using
system property solr.solr.home:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr
[junit4] 2> 881764 T1066 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/'
[junit4] 2> 881859 T1066 oasc.CoreContainer.<init> New CoreContainer
498194059
[junit4] 2> 881860 T1066 oasc.CoreContainer.load Loading cores into
CoreContainer
[instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/]
[junit4] 2> 881861 T1066 oashc.HttpShardHandlerFactory.getParameter
Setting socketTimeout to: 0
[junit4] 2> 881862 T1066 oashc.HttpShardHandlerFactory.getParameter
Setting urlScheme to: null
[junit4] 2> 881862 T1066 oashc.HttpShardHandlerFactory.getParameter
Setting connTimeout to: 0
[junit4] 2> 881862 T1066 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnectionsPerHost to: 20
[junit4] 2> 881863 T1066 oashc.HttpShardHandlerFactory.getParameter
Setting maxConnections to: 10000
[junit4] 2> 881863 T1066 oashc.HttpShardHandlerFactory.getParameter
Setting corePoolSize to: 0
[junit4] 2> 881863 T1066 oashc.HttpShardHandlerFactory.getParameter
Setting maximumPoolSize to: 2147483647
[junit4] 2> 881864 T1066 oashc.HttpShardHandlerFactory.getParameter
Setting maxThreadIdleTime to: 5
[junit4] 2> 881864 T1066 oashc.HttpShardHandlerFactory.getParameter
Setting sizeOfQueue to: -1
[junit4] 2> 881864 T1066 oashc.HttpShardHandlerFactory.getParameter
Setting fairnessPolicy to: false
[junit4] 2> 881871 T1066 oasu.UpdateShardHandler.<init> Creating
UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=false
[junit4] 2> 881875 T1066 oasl.LogWatcher.createWatcher SLF4J impl is
org.slf4j.impl.Log4jLoggerFactory
[junit4] 2> 881876 T1066 oasl.LogWatcher.newRegisteredLogWatcher
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
[junit4] 2> 881876 T1066 oasc.CoreContainer.load Host Name:
[junit4] 2> 881887 T1067 oasc.SolrResourceLoader.<init> new
SolrResourceLoader for directory:
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/'
[junit4] 2> 881890 T1067 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/lib/.svn/'
to classloader
[junit4] 2> 881891 T1067 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/lib/classes/'
to classloader
[junit4] 2> 881891 T1067 oasc.SolrResourceLoader.replaceClassLoader Adding
'file:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/lib/README'
to classloader
[junit4] 2> 882000 T1067 oasc.SolrConfig.<init> Using Lucene MatchVersion:
6.0.0
[junit4] 2> 882049 T1067 oasc.SolrConfig.<init> Loaded SolrConfig:
solrconfig-spellcheckcomponent.xml
[junit4] 2> 882050 T1067 oass.IndexSchema.readSchema Reading Solr Schema
from
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/schema.xml
[junit4] 2> 882062 T1067 oass.IndexSchema.readSchema [collection1] Schema
name=test
[junit4] 2> 882611 T1067 oass.OpenExchangeRatesOrgProvider.init
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4] 2> 882623 T1067 oass.IndexSchema.readSchema default search field
in schema is text
[junit4] 2> 882628 T1067 oass.IndexSchema.readSchema unique key field: id
[junit4] 2> 882642 T1067 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 882650 T1067 oass.FileExchangeRateProvider.reload Reloading
exchange rates from file currency.xml
[junit4] 2> 882658 T1067 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 882659 T1067
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 882660 T1067
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 882660 T1067 oass.OpenExchangeRatesOrgProvider.reload
Reloading exchange rates from open-exchange-rates.json
[junit4] 2> 882661 T1067
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key
IMPORTANT NOTE
[junit4] 2> 882661 T1067
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key,
got STRING
[junit4] 2> 882661 T1067 oasc.CoreContainer.create Creating SolrCore
'collection1' using configuration from instancedir
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/
[junit4] 2> 882662 T1067 oasc.SolrCore.initDirectoryFactory
org.apache.solr.core.MockDirectoryFactory
[junit4] 2> 882662 T1067 oasc.SolrCore.<init> [collection1] Opening new
SolrCore at
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/,
dataDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-FA1D81C21BB12A9E-001/init-core-data-001/
[junit4] 2> 882662 T1067 oasc.SolrCore.<init> JMX monitoring not detected
for core: collection1
[junit4] 2> 882663 T1067 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-FA1D81C21BB12A9E-001/init-core-data-001
[junit4] 2> 882664 T1067 oasc.SolrCore.getNewIndexDir New index directory
detected: old=null
new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-FA1D81C21BB12A9E-001/init-core-data-001/index/
[junit4] 2> 882664 T1067 oasc.SolrCore.initIndex WARN [collection1] Solr
index directory
'/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-FA1D81C21BB12A9E-001/init-core-data-001/index'
doesn't exist. Creating new index...
[junit4] 2> 882665 T1067 oasc.CachingDirectoryFactory.get return new
directory for
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-FA1D81C21BB12A9E-001/init-core-data-001/index
[junit4] 2> 882665 T1067 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=18, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=52.46484375,
floorSegmentMB=1.146484375, forceMergeDeletesPctAllowed=23.516122936869646,
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 882667 T1067 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-5f1a1a70)),segFN=segments_1,generation=1}
[junit4] 2> 882667 T1067 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 882669 T1067 oasc.SolrCore.loadUpdateProcessorChains no
updateRequestProcessorChain defined as default, creating implicit default
[junit4] 2> 882670 T1067 oasc.RequestHandlers.initHandlersFromConfig
created /update/json: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 882670 T1067 oasc.RequestHandlers.initHandlersFromConfig
created /config: org.apache.solr.handler.SolrConfigHandler
[junit4] 2> 882671 T1067 oasc.RequestHandlers.initHandlersFromConfig
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 882671 T1067 oasc.RequestHandlers.initHandlersFromConfig
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 882671 T1067 oasc.RequestHandlers.initHandlersFromConfig
created /update: org.apache.solr.handler.UpdateRequestHandler
[junit4] 2> 882672 T1067 oasc.RequestHandlers.initHandlersFromConfig
created standard: solr.StandardRequestHandler
[junit4] 2> 882672 T1067 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 882673 T1067 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 882673 T1067 oasc.RequestHandlers.initHandlersFromConfig
created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
[junit4] 2> 882716 T1067 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 882720 T1067 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 882724 T1067 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 882728 T1067 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4] 2> 882733 T1067 oasu.CommitTracker.<init> Hard AutoCommit:
disabled
[junit4] 2> 882733 T1067 oasu.CommitTracker.<init> Soft AutoCommit:
disabled
[junit4] 2> 882734 T1067 oasu.RandomMergePolicy.<init> RandomMergePolicy
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy:
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=24,
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807,
calibrateSizeByDeletes=false, maxMergeDocs=2147483647,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.212883020738306]
[junit4] 2> 882734 T1067 oasc.SolrDeletionPolicy.onInit
SolrDeletionPolicy.onInit: commits: num=1
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-5f1a1a70)),segFN=segments_1,generation=1}
[junit4] 2> 882734 T1067 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 1
[junit4] 2> 882735 T1067 oass.SolrIndexSearcher.<init> Opening
Searcher@229cab45[collection1] main
[junit4] 2> 882736 T1067 oasr.ManagedResourceStorage.newStorageIO WARN
Cannot write to config directory
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 882736 T1067 oasr.RestManager.init Initializing RestManager
with initArgs: {}
[junit4] 2> 882736 T1067 oasr.ManagedResourceStorage.load Reading
_rest_managed.json using InMemoryStorage
[junit4] 2> 882737 T1067 oasr.ManagedResource.reloadFromStorage WARN No
stored data found for /rest/managed
[junit4] 2> 882737 T1067 oasr.ManagedResourceStorage$JsonStorage.store
Saved JSON object to path _rest_managed.json using InMemoryStorage
[junit4] 2> 882737 T1067 oasr.RestManager.init Initializing 0 registered
ManagedResources
[junit4] 2> 882738 T1067 oashc.SpellCheckComponent.inform Initializing
spell checkers
[junit4] 2> 882764 T1067 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: default
[junit4] 2> 882783 T1067 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: default_teststop
[junit4] 2> 883024 T1067 oass.DirectSolrSpellChecker.init init:
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
[junit4] 2> 883025 T1067 oass.DirectSolrSpellChecker.init init:
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
[junit4] 2> 883043 T1067 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: threshold
[junit4] 2> 883043 T1067 oass.DirectSolrSpellChecker.init init:
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
[junit4] 2> 883043 T1067 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: threshold_direct
[junit4] 2> 883053 T1067 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: multipleFields
[junit4] 2> 883081 T1067 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: freq
[junit4] 2> 883091 T1067 oashc.SpellCheckComponent.inform Registering
newSearcher listener for spellchecker: fqcn
[junit4] 2> 883092 T1068 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@229cab45[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 883092 T1067 oasc.CoreContainer.registerCore registering core:
collection1
[junit4] 2> 883095 T1066 oas.SolrTestCaseJ4.initCore ####initCore end
[junit4] 2> ASYNC NEW_CORE C329 name=collection1
org.apache.solr.core.SolrCore@363154a2
[junit4] 2> 883098 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[0]} 0 2
[junit4] 2> 883134 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[1]} 0 7
[junit4] 2> 883138 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[2]} 0 1
[junit4] 2> 883145 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[3]} 0 5
[junit4] 2> 883148 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[4]} 0 1
[junit4] 2> 883156 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[5]} 0 6
[junit4] 2> 883159 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[6]} 0 1
[junit4] 2> 883165 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[7]} 0 4
[junit4] 2> 883169 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[8]} 0 2
[junit4] 2> 883174 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[9]} 0 4
[junit4] 2> 883177 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[10]} 0 1
[junit4] 2> 883183 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[11]} 0 4
[junit4] 2> 883186 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[12]} 0 2
[junit4] 2> 883198 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[13]} 0 11
[junit4] 2> 883202 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[14]} 0 2
[junit4] 2> 883207 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[15]} 0 3
[junit4] 2> 883211 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {add=[16]} 0 2
[junit4] 2> 883213 T1066 C329 oasu.DirectUpdateHandler2.commit start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 883315 T1066 C329 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits: num=2
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-5f1a1a70)),segFN=segments_1,generation=1}
[junit4] 2>
commit{dir=MockDirectoryWrapper(RAMDirectory(id=lucene-5f1a1a70)),segFN=segments_2,generation=2}
[junit4] 2> 883316 T1066 C329 oasc.SolrDeletionPolicy.updateCommits newest
commit generation = 2
[junit4] 2> 883321 T1066 C329 oass.SolrIndexSearcher.<init> Opening
Searcher@553bb40d[collection1] main
[junit4] 2> 883322 T1066 C329 oasu.DirectUpdateHandler2.commit
end_commit_flush
[junit4] 2> 883322 T1068
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: default
[junit4] 2> 883429 T1068
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: default_teststop
[junit4] 2> 883505 T1068
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: threshold
[junit4] 2> 883518 T1068
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: threshold_direct
[junit4] 2> 883518 T1068
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: multipleFields
[junit4] 2> 883584 T1068
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: freq
[junit4] 2> 883648 T1068
oashc.SpellCheckComponent$SpellCheckerListener.buildSpellIndex Building spell
index for spell checker: fqcn
[junit4] 2> 883707 T1068 oasc.SolrCore.registerSearcher [collection1]
Registered new searcher Searcher@553bb40d[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C2)
Uninverting(_1(6.0.0):C2) Uninverting(_2(6.0.0):C2) Uninverting(_3(6.0.0):C2)
Uninverting(_4(6.0.0):C2) Uninverting(_5(6.0.0):C2) Uninverting(_6(6.0.0):C2)
Uninverting(_7(6.0.0):C2) Uninverting(_8(6.0.0):C1)))}
[junit4] 2> 883707 T1066 C329 oasup.LogUpdateProcessor.finish
[collection1] webapp=null path=null params={} {commit=} 0 494
[junit4] 2> 883715 T1066 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithOverride
[junit4] 2> 884058 T1066 C329 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck.count=10&qt=spellCheckCompRH&mm=1&spellcheck.maxCollationTries=10&spellcheck.collate=true&wt=xml&qf=teststop&spellcheck.dictionary=direct&q=partisian+politcal+mashine&spellcheck=true&spellcheck.maxCollations=10&defType=edismax}
hits=0 status=0 QTime=342
[junit4] 2> 884113 T1066 C329 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck.collateParam.mm=100%25&spellcheck.count=10&qt=spellCheckCompRH&mm=1&spellcheck.maxCollationTries=10&spellcheck.collate=true&wt=xml&qf=teststop&spellcheck.dictionary=direct&q=partisian+politcal+mashine&spellcheck=true&spellcheck.maxCollations=10&defType=edismax}
hits=0 status=0 QTime=48
[junit4] 2> 884116 T1066 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithOverride
[junit4] 2> 884124 T1066 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithGrouping
[junit4] 2> 884243 T1066 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithGrouping
[junit4] 2> 884251 T1066 oas.SolrTestCaseJ4.setUp ###Starting
testCollationWithHypens
[junit4] 2> 884623 T1066 oas.SolrTestCaseJ4.tearDown ###Ending
testCollationWithHypens
[junit4] 2> 884632 T1066 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithMultipleRequestHandlers
[junit4] 2> 884712 T1066 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithMultipleRequestHandlers
[junit4] 2> 884720 T1066 oas.SolrTestCaseJ4.setUp ###Starting
testContextSensitiveCollate
[junit4] 2> 884743 T1066 C329 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={qt=spellCheckCompRH&spellcheck.collate=true&wt=xml&indent=true&spellcheck.collateExtendedResults=true&spellcheck.build=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck=true&spellcheck.maxResultsForSuggest=0&spellcheck.count=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.dictionary=direct&spellcheck.maxCollations=1}
hits=0 status=0 QTime=23
[junit4] 2> 884766 T1066 C329 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={qt=spellCheckCompRH&spellcheck.collate=true&wt=xml&indent=true&spellcheck.collateExtendedResults=true&q=teststop:(june+AND+customs)&spellcheck=true&spellcheck.maxResultsForSuggest=1&spellcheck.count=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.dictionary=direct&spellcheck.maxCollations=1}
hits=1 status=0 QTime=14
[junit4] 2> 884778 T1066 C329 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck.count=10&spellcheck.alternativeTermCount=0&qt=spellCheckCompRH&mm=2&spellcheck.collate=true&wt=xml&indent=true&spellcheck.dictionary=direct&spellcheck=true&q=teststop:(june+customs)}
hits=2 status=0 QTime=4
[junit4] 2> 884901 T1066 C329 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={qt=spellCheckCompRH&spellcheck.collate=true&wt=xml&indent=true&spellcheck.collateExtendedResults=true&spellcheck.build=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck=true&spellcheck.maxResultsForSuggest=0&spellcheck.count=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.dictionary=default_teststop&spellcheck.maxCollations=1}
hits=0 status=0 QTime=122
[junit4] 2> 884921 T1066 C329 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={qt=spellCheckCompRH&spellcheck.collate=true&wt=xml&indent=true&spellcheck.collateExtendedResults=true&q=teststop:(june+AND+customs)&spellcheck=true&spellcheck.maxResultsForSuggest=1&spellcheck.count=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&spellcheck.maxCollationTries=10&spellcheck.dictionary=default_teststop&spellcheck.maxCollations=1}
hits=1 status=0 QTime=9
[junit4] 2> 884934 T1066 C329 oasc.SolrCore.execute [collection1]
webapp=null path=null
params={spellcheck.count=10&spellcheck.alternativeTermCount=0&qt=spellCheckCompRH&mm=2&spellcheck.collate=true&wt=xml&indent=true&spellcheck.dictionary=default_teststop&spellcheck=true&q=teststop:(june+customs)}
hits=2 status=0 QTime=4
[junit4] 2> 884935 T1066 oas.SolrTestCaseJ4.tearDown ###Ending
testContextSensitiveCollate
[junit4] 2> 884944 T1066 oas.SolrTestCaseJ4.setUp ###Starting
testEstimatedHitCounts
[junit4] 2> 884956 T1066 C329 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=12
[junit4] 2> 884969 T1066 C329 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> 884982 T1066 C329 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=9
[junit4] 2> 884997 T1066 C329 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=10
[junit4] 2> 885009 T1066 C329 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=9
[junit4] 2> 885022 T1066 C329 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=9
[junit4] 2> 885036 T1066 C329 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=14}
hits=0 status=0 QTime=9
[junit4] 2> 885050 T1066 C329 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=4}
hits=0 status=0 QTime=10
[junit4] 2> 885064 T1066 C329 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=4}
hits=0 status=0 QTime=10
[junit4] 2> 885078 T1066 C329 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=10
[junit4] 2> 885092 T1066 C329 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=10}
hits=0 status=0 QTime=11
[junit4] 2> 885105 T1066 C329 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=9
[junit4] 2> 885120 T1066 C329 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=3}
hits=0 status=0 QTime=10
[junit4] 2> 885133 T1066 C329 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=9
[junit4] 2> 885148 T1066 C329 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=10
[junit4] 2> 885162 T1066 C329 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=10
[junit4] 2> 885178 T1066 C329 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=11
[junit4] 2> 885191 T1066 C329 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=10}
hits=0 status=0 QTime=9
[junit4] 2> 885204 T1066 C329 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=10}
hits=0 status=0 QTime=9
[junit4] 2> 885218 T1066 C329 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=10
[junit4] 2> 885233 T1066 C329 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=11
[junit4] 2> 885249 T1066 C329 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=11
[junit4] 2> 885264 T1066 C329 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=10
[junit4] 2> 885281 T1066 C329 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=14}
hits=0 status=0 QTime=12
[junit4] 2> ASYNC NEW_CORE C330 name=collection1
org.apache.solr.core.SolrCore@363154a2
[junit4] 2> 885305 T1066 C330 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=10}
hits=0 status=0 QTime=19
[junit4] 2> 885319 T1066 C330 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=10
[junit4] 2> 885332 T1066 C330 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=9
[junit4] 2> 885345 T1066 C330 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=16}
hits=0 status=0 QTime=9
[junit4] 2> 885358 T1066 C330 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=14}
hits=0 status=0 QTime=9
[junit4] 2> 885371 T1066 C330 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=1}
hits=0 status=0 QTime=9
[junit4] 2> 885384 T1066 C330 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=5}
hits=0 status=0 QTime=9
[junit4] 2> 885397 T1066 C330 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=5}
hits=0 status=0 QTime=9
[junit4] 2> 885406 T1066 C330 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=1}
hits=0 status=0 QTime=6
[junit4] 2> 885415 T1066 C330 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=2}
hits=0 status=0 QTime=6
[junit4] 2> 885423 T1066 C330 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=4}
hits=0 status=0 QTime=6
[junit4] 2> 885433 T1066 C330 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=13}
hits=0 status=0 QTime=7
[junit4] 2> 885443 T1066 C330 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=16}
hits=0 status=0 QTime=7
[junit4] 2> 885453 T1066 C330 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=7
[junit4] 2> 885464 T1066 C330 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=8
[junit4] 2> 885475 T1066 C330 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> 885486 T1066 C330 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> 885496 T1066 C330 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=5}
hits=0 status=0 QTime=8
[junit4] 2> 885508 T1066 C330 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=8
[junit4] 2> 885518 T1066 C330 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=7
[junit4] 2> 885528 T1066 C330 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=6}
hits=0 status=0 QTime=7
[junit4] 2> 885537 T1066 C330 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=6
[junit4] 2> 885547 T1066 C330 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=7
[junit4] 2> 885556 T1066 C330 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=6
[junit4] 2> 885564 T1066 C330 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=6
[junit4] 2> 885572 T1066 C330 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=5
[junit4] 2> 885581 T1066 C330 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=5
[junit4] 2> 885590 T1066 C330 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=6
[junit4] 2> 885598 T1066 C330 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=14}
hits=0 status=0 QTime=5
[junit4] 2> 885606 T1066 C330 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=10}
hits=0 status=0 QTime=5
[junit4] 2> 885614 T1066 C330 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=5}
hits=0 status=0 QTime=5
[junit4] 2> 885622 T1066 C330 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=16}
hits=0 status=0 QTime=5
[junit4] 2> 885631 T1066 C330 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%3Aeverother&spellcheck.collateMaxCollectDocs=5}
hits=0 status=0 QTime=5
[junit4] 2> 885634 T1066 oas.SolrTestCaseJ4.assertQ ERROR REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits'
and 6 <= . and . <= 10]
[junit4] 2> xml response was: <?xml version="1.0"
encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int
name="status">0</int><int name="QTime">5</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>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Aeverother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> 885636 T1066 oasc.SolrException.log ERROR REQUEST FAILED:
spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Aeverother&spellcheck.collateMaxCollectDocs=5:java.lang.RuntimeException:
REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits'
and 6 <= . and . <= 10]
[junit4] 2> xml response was: <?xml version="1.0"
encoding="UTF-8"?>
[junit4] 2> <response>
[junit4] 2> <lst name="responseHeader"><int
name="status">0</int><int name="QTime">5</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>
[junit4] 2> </response>
[junit4] 2>
[junit4] 2> request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Aeverother&spellcheck.collateMaxCollectDocs=5
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:716)
[junit4] 2> at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:690)
[junit4] 2> at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:530)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] 2> at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[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$6.evaluate(RandomizedRunner.java:827)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4] 2> at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
[junit4] 2> at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4] 2> at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4] 2> at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
[junit4] 2> at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
[junit4] 2> at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[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
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
[junit4] 2> at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
[junit4] 2> at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
[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> 885638 T1066 oas.SolrTestCaseJ4.tearDown ###Ending
testEstimatedHitCounts
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts
-Dtests.seed=FA1D81C21BB12A9E -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt
-Dtests.locale=iw -Dtests.timezone=Europe/Minsk -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 0.75s J2 | SpellCheckCollatorTest.testEstimatedHitCounts <<<
[junit4] > Throwable #1: java.lang.RuntimeException: Exception during
query
[junit4] > at
__randomizedtesting.SeedInfo.seed([FA1D81C21BB12A9E:CBA63FF7BE8E3A4E]:0)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:723)
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:690)
[junit4] > at
org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:530)
[junit4] > at java.lang.Thread.run(Thread.java:745)
[junit4] > Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//lst[@name='spellcheck']/lst[@name='collations']/lst[@name='collation']/int[@name='hits'
and 6 <= . and . <= 10]
[junit4] > xml response was: <?xml version="1.0" encoding="UTF-8"?>
[junit4] > <response>
[junit4] > <lst name="responseHeader"><int name="status">0</int><int
name="QTime">5</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>
[junit4] > </response>
[junit4] > request
was:spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Aeverother&spellcheck.collateMaxCollectDocs=5
[junit4] > at
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:716)
[junit4] > ... 42 more
[junit4] 2> 885692 T1066 oas.SolrTestCaseJ4.setUp ###Starting testZeroTries
[junit4] 2> 885784 T1066 oas.SolrTestCaseJ4.tearDown ###Ending
testZeroTries
[junit4] 2> 885792 T1066 oas.SolrTestCaseJ4.setUp ###Starting
testCollateWithFilter
[junit4] 2> 885889 T1066 oas.SolrTestCaseJ4.tearDown ###Ending
testCollateWithFilter
[junit4] 2> 885898 T1066 oas.SolrTestCaseJ4.setUp ###Starting
testExtendedCollate
[junit4] 2> 885993 T1066 oas.SolrTestCaseJ4.tearDown ###Ending
testExtendedCollate
[junit4] 2> 885995 T1066 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> 885995 T1066 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=498194059
[junit4] 2> 885995 T1066 oasc.SolrCore.close [collection1] CLOSING
SolrCore org.apache.solr.core.SolrCore@363154a2
[junit4] 2> 885996 T1066 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=1,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=17,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 885996 T1066 oasu.SolrCoreState.decrefSolrCoreState Closing
SolrCoreState
[junit4] 2> 885996 T1066 oasu.DefaultSolrCoreState.closeIndexWriter
SolrCoreState ref count has reached 0 - closing IndexWriter
[junit4] 2> 885996 T1066 oasu.DefaultSolrCoreState.closeIndexWriter
closing IndexWriter with IndexWriterCloser
[junit4] 2> 885998 T1066 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 885999 T1066 oasc.CachingDirectoryFactory.close Closing
MockDirectoryFactory - 2 directories currently being tracked
[junit4] 2> 885999 T1066 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-FA1D81C21BB12A9E-001/init-core-data-001
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-FA1D81C21BB12A9E-001/init-core-data-001;done=false>>]
[junit4] 2> 885999 T1066 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-FA1D81C21BB12A9E-001/init-core-data-001
[junit4] 2> 885999 T1066 oasc.CachingDirectoryFactory.closeCacheValue
looking to close
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-FA1D81C21BB12A9E-001/init-core-data-001/index
[CachedDir<<refCount=0;path=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-FA1D81C21BB12A9E-001/init-core-data-001/index;done=false>>]
[junit4] 2> 885999 T1066 oasc.CachingDirectoryFactory.close Closing
directory:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-FA1D81C21BB12A9E-001/init-core-data-001/index
[junit4] 2> NOTE: leaving temporary files on disk at:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.spelling.SpellCheckCollatorTest-FA1D81C21BB12A9E-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene50):
{teststop=PostingsFormat(name=MockRandom), id=PostingsFormat(name=SimpleText),
lowerfilt1and2=PostingsFormat(name=MockRandom),
word=PostingsFormat(name=MockRandom), gram1=PostingsFormat(name=MockRandom),
start1=PostingsFormat(name=SimpleText), gram3=PostingsFormat(name=Memory
doPackFST= false), gram2=PostingsFormat(name=SimpleText),
range_facet_l=PostingsFormat(name=MockRandom), end3=PostingsFormat(name=Memory
doPackFST= false),
lowerfilt1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
end1=PostingsFormat(name=MockRandom), intDefault=PostingsFormat(name=Memory
doPackFST= false),
gram4=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
start3=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
end4=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
timestamp=PostingsFormat(name=MockRandom),
end2=PostingsFormat(name=SimpleText), start4=PostingsFormat(name=Memory
doPackFST= false), multiDefault=PostingsFormat(name=MockRandom),
start2=PostingsFormat(name=MockRandom),
lowerfilt=PostingsFormat(name=MockRandom)},
docValues:{timestamp=DocValuesFormat(name=SimpleText)}, sim=DefaultSimilarity,
locale=iw, timezone=Europe/Minsk
[junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65
(64-bit)/cpus=16,threads=1,free=102691888,total=285212672
[junit4] 2> NOTE: All tests run in this JVM: [TestCharFilters,
TestPerFieldSimilarity, TestQuerySenderListener,
TestReversedWildcardFilterFactory, TestPivotHelperCode, TestRawResponseWriter,
TestStressUserVersions, EnumFieldTest, TestCursorMarkWithoutUniqueKey,
TestSolrCoreProperties, MultiTermTest, XmlUpdateRequestHandlerTest,
TestRestManager, ZkNodePropsTest, TestCollapseQParserPlugin,
DateRangeFieldTest, SimpleMLTQParserTest, TestJmxMonitoredMap,
CloudMLTQParserTest, TestTolerantSearch, ShardSplitTest, HardAutoCommitTest,
BasicDistributedZk2Test, SpellCheckCollatorTest]
[junit4] Completed on J2 in 4.90s, 9 tests, 1 error <<< FAILURES!
[...truncated 234 lines...]
[junit4] JVM J1: stdout was not empty, see:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/temp/junit4-J1-20141107_151248_360.sysout
[junit4] >>> JVM J1: stdout (verbatim) ----
[junit4] java.lang.OutOfMemoryError: GC overhead limit exceeded
[junit4] Dumping heap to
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/heapdumps/java_pid88993.hprof
...
[junit4] Heap dump file created [545477326 bytes in 7.242 secs]
[junit4] <<< JVM J1: EOF ----
[junit4] JVM J1: stderr was not empty, see:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/temp/junit4-J1-20141107_151248_360.syserr
[junit4] >>> JVM J1: stderr (verbatim) ----
[junit4] WARN: Unhandled exception in event serialization. ->
java.lang.OutOfMemoryError: GC overhead limit exceeded (stack unavailable; OOM)
[junit4] <<< JVM J1: EOF ----
[...truncated 766 lines...]
[junit4] ERROR: JVM J1 ended with an exception, command line:
/usr/local/openjdk7/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/heapdumps
-ea -esa -Dtests.prefix=tests -Dtests.seed=FA1D81C21BB12A9E -Xmx512M
-Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false
-Dtests.codec=random -Dtests.postingsformat=random
-Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random
-Dtests.directory=random
-Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt
-Dtests.luceneMatchVersion=6.0.0 -Dtests.cleanthreads=perClass
-Djava.util.logging.config.file=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/tools/junit4/logging.properties
-Dtests.nightly=true -Dtests.weekly=false -Dtests.monster=false
-Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=2 -DtempDir=./temp
-Djava.io.tmpdir=./temp
-Djunit4.tempDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/temp
-Dclover.db.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/clover/db
-Djava.security.policy=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/tools/junit4/tests.policy
-Dtests.LUCENE_VERSION=6.0.0 -Djetty.testMode=1 -Djetty.insecurerandom=1
-Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory
-Djava.awt.headless=true -Djdk.map.althashing.threshold=0
-Dtests.jettyConnector=Socket -Dtests.leaveTemporary=false
-Dtests.filterstacks=true -Dtests.disableHdfs=true
-Djava.security.manager=org.apache.lucene.util.TestSecurityManager
-Dfile.encoding=UTF-8 -classpath
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/classes/test:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-test-framework/classes/java:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/test-framework/lib/junit4-ant-2.1.9.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/test-framework/classes/java:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/codecs/classes/java:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-solrj/classes/java:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/classes/java:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/analysis/common/lucene-analyzers-common-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/analysis/kuromoji/lucene-analyzers-kuromoji-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/analysis/phonetic/lucene-analyzers-phonetic-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/codecs/lucene-codecs-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/backward-codecs/lucene-backward-codecs-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/highlighter/lucene-highlighter-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/memory/lucene-memory-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/misc/lucene-misc-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/spatial/lucene-spatial-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/expressions/lucene-expressions-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/suggest/lucene-suggest-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/grouping/lucene-grouping-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/queries/lucene-queries-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/queryparser/lucene-queryparser-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/join/lucene-join-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/antlr-runtime-3.5.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/asm-4.1.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/asm-commons-4.1.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/commons-cli-1.2.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/commons-codec-1.9.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/commons-configuration-1.6.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/commons-fileupload-1.2.1.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/commons-lang-2.6.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/concurrentlinkedhashmap-lru-1.2.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/dom4j-1.6.1.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/guava-14.0.1.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/hadoop-annotations-2.2.0.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/hadoop-auth-2.2.0.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/hadoop-common-2.2.0.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/hadoop-hdfs-2.2.0.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/hppc-0.5.2.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/joda-time-2.2.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/log4j-1.2.17.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/org.restlet-2.1.1.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/org.restlet.ext.servlet-2.1.1.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/protobuf-java-2.5.0.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/slf4j-log4j12-1.7.6.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/lib/spatial4j-0.4.1.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/solrj/lib/commons-io-2.4.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/solrj/lib/httpclient-4.3.1.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/solrj/lib/httpcore-4.3.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/solrj/lib/httpmime-4.3.1.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/solrj/lib/noggit-0.6.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/solrj/lib/slf4j-api-1.7.6.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/solrj/lib/wstx-asl-3.2.7.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/solrj/lib/zookeeper-3.4.6.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-continuation-8.1.10.v20130312.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-deploy-8.1.10.v20130312.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-http-8.1.10.v20130312.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-io-8.1.10.v20130312.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-jmx-8.1.10.v20130312.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-security-8.1.10.v20130312.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-server-8.1.10.v20130312.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-servlet-8.1.10.v20130312.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-util-8.1.10.v20130312.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-webapp-8.1.10.v20130312.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/jetty-xml-8.1.10.v20130312.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/server/lib/servlet-api-3.0.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/example-DIH/solr/db/lib/derby-10.9.1.0.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/example/example-DIH/solr/db/lib/hsqldb-1.8.0.10.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/core/classes/java:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/test-framework/lib/junit-4.10.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/test-framework/lib/randomizedtesting-runner-2.1.9.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/cglib-nodep-2.2.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/commons-collections-3.2.1.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/easymock-3.0.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/hadoop-common-2.2.0-tests.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/hadoop-hdfs-2.2.0-tests.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/javax.servlet-api-3.0.1.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jcl-over-slf4j-1.7.6.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jersey-core-1.9.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jetty-6.1.26.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jetty-util-6.1.26.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/objenesis-1.2.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/analysis/icu/lucene-analyzers-icu-6.0.0-SNAPSHOT.jar:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/contrib/solr-analysis-extras/classes/java:/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/contrib/analysis-extras/lib/icu4j-54.1.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/home/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/usr/local/openjdk7/lib/tools.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.1.9.jar
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/temp/junit4-J1-20141107_151248_360.events
@/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/temp/junit4-J1-20141107_151248_360.suites
[junit4] ERROR: JVM J1 ended with an exception: Quit event not received from
the forked process? This may indicate JVM crash or runner bugs.
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1501)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:133)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:964)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:961)
[junit4] at java.util.concurrent.FutureTask.run(FutureTask.java:262)
[junit4] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[junit4] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4] at java.lang.Thread.run(Thread.java:745)
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:532:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:473:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:61:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/extra-targets.xml:39:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:189:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:502:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1358:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:965:
At least one slave process threw an exception, first: Quit event not received
from the forked process? This may indicate JVM crash or runner bugs.
Total time: 200 minutes 8 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-trunk #675
Archived 6 artifacts
Archive block size is 32768
Received 0 blocks and 1574545666 bytes
Compression is 0.0%
Took 5 min 15 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]