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

2 tests failed.
FAILED:  org.apache.solr.security.TestPKIAuthenticationPlugin.test

Error Message:


Stack Trace:
java.lang.NullPointerException
        at 
__randomizedtesting.SeedInfo.seed([CAE449BC4662B322:42B07666E89EDEDA]:0)
        at 
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:112)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1660)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:866)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:902)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:875)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:777)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:822)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java: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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.spelling.suggest.SuggesterTSTTest.testRebuild

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([CAE449BC4662B322:91C1EBFF7262C9B8]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:766)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:733)
        at 
org.apache.solr.spelling.suggest.SuggesterTest.testRebuild(SuggesterTest.java:105)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1660)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:866)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:902)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:875)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:777)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:822)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java: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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="spellcheck"><lst name="suggestions"/><lst 
name="collations"/></lst>
</response>

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




Build Log:
[...truncated 9858 lines...]
   [junit4] Suite: org.apache.solr.security.TestPKIAuthenticationPlugin
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.security.TestPKIAuthenticationPlugin_CAE449BC4662B322-001/init-core-data-001
   [junit4]   2> 1179137 INFO  
(SUITE-TestPKIAuthenticationPlugin-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1179145 INFO  
(TEST-TestPKIAuthenticationPlugin.test-seed#[CAE449BC4662B322]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1184590 ERROR 
(TEST-TestPKIAuthenticationPlugin.test-seed#[CAE449BC4662B322]) [    ] 
o.a.s.s.PKIAuthenticationPlugin Invalid key 
   [junit4]   2> 1184590 INFO  
(TEST-TestPKIAuthenticationPlugin.test-seed#[CAE449BC4662B322]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestPKIAuthenticationPlugin -Dtests.method=test 
-Dtests.seed=CAE449BC4662B322 -Dtests.slow=true -Dtests.locale=es 
-Dtests.timezone=America/Lima -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   5.47s J1 | TestPKIAuthenticationPlugin.test <<<
   [junit4]    > Throwable #1: java.lang.NullPointerException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CAE449BC4662B322:42B07666E89EDEDA]:0)
   [junit4]    >        at 
org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:112)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1184606 INFO  
(SUITE-TestPKIAuthenticationPlugin-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.security.TestPKIAuthenticationPlugin_CAE449BC4662B322-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, 
docValues:{}, sim=ClassicSimilarity, locale=es, timezone=America/Lima
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_66 
(64-bit)/cpus=3,threads=1,free=179777544,total=339656704
   [junit4]   2> NOTE: All tests run in this JVM: 
[SolrCoreCheckLockOnStartupTest, BasicFunctionalityTest, 
CollectionsAPIDistributedZkTest, MinimalSchemaTest, 
DistributedFacetPivotSmallTest, SpellingQueryConverterTest, TestRangeQuery, 
ResponseLogComponentTest, HLLSerializationTest, TestInitQParser, 
TestConfigOverlay, EnumFieldTest, SolrInfoMBeanTest, TestSystemIdResolver, 
TriLevelCompositeIdRoutingTest, TestWriterPerf, CoreAdminHandlerTest, 
ChaosMonkeySafeLeaderTest, TestPerFieldSimilarity, TestFilteredDocIdSet, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestDownShardTolerantSearch, 
TestRawResponseWriter, IndexSchemaRuntimeFieldTest, TestZkChroot, 
TestExceedMaxTermLength, TestStressUserVersions, DateFieldTest, 
TestScoreJoinQPNoScore, HdfsNNFailoverTest, SolrCmdDistributorTest, 
TestFiltering, SuggesterWFSTTest, ShardSplitTest, ZkNodePropsTest, 
TestCloudManagedSchema, QueryParsingTest, TestHashQParserPlugin, 
RequestHandlersTest, OpenCloseCoreStressTest, DataDrivenBlockJoinTest, 
FieldMutatingUpdateProcessorTest, CursorMarkTest, RulesTest, 
ResourceLoaderTest, CopyFieldTest, LoggingHandlerTest, 
CollectionTooManyReplicasTest, TestBadConfig, CollectionStateFormat2Test, 
TestNonDefinedSimilarityFactory, RuleEngineTest, CloudMLTQParserTest, 
ShardRoutingCustomTest, SpatialHeatmapFacetsTest, SortByFunctionTest, 
TestMissingGroups, CollectionsAPIAsyncDistributedZkTest, TestStressRecovery, 
ResponseHeaderTest, TestRemoveLastDynamicCopyField, StatsComponentTest, 
TestCharFilters, BufferStoreTest, TestRandomRequestDistribution, 
HdfsDirectoryTest, TestSchemaVersionResource, CdcrReplicationHandlerTest, 
MultiTermTest, TestJsonFacets, OutputWriterTest, TestTrieFacet, 
PreAnalyzedUpdateProcessorTest, TestIndexSearcher, TestSolrJ, 
TestLeaderInitiatedRecoveryThread, TestRandomFaceting, 
SimpleCollectionCreateDeleteTest, TestSolrDeletionPolicy2, 
TestBinaryResponseWriter, TestQueryTypes, TestAtomicUpdateErrorCases, 
BigEndianAscendingWordSerializerTest, TestRebalanceLeaders, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSolr4Spatial, 
StressHdfsTest, TestValueSourceCache, TestInfoStreamLogging, 
SpellCheckComponentTest, DirectSolrConnectionTest, ZkSolrClientTest, 
TestSchemaNameResource, TestFieldTypeCollectionResource, HighlighterConfigTest, 
TestPKIAuthenticationPlugin]
   [junit4] Completed [204/555] on J1 in 5.49s, 1 test, 1 error <<< FAILURES!

[...truncated 350 lines...]
   [junit4] Suite: org.apache.solr.spelling.suggest.SuggesterTSTTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001
   [junit4]   2> 1809097 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1809098 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1809098 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1809098 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1809098 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1809098 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1809098 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1809124 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1809127 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1809132 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] o.a.s.c.Config 
Loaded SolrConfig: solrconfig-spellchecker.xml
   [junit4]   2> 1809132 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema-spellchecker.xml
   [junit4]   2> 1809134 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=Solr SpellCheck Test
   [junit4]   2> 1809137 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1809137 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.s.IndexSchema query parser default operator is OR
   [junit4]   2> 1809137 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1809139 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1809139 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1809139 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/'
   [junit4]   2> 1809139 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1809139 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1809140 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1584816333
   [junit4]   2> 1809140 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/]
   [junit4]   2> 1809140 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 1809140 WARN  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib).
   [junit4]   2> 1809152 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1809154 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1809155 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1809155 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1809155 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1809155 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1809156 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: {name=collection1, config=solrconfig-spellchecker.xml, 
transient=false, schema=schema-spellchecker.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, instanceDir=collection1, 
collection=collection1, 
absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/,
 
dataDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 1809156 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1809157 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1809157 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1809157 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1809157 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1809172 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1809175 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1809181 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig-spellchecker.xml
   [junit4]   2> 1809181 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema-spellchecker.xml
   [junit4]   2> 1809184 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=Solr SpellCheck Test
   [junit4]   2> 1809195 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1809195 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.s.IndexSchema query parser default operator is OR
   [junit4]   2> 1809195 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1809198 INFO  (coreLoadExecutor-5278-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-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1809198 INFO  (coreLoadExecutor-5278-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1809198 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 1809198 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/],
 dataDir=[null]
   [junit4]   2> 1809198 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 1809199 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001
   [junit4]   2> 1809200 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index/
   [junit4]   2> 1809200 WARN  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1809201 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index
   [junit4]   2> 1809205 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=48.875, 
floorSegmentMB=0.29296875, forceMergeDeletesPctAllowed=9.749498969385032, 
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.28851342541658775
   [junit4]   2> 1809208 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a050291),segFN=segments_1,generation=1}
   [junit4]   2> 1809208 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1809209 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/
   [junit4]   2> 1809211 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 1809213 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1809214 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1809216 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1809217 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1809219 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/suggest_wfst,/suggest_tst,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/suggest,/suggest_fst,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1809220 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1809220 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1809220 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1809221 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.689237047052728]
   [junit4]   2> 1809222 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a050291),segFN=segments_1,generation=1}
   [junit4]   2> 1809222 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1809222 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@e9f7119[collection1] 
