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

2 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.AssignTest.testIdIsUnique

Error Message:
org.apache.solr.common.SolrException: Error inc and get counter from Zookeeper 
for collection:c6

Stack Trace:
java.util.concurrent.ExecutionException: org.apache.solr.common.SolrException: 
Error inc and get counter from Zookeeper for collection:c6
        at 
__randomizedtesting.SeedInfo.seed([9D5024663872CDF1:FED884EAFAF4D07]:0)
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.cloud.api.collections.AssignTest.testIdIsUnique(AssignTest.java:122)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.common.SolrException: Error inc and get counter from 
Zookeeper for collection:c6
        at 
org.apache.solr.cloud.api.collections.Assign.incAndGetId(Assign.java:111)
        at 
org.apache.solr.cloud.api.collections.AssignTest.lambda$testIdIsUnique$2(AssignTest.java:114)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /collections/c6/counter
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
        at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1330)
        at 
org.apache.solr.common.cloud.SolrZkClient.lambda$setData$6(SolrZkClient.java:353)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:353)
        at 
org.apache.solr.client.solrj.impl.ZkDistribStateManager.setData(ZkDistribStateManager.java:146)
        at 
org.apache.solr.cloud.api.collections.Assign.incAndGetId(Assign.java:106)
        ... 7 more


FAILED:  
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild

Error Message:
junit.framework.AssertionFailedError: Unexpected wrapped exception type, 
expected CoreIsClosedException

Stack Trace:
java.util.concurrent.ExecutionException: junit.framework.AssertionFailedError: 
Unexpected wrapped exception type, expected CoreIsClosedException
        at 
__randomizedtesting.SeedInfo.seed([9D5024663872CDF1:42DD46D9061B9893]:0)
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: junit.framework.AssertionFailedError: Unexpected wrapped exception 
type, expected CoreIsClosedException
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        ... 1 more
Caused by: java.lang.RuntimeException: Exception during query
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
        ... 6 more
Caused by: org.apache.solr.common.SolrException: SolrCoreState already closed.
        at 
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
        at 
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
        at 
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:337)
        at org.apache.solr.util.TestHarness.query(TestHarness.java:319)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
        ... 9 more




Build Log:
[...truncated 12853 lines...]
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_9D5024663872CDF1-001/init-core-data-001
   [junit4]   2> 943893 WARN  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 943893 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 943894 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 943894 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 943895 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 943895 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 943902 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=77608108
   [junit4]   2> 943902 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer 
CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE 
RESOURCE LEAK!!!  instance=597273484
   [junit4]   2> 943917 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 943928 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 944012 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 944146 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 944146 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 944159 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2289867b
   [junit4]   2> 944164 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2289867b
   [junit4]   2> 944164 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2289867b
   [junit4]   2> 944165 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 944188 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 944203 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 944300 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 944309 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 944309 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2289867b
   [junit4]   2> 944309 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 944310 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_9D5024663872CDF1-001/init-core-data-001/]
   [junit4]   2> 944312 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=89.1064453125, 
floorSegmentMB=0.458984375, forceMergeDeletesPctAllowed=17.095316129515403, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.10994871021964513, deletesPctAllowed=30.284246715292355
   [junit4]   2> 944413 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 944413 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 944414 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 944414 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@53ece5ca[collection1] main]
   [junit4]   2> 944415 WARN  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 944415 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 944415 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 944448 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 944448 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 944448 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 944448 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 944448 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 944448 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 944467 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 944467 INFO  (coreLoadExecutor-3579-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 944468 INFO  
(searcherExecutor-3580-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@53ece5ca[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 944470 INFO  
(SUITE-InfixSuggestersTest-seed#[9D5024663872CDF1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 944473 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testBlendedInfixSuggesterBuildThenReload
   [junit4]   2> 944473 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    ] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 944474 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    ] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomBlendedInfixSuggester)
   [junit4]   2> 944506 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    ] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 944548 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    ] o.a.s.h.c.SuggestComponent SuggestComponent process with : 
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 944548 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/suggest_blended_infix_short_dictionary&suggest.buildAll=true&wt=xml}
 status=0 QTime=74
   [junit4]   2> 944550 ERROR 
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 944551 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 944574 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 944585 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 944668 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 944680 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 944705 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2289867b
   [junit4]   2> 944709 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_9D5024663872CDF1-001/init-core-data-001/]
   [junit4]   2> 944762 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 944762 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 944764 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@674c4f3b[collection1] main]
   [junit4]   2> 944765 WARN  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config 
directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 944765 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 944765 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 944765 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 944765 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 944765 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 944766 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 944766 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 944766 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 944767 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 944767 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 
10000ms.
   [junit4]   2> 944768 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=33.890625, 
floorSegmentMB=1.1201171875, forceMergeDeletesPctAllowed=6.264178884169876, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17782735302648645, deletesPctAllowed=43.1072895283626
   [junit4]   2> 944769 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 944769 INFO  
(searcherExecutor-3584-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@674c4f3b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 944769 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@b580e5d[collection1] main]
   [junit4]   2> 944770 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@60bd99df
   [junit4]   2> 944770 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=60bd99df
   [junit4]   2> 944770 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5c54c9d3: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@bcc591a
   [junit4]   2> 944771 INFO  
(searcherExecutor-3584-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@b580e5d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 944779 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending 
testBlendedInfixSuggesterBuildThenReload
   [junit4]   2> 944786 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testShutdownDuringBuild
   [junit4]   2> 944787 INFO  
(AnalyzingInfixSuggesterTest-2682-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_analyzing_infix_long_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 944787 INFO  
(AnalyzingInfixSuggesterTest-2682-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(longRandomAnalyzingInfixSuggester)
   [junit4]   2> 944845 INFO  
(AnalyzingInfixSuggesterTest-2682-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 1000 items.
   [junit4]   2> 944883 INFO  
(AnalyzingInfixSuggesterTest-2682-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 2000 items.
   [junit4]   2> 944887 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=413291799
   [junit4]   2> 944888 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 944888 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1d6e4afd: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@850ef89
   [junit4]   2> 944904 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 944904 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4516deb2: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@53badac0
   [junit4]   2> 944908 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 944908 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@21ee33e3: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@47acca3c
   [junit4]   2> 944908 INFO  
(coreCloseExecutor-3588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6d8968bd
   [junit4]   2> 944908 INFO  
(coreCloseExecutor-3588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=6d8968bd
   [junit4]   2> 944908 INFO  
(coreCloseExecutor-3588-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7b16c4d6: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@bcc591a
   [junit4]   2> 945190 ERROR 
(AnalyzingInfixSuggesterTest-2682-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
qt=/suggest_analyzing_infix_long_dictionary&suggest.buildAll=true&wt=xml:org.apache.solr.common.SolrException:
 SolrCoreState already closed.
   [junit4]   2>        at 
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
   [junit4]   2>        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
   [junit4]   2>        at 
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]   2>        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]   2>        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
   [junit4]   2>        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
   [junit4]   2>        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 945191 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 945191 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 945218 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 945234 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 945428 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 945663 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 
for 2147483647 transient cores
   [junit4]   2> 945663 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping 
metrics history in memory.
   [junit4]   2> 945681 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2289867b
   [junit4]   2> 945690 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2289867b
   [junit4]   2> 945690 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2289867b
   [junit4]   2> 945692 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 945727 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 945738 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 945822 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 945833 INFO  
(coreLoadExecutor-3598-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-master-Solaris/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 945833 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2289867b
   [junit4]   2> 945834 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 945834 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_9D5024663872CDF1-001/init-core-data-001/]
   [junit4]   2> 945877 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 945877 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 945878 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=89.1064453125, 
floorSegmentMB=0.458984375, forceMergeDeletesPctAllowed=17.095316129515403, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.10994871021964513, deletesPctAllowed=30.284246715292355
   [junit4]   2> 945878 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@69e9ee5b[collection1] main]
   [junit4]   2> 945878 WARN  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 945879 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 945879 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 945879 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 945879 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 945879 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 945880 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 945880 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 945880 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 945881 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 945881 INFO  
(coreLoadExecutor-3598-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 945883 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 945883 INFO  
(searcherExecutor-3599-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@69e9ee5b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 945883 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testShutdownDuringBuild
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=InfixSuggestersTest 
-Dtests.method=testShutdownDuringBuild -Dtests.seed=9D5024663872CDF1 
-Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=America/Indiana/Knox 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1.11s J1 | InfixSuggestersTest.testShutdownDuringBuild <<<
   [junit4]    > Throwable #1: java.util.concurrent.ExecutionException: 
junit.framework.AssertionFailedError: Unexpected wrapped exception type, 
expected CoreIsClosedException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9D5024663872CDF1:42DD46D9061B9893]:0)
   [junit4]    >        at 
java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]    >        at 
java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]    >        at 
org.apache.solr.handler.component.InfixSuggestersTest.testShutdownDuringBuild(InfixSuggestersTest.java:130)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: junit.framework.AssertionFailedError: Unexpected 
wrapped exception type, expected CoreIsClosedException
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2696)
   [junit4]    >        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$testShutdownDuringBuild$3(InfixSuggestersTest.java:121)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >        ... 1 more
   [junit4]    > Caused by: java.lang.RuntimeException: Exception during query
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:917)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]    >        at 
org.apache.solr.handler.component.InfixSuggestersTest.lambda$null$2(InfixSuggestersTest.java:122)
   [junit4]    >        at 
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2688)
   [junit4]    >        ... 6 more
   [junit4]    > Caused by: org.apache.solr.common.SolrException: SolrCoreState 
