Build: http://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/333/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.spelling.suggest.SuggesterFSTTest.testSuggestions

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([C96DAD653C307B04:6FB19490F2042CFA]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:783)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:750)
        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:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        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:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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.NullPointerException
        at 
org.apache.lucene.search.suggest.fst.FSTCompletionLookup.lookup(FSTCompletionLookup.java:271)
        at org.apache.lucene.search.suggest.Lookup.lookup(Lookup.java:240)
        at 
org.apache.solr.spelling.suggest.Suggester.getSuggestions(Suggester.java:214)
        at 
org.apache.solr.handler.component.SpellCheckComponent.process(SpellCheckComponent.java:195)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:295)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:154)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2089)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:310)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:292)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:757)
        ... 41 more




Build Log:
[...truncated 11658 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterFSTTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001
   [junit4]   2> 2062244 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-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> 2062245 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2062246 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2062246 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2062246 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2062246 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2062246 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2062294 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2062299 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 2062354 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellchecker.xml
   [junit4]   2> 2062358 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=Solr SpellCheck Test
   [junit4]   2> 2062363 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2062363 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.s.IndexSchema query parser default operator is OR
   [junit4]   2> 2062364 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2062373 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2062373 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2062373 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 2062373 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2062373 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2062373 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1541735374
   [junit4]   2> 2062374 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 2062374 WARN  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 2062375 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 2062378 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 2062380 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2062380 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2062380 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 2062380 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2062381 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig-spellchecker.xml, transient=false, 
schema=schema-spellchecker.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, collection=collection1, 
dataDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 2062382 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2062382 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2062382 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2062383 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2062383 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2062414 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2062495 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 2062505 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellchecker.xml
   [junit4]   2> 2062508 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=Solr SpellCheck Test
   [junit4]   2> 2062577 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2062577 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.s.IndexSchema query parser default operator is OR
   [junit4]   2> 2062577 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2062581 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2062581 INFO  (coreLoadExecutor-7207-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2062581 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 2062582 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/]
   [junit4]   2> 2062582 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 2062583 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/snapshot_metadata
   [junit4]   2> 2062583 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 2062583 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001
   [junit4]   2> 2062583 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index/
   [junit4]   2> 2062584 WARN  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2062584 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index
   [junit4]   2> 2062584 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=1.9599609375, 
floorSegmentMB=2.1171875, forceMergeDeletesPctAllowed=27.506427048271274, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2062588 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17edcf33),segFN=segments_1,generation=1}
   [junit4]   2> 2062588 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2062589 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/
   [junit4]   2> 2062591 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 2062595 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2062597 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2062598 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2062599 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2062602 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/suggest_fst,/admin/properties,/update/json,/admin/threads,/suggest_wfst,/suggest_tst,/update/csv,/sql,/graph,/admin/segments,/admin/system,/suggest,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2062602 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2062602 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2062602 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2062603 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2062606 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17edcf33),segFN=segments_1,generation=1}
   [junit4]   2> 2062606 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2062607 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1e8dfffb[collection1] main]
   [junit4]   2> 2062607 WARN  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2062607 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2062608 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 2062608 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2062608 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2062608 INFO  (coreLoadExecutor-7207-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> 2062611 INFO  (coreLoadExecutor-7207-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> 2062615 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest
   [junit4]   2> 2062615 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using 
default converter
   [junit4]   2> 2062616 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2062616 INFO  (coreLoadExecutor-7207-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> 2062626 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_tst
   [junit4]   2> 2062626 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using 
default converter
   [junit4]   2> 2062626 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2062626 INFO  (coreLoadExecutor-7207-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> 2062647 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_fst
   [junit4]   2> 2062647 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using 
default converter
   [junit4]   2> 2062647 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2062647 INFO  (coreLoadExecutor-7207-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> 2062648 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_wfst
   [junit4]   2> 2062648 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using 
default converter
   [junit4]   2> 2062648 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2062648 INFO  (coreLoadExecutor-7207-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2062650 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2062653 INFO  
(TEST-SuggesterFSTTest.testAnalyzer-seed#[C96DAD653C307B04]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testAnalyzer
   [junit4]   2> 2062654 INFO  
(TEST-SuggesterFSTTest.testAnalyzer-seed#[C96DAD653C307B04]) [    ] 
o.a.s.s.s.Suggester init: 
{field=test_field,lookupImpl=org.apache.solr.spelling.suggest.tst.TSTLookupFactory}
   [junit4]   2> 2062654 INFO  
(TEST-SuggesterFSTTest.testAnalyzer-seed#[C96DAD653C307B04]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testAnalyzer
   [junit4]   2> 2062657 INFO  
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testSuggestions
   [junit4]   2> 2062659 INFO  
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 1
   [junit4]   2> 2062662 INFO  
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 2062662 INFO  
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 2062662 INFO  
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2062682 INFO  
(searcherExecutor-7208-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest
   [junit4]   2> 2062682 INFO  
(searcherExecutor-7208-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 2062683 INFO  
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17edcf33),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17edcf33),segFN=segments_2,generation=2}
   [junit4]   2> 2062684 INFO  
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 2062685 WARN  
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
   [junit4]   2> 2062685 ERROR 
(searcherExecutor-7208-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-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-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:1863)
   [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> 2062686 INFO  
(searcherExecutor-7208-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_tst
   [junit4]   2> 2062686 INFO  
(searcherExecutor-7208-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 2062686 ERROR 
(searcherExecutor-7208-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-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-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:1863)
   [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> 2062687 INFO  
(searcherExecutor-7208-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_fst
   [junit4]   2> 2062687 INFO  
(searcherExecutor-7208-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 2062687 ERROR 
(searcherExecutor-7208-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-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-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:1863)
   [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> 2062689 INFO  
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@32a92824[collection1] main]
   [junit4]   2> 2062690 INFO  
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2062690 INFO  
(searcherExecutor-7208-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
   [junit4]   2> 2062691 INFO  
(searcherExecutor-7208-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 2062691 ERROR 
(searcherExecutor-7208-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-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-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:1863)
   [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> 2062691 INFO  
(searcherExecutor-7208-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1e8dfffb[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2062691 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest
   [junit4]   2> 2062691 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 2062692 ERROR (searcherExecutor-7208-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-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-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:1863)
   [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> 2062692 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_tst
   [junit4]   2> 2062692 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 2062692 ERROR (searcherExecutor-7208-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-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-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:1863)
   [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> 2062692 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_fst
   [junit4]   2> 2062692 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 2062692 ERROR (searcherExecutor-7208-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-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-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:1863)
   [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> 2062693 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
   [junit4]   2> 2062693 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 2062693 ERROR (searcherExecutor-7208-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-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-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:1863)
   [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> 2062693 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@32a92824[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):c3)))}
   [junit4]   2> 2062693 INFO  
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 30
   [junit4]   2> 2062697 ERROR 
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.h.RequestHandlerBase java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.lucene.search.suggest.fst.FSTCompletionLookup.lookup(FSTCompletionLookup.java:271)
   [junit4]   2>        at 
org.apache.lucene.search.suggest.Lookup.lookup(Lookup.java:240)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.getSuggestions(Suggester.java:214)
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent.process(SpellCheckComponent.java:195)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:295)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:154)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2089)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:757)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:750)
   [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:1764)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [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:809)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [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> 2062697 INFO  
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=ac&qt=/suggest_fst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
 status=500 QTime=3
   [junit4]   2> 2062697 ERROR 
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=ac&qt=/suggest_fst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml:java.lang.NullPointerException
   [junit4]   2>        at 
org.apache.lucene.search.suggest.fst.FSTCompletionLookup.lookup(FSTCompletionLookup.java:271)
   [junit4]   2>        at 
org.apache.lucene.search.suggest.Lookup.lookup(Lookup.java:240)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.Suggester.getSuggestions(Suggester.java:214)
   [junit4]   2>        at 
org.apache.solr.handler.component.SpellCheckComponent.process(SpellCheckComponent.java:195)
   [junit4]   2>        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:295)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:154)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2089)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:757)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:750)
   [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:1764)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [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:809)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [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> 2062698 INFO  
(TEST-SuggesterFSTTest.testSuggestions-seed#[C96DAD653C307B04]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testSuggestions
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SuggesterFSTTest 
-Dtests.method=testSuggestions -Dtests.seed=C96DAD653C307B04 -Dtests.slow=true 
-Dtests.locale=mk-MK -Dtests.timezone=Asia/Kuala_Lumpur -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.05s J0 | SuggesterFSTTest.testSuggestions <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C96DAD653C307B04:6FB19490F2042CFA]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:783)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:750)
   [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.NullPointerException
   [junit4]    >        at 
org.apache.lucene.search.suggest.fst.FSTCompletionLookup.lookup(FSTCompletionLookup.java:271)
   [junit4]    >        at 
org.apache.lucene.search.suggest.Lookup.lookup(Lookup.java:240)
   [junit4]    >        at 
org.apache.solr.spelling.suggest.Suggester.getSuggestions(Suggester.java:214)
   [junit4]    >        at 
org.apache.solr.handler.component.SpellCheckComponent.process(SpellCheckComponent.java:195)
   [junit4]    >        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:295)
   [junit4]    >        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:154)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2089)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:310)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:292)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:757)
   [junit4]    >        ... 41 more
   [junit4]   2> 2062704 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testReload
   [junit4]   2> 2062706 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 1
   [junit4]   2> 2062706 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 2062707 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 2062707 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2062742 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17edcf33),segFN=segments_2,generation=2}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17edcf33),segFN=segments_3,generation=3}
   [junit4]   2> 2062742 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 2062742 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3c25d147[collection1] main]
   [junit4]   2> 2062743 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2062743 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: suggest
   [junit4]   2> 2062743 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 2062760 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/suggest/jaspell.dat
   [junit4]   2> 2062760 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_tst
   [junit4]   2> 2062760 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 2062777 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/suggest_tst/tst.dat
   [junit4]   2> 2062777 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_fst
   [junit4]   2> 2062778 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 2062792 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/suggest_fst/fst.bin
   [junit4]   2> 2062792 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_wfst
   [junit4]   2> 2062792 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 2062797 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/suggest_wfst/wfst.bin
   [junit4]   2> 2062797 INFO  (searcherExecutor-7208-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3c25d147[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.2.0):c3)))}
   [junit4]   2> 2062799 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 92
   [junit4]   2> 2062822 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2062823 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1541735374
   [junit4]   2> 2062823 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3255b777
   [junit4]   2> 2062824 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=2,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=6,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2062824 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2062824 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 2062824 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 2062836 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2062838 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 
