You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/08/09 16:49:41 UTC

[JENKINS] Lucene-Solr-5.3-Linux (32bit/jdk1.8.0_51) - Build # 27 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.3-Linux/27/
Java: 32bit/jdk1.8.0_51 -server -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([402DE34B1D949860:71965D7EB8AB88B0]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:765)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:732)
	at org.apache.solr.spelling.SpellCheckCollatorTest.testEstimatedHitCounts(SpellCheckCollatorTest.java:530)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	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:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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">3</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">12</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:758)
	... 41 more




Build Log:
[...truncated 10849 lines...]
   [junit4] Suite: org.apache.solr.spelling.SpellCheckCollatorTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001/init-core-data-001
   [junit4]   2> 996804 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 996804 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 996804 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 996804 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 996804 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 996818 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 996826 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 996850 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 996850 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 996853 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 996935 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 996938 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 996939 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 996942 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 996943 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 996944 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 996944 WARN  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 996944 WARN  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 996944 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 996945 WARN  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 996945 WARN  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 996945 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 996945 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr
   [junit4]   2> 996945 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/'
   [junit4]   2> 996955 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 7594080
   [junit4]   2> 996955 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/]
   [junit4]   2> 996955 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/lib
   [junit4]   2> 996955 WARN  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/lib).
   [junit4]   2> 996959 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 996962 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 996962 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 996962 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 996962 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 996962 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 996963 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig-spellcheckcomponent.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001/init-core-data-001, shard=shard1}
   [junit4]   2> 996963 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 996964 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 996964 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 996973 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 996976 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 997000 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
   [junit4]   2> 997000 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 997003 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 997086 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 997088 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 997089 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 997092 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 997093 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 997093 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 997093 WARN  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 997094 WARN  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 997094 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 997094 WARN  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 997094 WARN  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 997094 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 997094 INFO  (coreLoadExecutor-4291-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 997094 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 997095 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/], dataDir=[null]
   [junit4]   2> 997095 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 997095 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001/init-core-data-001
   [junit4]   2> 997095 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001/init-core-data-001/index/
   [junit4]   2> 997095 WARN  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 997095 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001/init-core-data-001/index
   [junit4]   2> 997096 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1643981328, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 997096 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c479d6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e6b805),segFN=segments_1,generation=1}
   [junit4]   2> 997096 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 997096 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001/init-core-data-001/
   [junit4]   2> 997097 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 997099 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 997099 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 997099 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 997100 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 997101 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,spellCheckCompRH1,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 997101 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 997101 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 997101 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 997101 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=75.3681640625, floorSegmentMB=1.7880859375, forceMergeDeletesPctAllowed=8.798239017566466, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13378787689424448
   [junit4]   2> 997102 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c479d6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e6b805),segFN=segments_1,generation=1}
   [junit4]   2> 997102 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 997102 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@11f6c1f[collection1] main
   [junit4]   2> 997102 WARN  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 997102 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 997102 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 997102 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 997102 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 997138 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default
   [junit4]   2> 997161 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default_teststop
   [junit4]   2> 997161 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
   [junit4]   2> 997161 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
   [junit4]   2> 997171 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold
   [junit4]   2> 997171 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
   [junit4]   2> 997171 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold_direct
   [junit4]   2> 997194 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: multipleFields
   [junit4]   2> 997260 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: freq
   [junit4]   2> 997298 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: fqcn
   [junit4]   2> 997298 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 997298 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 997298 INFO  (coreLoadExecutor-4291-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 997299 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 997299 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 997299 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 997299 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 997299 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 997299 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 997299 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 997299 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 997299 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 997311 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 997311 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 997311 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[0]} 0 0
   [junit4]   2> 997311 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 997311 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 997311 INFO  (searcherExecutor-4292-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@11f6c1f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 997312 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[1]} 0 0
   [junit4]   2> 997313 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[2]} 0 1
   [junit4]   2> 997314 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 997314 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[4]} 0 0
   [junit4]   2> 997316 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[5]} 0 1
   [junit4]   2> 997316 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[6]} 0 0
   [junit4]   2> 997316 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[7]} 0 0
   [junit4]   2> 997318 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[8]} 0 1
   [junit4]   2> 997319 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[9]} 0 0
   [junit4]   2> 997319 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[10]} 0 0
   [junit4]   2> 997320 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[11]} 0 1
   [junit4]   2> 997321 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[12]} 0 0
   [junit4]   2> 997321 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[13]} 0 0
   [junit4]   2> 997322 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[14]} 0 1
   [junit4]   2> 997323 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[15]} 0 0
   [junit4]   2> 997323 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {add=[16]} 0 0
   [junit4]   2> 997323 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 997327 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c479d6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e6b805),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1c479d6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e6b805),segFN=segments_2,generation=2}
   [junit4]   2> 997328 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 997328 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@270253[collection1] main
   [junit4]   2> 997328 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 997328 INFO  (searcherExecutor-4292-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 997385 INFO  (searcherExecutor-4292-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 997500 INFO  (searcherExecutor-4292-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 997524 INFO  (searcherExecutor-4292-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 997524 INFO  (searcherExecutor-4292-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 997602 INFO  (searcherExecutor-4292-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 997685 INFO  (searcherExecutor-4292-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 997747 INFO  (searcherExecutor-4292-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@270253[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.3.0):c3) Uninverting(_1(5.3.0):c3) Uninverting(_2(5.3.0):c3) Uninverting(_3(5.3.0):c3) Uninverting(_4(5.3.0):c3) Uninverting(_5(5.3.0):c2)))}
   [junit4]   2> 997747 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} {commit=} 0 424
   [junit4]   2> 997749 INFO  (TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExtendedCollate
   [junit4]   2> 997868 INFO  (TEST-SpellCheckCollatorTest.testExtendedCollate-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExtendedCollate
   [junit4]   2> 997870 INFO  (TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithFilter
   [junit4]   2> 997939 INFO  (TEST-SpellCheckCollatorTest.testCollateWithFilter-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithFilter
   [junit4]   2> 997941 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEstimatedHitCounts
   [junit4]   2> 997946 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia} hits=0 status=0 QTime=4 
   [junit4]   2> 997950 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=0} hits=0 status=0 QTime=3 
   [junit4]   2> 997955 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=30} hits=0 status=0 QTime=3 
   [junit4]   2> 997959 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=100} hits=0 status=0 QTime=3 
   [junit4]   2> 997964 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=10000} hits=0 status=0 QTime=3 
   [junit4]   2> 997968 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=4} hits=0 status=0 QTime=3 
   [junit4]   2> 997973 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=10} hits=0 status=0 QTime=3 
   [junit4]   2> 997978 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=8} hits=0 status=0 QTime=3 
   [junit4]   2> 997982 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=15} hits=0 status=0 QTime=3 
   [junit4]   2> 997996 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=10} hits=0 status=0 QTime=13 
   [junit4]   2> 998000 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=16} hits=0 status=0 QTime=3 
   [junit4]   2> 998005 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=17} hits=0 status=0 QTime=3 
   [junit4]   2> 998009 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=6} hits=0 status=0 QTime=3 
   [junit4]   2> 998013 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=8} hits=0 status=0 QTime=3 
   [junit4]   2> 998017 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=11} hits=0 status=0 QTime=2 
   [junit4]   2> 998021 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=1} hits=0 status=0 QTime=3 
   [junit4]   2> 998025 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=8} hits=0 status=0 QTime=3 
   [junit4]   2> 998029 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=10} hits=0 status=0 QTime=2 
   [junit4]   2> 998032 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=9} hits=0 status=0 QTime=2 
   [junit4]   2> 998036 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=1} hits=0 status=0 QTime=2 
   [junit4]   2> 998039 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=6} hits=0 status=0 QTime=2 
   [junit4]   2> 998062 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=6} hits=0 status=0 QTime=3 
   [junit4]   2> 998066 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=2} hits=0 status=0 QTime=3 
   [junit4]   2> 998070 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=11} hits=0 status=0 QTime=2 
   [junit4]   2> 998074 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=9} hits=0 status=0 QTime=3 
   [junit4]   2> 998078 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=10} hits=0 status=0 QTime=3 
   [junit4]   2> 998082 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=11} hits=0 status=0 QTime=3 
   [junit4]   2> 998086 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=17} hits=0 status=0 QTime=3 
   [junit4]   2> 998090 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=17} hits=0 status=0 QTime=3 
   [junit4]   2> 998093 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=1} hits=0 status=0 QTime=2 
   [junit4]   2> 998097 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=16} hits=0 status=0 QTime=2 
   [junit4]   2> 998100 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=2} hits=0 status=0 QTime=2 
   [junit4]   2> 998115 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=13} hits=0 status=0 QTime=3 
   [junit4]   2> 998119 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=8} hits=0 status=0 QTime=2 
   [junit4]   2> 998123 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=10} hits=0 status=0 QTime=3 
   [junit4]   2> 998126 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Ametnoia&spellcheck.collateMaxCollectDocs=15} hits=0 status=0 QTime=2 
   [junit4]   2> 998130 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%3Aeverother&spellcheck.collateMaxCollectDocs=5} hits=0 status=0 QTime=3 
   [junit4]   2> 998131 ERROR (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 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">3</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">12</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> 998132 ERROR (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: spellcheck=true&spellcheck.dictionary=direct&spellcheck.count=1&spellcheck.collate=true&spellcheck.maxCollationTries=1&spellcheck.maxCollations=1&spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&q=teststop%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">3</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">12</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:758)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:732)
   [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:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:497)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [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:845)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [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> 998133 INFO  (TEST-SpellCheckCollatorTest.testEstimatedHitCounts-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEstimatedHitCounts
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SpellCheckCollatorTest -Dtests.method=testEstimatedHitCounts -Dtests.seed=402DE34B1D949860 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=bg_BG -Dtests.timezone=Asia/Choibalsan -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.20s J1 | SpellCheckCollatorTest.testEstimatedHitCounts <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([402DE34B1D949860:71965D7EB8AB88B0]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:765)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:732)
   [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">3</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">12</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:758)
   [junit4]    > 	... 41 more
   [junit4]   2> 998142 INFO  (TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithMultipleRequestHandlers
   [junit4]   2> 998214 INFO  (TEST-SpellCheckCollatorTest.testCollateWithMultipleRequestHandlers-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithMultipleRequestHandlers
   [junit4]   2> 998216 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testContextSensitiveCollate
   [junit4]   2> 998222 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=6 
   [junit4]   2> 998235 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true} hits=1 status=0 QTime=11 
   [junit4]   2> 998237 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={mm=2&q=teststop:(june+customs)&qt=spellCheckCompRH&spellcheck.dictionary=direct&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true} hits=2 status=0 QTime=0 
   [junit4]   2> 998337 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.build=true&spellcheck.extendedResults=true&q=teststop:(flew+AND+form+AND+heathrow)&spellcheck.maxResultsForSuggest=0&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=99 
   [junit4]   2> 998340 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={spellcheck.collateExtendedResults=true&qt=spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck.maxCollations=1&spellcheck.maxCollationTries=10&spellcheck.alternativeTermCount=5&spellcheck.extendedResults=true&q=teststop:(june+AND+customs)&spellcheck.maxResultsForSuggest=1&spellcheck=true&spellcheck.count=10&wt=xml&spellcheck.collate=true} hits=1 status=0 QTime=1 
   [junit4]   2> 998342 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={mm=2&q=teststop:(june+customs)&qt=spellCheckCompRH&spellcheck.dictionary=default_teststop&indent=true&spellcheck=true&spellcheck.count=10&spellcheck.alternativeTermCount=0&wt=xml&spellcheck.collate=true} hits=2 status=0 QTime=0 
   [junit4]   2> 998342 INFO  (TEST-SpellCheckCollatorTest.testContextSensitiveCollate-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testContextSensitiveCollate
   [junit4]   2> 998344 INFO  (TEST-SpellCheckCollatorTest.testZeroTries-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZeroTries
   [junit4]   2> 998431 INFO  (TEST-SpellCheckCollatorTest.testZeroTries-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZeroTries
   [junit4]   2> 998433 INFO  (TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithGrouping
   [junit4]   2> 998513 INFO  (TEST-SpellCheckCollatorTest.testCollateWithGrouping-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithGrouping
   [junit4]   2> 998514 INFO  (TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollationWithHypens
   [junit4]   2> 998666 INFO  (TEST-SpellCheckCollatorTest.testCollationWithHypens-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollationWithHypens
   [junit4]   2> 998668 INFO  (TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollateWithOverride
   [junit4]   2> 998675 INFO  (TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={mm=1&q=partisian+politcal+mashine&defType=edismax&spellcheck.dictionary=direct&qt=spellCheckCompRH&spellcheck=true&qf=teststop&spellcheck.maxCollations=10&spellcheck.count=10&spellcheck.maxCollationTries=10&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=6 
   [junit4]   2> 998681 INFO  (TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[402DE34B1D949860]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={mm=1&spellcheck.dictionary=direct&qt=spellCheckCompRH&spellcheck.maxCollations=10&spellcheck.maxCollationTries=10&q=partisian+politcal+mashine&defType=edismax&spellcheck.collateParam.mm=100%25&spellcheck=true&qf=teststop&spellcheck.count=10&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=5 
   [junit4]   2> 998681 INFO  (TEST-SpellCheckCollatorTest.testCollateWithOverride-seed#[402DE34B1D949860]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollateWithOverride
   [junit4]   2> 998681 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 998681 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=7594080
   [junit4]   2> 998682 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1e530f1
   [junit4]   2> 998682 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    x:collection1] o.a.s.u.UpdateHandler 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> 998682 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 998682 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 998682 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 998682 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 998682 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 998682 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001/init-core-data-001 [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001/init-core-data-001;done=false>>]
   [junit4]   2> 998682 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001/init-core-data-001
   [junit4]   2> 998683 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001/init-core-data-001/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 998683 INFO  (SUITE-SpellCheckCollatorTest-seed#[402DE34B1D949860]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build/solr-core/test/J1/temp/solr.spelling.SpellCheckCollatorTest_402DE34B1D949860-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {start1=PostingsFormat(name=MockRandom), range_facet_l_dv=FSTOrd50, lowerfilt1=PostingsFormat(name=MockRandom), multiDefault=PostingsFormat(name=Asserting), teststop=PostingsFormat(name=Asserting), intDefault=PostingsFormat(name=Memory doPackFST= false), range_facet_l=PostingsFormat(name=Memory doPackFST= false), lowerfilt1and2=PostingsFormat(name=Asserting), end4=PostingsFormat(name=MockRandom), end3=PostingsFormat(name=Asserting), end2=FSTOrd50, end1=PostingsFormat(name=Memory doPackFST= false), lowerfilt=PostingsFormat(name=Asserting), gram1=PostingsFormat(name=Memory doPackFST= false), id=FSTOrd50, range_facet_i_dv=PostingsFormat(name=Memory doPackFST= false), gram2=FSTOrd50, gram3=PostingsFormat(name=Asserting), start3=FSTOrd50, gram4=PostingsFormat(name=MockRandom), start2=PostingsFormat(name=Asserting), word=PostingsFormat(name=Memory doPackFST= false), timestamp=PostingsFormat(name=Memory doPackFST= false), start4=PostingsFormat(name=Memory doPackFST= false)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene50), timestamp=DocValuesFormat(name=Lucene50)}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=bg_BG, timezone=Asia/Choibalsan
   [junit4]   2> NOTE: Linux 3.16.0-44-generic i386/Oracle Corporation 1.8.0_51 (32-bit)/cpus=12,threads=1,free=40021808,total=290779136
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedSchemaFieldTypeResource, HLLSerializationTest, TestDistributedGrouping, TestManagedResource, TestComponentsName, ScriptEngineTest, CopyFieldTest, BlockCacheTest, DistributedFacetPivotLongTailTest, TestReRankQParserPlugin, SimpleMLTQParserTest, TestTrieFacet, TestDefaultStatsCache, AlternateDirectoryTest, TestStressVersions, ShowFileRequestHandlerTest, FullHLLTest, TestSolrCloudWithKerberosAlt, RAMDirectoryFactoryTest, JsonLoaderTest, TestFileDictionaryLookup, ShardRoutingCustomTest, DisMaxRequestHandlerTest, TestSearchPerf, HdfsBasicDistributedZk2Test, DistanceFunctionTest, HdfsBasicDistributedZkTest, RecoveryAfterSoftCommitTest, TestDistributedMissingSort, TestCryptoKeys, TestFastLRUCache, TestBulkSchemaConcurrent, TestPHPSerializedResponseWriter, TestDistributedStatsComponentCardinality, ExplicitHLLTest, TestRTGBase, TestOrdValues, ShardRoutingTest, MigrateRouteKeyTest, TestFieldResource, TestCustomDocTransformer, TestLRUStatsCache, ClusterStateUpdateTest, TestSolrConfigHandler, TestReqParamsAPI, TestSolrDynamicMBean, TestFoldingMultitermQuery, AddSchemaFieldsUpdateProcessorFactoryTest, BasicAuthIntegrationTest, TestSimpleQParserPlugin, HdfsDirectoryFactoryTest, DocumentAnalysisRequestHandlerTest, TestSolrCoreProperties, IndexSchemaRuntimeFieldTest, SpellingQueryConverterTest, UUIDUpdateProcessorFallbackTest, TestConfigOverlay, TestCharFilters, ZkCLITest, TestAtomicUpdateErrorCases, TestDynamicLoading, TestBulkSchemaAPI, DataDrivenBlockJoinTest, StatelessScriptUpdateProcessorFactoryTest, TestMaxScoreQueryParser, OpenCloseCoreStressTest, TestAuthenticationFramework, RequiredFieldsTest, SmileWriterTest, BadComponentTest, TestLRUCache, TestLMJelinekMercerSimilarityFactory, TestJettySolrRunner, TestOverriddenPrefixQueryForCustomFieldType, TestCursorMarkWithoutUniqueKey, FileUtilsTest, BadCopyFieldTest, TestMinMaxOnMultiValuedField, ResourceLoaderTest, TestFiltering, TestIndexSearcher, DocumentBuilderTest, ZkStateWriterTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestConfigSets, SolrPluginUtilsTest, LeaderFailoverAfterPartitionTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, TestHashPartitioner, TestJoin, DistributedTermsComponentTest, SolrCoreTest, SpellCheckComponentTest, PeerSyncTest, ConvertedLegacyTest, BasicFunctionalityTest, TestLazyCores, TestBadConfig, CurrencyFieldOpenExchangeTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest]
   [junit4] Completed [294/531] on J1 in 1.90s, 9 tests, 1 error <<< FAILURES!

[...truncated 724 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/build.xml:726: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/build.xml:670: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/build.xml:230: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/lucene/common-build.xml:1449: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.3-Linux/lucene/common-build.xml:1003: There were test failures: 531 suites, 2103 tests, 1 error, 66 ignored (30 assumptions)

Total time: 48 minutes 32 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any