already closed.
   [junit4]    >        at 
org.apache.solr.update.DefaultSolrCoreState.lock(DefaultSolrCoreState.java:186)
   [junit4]    >        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:121)
   [junit4]    >        at 
org.apache.solr.update.SolrCoreState.getTragicException(SolrCoreState.java:198)
   [junit4]    >        at 
org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:1812)
   [junit4]    >        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:212)
   [junit4]    >        at 
org.apache.solr.core.SolrCore.execute(SolrCore.java:2541)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:337)
   [junit4]    >        at 
org.apache.solr.util.TestHarness.query(TestHarness.java:319)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:891)
   [junit4]    >        ... 9 more
   [junit4]   2> 945889 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting 
testTwoSuggestersBuildThenReload
   [junit4]   2> 945889 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 945889 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 945894 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 946084 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : 
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 946084 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
 status=0 QTime=194
   [junit4]   2> 946084 ERROR 
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core 
descriptor from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 946085 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to 
classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 946115 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 946129 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 946277 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid 
field id
   [junit4]   2> 946285 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' 
using configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 946311 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2289867b
   [junit4]   2> 946311 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_9D5024663872CDF1-001/init-core-data-001/]
   [junit4]   2> 946358 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 946358 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 946360 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@17fa3928[collection1] main]
   [junit4]   2> 946360 WARN  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config 
directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 946360 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 946360 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 946362 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 946362 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 946362 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 946363 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 946363 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 946363 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 946365 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 946365 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 
10000ms.
   [junit4]   2> 946366 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=61.0234375, 
floorSegmentMB=1.310546875, forceMergeDeletesPctAllowed=27.13351282273096, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=34.945042368898314
   [junit4]   2> 946368 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 946368 INFO  
(searcherExecutor-3603-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17fa3928[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 946368 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4ff2392f[collection1] main]
   [junit4]   2> 946369 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@586d73cb
   [junit4]   2> 946369 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=586d73cb
   [junit4]   2> 946369 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3ab0e41f: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@777c515c
   [junit4]   2> 946370 INFO  
(searcherExecutor-3603-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4ff2392f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 946381 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 946381 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomBlendedInfixSuggester)
   [junit4]   2> 946394 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 946514 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : 
qt=/suggest_blended_infix_short_dictionary&suggest.onlyMorePopular=true&indent=off&suggest.count=10&suggest=true&suggest.collate=true&suggest.buildAll=true&suggest.dictionary=shortRandomBlendedInfixSuggester&wt=xml
   [junit4]   2> 946514 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/suggest_blended_infix_short_dictionary&suggest.buildAll=true&wt=xml}
 status=0 QTime=133
   [junit4]   2> 946515 ERROR 
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core 
descriptor from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 946515 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to 
classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 946561 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 946588 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 946684 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid 
field id
   [junit4]   2> 946691 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' 
using configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 946719 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2289867b
   [junit4]   2> 946719 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_9D5024663872CDF1-001/init-core-data-001/]
   [junit4]   2> 946779 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 946779 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 946781 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@12cfdfa4[collection1] main]
   [junit4]   2> 946781 WARN  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config 
directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 946781 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 946781 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 946782 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 946782 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 946782 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 946782 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 946782 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 946782 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 946787 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 946787 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 
10000ms.
   [junit4]   2> 946788 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 946792 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 946792 INFO  
(searcherExecutor-3607-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@12cfdfa4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 946793 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7b3bcb67[collection1] main]
   [junit4]   2> 946793 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@598d2c6c
   [junit4]   2> 946793 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=598d2c6c
   [junit4]   2> 946793 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3ce4e83: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@777c515c
   [junit4]   2> 946794 INFO  