main
   [junit4]   2> 1809222 WARN  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1809223 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1809223 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 1809223 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1809223 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1809223 INFO  (coreLoadExecutor-5278-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> 1809225 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.l.s.s.j.JaspellLookup 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> 1809243 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest
   [junit4]   2> 1809243 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using 
default converter
   [junit4]   2> 1809243 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1809243 INFO  (coreLoadExecutor-5278-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> 1809274 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_tst
   [junit4]   2> 1809274 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using 
default converter
   [junit4]   2> 1809275 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1809275 INFO  (coreLoadExecutor-5278-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> 1809307 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_fst
   [junit4]   2> 1809307 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using 
default converter
   [junit4]   2> 1809307 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1809310 INFO  (coreLoadExecutor-5278-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> 1809311 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: suggest_wfst
   [junit4]   2> 1809311 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent No queryConverter defined, using 
default converter
   [junit4]   2> 1809311 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1809311 INFO  (coreLoadExecutor-5278-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1809311 INFO  
(searcherExecutor-5279-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest
   [junit4]   2> 1809311 INFO  
(searcherExecutor-5279-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 1809312 ERROR 
(searcherExecutor-5279-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore Exception in reloading spell check index for spellchecker: 
suggest
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-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:755)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore$5.call(SolrCore.java:1846)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [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> 1809312 INFO  
(searcherExecutor-5279-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_tst
   [junit4]   2> 1809312 INFO  
(searcherExecutor-5279-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 1809313 ERROR 
(searcherExecutor-5279-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore Exception in reloading spell check index for spellchecker: 
suggest_tst
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-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:755)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore$5.call(SolrCore.java:1846)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [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> 1809313 INFO  
(searcherExecutor-5279-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_fst
   [junit4]   2> 1809313 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1809313 INFO  
(searcherExecutor-5279-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 1809313 ERROR 
(searcherExecutor-5279-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore Exception in reloading spell check index for spellchecker: 
suggest_fst
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-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:755)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore$5.call(SolrCore.java:1846)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [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> 1809313 INFO  
(searcherExecutor-5279-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
   [junit4]   2> 1809314 INFO  
(searcherExecutor-5279-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 1809315 INFO  
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRebuild
   [junit4]   2> 1809321 INFO  
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[1]} 0 5
   [junit4]   2> 1809323 INFO  
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[2]} 0 0
   [junit4]   2> 1809327 INFO  
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[3]} 0 3
   [junit4]   2> 1809327 INFO  
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1809341 INFO  
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a050291),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a050291),segFN=segments_2,generation=2}
   [junit4]   2> 1809341 INFO  
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 1809342 WARN  
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
   [junit4]   2> 1809347 INFO  
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@38d0ab98[collection1] main
   [junit4]   2> 1809347 INFO  
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1809352 ERROR 
(searcherExecutor-5279-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore Exception in reloading spell check index for spellchecker: 
suggest_wfst
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-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:755)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore$5.call(SolrCore.java:1846)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [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> 1809353 INFO  
(searcherExecutor-5279-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@e9f7119[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1809353 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest
   [junit4]   2> 1809353 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 1809353 ERROR (searcherExecutor-5279-thread-1) [    ] 
o.a.s.c.SolrCore Exception in reloading spell check index for spellchecker: 
suggest
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-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:755)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore$5.call(SolrCore.java:1846)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [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> 1809353 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_tst
   [junit4]   2> 1809353 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 1809354 ERROR (searcherExecutor-5279-thread-1) [    ] 
o.a.s.c.SolrCore Exception in reloading spell check index for spellchecker: 
suggest_tst
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-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:755)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore$5.call(SolrCore.java:1846)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [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> 1809354 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_fst
   [junit4]   2> 1809354 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 1809354 ERROR (searcherExecutor-5279-thread-1) [    ] 
o.a.s.c.SolrCore Exception in reloading spell check index for spellchecker: 
suggest_fst
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-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:755)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore$5.call(SolrCore.java:1846)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [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> 1809354 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: suggest_wfst
   [junit4]   2> 1809354 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.s.s.Suggester reload()
   [junit4]   2> 1809354 ERROR (searcherExecutor-5279-thread-1) [    ] 
o.a.s.c.SolrCore Exception in reloading spell check index for spellchecker: 
suggest_wfst
   [junit4]   2> java.io.FileNotFoundException: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-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:755)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore$5.call(SolrCore.java:1846)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [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> 1809355 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@38d0ab98[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C3)))}
   [junit4]   2> 1809355 INFO  
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 27
   [junit4]   2> 1809355 INFO  
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=ac&qt=/suggest_tst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
 status=0 QTime=0 
   [junit4]   2> 1809356 ERROR 
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="spellcheck"><lst name="suggestions"/><lst 
name="collations"/></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=ac&qt=/suggest_tst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml
   [junit4]   2> 1809356 ERROR 
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=ac&qt=/suggest_tst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml:java.lang.RuntimeException:
 REQUEST FAILED: 
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="spellcheck"><lst name="suggestions"/><lst 
name="collations"/></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=ac&qt=/suggest_tst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:759)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:733)
   [junit4]   2>        at 
org.apache.solr.spelling.suggest.SuggesterTest.testRebuild(SuggesterTest.java:105)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:497)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1660)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:866)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:902)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:875)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:777)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:811)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:822)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java: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:54)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1809357 INFO  
(TEST-SuggesterTSTTest.testRebuild-seed#[CAE449BC4662B322]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testRebuild
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SuggesterTSTTest 
-Dtests.method=testRebuild -Dtests.seed=CAE449BC4662B322 -Dtests.slow=true 
-Dtests.locale=sr_CS -Dtests.timezone=Australia/Brisbane -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.05s J0 | SuggesterTSTTest.testRebuild <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([CAE449BC4662B322:91C1EBFF7262C9B8]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:766)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:733)
   [junit4]    >        at 
