Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/935/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth

Error Message:
expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
        at 
__randomizedtesting.SeedInfo.seed([64128F033964E134:D87CF9119D37624E]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.executeCommand(BasicAuthIntegrationTest.java:231)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.testBasicAuth(BasicAuthIntegrationTest.java:143)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.spelling.suggest.SuggesterWFSTTest.testSuggestions

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([64128F033964E134:C2CEB6F6F750B6CA]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:812)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:779)
        at 
org.apache.solr.spelling.suggest.SuggesterTest.testSuggestions(SuggesterTest.java:70)
        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:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="spellcheck"><lst name="suggestions"/></lst>
</response>

        request 
was:q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:805)
        ... 41 more




Build Log:
[...truncated 10698 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterWFSTTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001
   [junit4]   2> 213626 INFO  
(SUITE-SuggesterWFSTTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 213629 INFO  
(SUITE-SuggesterWFSTTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 213630 INFO  
(SUITE-SuggesterWFSTTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 213668 INFO  
(SUITE-SuggesterWFSTTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 213694 INFO  
(SUITE-SuggesterWFSTTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=Solr SpellCheck Test
   [junit4]   2> 213698 WARN  
(SUITE-SuggesterWFSTTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 213698 WARN  
(SUITE-SuggesterWFSTTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.s.IndexSchema [null] query parser default operator is OR. WARNING: 
Deprecated, please use 'q.op' on request instead.
   [junit4]   2> 213698 INFO  
(SUITE-SuggesterWFSTTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema Solr SpellCheck Test/1.1 with uniqueid field 
id
   [junit4]   2> 213705 INFO  (coreLoadExecutor-2187-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 213772 INFO  (coreLoadExecutor-2187-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 213780 INFO  (coreLoadExecutor-2187-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=Solr SpellCheck Test
   [junit4]   2> 213788 WARN  (coreLoadExecutor-2187-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 213789 WARN  (coreLoadExecutor-2187-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] query parser default operator is OR. WARNING: 
Deprecated, please use 'q.op' on request instead.
   [junit4]   2> 213789 INFO  (coreLoadExecutor-2187-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema Solr SpellCheck Test/1.1 with uniqueid field 
id
   [junit4]   2> 213820 INFO  (coreLoadExecutor-2187-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 213820 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/]
   [junit4]   2> 213823 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3676085119868978]
   [junit4]   2> 213898 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 213898 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 213898 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=68.1884765625, 
floorSegmentMB=0.75390625, forceMergeDeletesPctAllowed=22.05778729640705, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.84012364023597
   [junit4]   2> 213899 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3c9b2bda[collection1] main]
   [junit4]   2> 213899 WARN  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 213899 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 213899 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.s.s.Suggester init: 
{name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
   [junit4]   2> 213900 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.s.s.j.JaspellLookupFactory init: 
{name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
   [junit4]   2> 213900 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest
   [junit4]   2> 213900 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 213900 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.s.s.Suggester init: 
{name=suggest_tst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.tst.TSTLookup,field=suggest,storeDir=suggest_tst,buildOnCommit=true,threshold=0.0}
   [junit4]   2> 213900 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_tst
   [junit4]   2> 213900 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 213900 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.s.s.Suggester init: 
{name=suggest_fst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.FSTLookup,field=suggest,storeDir=suggest_fst,buildOnCommit=true,weightBuckets=5,exactMatchFirst=true}
   [junit4]   2> 213901 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_fst
   [junit4]   2> 213901 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 213901 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.s.s.Suggester init: 
{name=suggest_wfst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.WFSTLookupFactory,field=suggest,storeDir=suggest_wfst,buildOnCommit=true,exactMatchFirst=true}
   [junit4]   2> 213901 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_wfst
   [junit4]   2> 213901 INFO  (coreLoadExecutor-2187-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 213902 INFO  
(SUITE-SuggesterWFSTTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 214000 INFO  
(searcherExecutor-2188-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest
   [junit4]   2> 214000 INFO  
(searcherExecutor-2188-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 214002 INFO  
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSuggestions
   [junit4]   2> 214005 INFO  
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 2
   [junit4]   2> 214007 INFO  
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 214009 INFO  
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 1
   [junit4]   2> 214010 INFO  
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 214010 INFO  
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6dcd1657
   [junit4]   2> 214017 ERROR 
(searcherExecutor-2188-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for 
spellchecker: suggest
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest/jaspell.dat
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195)
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:2004)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 214018 INFO  
(searcherExecutor-2188-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_tst
   [junit4]   2> 214018 INFO  
(searcherExecutor-2188-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 214019 ERROR 
(searcherExecutor-2188-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for 
spellchecker: suggest_tst
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_tst/tst.dat
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195)
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:2004)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 214021 INFO  
(searcherExecutor-2188-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_fst
   [junit4]   2> 214021 INFO  
(searcherExecutor-2188-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 214022 WARN  
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
   [junit4]   2> 214024 INFO  
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4ff7b78[collection1] main]
   [junit4]   2> 214024 INFO  
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 214024 ERROR 
(searcherExecutor-2188-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for 
spellchecker: suggest_fst
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_fst/fst.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195)
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:2004)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 214025 INFO  
(searcherExecutor-2188-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
   [junit4]   2> 214025 INFO  
(searcherExecutor-2188-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 214025 ERROR 
(searcherExecutor-2188-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for 
spellchecker: suggest_wfst
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_wfst/wfst.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195)
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:2004)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 214025 INFO  
(searcherExecutor-2188-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3c9b2bda[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 214025 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest
   [junit4]   2> 214025 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 214025 ERROR (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for 
spellchecker: suggest
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest/jaspell.dat
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195)
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:2004)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 214025 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_tst
   [junit4]   2> 214025 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 214025 ERROR (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for 
spellchecker: suggest_tst
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_tst/tst.dat
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195)
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:2004)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 214026 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_fst
   [junit4]   2> 214026 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 214026 ERROR (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for 
spellchecker: suggest_fst
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_fst/fst.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195)
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:2004)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 214026 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
   [junit4]   2> 214026 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 214026 ERROR (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Exception in reloading spell check index for 
spellchecker: suggest_wfst
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_wfst/wfst.bin
 (No such file or directory)
   [junit4]   2>        at java.io.FileInputStream.open0(Native Method)
   [junit4]   2>        at 
java.io.FileInputStream.open(FileInputStream.java:195)
   [junit4]   2>        at 
java.io.FileInputStream.<init>(FileInputStream.java:138)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.reload(Suggester.java:182)
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent$SpellCheckerListener.newSearcher(SpellCheckComponent.java:815)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.lambda$getSearcher$3(SolrCore.java:2004)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 214026 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4ff7b78[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C3)))}
   [junit4]   2> 214026 INFO  
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 17
   [junit4]   2> 214028 INFO  
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
 status=0 QTime=0
   [junit4]   2> 214028 ERROR 
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
   [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">0</int></lst><lst name="spellcheck"><lst name="suggestions"/></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml
   [junit4]   2> 214028 ERROR 
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml:java.lang.RuntimeException:
 REQUEST FAILED: 
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
   [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">0</int></lst><lst name="spellcheck"><lst name="suggestions"/></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:805)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:779)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.SuggesterTest.testSuggestions(SuggesterTest.java:70)
   [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:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 214029 INFO  
(TEST-SuggesterWFSTTest.testSuggestions-seed#[64128F033964E134]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testSuggestions
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SuggesterWFSTTest 
-Dtests.method=testSuggestions -Dtests.seed=64128F033964E134 -Dtests.slow=true 
-Dtests.locale=ko -Dtests.timezone=Indian/Maldives -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.03s J1 | SuggesterWFSTTest.testSuggestions <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([64128F033964E134:C2CEB6F6F750B6CA]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:812)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:779)
   [junit4]    >        at 
org.apache.solr.spelling.suggest.SuggesterTest.testSuggestions(SuggesterTest.java:70)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
   [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">0</int></lst><lst name="spellcheck"><lst name="suggestions"/></lst>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:805)
   [junit4]    >        ... 41 more
   [junit4]   2> 214033 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRebuild
   [junit4]   2> 214033 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 214034 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 214034 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 214035 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 214035 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6dcd1657
   [junit4]   2> 214048 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@73339b03[collection1] main]
   [junit4]   2> 214049 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 214049 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: suggest
   [junit4]   2> 214049 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 214052 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest/jaspell.dat
   [junit4]   2> 214052 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_tst
   [junit4]   2> 214052 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 214059 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_tst/tst.dat
   [junit4]   2> 214059 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_fst
   [junit4]   2> 214059 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 214066 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_fst/fst.bin
   [junit4]   2> 214066 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_wfst
   [junit4]   2> 214066 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 214069 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_wfst/wfst.bin
   [junit4]   2> 214069 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@73339b03[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C3)))}
   [junit4]   2> 214069 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 34
   [junit4]   2> 214070 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
 status=0 QTime=0
   [junit4]   2> 214071 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 214077 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 214077 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6dcd1657
   [junit4]   2> 214090 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@751ee2c1[collection1] main]
   [junit4]   2> 214091 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 214091 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: suggest
   [junit4]   2> 214091 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 214094 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest/jaspell.dat
   [junit4]   2> 214094 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_tst
   [junit4]   2> 214094 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 214100 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_tst/tst.dat
   [junit4]   2> 214100 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_fst
   [junit4]   2> 214100 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 214103 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_fst/fst.bin
   [junit4]   2> 214103 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_wfst
   [junit4]   2> 214103 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 214105 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_wfst/wfst.bin
   [junit4]   2> 214105 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@751ee2c1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C3)
 Uninverting(_2(7.0.0):C1)))}
   [junit4]   2> 214105 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 28
   [junit4]   2> 214106 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
 status=0 QTime=0
   [junit4]   2> 214106 INFO  
(TEST-SuggesterWFSTTest.testRebuild-seed#[64128F033964E134]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testRebuild
   [junit4]   2> 214109 INFO  
(TEST-SuggesterWFSTTest.testAnalyzer-seed#[64128F033964E134]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testAnalyzer
   [junit4]   2> 214109 INFO  
(TEST-SuggesterWFSTTest.testAnalyzer-seed#[64128F033964E134]) [    ] 
o.a.s.s.s.Suggester init: 
{field=test_field,lookupImpl=org.apache.solr.spelling.suggest.tst.TSTLookupFactory}
   [junit4]   2> 214109 INFO  
(TEST-SuggesterWFSTTest.testAnalyzer-seed#[64128F033964E134]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testAnalyzer
   [junit4]   2> 214112 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testReload
   [junit4]   2> 214114 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 1
   [junit4]   2> 214115 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 214116 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 214116 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 214116 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6dcd1657
   [junit4]   2> 214127 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@27bbc5db[collection1] main]
   [junit4]   2> 214127 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 214128 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: suggest
   [junit4]   2> 214128 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 214131 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest/jaspell.dat
   [junit4]   2> 214131 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_tst
   [junit4]   2> 214131 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 214139 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_tst/tst.dat
   [junit4]   2> 214139 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_fst
   [junit4]   2> 214139 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 214142 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_fst/fst.bin
   [junit4]   2> 214142 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_wfst
   [junit4]   2> 214142 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 214143 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/suggest_wfst/wfst.bin
   [junit4]   2> 214144 INFO  (searcherExecutor-2188-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@27bbc5db[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C1)
 Uninverting(_3(7.0.0):C3)))}
   [junit4]   2> 214144 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 28
   [junit4]   2> 214145 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 214145 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=642216915
   [junit4]   2> 214145 INFO  (coreCloseExecutor-2192-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@aa05ec0
   [junit4]   2> 214157 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 214157 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 214192 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 214208 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 214476 WARN  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 214478 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 214505 INFO  (coreLoadExecutor-2199-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 214703 INFO  (coreLoadExecutor-2199-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 214726 INFO  (coreLoadExecutor-2199-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 215109 WARN  (coreLoadExecutor-2199-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 215111 INFO  (coreLoadExecutor-2199-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 215120 INFO  (coreLoadExecutor-2199-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 215121 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001/init-core-data-001/]
   [junit4]   2> 215132 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 215132 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 215133 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3676085119868978]
   [junit4]   2> 215139 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3a022380[collection1] main]
   [junit4]   2> 215139 WARN  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 215139 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 215139 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.s.s.Suggester init: 
{name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
   [junit4]   2> 215139 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.s.s.j.JaspellLookupFactory init: 
{name=suggest,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.jaspell.JaspellLookup,field=suggest,storeDir=suggest,buildOnCommit=true,threshold=0.0}
   [junit4]   2> 215146 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest
   [junit4]   2> 215147 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 215147 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.s.s.Suggester init: 
{name=suggest_tst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.tst.TSTLookup,field=suggest,storeDir=suggest_tst,buildOnCommit=true,threshold=0.0}
   [junit4]   2> 215150 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_tst
   [junit4]   2> 215150 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 215150 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.s.s.Suggester init: 
{name=suggest_fst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.FSTLookup,field=suggest,storeDir=suggest_fst,buildOnCommit=true,weightBuckets=5,exactMatchFirst=true}
   [junit4]   2> 215151 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_fst
   [junit4]   2> 215151 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 215161 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.s.s.Suggester init: 
{name=suggest_wfst,classname=org.apache.solr.spelling.suggest.Suggester,lookupImpl=org.apache.solr.spelling.suggest.fst.WFSTLookupFactory,field=suggest,storeDir=suggest_wfst,buildOnCommit=true,exactMatchFirst=true}
   [junit4]   2> 215162 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_wfst
   [junit4]   2> 215162 INFO  (coreLoadExecutor-2199-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 215163 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 215164 INFO  
(searcherExecutor-2200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest
   [junit4]   2> 215164 INFO  
(searcherExecutor-2200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 215166 INFO  
(searcherExecutor-2200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_tst
   [junit4]   2> 215166 INFO  
(searcherExecutor-2200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 215170 INFO  
(searcherExecutor-2200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_fst
   [junit4]   2> 215170 INFO  
(searcherExecutor-2200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 215170 INFO  
(searcherExecutor-2200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
   [junit4]   2> 215170 INFO  
(searcherExecutor-2200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 215170 INFO  
(searcherExecutor-2200-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3a022380[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):C1)
 Uninverting(_3(7.0.0):C3)))}
   [junit4]   2> 215171 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=ac&qt=/suggest_wfst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
 status=0 QTime=7
   [junit4]   2> 215171 INFO  
(TEST-SuggesterWFSTTest.testReload-seed#[64128F033964E134]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testReload
   [junit4]   2> 215172 INFO  
(SUITE-SuggesterWFSTTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 215173 INFO  
(SUITE-SuggesterWFSTTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=737564534
   [junit4]   2> 215173 INFO  (coreCloseExecutor-2204-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5ab7b77b
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.spelling.suggest.SuggesterWFSTTest_64128F033964E134-001
   [junit4]   2> Oct 29, 2016 2:26:12 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=ClassicSimilarity, locale=ko, timezone=Indian/Maldives
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=20211672,total=144429056
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterTest, 
SSLMigrationTest, TestManagedSchemaThreadSafety, HdfsRestartWhileUpdatingTest, 
SpatialRPTFieldTypeTest, SliceStateTest, JsonLoaderTest, 
CollectionTooManyReplicasTest, TestRecovery, TestSolrDeletionPolicy2, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestStressLiveNodes, 
DistributedSuggestComponentTest, SpellCheckCollatorTest, TestTestInjection, 
LeaderFailoverAfterPartitionTest, TestSubQueryTransformerDistrib, 
TestRealTimeGet, SuggesterWFSTTest]
   [junit4] Completed [51/647 (1!)] on J1 in 1.84s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 1834 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_64128F033964E134-001/init-core-data-001
   [junit4]   2> 2538697 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2538697 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_64128F033964E134-001/tempDir-001
   [junit4]   2> 2538697 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2538698 INFO  (Thread-8110) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2538698 INFO  (Thread-8110) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2538798 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:59550
   [junit4]   2> 2538804 INFO  (jetty-launcher-10676-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2538804 INFO  (jetty-launcher-10676-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2538805 INFO  (jetty-launcher-10676-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2538807 INFO  (jetty-launcher-10676-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3d0cf93a{/solr,null,AVAILABLE}
   [junit4]   2> 2538807 INFO  (jetty-launcher-10676-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2aa7d747{/solr,null,AVAILABLE}
   [junit4]   2> 2538808 INFO  (jetty-launcher-10676-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@4d7c9e56{HTTP/1.1,[http/1.1]}{127.0.0.1:36789}
   [junit4]   2> 2538808 INFO  (jetty-launcher-10676-thread-1) [    ] 
o.e.j.s.Server Started @2543427ms
   [junit4]   2> 2538808 INFO  (jetty-launcher-10676-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36789}
   [junit4]   2> 2538809 INFO  (jetty-launcher-10676-thread-2) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@46d004e3{HTTP/1.1,[http/1.1]}{127.0.0.1:33288}
   [junit4]   2> 2538809 INFO  (jetty-launcher-10676-thread-2) [    ] 
o.e.j.s.Server Started @2543427ms
   [junit4]   2> 2538809 ERROR (jetty-launcher-10676-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2538809 INFO  (jetty-launcher-10676-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2538809 INFO  (jetty-launcher-10676-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7074732c{/solr,null,AVAILABLE}
   [junit4]   2> 2538809 INFO  (jetty-launcher-10676-thread-3) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@adaa8d8{HTTP/1.1,[http/1.1]}{127.0.0.1:60952}
   [junit4]   2> 2538809 INFO  (jetty-launcher-10676-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2538809 INFO  (jetty-launcher-10676-thread-3) [    ] 
o.e.j.s.Server Started @2543428ms
   [junit4]   2> 2538809 INFO  (jetty-launcher-10676-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2538809 INFO  (jetty-launcher-10676-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=60952}
   [junit4]   2> 2538810 INFO  (jetty-launcher-10676-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-29T03:04:56.349Z
   [junit4]   2> 2538810 ERROR (jetty-launcher-10676-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2538810 INFO  (jetty-launcher-10676-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2538809 INFO  (jetty-launcher-10676-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=33288}
   [junit4]   2> 2538810 INFO  (jetty-launcher-10676-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2538810 INFO  (jetty-launcher-10676-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2538810 ERROR (jetty-launcher-10676-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2538810 INFO  (jetty-launcher-10676-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-29T03:04:56.349Z
   [junit4]   2> 2538810 INFO  (jetty-launcher-10676-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 2538810 INFO  (jetty-launcher-10676-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2538810 INFO  (jetty-launcher-10676-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2538810 INFO  (jetty-launcher-10676-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-10-29T03:04:56.349Z
   [junit4]   2> 2538813 INFO  (jetty-launcher-10676-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2538813 INFO  (jetty-launcher-10676-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2538814 INFO  (jetty-launcher-10676-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2538818 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1580e65b4ae0003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2538819 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1580e65b4ae0001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2538819 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1580e65b4ae0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2538820 INFO  (jetty-launcher-10676-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59550/solr
   [junit4]   2> 2538820 INFO  (jetty-launcher-10676-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59550/solr
   [junit4]   2> 2538822 INFO  (jetty-launcher-10676-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59550/solr
   [junit4]   2> 2538861 INFO  (jetty-launcher-10676-thread-3) 
[n:127.0.0.1:60952_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:60952_solr
   [junit4]   2> 2538864 INFO  (jetty-launcher-10676-thread-1) 
[n:127.0.0.1:36789_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36789_solr
   [junit4]   2> 2538864 INFO  (jetty-launcher-10676-thread-2) 
[n:127.0.0.1:33288_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33288_solr
   [junit4]   2> 2538865 INFO  (jetty-launcher-10676-thread-3) 
[n:127.0.0.1:60952_solr    ] o.a.s.c.Overseer Overseer 
(id=96843221974253577-127.0.0.1:60952_solr-n_0000000000) starting
   [junit4]   2> 2538867 INFO  
(zkCallback-10690-thread-1-processing-n:127.0.0.1:33288_solr) 
[n:127.0.0.1:33288_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2538867 INFO  
(zkCallback-10692-thread-1-processing-n:127.0.0.1:60952_solr) 
[n:127.0.0.1:60952_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2538867 INFO  
(zkCallback-10691-thread-1-processing-n:127.0.0.1:36789_solr) 
[n:127.0.0.1:36789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2538868 INFO  
(zkCallback-10692-thread-1-processing-n:127.0.0.1:60952_solr) 
[n:127.0.0.1:60952_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2538869 INFO  
(zkCallback-10690-thread-1-processing-n:127.0.0.1:33288_solr) 
[n:127.0.0.1:33288_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2538869 INFO  
(zkCallback-10691-thread-1-processing-n:127.0.0.1:36789_solr) 
[n:127.0.0.1:36789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 2538879 INFO  (jetty-launcher-10676-thread-3) 
[n:127.0.0.1:60952_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:60952_solr
   [junit4]   2> 2538882 INFO  (jetty-launcher-10676-thread-1) 
[n:127.0.0.1:36789_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_64128F033964E134-001/tempDir-001/node1/.
   [junit4]   2> 2538884 INFO  
(zkCallback-10691-thread-1-processing-n:127.0.0.1:36789_solr) 
[n:127.0.0.1:36789_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2538884 INFO  
(zkCallback-10690-thread-1-processing-n:127.0.0.1:33288_solr) 
[n:127.0.0.1:33288_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2538885 INFO  
(OverseerStateUpdate-96843221974253577-127.0.0.1:60952_solr-n_0000000000) 
[n:127.0.0.1:60952_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 2538889 INFO  (jetty-launcher-10676-thread-2) 
[n:127.0.0.1:33288_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_64128F033964E134-001/tempDir-001/node2/.
   [junit4]   2> 2538901 INFO  (jetty-launcher-10676-thread-3) 
[n:127.0.0.1:60952_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_64128F033964E134-001/tempDir-001/node3/.
   [junit4]   2> 2538909 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2538917 INFO  (qtp564750339-50308) [n:127.0.0.1:60952_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=authCollection&action=CREATE&numShards=3&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2538921 INFO  
(OverseerThreadFactory-11359-thread-1-processing-n:127.0.0.1:60952_solr) 
[n:127.0.0.1:60952_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
authCollection
   [junit4]   2> 2539029 INFO  (qtp564750339-50309) [n:127.0.0.1:60952_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard3_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard3&wt=javabin&version=2
   [junit4]   2> 2539029 INFO  (qtp1695730049-50298) [n:127.0.0.1:33288_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard1_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2539031 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=authCollection_shard2_replica1&action=CREATE&numShards=3&collection=authCollection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 2539147 INFO  
(zkCallback-10691-thread-1-processing-n:127.0.0.1:36789_solr) 
[n:127.0.0.1:36789_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2539149 INFO  
(zkCallback-10692-thread-1-processing-n:127.0.0.1:60952_solr) 
[n:127.0.0.1:60952_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2539149 INFO  
(zkCallback-10690-thread-1-processing-n:127.0.0.1:33288_solr) 
[n:127.0.0.1:33288_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/authCollection/state.json] for collection [authCollection] 
has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2540046 INFO  (qtp1695730049-50298) [n:127.0.0.1:33288_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2540047 INFO  (qtp564750339-50309) [n:127.0.0.1:60952_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2540069 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2540074 INFO  (qtp564750339-50309) [n:127.0.0.1:60952_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.s.IndexSchema [authCollection_shard3_replica1] Schema name=minimal
   [junit4]   2> 2540074 INFO  (qtp1695730049-50298) [n:127.0.0.1:33288_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.s.IndexSchema [authCollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 2540077 INFO  (qtp564750339-50309) [n:127.0.0.1:60952_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2540077 INFO  (qtp1695730049-50298) [n:127.0.0.1:33288_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2540077 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.s.IndexSchema [authCollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 2540078 INFO  (qtp564750339-50309) [n:127.0.0.1:60952_solr 
c:authCollection s:shard3  x:authCollection_shard3_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard3_replica1' using 
configuration from collection authCollection
   [junit4]   2> 2540078 INFO  (qtp1695730049-50298) [n:127.0.0.1:33288_solr 
c:authCollection s:shard1  x:authCollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard1_replica1' using 
configuration from collection authCollection
   [junit4]   2> 2540079 INFO  (qtp564750339-50309) [n:127.0.0.1:60952_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.c.SolrCore [[authCollection_shard3_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_64128F033964E134-001/tempDir-001/node3/authCollection_shard3_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_64128F033964E134-001/tempDir-001/node3/./authCollection_shard3_replica1/data/]
   [junit4]   2> 2540079 INFO  (qtp1695730049-50298) [n:127.0.0.1:33288_solr 
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] 
o.a.s.c.SolrCore [[authCollection_shard1_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_64128F033964E134-001/tempDir-001/node2/authCollection_shard1_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_64128F033964E134-001/tempDir-001/node2/./authCollection_shard1_replica1/data/]
   [junit4]   2> 2540080 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2540081 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2  x:authCollection_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'authCollection_shard2_replica1' using 
configuration from collection authCollection
   [junit4]   2> 2540081 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.c.SolrCore [[authCollection_shard2_replica1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_64128F033964E134-001/tempDir-001/node1/authCollection_shard2_replica1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_64128F033964E134-001/tempDir-001/node1/./authCollection_shard2_replica1/data/]
   [junit4]   2> 2540091 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2540091 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2540092 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2540092 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2540093 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@a84bc31[authCollection_shard2_replica1] main]
   [junit4]   2> 2540094 INFO  (qtp564750339-50309) [n:127.0.0.1:60952_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2540094 INFO  (qtp564750339-50309) [n:127.0.0.1:60952_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2540094 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 2540094 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 2540094 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2540095 INFO  (qtp1889832199-50291) [n:127.0.0.1:36789_solr 
c:authCollection s:shard2 r:core_node3 x:authCollection_shard2_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1549491553051869184
   [junit4]   2> 2540095 INFO  (qtp564750339-50309) [n:127.0.0.1:60952_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2540095 INFO  (qtp564750339-50309) [n:127.0.0.1:60952_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2540095 INFO  (qtp1695730049-50298) [n:127.0.0.1:33288_solr 
c:authCollection s:shard1 r:core_node2 x:authCollection_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2540095 INFO  (qtp564750339-50309) [n:127.0.0.1:60952_solr 
c:authCollection s:shard3 r:core_node1 x:authCollection_shard3_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@14f28bab[authCollection_shard3_replica1] main]
   [junit4]   2> 2540095 INFO  
(searcherExecutor-11366-thread-1-processing-n:127.0.0.1:36789_solr 
x:authCollection_shard2_replica1 s:shard2 c:authCollection r:core_node3) 
[n:127.0.0.1:36789_solr c:authCollection s:shard2 r:core_node3 
x:authCollection_shard2_replica1] o.a.s.c.SolrCore 
[authCollection_shard2_replica1] Registered new searcher 
Searcher@a84bc31[authCollection_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 25400

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

er ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = 
Session expired for /live_nodes]
   [junit4]   2> 2543151 INFO  (jetty-launcher-10676-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7074732c{/solr,null,UNAVAILABLE}
   [junit4]   2> 2544646 WARN  
(zkCallback-10690-thread-3-processing-n:127.0.0.1:33288_solr) 
[n:127.0.0.1:33288_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2544646 INFO  (jetty-launcher-10676-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2aa7d747{/solr,null,UNAVAILABLE}
   [junit4]   2> 2544649 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:59550 59550
   [junit4]   2> 2544720 INFO  (Thread-8110) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:59550 59550
   [junit4]   2> 2544720 WARN  (Thread-8110) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/aliases.json
   [junit4]   2>        5       /solr/clusterprops.json
   [junit4]   2>        4       /solr/security.json
   [junit4]   2>        4       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        5       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/authCollection/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/96843221974253577-127.0.0.1:60952_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        14      /solr/overseer/queue
   [junit4]   2>        5       /solr/collections
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2>        4       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2544721 INFO  
(SUITE-BasicAuthIntegrationTest-seed#[64128F033964E134]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_64128F033964E134-001
   [junit4]   2> Oct 29, 2016 3:05:02 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1453, maxMBSortInHeap=5.798753292471982, 
sim=RandomSimilarity(queryNorm=true): {}, locale=pt, timezone=Etc/Zulu
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=82669896,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterTest, 
SSLMigrationTest, TestManagedSchemaThreadSafety, HdfsRestartWhileUpdatingTest, 
SpatialRPTFieldTypeTest, SliceStateTest, JsonLoaderTest, 
CollectionTooManyReplicasTest, TestRecovery, TestSolrDeletionPolicy2, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestStressLiveNodes, 
DistributedSuggestComponentTest, SpellCheckCollatorTest, TestTestInjection, 
LeaderFailoverAfterPartitionTest, TestSubQueryTransformerDistrib, 
TestRealTimeGet, SuggesterWFSTTest, HdfsThreadLeakTest, 
FileBasedSpellCheckerTest, RequestHandlersTest, CursorMarkTest, StressHdfsTest, 
TestFieldCache, TestFieldCacheSanityChecker, TestSubQueryTransformer, 
DistribCursorPagingTest, TestCloudDeleteByQuery, TestQuerySenderListener, 
ShardSplitTest, TermVectorComponentTest, TestLMJelinekMercerSimilarityFactory, 
CollectionsAPIDistributedZkTest, TestOrdValues, TestSolrIndexConfig, 
ScriptEngineTest, DirectUpdateHandlerOptimizeTest, SpellCheckComponentTest, 
ExternalFileFieldSortTest, TestRestoreCore, TermVectorComponentDistributedTest, 
TestExclusionRuleCollectionAccess, ChaosMonkeySafeLeaderTest, 
ZkStateReaderTest, TestRTimerTree, QueryParsingTest, SmileWriterTest, 
FieldMutatingUpdateProcessorTest, FullHLLTest, ReturnFieldsTest, 
SortByFunctionTest, BlockJoinFacetRandomTest, ConfigSetsAPITest, 
TestSimpleTrackingShardHandler, ExitableDirectoryReaderTest, HLLUtilTest, 
HdfsChaosMonkeyNothingIsSafeTest, LoggingHandlerTest, 
WrapperMergePolicyFactoryTest, TestShardHandlerFactory, RequestLoggingTest, 
TestSolrCloudWithDelegationTokens, TestBulkSchemaAPI, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestManagedSchema, 
HdfsCollectionsAPIDistributedZkTest, TestDocBasedVersionConstraints, 
TestHdfsUpdateLog, BigEndianAscendingWordDeserializerTest, 
TestFieldCacheSortRandom, TestTrieFacet, DebugComponentTest, 
CleanupOldIndexTest, PreAnalyzedFieldTest, SolrCmdDistributorTest, 
TestCustomDocTransformer, TestReplicationHandlerBackup, 
ConjunctionSolrSpellCheckerTest, TestReRankQParserPlugin, DistanceUnitsTest, 
ParsingFieldUpdateProcessorsTest, DistribJoinFromCollectionTest, 
TestSolrCloudSnapshots, AnalyticsMergeStrategyTest, 
TestManagedStopFilterFactory, TestShortCircuitedRequests, MigrateRouteKeyTest, 
TestConfigReload, SharedFSAutoReplicaFailoverUtilsTest, TestTrie, 
TestStressRecovery, TestCollectionAPI, TestHashQParserPlugin, 
TestLeaderInitiatedRecoveryThread, TestLegacyNumericRangeQueryBuilder, 
BadComponentTest, TestNRTOpen, HighlighterConfigTest, 
TestTolerantUpdateProcessorRandomCloud, PKIAuthenticationIntegrationTest, 
UpdateParamsTest, CdcrBootstrapTest, SegmentsInfoRequestHandlerTest, 
TestRandomRequestDistribution, RecoveryAfterSoftCommitTest, 
TestCollapseQParserPlugin, TestSystemIdResolver, TestCloudManagedSchema, 
SolrIndexSplitterTest, TestFuzzyAnalyzedSuggestions, 
TriLevelCompositeIdRoutingTest, BasicZkTest, LukeRequestHandlerTest, 
TestIndexingPerformance, URLClassifyProcessorTest, HdfsRecoverLeaseTest, 
InfoHandlerTest, UpdateRequestProcessorFactoryTest, CloudMLTQParserTest, 
TestBadConfig, CreateCollectionCleanupTest, StatsComponentTest, 
AnalysisErrorHandlingTest, TestJsonFacets, RegexBoostProcessorTest, 
TestNumericTerms32, TestFilteredDocIdSet, TestRandomCollapseQParserPlugin, 
CurrencyFieldOpenExchangeTest, TestPHPSerializedResponseWriter, BitVectorTest, 
OverseerTaskQueueTest, TestQueryTypes, CdcrReplicationHandlerTest, 
TestCloudSchemaless, LeaderElectionIntegrationTest, CSVRequestHandlerTest, 
CdcrVersionReplicationTest, TestFieldCollectionResource, TestZkChroot, 
BufferStoreTest, TestSolr4Spatial2, TestSchemaSimilarityResource, 
TestFoldingMultitermQuery, TestReload, TestSuggestSpellingConverter, 
DeleteInactiveReplicaTest, TestFreeTextSuggestions, HttpPartitionTest, 
TestCloudRecovery, OpenCloseCoreStressTest, TestScoreJoinQPScore, 
TolerantUpdateProcessorTest, TestLockTree, DistributedTermsComponentTest, 
TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, 
TestMergePolicyConfig, MultiTermTest, TestDocSet, TestSearchPerf, 
NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, 
OutputWriterTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, 
NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestPhraseSuggestions, 
SpellPossibilityIteratorTest, TestCodecSupport, TestXIncludeConfig, 
EchoParamsTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, 
TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ResourceLoaderTest, 
DateMathParserTest, PrimUtilsTest, SpellingQueryConverterTest, DOMUtilTest, 
RAMDirectoryFactoryTest, ClusterStateTest, TestLRUCache, TestUtils, 
TestDocumentBuilder, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, 
CircularListTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, 
TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestTolerantSearch, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, 
ConnectionReuseTest, ActionThrottleTest, AliasIntegrationTest, AssignTest, 
AsyncCallRequestStatusResponseTest, BaseCdcrDistributedZkTest, 
CdcrReplicationDistributedZkTest, CollectionReloadTest, 
CollectionsAPISolrJTest, DeleteStatusTest, 
DistribDocExpirationUpdateProcessorTest, LeaderFailureAfterFreshStartTest, 
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, 
OverseerRolesTest, RemoteQueryErrorTest, SaslZkACLProviderTest, 
SolrCLIZkUtilsTest, SolrXmlInZkTest, TestAuthenticationFramework, 
TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, 
TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, 
TestLeaderElectionZkExpiry, TestOnReconnectListenerSupport, 
TestRequestForwarding, TestRequestStatusCollectionAPI, 
TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, 
TestTolerantUpdateProcessorCloud, HdfsSyncSliceTest, 
HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, 
ZkStateWriterTest, RuleEngineTest, RulesTest, CoreSorterTest, 
DirectoryFactoryTest, HdfsDirectoryFactoryTest, TestImplicitCoreProperties, 
TestInfoStreamLogging, TestInitParams, TestReloadAndDeleteDocs, 
TestSolrConfigHandler, TestSolrDynamicMBean, TestBlobHandler, 
TestSolrConfigHandlerConcurrent, CoreAdminCreateDiscoverTest, 
CoreAdminRequestStatusTest, CoreMergeIndexesAdminHandlerTest, 
DistributedDebugComponentTest, DistributedExpandComponentTest, 
DistributedFacetExistsSmallTest, DistributedFacetPivotLargeTest, 
DistributedFacetPivotSmallAdvancedTest, DistributedFacetPivotSmallTest, 
DistributedQueryComponentOptimizationTest, SuggestComponentTest, 
TestDistributedStatsComponentCardinality, JavabinLoaderTest, 
HighlighterMaxOffsetTest, CheckHdfsIndexTest, TestReloadDeadlock, 
TestSearcherReuse, TestSimpleQParserPlugin, TestSolrFieldCacheMBean, 
TestStandardQParsers, TestXmlQParserPlugin, TestJsonFacetRefinement, 
TestMinMaxOnMultiValuedField, TestSortByMinMaxFunction, BJQParserTest, 
BlockJoinFacetDistribTest, BlockJoinFacetSimpleTest, GraphQueryTest, 
TestScoreJoinQPNoScore, SimpleMLTQParserTest, TestClassicSimilarityFactory, 
TestDFISimilarityFactory, TestNonDefinedSimilarityFactory, TestExactStatsCache, 
BasicAuthIntegrationTest]
   [junit4] Completed [620/647 (2!)] on J1 in 6.80s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 60506 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to