(searcherExecutor-3607-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7b3bcb67[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 946803 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending 
testTwoSuggestersBuildThenReload
   [junit4]   2> 946806 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting 
testAnalyzingInfixSuggesterBuildThenReload
   [junit4]   2> 946806 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 946806 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 946812 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 946887 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent process with : 
qt=/suggest_analyzing_infix_short_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 946887 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/suggest_analyzing_infix_short_dictionary&suggest.buildAll=true&wt=xml}
 status=0 QTime=80
   [junit4]   2> 946887 ERROR 
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core 
descriptor from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 946888 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to 
classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 946911 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 946921 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 947010 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid 
field id
   [junit4]   2> 947019 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' 
using configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 947048 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2289867b
   [junit4]   2> 947048 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_9D5024663872CDF1-001/init-core-data-001/]
   [junit4]   2> 947098 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 947099 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 947100 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@d49de3[collection1] main]
   [junit4]   2> 947100 WARN  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config 
directory 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 947100 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 947100 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 947102 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,indexPath=short_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 947102 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 947102 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 947103 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=longRandomAnalyzingInfixSuggester,lookupImpl=AnalyzingInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100000,indexPath=long_random_analyzing_infix_suggester,suggestAnalyzerFieldType=text,buildOnCommit=false,buildOnStartup=false}
   [junit4]   2> 947103 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 947103 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester init: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 947104 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.s.SolrSuggester Dictionary loaded with params: 
{name=shortRandomBlendedInfixSuggester,lookupImpl=BlendedInfixLookupFactory,dictionaryImpl=RandomTestDictionaryFactory,randDictMaxItems=100,blenderType=position_linear,suggestAnalyzerFieldType=text,indexPath=short_random_blended_infix_suggester,highlight=true,buildOnStartup=false,buildOnCommit=false}
   [junit4]   2> 947104 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 
10000ms.
   [junit4]   2> 947104 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=7.501953125, 
floorSegmentMB=0.28125, forceMergeDeletesPctAllowed=20.633422838286148, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=20.035402849369806
   [junit4]   2> 947105 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 947106 INFO  