org.apache.solr.spelling.suggest.SuggesterTest.testRebuild(SuggesterTest.java:105)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//lst[@name='spellcheck']/lst[@name='suggestions']/lst[@name='ac']/int[@name='numFound'][.='2']
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="spellcheck"><lst name="suggestions"/><lst 
name="collations"/></lst>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=ac&qt=/suggest_tst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:759)
   [junit4]    >        ... 41 more
   [junit4]   2> 1809361 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testReload
   [junit4]   2> 1809362 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[1]} 0 0
   [junit4]   2> 1809362 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[2]} 0 0
   [junit4]   2> 1809362 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{add=[3]} 0 0
   [junit4]   2> 1809362 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    ] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1809396 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    ] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a050291),segFN=segments_2,generation=2}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5a050291),segFN=segments_3,generation=3}
   [junit4]   2> 1809396 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    ] 
o.a.s.c.SolrCore newest commit generation = 3
   [junit4]   2> 1809396 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@362b2e2[collection1] main
   [junit4]   2> 1809396 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    ] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 1809396 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: suggest
   [junit4]   2> 1809397 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 1809404 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/suggest/jaspell.dat
   [junit4]   2> 1809404 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_tst
   [junit4]   2> 1809404 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 1809411 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/suggest_tst/tst.dat
   [junit4]   2> 1809411 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_fst
   [junit4]   2> 1809412 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 1809443 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/suggest_fst/fst.bin
   [junit4]   2> 1809444 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