3 directories currently being tracked
   [junit4]   2> 2062839 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/snapshot_metadata
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/snapshot_metadata;done=false>>]
   [junit4]   2> 2062839 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 2062839 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/snapshot_metadata
   [junit4]   2> 2062840 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2062840 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 2062840 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index
   [junit4]   2> 2062861 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001;done=false>>]
   [junit4]   2> 2062861 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 2062861 INFO  (coreCloseExecutor-7212-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001
   [junit4]   2> 2062862 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2062863 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2062863 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2062863 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2062863 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2062863 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2062913 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2062931 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 2062938 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellchecker.xml
   [junit4]   2> 2062944 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2063249 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2063257 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2063258 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2063270 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2063282 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2063284 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2063285 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2063285 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2063285 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2063285 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 2063285 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2063285 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2063285 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1951565693
   [junit4]   2> 2063286 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 2063286 WARN  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 2063286 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : 
false,connectionsEvictorSleepDelay : 5000,maxConnectionIdleTime : 40000,
   [junit4]   2> 2063288 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 2063289 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2063289 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2063289 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 2063289 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2063313 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig-spellchecker.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=collection1, 
dataDir=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 2063314 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2063314 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2063314 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2063315 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 2063315 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2063346 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2063350 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 2063416 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellchecker.xml
   [junit4]   2> 2063423 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2063638 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2063649 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2063650 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2063655 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2063657 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2063659 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2063660 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 2063663 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2063663 INFO  (coreLoadExecutor-7219-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2063663 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 2063663 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/]
   [junit4]   2> 2063663 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 2063664 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/snapshot_metadata
   [junit4]   2> 2063664 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot 
metadata file...
   [junit4]   2> 2063664 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001
   [junit4]   2> 2063665 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index/
   [junit4]   2> 2063665 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/
   [junit4]   2> 2063668 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 2063671 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2063672 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2063674 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2063675 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2063678 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/suggest_fst,/admin/properties,/update/json,/admin/threads,/suggest_wfst,/suggest_tst,/update/csv,/sql,/graph,/admin/segments,/admin/system,/suggest,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2063678 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2063678 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2063678 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2063679 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index
   [junit4]   2> 2063679 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=1.9599609375, 
floorSegmentMB=2.1171875, forceMergeDeletesPctAllowed=27.506427048271274, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2063689 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@78b0d19b),segFN=segments_3,generation=3}
   [junit4]   2> 2063690 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 2063692 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2be48efa[collection1] main]
   [junit4]   2> 2063692 WARN  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 2063692 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2063692 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 2063692 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2063692 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2063693 INFO  (coreLoadExecutor-7219-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> 2063693 INFO  (coreLoadExecutor-7219-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> 2063697 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest
   [junit4]   2> 2063697 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using 
default converter
   [junit4]   2> 2063697 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2063697 INFO  (coreLoadExecutor-7219-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> 2063701 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_tst
   [junit4]   2> 2063701 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using 
default converter
   [junit4]   2> 2063701 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2063701 INFO  (coreLoadExecutor-7219-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> 2063702 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_fst
   [junit4]   2> 2063702 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using 
default converter
   [junit4]   2> 2063702 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2063702 INFO  (coreLoadExecutor-7219-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> 2063703 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_wfst
   [junit4]   2> 2063703 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using 
default converter
   [junit4]   2> 2063703 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2063703 INFO  (coreLoadExecutor-7219-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2063705 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2063715 INFO  
(searcherExecutor-7220-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest
   [junit4]   2> 2063718 INFO  
(searcherExecutor-7220-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 2063722 INFO  
(searcherExecutor-7220-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_tst
   [junit4]   2> 2063723 INFO  
(searcherExecutor-7220-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 2063728 INFO  
(searcherExecutor-7220-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_fst
   [junit4]   2> 2063728 INFO  
(searcherExecutor-7220-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 2063731 INFO  
(searcherExecutor-7220-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
   [junit4]   2> 2063731 INFO  
(searcherExecutor-7220-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 2063732 INFO  
(searcherExecutor-7220-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2be48efa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.2.0):c3)))}
   [junit4]   2> 2063735 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=ac&qt=/suggest_fst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
 status=0 QTime=30
   [junit4]   2> 2063736 INFO  
(TEST-SuggesterFSTTest.testReload-seed#[C96DAD653C307B04]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testReload
   [junit4]   2> 2063740 INFO  
(TEST-SuggesterFSTTest.testRebuild-seed#[C96DAD653C307B04]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRebuild
   [junit4]   2> 2063742 INFO  
(TEST-SuggesterFSTTest.testRebuild-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 2
   [junit4]   2> 2063743 INFO  
(TEST-SuggesterFSTTest.testRebuild-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 2063743 INFO  
(TEST-SuggesterFSTTest.testRebuild-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 2063744 INFO  
(TEST-SuggesterFSTTest.testRebuild-seed#[C96DAD653C307B04]) [    ] 
o.a.s.u.DirectUpdateHandler2 st

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

CaseJ4 ###Ending testRebuild
   [junit4]   2> 2064044 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2064044 INFO  
(SUITE-SuggesterFSTTest-seed#[C96DAD653C307B04]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1951565693
   [junit4]   2> 2064044 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3c551ceb
   [junit4]   2> 2064046 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=2,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=4,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2064046 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2064046 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 2064046 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 2064048 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2064048 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 
3 directories currently being tracked
   [junit4]   2> 2064048 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2064048 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 2064048 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/index
   [junit4]   2> 2064062 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/snapshot_metadata
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/snapshot_metadata;done=false>>]
   [junit4]   2> 2064062 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 2064062 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001/snapshot_metadata
   [junit4]   2> 2064063 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001;done=false>>]
   [junit4]   2> 2064063 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=true
   [junit4]   2> 2064063 INFO  (coreCloseExecutor-7224-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterFSTTest_C96DAD653C307B04-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{spell=PostingsFormat(name=Direct), 
range_facet_l_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 multiDefault=FST50, intDefault=PostingsFormat(name=Direct), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 suggest=FST50, text=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
range_facet_i_dv=FST50, range_facet_l=FST50, timestamp=FST50}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=86, 
maxMBSortInHeap=7.17407181018349, sim=ClassicSimilarity, locale=mk-MK, 
timezone=Asia/Kuala_Lumpur
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=178115064,total=356638720
   [junit4]   2> NOTE: All tests run in this JVM: 
[CollectionTooManyReplicasTest, TestRawTransformer, 
TestEmbeddedSolrServerConstructors, SpatialFilterTest, 
ChaosMonkeyNothingIsSafeTest, DisMaxRequestHandlerTest, 
TestNamedUpdateProcessors, SyncSliceTest, TestSubQueryTransformerDistrib, 
CollectionsAPISolrJTest, HdfsWriteToMultipleCollectionsTest, 
TestSortingResponseWriter, TestHashPartitioner, RuleEngineTest, TestLFUCache, 
HardAutoCommitTest, FacetPivotSmallTest, UUIDFieldTest, OverseerTaskQueueTest, 
UnloadDistributedZkTest, DistribCursorPagingTest, ReplicationFactorTest, 
TestConfigSetsAPIZkFailure, TestDFISimilarityFactory, 
TestLocalFSCloudBackupRestore, HdfsSyncSliceTest, TestLazyCores, 
SolrRequestParserTest, CoreMergeIndexesAdminHandlerTest, 
TestImplicitCoreProperties, MBeansHandlerTest, TestCSVLoader, IndexSchemaTest, 
CoreAdminCreateDiscoverTest, TestFieldCacheSort, TestSubQueryTransformer, 
TestFieldCacheReopen, TestStressLucene, TestDynamicFieldCollectionResource, 
TestCloudManagedSchema, TestSolr4Spatial2, CdcrVersionReplicationTest, 
TestBackupRepositoryFactory, TestFieldSortValues, TestManagedResourceStorage, 
TestSurroundQueryParser, ReturnFieldsTest, BadComponentTest, 
SuggestComponentContextFilterQueryTest, TestSchemaManager, RecoveryZkTest, 
SimpleFacetsTest, QueryElevationComponentTest, FullHLLTest, 
TestMiniSolrCloudCluster, CurrencyFieldXmlFileTest, DirectUpdateHandlerTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestDistributedSearch, 
AnalyticsQueryTest, AsyncMigrateRouteKeyTest, BlobRepositoryCloudTest, 
DocExpirationUpdateProcessorFactoryTest, TestDocBasedVersionConstraints, 
BlockJoinFacetDistribTest, TestStressVersions, CheckHdfsIndexTest, 
TestRestoreCore, BadCopyFieldTest, PeerSyncTest, TestAnalyzeInfixSuggestions, 
TestReRankQParserPlugin, HdfsDirectoryTest, TestClusterStateMutator, 
HdfsChaosMonkeySafeLeaderTest, SchemaVersionSpecificBehaviorTest, 
StandardRequestHandlerTest, RequestLoggingTest, SecurityConfHandlerTest, 
DistributedDebugComponentTest, DeleteInactiveReplicaTest, 
PathHierarchyTokenizerFactoryTest, TestJmxIntegration, TestGroupingSearch, 
HdfsBasicDistributedZkTest, RegexBoostProcessorTest, OverseerRolesTest, 
HdfsTlogReplayBufferedWhileIndexingTest, DistributedFacetPivotLargeTest, 
TestIBSimilarityFactory, SoftAutoCommitTest, TestRandomDVFaceting, 
TestCodecSupport, TestPostingsSolrHighlighter, TestFieldTypeCollectionResource, 
TestMissingGroups, TestHighFrequencyDictionaryFactory, TestReloadAndDeleteDocs, 
TestOverriddenPrefixQueryForCustomFieldType, TestBulkSchemaAPI, 
DistributedSpellCheckComponentTest, TestWordDelimiterFilterFactory, 
JsonLoaderTest, TestRequestStatusCollectionAPI, BasicAuthIntegrationTest, 
TestObjectReleaseTracker, TestRuleBasedAuthorizationPlugin, 
TestUseDocValuesAsStored2, TestSchemaNameResource, MigrateRouteKeyTest, 
LeaderElectionTest, TestHighlightDedupGrouping, RemoteQueryErrorTest, 
SolrCoreTest, BlockDirectoryTest, TestStressCloudBlindAtomicUpdates, 
DistributedQueryElevationComponentTest, JSONWriterTest, BasicDistributedZkTest, 
TestCopyFieldCollectionResource, ClusterStateUpdateTest, CdcrUpdateLogTest, 
DeleteNodeTest, TestHdfsUpdateLog, DocValuesMissingTest, ZkStateWriterTest, 
CreateCollectionCleanupTest, TestDocSet, TestPartialUpdateDeduplication, 
TestDistribDocBasedVersion, HdfsDirectoryFactoryTest, TestMergePolicyConfig, 
TestShortCircuitedRequests, MergeStrategyTest, 
TestLMDirichletSimilarityFactory, TimeZoneUtilsTest, TestLegacyFieldCache, 
SolrIndexConfigTest, TestRandomCollapseQParserPlugin, 
TestCursorMarkWithoutUniqueKey, JavabinLoaderTest, TestConfigSetImmutable, 
TestExactStatsCache, TestComplexPhraseQParserPlugin, SmileWriterTest, 
HighlighterTest, AssignTest, TestInitQParser, TestFunctionQuery, 
TestOnReconnectListenerSupport, PrimUtilsTest, AlternateDirectoryTest, 
TestTrieFacet, ChaosMonkeySafeLeaderTest, OverseerTest, ShardRoutingTest, 
TestReplicationHandler, TestReload, DistributedTermsComponentTest, 
TestCoreContainer, TestSolr4Spatial, SolrCmdDistributorTest, 
BasicFunctionalityTest, ShowFileRequestHandlerTest, 
SignatureUpdateProcessorFactoryTest, SuggesterFSTTest]
   [junit4] Completed [343/629 (1!)] on J0 in 1.84s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 61063 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to