(searcherExecutor-3611-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@d49de3[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 947106 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7dcb8fef[collection1] main]
   [junit4]   2> 947106 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@38cf85bd
   [junit4]   2> 947106 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=38cf85bd
   [junit4]   2> 947106 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@178ea41e: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@777c515c
   [junit4]   2> 947107 INFO  
(searcherExecutor-3611-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7dcb8fef[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 947116 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[9D5024663872CDF1])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending 
testAnalyzingInfixSuggesterBuildThenReload
   [junit4]   2> 947123 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testReloadDuringBuild
   [junit4]   2> 947124 ERROR 
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 947124 INFO  
(AnalyzingInfixSuggesterTest-2685-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.h.c.SuggestComponent SuggestComponent prepare with : 
qt=/suggest_analyzing_infix_long_dictionary&suggest=true&suggest.buildAll=true&wt=xml&indent=off
   [junit4]   2> 947124 INFO  
(AnalyzingInfixSuggesterTest-2685-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(longRandomAnalyzingInfixSuggester)
   [junit4]   2> 947125 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 947153 INFO  
(AnalyzingInfixSuggesterTest-2685-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 1000 items.
   [junit4]   2> 947166 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 947185 INFO  
(TEST-InfixSuggestersTest.testReloadDuringBuild-seed#[9D5024663872CDF1]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 947211 INFO  
(AnalyzingInfixSuggesterTest-2685-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 2000 items.
   [junit4]   2> 947261 INFO  
(AnalyzingInfixSuggesterTest-2685-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 3000 items.
   [junit4]   2> 947407 INFO  
(AnalyzingInfixSuggesterTest-2685-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 4000 items.
   [junit4]   2> 947449 INFO  
(AnalyzingInfixSuggesterTest-2685-thread-1-processing-x:collection1) [    
x:collection1] o.a.s.s.s.RandomTestDictionar

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

apache.solr.cloud.api.collections.AssignTest
   [junit4] OK      1.56s J0 | AssignTest.testAssignNode
   [junit4] OK      79.8s J0 | AssignTest.testIdIsUnique
   [junit4] OK      0.75s J0 | AssignTest.testBuildCoreName
   [junit4] Completed [4/10] on J0 in 84.12s, 3 tests
   [junit4] 
   [junit4] HEARTBEAT J1 PID(26657@serv1-vm3): 2018-07-20T06:26:04, stalled for 
70.9s at: AssignTest.testIdIsUnique
   [junit4] HEARTBEAT J0 PID(26656@serv1-vm3): 2018-07-20T06:26:52, stalled for 
70.7s at: AssignTest.testIdIsUnique
   [junit4] HEARTBEAT J1 PID(26657@serv1-vm3): 2018-07-20T06:27:04, stalled for 
 131s at: AssignTest.testIdIsUnique
   [junit4] Suite: org.apache.solr.cloud.api.collections.AssignTest
   [junit4] OK      1.55s J1 | AssignTest.testAssignNode
   [junit4] OK       148s J1 | AssignTest.testIdIsUnique
   [junit4] OK      0.36s J1 | AssignTest.testBuildCoreName
   [junit4] Completed [5/10] on J1 in 150.40s, 3 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: 
org.apache.solr.cloud.api.collections.AssignTest. This may confuse tools that 
process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.cloud.api.collections.AssignTest
   [junit4] OK      0.01s J0 | AssignTest.testAssignNode
   [junit4] OK       106s J0 | AssignTest.testIdIsUnique
   [junit4] OK      1.39s J0 | AssignTest.testBuildCoreName
   [junit4] Completed [6/10] on J0 in 107.65s, 3 tests
   [junit4] 
   [junit4] HEARTBEAT J1 PID(26657@serv1-vm3): 2018-07-20T06:28:28, stalled for 
65.9s at: AssignTest.testIdIsUnique
   [junit4] HEARTBEAT J0 PID(26656@serv1-vm3): 2018-07-20T06:28:40, stalled for 
70.7s at: AssignTest.testIdIsUnique
   [junit4] Suite: org.apache.solr.cloud.api.collections.AssignTest
   [junit4] OK      0.02s J0 | AssignTest.testAssignNode
   [junit4] OK      80.7s J0 | AssignTest.testIdIsUnique
   [junit4] OK      0.53s J0 | AssignTest.testBuildCoreName
   [junit4] Completed [7/10] on J0 in 81.65s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.api.collections.AssignTest
   [junit4] OK      0.02s J1 | AssignTest.testAssignNode
   [junit4] OK      94.9s J1 | AssignTest.testIdIsUnique
   [junit4] OK      1.11s J1 | AssignTest.testBuildCoreName
   [junit4] Completed [8/10] on J1 in 96.01s, 3 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      0.96s J0 | 
InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      1.64s J0 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      1.30s J0 | 
InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      1.12s J0 | 
InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] OK      2.12s J0 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      1.84s J0 | InfixSuggestersTest.test2xBuildReload
   [junit4] OK      1.18s J0 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] Completed [9/10] on J0 in 16.46s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      0.87s J1 | 
InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      1.51s J1 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      1.58s J1 | 
InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      1.06s J1 | 
InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] OK      1.65s J1 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      1.13s J1 | InfixSuggestersTest.test2xBuildReload
   [junit4] OK      0.80s J1 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] Completed [10/10] on J1 in 10.03s, 7 tests
   [junit4] 
   [junit4] JVM J0:     0.68 ..   291.88 =   291.20s
   [junit4] JVM J1:     0.70 ..   292.50 =   291.80s
   [junit4] Execution time total: 4 minutes 52 seconds
   [junit4] Tests summary: 10 suites, 50 tests
   [junit4] Could not remove temporary path: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp])
   [junit4] Could not remove temporary path: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
 (java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 118.58s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints] 115.75s | org.apache.solr.cloud.ZkFailoverTest
[junit4:tophints] 112.14s | org.apache.solr.cloud.TestTlogReplica
[junit4:tophints] 110.76s | 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
[junit4:tophints] 106.18s | org.apache.solr.cloud.TestPullReplica

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 4 minutes 55 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.AssignTest
[repro]   0/5 failed: org.apache.solr.handler.component.InfixSuggestersTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2843)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2722)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2703)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3082)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1089)
                at hudson.FilePath.act(FilePath.java:1078)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2701)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1840)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3084)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1091)
        at hudson.FilePath.act(FilePath.java:1078)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2701)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1840)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=f6e9d00b90ac624b05586b225b9cda7eb7ea60ae, 
workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #1979
Recording test results
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to