suggest_wfst
   [junit4]   2> 1809444 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.s.s.Suggester build()
   [junit4]   2> 1809446 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.s.s.Suggester Stored suggest data to: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/suggest_wfst/wfst.bin
   [junit4]   2> 1809446 INFO  (searcherExecutor-5279-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@362b2e2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C3)))}
   [junit4]   2> 1809452 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    ] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp=null path=null params={} 
{commit=} 0 90
   [junit4]   2> 1809453 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1809453 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1584816333
   [junit4]   2> 1809453 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7e37c76b
   [junit4]   2> 1809453 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.u.UpdateHandler 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> 1809454 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1809454 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 1809454 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1809458 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1809458 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 1809459 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1809459 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index
   [junit4]   2> 1809467 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001;done=false>>]
   [junit4]   2> 1809467 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001
   [junit4]   2> 1809467 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1809467 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1809467 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1809467 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1809468 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1809468 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1809489 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1809492 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1809498 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.Config Loaded SolrConfig: solrconfig-spellchecker.xml
   [junit4]   2> 1809498 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1809502 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1809628 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1809633 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1809634 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1809638 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1809640 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1809641 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1809641 WARN  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1809642 WARN  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1809642 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1809642 WARN  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1809642 WARN  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1809642 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1809642 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1809642 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/'
   [junit4]   2> 1809642 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1809643 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1809643 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.CoreContainer New CoreContainer 1510599782
   [junit4]   2> 1809643 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/]
   [junit4]   2> 1809643 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.CoreContainer loading shared library: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 1809643 WARN  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib).
   [junit4]   2> 1809659 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1809660 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1809661 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1809661 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1809661 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1809661 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1809662 INFO  
