Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/761/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
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([C4B927D47CED3A01:1B34456B42846F63]: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:2704)
        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:2696)
        ... 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:1805)
        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 14349 lines...]
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_C4B927D47CED3A01-001/init-core-data-001
   [junit4]   2> 3352045 WARN  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=37 numCloses=37
   [junit4]   2> 3352045 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3352052 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 3352052 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3352053 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 3352053 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3352114 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 3352151 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 3352279 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3352690 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 3352690 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 3352719 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@136fb709
   [junit4]   2> 3352728 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@136fb709
   [junit4]   2> 3352728 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@136fb709
   [junit4]   2> 3352735 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3352814 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 3352822 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3352908 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3352915 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 3352916 INFO  (coreLoadExecutor-13387-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@136fb709
   [junit4]   2> 3352916 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3352916 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_C4B927D47CED3A01-001/init-core-data-001/]
   [junit4]   2> 3352918 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=22.9775390625, 
floorSegmentMB=0.8203125, forceMergeDeletesPctAllowed=24.531759632243936, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2064083174596011, deletesPctAllowed=37.6160369259851
   [junit4]   2> 3352993 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3352993 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3352993 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 3352994 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7115f2b5[collection1] main]
   [junit4]   2> 3352994 WARN  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3352995 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3352995 INFO  (coreLoadExecutor-13387-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> 3353113 INFO  (coreLoadExecutor-13387-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> 3353113 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3353113 INFO  (coreLoadExecutor-13387-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> 3353114 INFO  (coreLoadExecutor-13387-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> 3353114 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3353114 INFO  (coreLoadExecutor-13387-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> 3353115 INFO  (coreLoadExecutor-13387-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> 3353115 INFO  (coreLoadExecutor-13387-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3353115 INFO  
(searcherExecutor-13388-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7115f2b5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3353123 INFO  
(SUITE-InfixSuggestersTest-seed#[C4B927D47CED3A01]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 3353141 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testShutdownDuringBuild
   [junit4]   2> 3353142 INFO  (AnalyzingInfixSuggesterTest-10173-thread-1) [   
 ] 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> 3353142 INFO  (AnalyzingInfixSuggesterTest-10173-thread-1) [   
 ] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(longRandomAnalyzingInfixSuggester)
   [junit4]   2> 3353206 INFO  (AnalyzingInfixSuggesterTest-10173-thread-1) [   
 ] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 1000 items.
   [junit4]   2> 3353246 INFO  (AnalyzingInfixSuggesterTest-10173-thread-1) [   
 ] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.longRandomAnalyzingInfixSuggester
 emitted 2000 items.
   [junit4]   2> 3353247 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.c.CoreContainer Shutting down CoreContainer instance=716930119
   [junit4]   2> 3353247 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 3353247 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f3abd74: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@39a413d5
   [junit4]   2> 3353251 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 3353251 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5097a51d: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@e3638ef
   [junit4]   2> 3353253 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 3353253 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@264f80bf: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@5e65640d
   [junit4]   2> 3353254 INFO  (coreCloseExecutor-13392-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@becdbfd
   [junit4]   2> 3353254 INFO  (coreCloseExecutor-13392-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=becdbfd
   [junit4]   2> 3353254 INFO  (coreCloseExecutor-13392-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@466d376b: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6535188a
   [junit4]   2> 3353382 ERROR (AnalyzingInfixSuggesterTest-10173-thread-1) [   
 ] 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:1805)
   [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:2696)
   [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> 3353388 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 3353389 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3353449 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 3353459 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 3353572 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3353696 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 3353696 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics 
history in memory.
   [junit4]   2> 3353724 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@136fb709
   [junit4]   2> 3353735 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@136fb709
   [junit4]   2> 3353735 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@136fb709
   [junit4]   2> 3353738 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3353834 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 3353844 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3353988 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3354002 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1,
 trusted=true
   [junit4]   2> 3354002 INFO  (coreLoadExecutor-13402-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@136fb709
   [junit4]   2> 3354002 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 3354003 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_C4B927D47CED3A01-001/init-core-data-001/]
   [junit4]   2> 3354113 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3354113 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3354115 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=22.9775390625, 
floorSegmentMB=0.8203125, forceMergeDeletesPctAllowed=24.531759632243936, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2064083174596011, deletesPctAllowed=37.6160369259851
   [junit4]   2> 3354120 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3d38ec4a[collection1] main]
   [junit4]   2> 3354120 WARN  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3354121 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3354121 INFO  (coreLoadExecutor-13402-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> 3354121 INFO  (coreLoadExecutor-13402-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> 3354121 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3354121 INFO  (coreLoadExecutor-13402-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> 3354131 INFO  (coreLoadExecutor-13402-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> 3354131 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3354131 INFO  (coreLoadExecutor-13402-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> 3354131 INFO  (coreLoadExecutor-13402-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> 3354131 INFO  (coreLoadExecutor-13402-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3354132 INFO  
(searcherExecutor-13403-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3d38ec4a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3354133 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 3354134 INFO  
(TEST-InfixSuggestersTest.testShutdownDuringBuild-seed#[C4B927D47CED3A01]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testShutdownDuringBuild
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=InfixSuggestersTest 
-Dtests.method=testShutdownDuringBuild -Dtests.seed=C4B927D47CED3A01 
-Dtests.slow=true -Dtests.locale=el-GR -Dtests.timezone=Antarctica/McMurdo 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1.03s J1 | InfixSuggestersTest.testShutdownDuringBuild <<<
   [junit4]    > Throwable #1: java.util.concurrent.ExecutionException: 
junit.framework.AssertionFailedError: Unexpected wrapped exception type, 
expected CoreIsClosedException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C4B927D47CED3A01:1B34456B42846F63]: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:2704)
   [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:2696)
   [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:1805)
   [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> 3354173 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
testBlendedInfixSuggesterBuildThenReload
   [junit4]   2> 3354173 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    ] 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> 3354173 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    ] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomBlendedInfixSuggester)
   [junit4]   2> 3354203 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    ] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 3354239 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    ] 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> 3354239 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    ] 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=65
   [junit4]   2> 3354248 ERROR 
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 3354253 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from 
paths: 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3354324 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 3354336 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3354421 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3354436 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 3354465 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    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@136fb709
   [junit4]   2> 3354465 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_C4B927D47CED3A01-001/init-core-data-001/]
   [junit4]   2> 3354535 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3354535 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3354536 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1066b584[collection1] main]
   [junit4]   2> 3354536 WARN  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config 
directory 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3354537 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3354537 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354537 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354537 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3354537 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354553 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354553 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3354553 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354555 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354555 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 
10000ms.
   [junit4]   2> 3354555 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=6.9814453125, 
floorSegmentMB=1.294921875, forceMergeDeletesPctAllowed=26.58733777828281, 
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=37.5100911101766
   [junit4]   2> 3354555 INFO  
(searcherExecutor-13407-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1066b584[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3354561 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 3354561 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@19f7a87b[collection1] main]
   [junit4]   2> 3354562 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@46be1a09
   [junit4]   2> 3354562 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=46be1a09
   [junit4]   2> 3354562 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@82913ec: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@40603fd4
   [junit4]   2> 3354562 INFO  
(searcherExecutor-13407-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@19f7a87b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3354575 INFO  
(TEST-InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending 
testBlendedInfixSuggesterBuildThenReload
   [junit4]   2> 3354591 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting 
testTwoSuggestersBuildThenReload
   [junit4]   2> 3354591 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354591 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 3354597 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 3354616 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354616 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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=25
   [junit4]   2> 3354616 ERROR 
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core 
descriptor from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 3354617 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to 
classloader, from paths: 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3354661 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 3354668 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3354747 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid 
field id
   [junit4]   2> 3354760 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' 
using configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 3354783 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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@136fb709
   [junit4]   2> 3354783 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_C4B927D47CED3A01-001/init-core-data-001/]
   [junit4]   2> 3354855 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3354855 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3354857 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@658e0a19[collection1] main]
   [junit4]   2> 3354857 WARN  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config 
directory 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3354858 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3354858 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354860 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354860 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3354860 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354864 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354864 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3354864 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354867 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354867 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 
10000ms.
   [junit4]   2> 3354868 INFO  
(searcherExecutor-13411-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@658e0a19[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3354869 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=49.203125, 
floorSegmentMB=1.615234375, forceMergeDeletesPctAllowed=25.866703916159995, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.41837910453879, deletesPctAllowed=34.295889341436194
   [junit4]   2> 3354870 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 3354870 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@67e3d3c7[collection1] main]
   [junit4]   2> 3354872 INFO  
(searcherExecutor-13411-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@67e3d3c7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3354872 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@47860186
   [junit4]   2> 3354872 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=47860186
   [junit4]   2> 3354872 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c8c9b6: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@40603fd4
   [junit4]   2> 3354882 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354882 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomBlendedInfixSuggester)
   [junit4]   2> 3354916 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomBlendedInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 3354956 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3354956 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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=74
   [junit4]   2> 3354957 ERROR 
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core 
descriptor from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 3354958 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to 
classloader, from paths: 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3355035 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 3355044 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3355141 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid 
field id
   [junit4]   2> 3355156 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' 
using configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 3355197 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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@136fb709
   [junit4]   2> 3355197 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_C4B927D47CED3A01-001/init-core-data-001/]
   [junit4]   2> 3355305 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3355305 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3355307 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6a8adf98[collection1] main]
   [junit4]   2> 3355308 WARN  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config 
directory 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3355308 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3355309 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3355311 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3355311 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3355311 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3355314 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3355314 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3355314 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3355317 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3355317 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 
10000ms.
   [junit4]   2> 3355317 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=28.9599609375, 
floorSegmentMB=0.486328125, forceMergeDeletesPctAllowed=9.612668747639463, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8515641369129677, deletesPctAllowed=47.34499767817803
   [junit4]   2> 3355318 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to 
be used.
   [junit4]   2> 3355318 INFO  
(searcherExecutor-13415-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6a8adf98[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3355319 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@68a6488f[collection1] main]
   [junit4]   2> 3355319 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7310621a
   [junit4]   2> 3355319 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=7310621a
   [junit4]   2> 3355319 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@23ad916d: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@40603fd4
   [junit4]   2> 3355320 INFO  
(searcherExecutor-13415-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@68a6488f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3355330 INFO  
(TEST-InfixSuggestersTest.testTwoSuggestersBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending 
testTwoSuggestersBuildThenReload
   [junit4]   2> 3355346 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testBuildThen2xReload
   [junit4]   2> 3355346 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3355347 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 3355352 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 3355372 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3355372 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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=25
   [junit4]   2> 3355373 ERROR 
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 3355373 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3355414 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 3355421 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3355507 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3355520 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 3355557 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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@136fb709
   [junit4]   2> 3355557 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_C4B927D47CED3A01-001/init-core-data-001/]
   [junit4]   2> 3355696 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3355696 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3355698 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6c084d51[collection1] main]
   [junit4]   2> 3355698 WARN  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3355699 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3355699 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3355701 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3355701 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3355701 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3355703 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3355703 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3355703 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3355706 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3355706 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3355709 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=75.30859375, 
floorSegmentMB=1.0322265625, forceMergeDeletesPctAllowed=3.920250230489537, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, 
deletesPctAllowed=43.12915263634066
   [junit4]   2> 3355709 INFO  
(searcherExecutor-13419-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6c084d51[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3355709 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3355710 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@36d4a0d5[collection1] main]
   [junit4]   2> 3355710 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@31fa0da4
   [junit4]   2> 3355710 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=31fa0da4
   [junit4]   2> 3355710 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5460bdca: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@40603fd4
   [junit4]   2> 3355711 INFO  
(searcherExecutor-13419-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@36d4a0d5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3355720 ERROR 
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 3355721 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 3355794 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
   [junit4]   2> 3355838 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 3355937 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 3355951 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1
   [junit4]   2> 3355986 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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@136fb709
   [junit4]   2> 3355986 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.handler.component.InfixSuggestersTest_C4B927D47CED3A01-001/init-core-data-001/]
   [junit4]   2> 3356126 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 3356126 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 3356129 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@11290c57[collection1] main]
   [junit4]   2> 3356130 WARN  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/conf;
 switching to use InMemory storage instead.
   [junit4]   2> 3356130 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3356130 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3356133 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3356133 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3356133 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3356137 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3356137 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.h.c.SuggestComponent Initializing SuggestComponent
   [junit4]   2> 3356137 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3356142 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
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> 3356142 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 3356143 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=44.458984375, 
floorSegmentMB=1.72265625, forceMergeDeletesPctAllowed=7.695227057800473, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=45.74264048597345
   [junit4]   2> 3356144 INFO  
(searcherExecutor-13423-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@11290c57[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3356145 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 3356145 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12576bc[collection1] 
main]
   [junit4]   2> 3356146 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@701c32e5
   [junit4]   2> 3356146 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=701c32e5
   [junit4]   2> 3356146 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3dddae45: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@40603fd4
   [junit4]   2> 3356147 INFO  
(searcherExecutor-13423-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@12576bc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3356158 INFO  
(TEST-InfixSuggestersTest.testBuildThen2xReload-seed#[C4B927D47CED3A01]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testBuildThen2xReload
   [junit4]   2> 3356191 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting 
testAnalyzingInfixSuggesterBuildThenReload
   [junit4]   2> 3356192 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3356192 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.s.SolrSuggester 
SolrSuggester.build(shortRandomAnalyzingInfixSuggester)
   [junit4]   2> 3356209 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.s.s.RandomTestDictionaryFactory 
org.apache.solr.spelling.suggest.RandomTestDictionaryFactory$RandomTestDictionary.enabled.shortRandomAnalyzingInfixSuggester
 disabled after emitting 100 items.
   [junit4]   2> 3356244 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    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> 3356244 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    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=52
   [junit4]   2> 3356245 ERROR 
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core 
descriptor from 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException:
 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 3356245 INFO  
(TEST-InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload-seed#[C4B927D47CED3A01])
 [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to 
classloader, from paths: 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr/collection1/lib,
 /Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/core/src/test-files/solr

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

] Executing 5 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J0 PID(69...@serv1-vm2.sd-datasolutions.de).
   [junit4] Started J1 PID(69...@serv1-vm2.sd-datasolutions.de).
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      2.13s J1 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      1.23s J1 | 
InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      1.41s J1 | 
InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      1.19s J1 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      0.76s J1 | 
InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] OK      1.29s J1 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      1.03s J1 | InfixSuggestersTest.test2xBuildReload
   [junit4] Completed [1/5] on J1 in 28.56s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      2.14s J0 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      0.86s J0 | 
InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      1.27s J0 | 
InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      0.90s J0 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      0.79s J0 | 
InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] OK      1.38s J0 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      1.09s J0 | InfixSuggestersTest.test2xBuildReload
   [junit4] Completed [2/5] on J0 in 28.91s, 7 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: 
org.apache.solr.handler.component.InfixSuggestersTest. This may confuse tools 
that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this 
message.
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      1.08s J1 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      0.68s J1 | 
InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      1.21s J1 | 
InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      1.05s J1 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      0.71s J1 | 
InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] OK      1.43s J1 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      0.92s J1 | InfixSuggestersTest.test2xBuildReload
   [junit4] Completed [3/5] on J1 in 7.89s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      1.15s J0 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      0.68s J0 | 
InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      1.16s J0 | 
InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      1.11s J0 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      0.72s J0 | 
InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] OK      1.38s J0 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      1.66s J0 | InfixSuggestersTest.test2xBuildReload
   [junit4] Completed [4/5] on J0 in 8.69s, 7 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.handler.component.InfixSuggestersTest
   [junit4] OK      1.18s J1 | InfixSuggestersTest.testShutdownDuringBuild
   [junit4] OK      0.44s J1 | 
InfixSuggestersTest.testBlendedInfixSuggesterBuildThenReload
   [junit4] OK      0.80s J1 | 
InfixSuggestersTest.testTwoSuggestersBuildThenReload
   [junit4] OK      0.54s J1 | InfixSuggestersTest.testBuildThen2xReload
   [junit4] OK      0.30s J1 | 
InfixSuggestersTest.testAnalyzingInfixSuggesterBuildThenReload
   [junit4] OK      0.50s J1 | InfixSuggestersTest.testReloadDuringBuild
   [junit4] OK      0.61s J1 | InfixSuggestersTest.test2xBuildReload
   [junit4] Completed [5/5] on J1 in 5.07s, 7 tests
   [junit4] 
   [junit4] JVM J0:     0.70 ..    40.33 =    39.63s
   [junit4] JVM J1:     0.94 ..    44.39 =    43.44s
   [junit4] Execution time total: 44 seconds
   [junit4] Tests summary: 5 suites, 35 tests
   [junit4] Could not remove temporary path: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1 
(java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: 
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0 
(java.nio.file.DirectoryNotEmptyException: Remaining files: 
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 216.51s | org.apache.solr.update.TestInPlaceUpdatesDistrib
[junit4:tophints] 141.15s | org.apache.solr.cloud.api.collections.AssignTest
[junit4:tophints] 120.79s | org.apache.solr.cloud.TestTlogReplica
[junit4:tophints] 118.34s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints] 115.73s | 
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 47 seconds
[repro] Failures:
[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=/Users/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 MacOSX 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=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/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=2376d7dded3c0c03fa3bb9c75cc7d8c58bfcb319, 
workspace=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX
[WARNINGS] Computing warning deltas based on reference build #760
Recording test results
Setting 
ANT_1_8_2_HOME=/Users/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=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting 
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to