(TEST-SuggesterTSTTest.testReload-seed#[CAE449BC4662B322]) [    x:collection1] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, 
config=solrconfig-spellchecker.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
instanceDir=collection1, collection=collection1, 
absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/,
 
dataDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 1809662 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 1809662 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1809662 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1809663 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 1809663 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrResourceLoader Adding 
'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 1809677 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1809680 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1809685 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.Config Loaded SolrConfig: solrconfig-spellchecker.xml
   [junit4]   2> 1809686 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml
   [junit4]   2> 1809689 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1809769 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1809773 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1809774 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1809777 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1809779 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1809781 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1809781 WARN  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1809781 WARN  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1809781 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1809782 WARN  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1809782 WARN  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1809788 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
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-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 1809788 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/
   [junit4]   2> 1809788 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 1809789 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/],
 dataDir=[null]
   [junit4]   2> 1809789 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1809789 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001
   [junit4]   2> 1809789 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index/
   [junit4]   2> 1809790 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-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/
   [junit4]   2> 1809791 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1809793 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1809794 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1809794 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1809795 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1809797 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,/suggest_wfst,/suggest_tst,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/suggest,/suggest_fst,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1809797 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1809797 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1809797 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1809798 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index
   [junit4]   2> 1809798 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=48.875, 
floorSegmentMB=0.29296875, forceMergeDeletesPctAllowed=9.749498969385032, 
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.28851342541658775
   [junit4]   2> 1809803 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7842b167),segFN=segments_3,generation=3}
   [junit4]   2> 1809803 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore newest commit generation = 3
   [junit4]   2> 1809816 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@3360c88a[collection1] main
   [junit4]   2> 1809817 WARN  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 1809817 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1809817 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1809817 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1809817 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1809817 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    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> 1809817 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.l.s.s.j.JaspellLookup 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> 1809820 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for 
spellchecker: suggest
   [junit4]   2> 1809820 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent No queryConverter defined, using default converter
   [junit4]   2> 1809820 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1809820 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    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> 1809822 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for 
spellchecker: suggest_tst
   [junit4]   2> 1809822 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent No queryConverter defined, using default converter
   [junit4]   2> 1809822 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1809822 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    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> 1809823 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for 
spellchecker: suggest_fst
   [junit4]   2> 1809823 INFO  
(coreLoadExecutor-5288-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent No queryConverter defined, using defau

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

tion1] webapp=null path=null 
params={q=ac&qt=/suggest_tst&spellcheck.onlyMorePopular=true&spellcheck.count=2&wt=xml}
 status=0 QTime=0 
   [junit4]   2> 1809971 INFO  
(TEST-SuggesterTSTTest.testSuggestions-seed#[CAE449BC4662B322]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testSuggestions
   [junit4]   2> 1809971 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1809971 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    x:collection1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1510599782
   [junit4]   2> 1809971 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@b48af8c
   [junit4]   2> 1809971 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    x:collection1] 
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=3,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1809971 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    x:collection1] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1809972 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 1809972 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1809972 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1809975 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 1809975 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1809975 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001/index
   [junit4]   2> 1810047 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001;done=false>>]
   [junit4]   2> 1810047 INFO  
(SUITE-SuggesterTSTTest-seed#[CAE449BC4662B322]-worker) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.spelling.suggest.SuggesterTSTTest_CAE449BC4662B322-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): 
{spell=PostingsFormat(name=LuceneFixedGap), 
range_facet_l_dv=BlockTreeOrds(blocksize=128), 
multiDefault=PostingsFormat(name=Memory doPackFST= false), 
intDefault=PostingsFormat(name=LuceneFixedGap), 
id=BlockTreeOrds(blocksize=128), suggest=PostingsFormat(name=Memory doPackFST= 
false), text=PostingsFormat(name=Asserting), 
range_facet_i_dv=PostingsFormat(name=Memory doPackFST= false), 
range_facet_l=PostingsFormat(name=Memory doPackFST= false), 
timestamp=PostingsFormat(name=Memory doPackFST= false)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Memory), 
timestamp=DocValuesFormat(name=Memory)}, sim=ClassicSimilarity, locale=sr_CS, 
timezone=Australia/Brisbane
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_66 
(64-bit)/cpus=3,threads=1,free=209526640,total=443940864
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestTrackingShardHandlerFactory, ZkCLITest, SecurityConfHandlerTest, 
TestXIncludeConfig, DocValuesMultiTest, TestExpandComponent, 
TestWordDelimiterFilterFactory, RecoveryAfterSoftCommitTest, 
DistributedFacetPivotSmallAdvancedTest, TestPartialUpdateDeduplication, 
ClusterStateUpdateTest, TestFastLRUCache, TestLazyCores, TestExactStatsCache, 
TestFieldCollectionResource, TestSurroundQueryParser, TestArbitraryIndexDir, 
TestSearcherReuse, BaseCdcrDistributedZkTest, TestSort, TestDistributedSearch, 
TestChildDocTransformer, TestStressReorder, TestLFUCache, QueryEqualityTest, 
TestNRTOpen, SolrRequestParserTest, TestElisionMultitermQuery, TestCSVLoader, 
TestMergePolicyConfig, TestCloudManagedSchemaConcurrent, MigrateRouteKeyTest, 
RegexBoostProcessorTest, DisMaxRequestHandlerTest, TestReqParamsAPI, 
TestPhraseSuggestions, AtomicUpdatesTest, OverseerTest, BlockCacheTest, 
TestSolrCLIRunExample, MoreLikeThisHandlerTest, DocumentBuilderTest, 
TestOrdValues, JSONWriterTest, TestBlendedInfixSuggestions, 
TestAnalyzedSuggestions, FacetPivotSmallTest, TestSolrXml, 
TestSortByMinMaxFunction, QueryElevationComponentTest, 
ParsingFieldUpdateProcessorsTest, SliceStateTest, 
StatelessScriptUpdateProcessorFactoryTest, SolrIndexConfigTest, 
PathHierarchyTokenizerFactoryTest, DeleteShardTest, TestRawTransformer, 
TestManagedSchema, TestOverriddenPrefixQueryForCustomFieldType, UUIDFieldTest, 
TestSchemaResource, PrimUtilsTest, DirectUpdateHandlerTest, 
ExternalFileFieldSortTest, RequiredFieldsTest, TestHashPartitioner, 
DistributedQueryElevationComponentTest, ExitableDirectoryReaderTest, 
TestManagedSchemaFieldTypeResource, TestUpdate, PreAnalyzedFieldTest, 
SpatialRPTFieldTypeTest, TestCloudPivotFacet, TestRandomMergePolicy, 
TestMacros, TestRTimerTree, TestDynamicFieldCollectionResource, 
CleanupOldIndexTest, TestRemoteStreaming, AnalyticsQueryTest, SampleTest, 
LeaderElectionTest, DistributedSuggestComponentTest, TestComponentsName, 
RankQueryTest, TestMinMaxOnMultiValuedField, 
OverseerCollectionConfigSetProcessorTest, TestStandardQParsers, 
TestSolrQueryParserResource, IndexSchemaTest, RecoveryZkTest, 
DateRangeFieldTest, UnloadDistributedZkTest, TestFieldSortValues, 
BlockDirectoryTest, JavabinLoaderTest, DOMUtilTest, TestCoreContainer, 
TestAuthorizationFramework, CustomCollectionTest, TestSolrCloudWithKerberosAlt, 
AnalyticsMergeStrategyTest, TestDFRSimilarityFactory, TestCustomSort, 
StandardRequestHandlerTest, TestRandomDVFaceting, TestBulkSchemaConcurrent, 
TestStressVersions, CdcrReplicationDistributedZkTest, DistributedQueueTest, 
TestLMDirichletSimilarityFactory, PrimitiveFieldTypeTest, TestFunctionQuery, 
UpdateParamsTest, ForceLeaderTest, HardAutoCommitTest, ReturnFieldsTest, 
JsonLoaderTest, FastVectorHighlighterTest, HighlighterTest, SyncSliceTest, 
IndexBasedSpellCheckerTest, TestSolrDeletionPolicy1, TestSmileRequest, 
TestAnalyzeInfixSuggestions, TestReloadDeadlock, 
DocExpirationUpdateProcessorFactoryTest, AsyncCallRequestStatusResponseTest, 
AddBlockUpdateTest, ActionThrottleTest, TestSchemaManager, 
TestSchemaSimilarityResource, SpatialFilterTest, 
TestDistributedStatsComponentCardinality, PolyFieldTest, 
TestSerializedLuceneMatchVersion, TestCursorMarkWithoutUniqueKey, 
BasicDistributedZk2Test, LeaderElectionIntegrationTest, BasicZkTest, 
FullSolrCloudDistribCmdsTest, TestFaceting, TestRecovery, 
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, 
ZkControllerTest, TestRealTimeGet, TestJoin, TestReload, SimpleFacetsTest, 
SolrCoreTest, PeerSyncTest, SoftAutoCommitTest, TestExtendedDismaxParser, 
DocValuesTest, SuggesterTSTTest]
   [junit4] Completed [312/555] on J0 in 0.98s, 4 tests, 1 error <<< FAILURES!

[...truncated 796 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:775: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:719: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:59: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build.xml:233: 
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/common-build.xml:516:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1432:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:987:
 There were test failures: 555 suites (8 ignored), 2200 tests, 2 errors, 81 
ignored (67 assumptions) [seed: CAE449BC4662B322]

Total time: 67 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to