You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/10/06 13:39:07 UTC

[JENKINS] Lucene-Solr-5.x-Solaris (64bit/jdk1.8.0) - Build # 103 - Failure!

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

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
ERROR: SolrIndexSearcher opens=51 closes=50

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([DCDCEDEE6F04430C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:467)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:233)
	at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=15723, name=searcherExecutor-6365-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=15723, name=searcherExecutor-6365-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([DCDCEDEE6F04430C]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=15723, name=searcherExecutor-6365-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=15723, name=searcherExecutor-6365-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([DCDCEDEE6F04430C]:0)




Build Log:
[...truncated 10832 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/init-core-data-001
   [junit4]   2> 2279945 INFO  (SUITE-TestLazyCores-seed#[DCDCEDEE6F04430C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 2279947 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 2279983 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/'
   [junit4]   2> 2280000 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.CoreContainer New CoreContainer 1927865739
   [junit4]   2> 2280000 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/]
   [junit4]   2> 2280000 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.CoreContainer loading shared library: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/lib
   [junit4]   2> 2280000 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/lib).
   [junit4]   2> 2280007 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2280010 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 2280010 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 2280015 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2280015 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2280015 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2280015 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2280016 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/, dataDir=data/}
   [junit4]   2> 2280016 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection2, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/, dataDir=data/}
   [junit4]   2> 2280017 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, config=solrconfig.xml, transient=on, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection3, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/, dataDir=data/}
   [junit4]   2> 2280017 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection4, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/, dataDir=data/}
   [junit4]   2> 2280017 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection5, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/, dataDir=data/}
   [junit4]   2> 2280017 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection6, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/, dataDir=data/}
   [junit4]   2> 2280017 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy7, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection7, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/, dataDir=data/}
   [junit4]   2> 2280018 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy8, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection8, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection8/, dataDir=data/}
   [junit4]   2> 2280018 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy9, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection9, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection9/, dataDir=data/}
   [junit4]   2> 2280018 INFO  (coreLoadExecutor-6237-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/'
   [junit4]   2> 2280018 INFO  (coreLoadExecutor-6237-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/'
   [junit4]   2> 2280019 INFO  (coreLoadExecutor-6237-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/'
   [junit4]   2> 2280041 INFO  (coreLoadExecutor-6237-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2280043 INFO  (coreLoadExecutor-6237-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2280045 INFO  (coreLoadExecutor-6237-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2280047 INFO  (coreLoadExecutor-6237-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2280047 INFO  (coreLoadExecutor-6237-thread-2) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2280060 INFO  (coreLoadExecutor-6237-thread-2) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/conf/schema.xml
   [junit4]   2> 2280063 INFO  (coreLoadExecutor-6237-thread-2) [    ] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 2280065 INFO  (coreLoadExecutor-6237-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2280067 INFO  (coreLoadExecutor-6237-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/conf'
   [junit4]   2> 2280067 INFO  (coreLoadExecutor-6237-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy2' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/
   [junit4]   2> 2280067 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2280067 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [[collectionLazy2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/], dataDir=[null]
   [junit4]   2> 2280067 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 2280068 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/data
   [junit4]   2> 2280069 INFO  (coreLoadExecutor-6237-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2280069 INFO  (coreLoadExecutor-6237-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/conf/schema.xml
   [junit4]   2> 2280071 INFO  (coreLoadExecutor-6237-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 2280073 INFO  (coreLoadExecutor-6237-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2280073 INFO  (coreLoadExecutor-6237-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2280074 INFO  (coreLoadExecutor-6237-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/conf'
   [junit4]   2> 2280074 INFO  (coreLoadExecutor-6237-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/
   [junit4]   2> 2280074 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2280074 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/], dataDir=[null]
   [junit4]   2> 2280074 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 2280075 INFO  (coreLoadExecutor-6237-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2280075 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/data
   [junit4]   2> 2280075 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/data/index/
   [junit4]   2> 2280075 WARN  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2280075 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/data/index
   [junit4]   2> 2280075 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14662122691938553]
   [junit4]   2> 2280076 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@83ece8b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b0325bc),segFN=segments_1,generation=1}
   [junit4]   2> 2280076 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280076 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/data/
   [junit4]   2> 2280076 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2280078 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2280078 INFO  (coreLoadExecutor-6237-thread-3) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2280079 INFO  (coreLoadExecutor-6237-thread-3) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/conf/schema.xml
   [junit4]   2> 2280079 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/data/index/
   [junit4]   2> 2280079 WARN  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2280080 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/data/index
   [junit4]   2> 2280080 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14662122691938553]
   [junit4]   2> 2280081 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280081 INFO  (coreLoadExecutor-6237-thread-3) [    ] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 2280081 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280082 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280083 INFO  (coreLoadExecutor-6237-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2280083 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280083 INFO  (coreLoadExecutor-6237-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/conf'
   [junit4]   2> 2280084 INFO  (coreLoadExecutor-6237-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/
   [junit4]   2> 2280084 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2280084 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/], dataDir=[null]
   [junit4]   2> 2280084 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 2280084 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/data
   [junit4]   2> 2280084 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/data/index/
   [junit4]   2> 2280084 WARN  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2280084 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/data/index
   [junit4]   2> 2280085 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2280085 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.14662122691938553]
   [junit4]   2> 2280085 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2280085 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7601bd86 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55c38af3),segFN=segments_1,generation=1}
   [junit4]   2> 2280085 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280085 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2280085 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2280085 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2280085 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy5 in /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/data/
   [junit4]   2> 2280086 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@83ece8b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b0325bc),segFN=segments_1,generation=1}
   [junit4]   2> 2280086 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2280086 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6073d4a2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7882be48),segFN=segments_1,generation=1}
   [junit4]   2> 2280086 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280086 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy2 in /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/data/
   [junit4]   2> 2280086 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280086 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2280086 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@6279dd9e[collection1] main
   [junit4]   2> 2280087 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/conf
   [junit4]   2> 2280087 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/conf}
   [junit4]   2> 2280087 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection1/conf
   [junit4]   2> 2280087 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2280087 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2280087 INFO  (coreLoadExecutor-6237-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2280087 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2280087 INFO  (searcherExecutor-6239-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6279dd9e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2280088 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280088 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2280089 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280090 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280090 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280091 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280091 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280092 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280093 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2280093 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280093 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2280093 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2280093 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2280094 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2280094 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7601bd86 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@55c38af3),segFN=segments_1,generation=1}
   [junit4]   2> 2280094 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280094 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.s.SolrIndexSearcher Opening Searcher@3f97d89c[collectionLazy5] main
   [junit4]   2> 2280094 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/conf
   [junit4]   2> 2280094 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/conf}
   [junit4]   2> 2280094 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection5/conf
   [junit4]   2> 2280094 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2280094 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2280094 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2280095 INFO  (coreLoadExecutor-6237-thread-3) [    x:collectionLazy5] o.a.s.c.CoreContainer registering core: collectionLazy5
   [junit4]   2> 2280095 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2280095 INFO  (searcherExecutor-6241-thread-1-processing-x:collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Registered new searcher Searcher@3f97d89c[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2280095 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2280095 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2280095 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2280096 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6073d4a2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7882be48),segFN=segments_1,generation=1}
   [junit4]   2> 2280096 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280096 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.s.SolrIndexSearcher Opening Searcher@347afae7[collectionLazy2] main
   [junit4]   2> 2280096 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/conf
   [junit4]   2> 2280096 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/conf}
   [junit4]   2> 2280096 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection2/conf
   [junit4]   2> 2280096 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2280096 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2280097 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer Opening transient core collectionLazy2
   [junit4]   2> 2280097 INFO  (coreLoadExecutor-6237-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer registering core: collectionLazy2
   [junit4]   2> 2280097 INFO  (searcherExecutor-6238-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Registered new searcher Searcher@347afae7[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2280099 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/'
   [junit4]   2> 2280120 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2280123 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2280133 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2280134 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/conf/schema.xml
   [junit4]   2> 2280136 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.s.IndexSchema [collectionLazy3] Schema name=tiny
   [junit4]   2> 2280140 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2280141 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/conf'
   [junit4]   2> 2280141 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy3' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/
   [junit4]   2> 2280141 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2280141 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrCore [[collectionLazy3] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/], dataDir=[null]
   [junit4]   2> 2280141 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy3
   [junit4]   2> 2280141 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/data
   [junit4]   2> 2280141 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/data/index/
   [junit4]   2> 2280141 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2280142 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/data/index
   [junit4]   2> 2280142 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=11.51953125, floorSegmentMB=2.0244140625, forceMergeDeletesPctAllowed=17.29878313753388, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6640097064969754
   [junit4]   2> 2280142 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@690f7087 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@216c1bf2),segFN=segments_1,generation=1}
   [junit4]   2> 2280143 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280143 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy3 in /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/data/
   [junit4]   2> 2280143 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy3) [    x:collectionLazy3] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2280144 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2280145 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280146 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280147 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280148 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280149 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2280149 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2280150 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2280150 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2280150 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=14.64453125, floorSegmentMB=0.9951171875, forceMergeDeletesPctAllowed=21.825812744916206, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6910575652471447
   [junit4]   2> 2280150 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@690f7087 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@216c1bf2),segFN=segments_1,generation=1}
   [junit4]   2> 2280150 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280150 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.s.SolrIndexSearcher Opening Searcher@b53fcfa[collectionLazy3] main
   [junit4]   2> 2280150 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/conf
   [junit4]   2> 2280150 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/conf}
   [junit4]   2> 2280150 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection3/conf
   [junit4]   2> 2280151 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2280151 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2280151 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.CoreContainer Opening transient core collectionLazy3
   [junit4]   2> 2280151 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.CoreContainer registering core: collectionLazy3
   [junit4]   2> 2280151 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/'
   [junit4]   2> 2280170 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2280172 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2280177 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2280177 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/conf/schema.xml
   [junit4]   2> 2280179 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.s.IndexSchema [collectionLazy4] Schema name=tiny
   [junit4]   2> 2280181 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2280182 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/conf'
   [junit4]   2> 2280182 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy3] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy4' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/
   [junit4]   2> 2280182 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2280182 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrCore [[collectionLazy4] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/], dataDir=[null]
   [junit4]   2> 2280183 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy4
   [junit4]   2> 2280183 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/data
   [junit4]   2> 2280183 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/data/index/
   [junit4]   2> 2280183 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2280183 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/data/index
   [junit4]   2> 2280183 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3186053064228822]
   [junit4]   2> 2280184 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@b8f80d6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5e0c802),segFN=segments_1,generation=1}
   [junit4]   2> 2280184 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280186 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2280186 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280187 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280188 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280188 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280190 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2280190 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2280190 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2280190 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2280191 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=26, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2696935036909414]
   [junit4]   2> 2280191 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@b8f80d6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5e0c802),segFN=segments_1,generation=1}
   [junit4]   2> 2280191 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280191 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.s.SolrIndexSearcher Opening Searcher@25e0d0bf[collectionLazy4] main
   [junit4]   2> 2280191 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/conf
   [junit4]   2> 2280191 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/conf}
   [junit4]   2> 2280191 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/conf
   [junit4]   2> 2280191 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2280191 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2280192 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.CoreContainer registering core: collectionLazy4
   [junit4]   2> 2280192 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/'
   [junit4]   2> 2280205 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy4) [    x:collectionLazy4] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy4 in /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/data/
   [junit4]   2> 2280205 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy4) [    x:collectionLazy4] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection4/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2280210 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2280212 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2280216 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2280216 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/conf/schema.xml
   [junit4]   2> 2280218 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.s.IndexSchema [collectionLazy6] Schema name=tiny
   [junit4]   2> 2280235 INFO  (searcherExecutor-6254-thread-1-processing-x:collectionLazy4) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Registered new searcher Searcher@25e0d0bf[collectionLazy4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2280235 INFO  (searcherExecutor-6250-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Registered new searcher Searcher@b53fcfa[collectionLazy3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2280235 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2280236 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/conf'
   [junit4]   2> 2280236 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy4] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy6' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/
   [junit4]   2> 2280236 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2280236 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrCore [[collectionLazy6] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/], dataDir=[null]
   [junit4]   2> 2280236 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy6
   [junit4]   2> 2280237 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/data
   [junit4]   2> 2280237 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/data/index/
   [junit4]   2> 2280237 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2280237 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/data/index
   [junit4]   2> 2280238 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2280238 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4577af67 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5bafba69),segFN=segments_1,generation=1}
   [junit4]   2> 2280238 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280239 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy6) [    x:collectionLazy6] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy6 in /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/data/
   [junit4]   2> 2280239 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy6) [    x:collectionLazy6] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2280242 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2280243 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280244 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280245 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280247 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280248 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2280248 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2280249 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2280249 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2280249 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.21080496157364081]
   [junit4]   2> 2280249 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4577af67 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5bafba69),segFN=segments_1,generation=1}
   [junit4]   2> 2280250 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280250 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.s.SolrIndexSearcher Opening Searcher@5b076d12[collectionLazy6] main
   [junit4]   2> 2280250 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/conf
   [junit4]   2> 2280250 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/conf}
   [junit4]   2> 2280250 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection6/conf
   [junit4]   2> 2280250 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2280250 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2280250 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.CoreContainer Opening transient core collectionLazy6
   [junit4]   2> 2280250 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.CoreContainer registering core: collectionLazy6
   [junit4]   2> 2280251 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/'
   [junit4]   2> 2280251 INFO  (searcherExecutor-6258-thread-1-processing-x:collectionLazy6) [    x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6] Registered new searcher Searcher@5b076d12[collectionLazy6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2280272 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2280276 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2280278 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2280280 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/conf/schema.xml
   [junit4]   2> 2280283 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.s.IndexSchema [collectionLazy7] Schema name=tiny
   [junit4]   2> 2280285 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2280286 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/conf'
   [junit4]   2> 2280286 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy6] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy7' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/
   [junit4]   2> 2280286 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2280287 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrCore [[collectionLazy7] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/], dataDir=[null]
   [junit4]   2> 2280287 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy7
   [junit4]   2> 2280288 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/data
   [junit4]   2> 2280288 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/data/index/
   [junit4]   2> 2280288 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrCore [collectionLazy7] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2280288 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/data/index
   [junit4]   2> 2280288 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=72.8251953125, floorSegmentMB=0.94140625, forceMergeDeletesPctAllowed=27.738888440829783, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23834273462463784
   [junit4]   2> 2280289 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@72240a0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@fff4ff5),segFN=segments_1,generation=1}
   [junit4]   2> 2280289 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280290 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy7) [    x:collectionLazy7] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy7 in /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/data/
   [junit4]   2> 2280290 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy7) [    x:collectionLazy7] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2280292 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2280293 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280294 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280295 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280296 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2280298 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2280299 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2280299 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2280299 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2280299 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1240113563, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2280299 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@72240a0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@fff4ff5),segFN=segments_1,generation=1}
   [junit4]   2> 2280300 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2280300 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.s.SolrIndexSearcher Opening Searcher@582457a0[collectionLazy7] main
   [junit4]   2> 2280300 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/conf
   [junit4]   2> 2280300 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/conf}
   [junit4]   2> 2280300 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection7/conf
   [junit4]   2> 2280301 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2280301 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2280301 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.CoreContainer Opening transient core collectionLazy7
   [junit4]   2> 2280301 INFO  (searcherExecutor-6262-thread-1-processing-x:collectionLazy7) [    x:collectionLazy7] o.a.s.c.SolrCore [collectionLazy7] Registered new searcher Searcher@582457a0[collectionLazy7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2280301 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.CoreContainer registering core: collectionLazy7
   [junit4]   2> 2280301 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection8/'
   [junit4]   2> 2280324 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2280326 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 2280330 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2280331 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_DCDCEDEE6F04430C-001/tempDir-001/collection8/conf/schema.xml
   [junit4]   2> 2280333 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.s.IndexSchema [collectionLazy8] Schema name=tiny
   [junit4]   2> 2280336 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2280338 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[DCDCEDEE6F04430C]) [    x:collectionLazy7] o.a.s.c.ConfigSetProperties Did not find ConfigSe

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

BlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Oct 06, 2015 11:38:00 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=15723, name=searcherExecutor-6365-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Oct 06, 2015 11:38:03 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=15723, name=searcherExecutor-6365-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {v_t=Lucene50(blocksize=128), id=Lucene50(blocksize=128), v_s=PostingsFormat(name=Memory doPackFST= true), v_f=PostingsFormat(name=Direct)}, docValues:{}, sim=DefaultSimilarity, locale=en_NZ, timezone=Europe/Ljubljana
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_60 (64-bit)/cpus=3,threads=2,free=177345040,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedSchemaFieldTypeResource, TestReplicationHandler, TestRandomRequestDistribution, UUIDUpdateProcessorFallbackTest, CurrencyFieldXmlFileTest, TestDefaultSearchFieldResource, DocValuesMultiTest, TestLMDirichletSimilarityFactory, TestMacros, DistributedQueueTest, SampleTest, PeerSyncTest, TestRawResponseWriter, HardAutoCommitTest, BlockDirectoryTest, TestQuerySenderNoQuery, CollectionReloadTest, JSONWriterTest, HdfsWriteToMultipleCollectionsTest, PolyFieldTest, TestCustomDocTransformer, DistributedIntervalFacetingTest, TestTolerantSearch, SolrCloudExampleTest, TestDistribDocBasedVersion, TestArbitraryIndexDir, TestSearcherReuse, DistributedFacetPivotSmallAdvancedTest, TestDynamicLoading, AtomicUpdatesTest, ZkStateWriterTest, TestSerializedLuceneMatchVersion, RecoveryZkTest, TestExactSharedStatsCache, TestConfigSets, TestReRankQParserPlugin, TestHighlightDedupGrouping, SystemInfoHandlerTest, SuggesterFSTTest, PluginInfoTest, AliasIntegrationTest, XmlUpdateRequestHandlerTest, JsonLoaderTest, SolrIndexConfigTest, ZkNodePropsTest, TestRestoreCore, TestRTGBase, TestStressVersions, ScriptEngineTest, SimpleMLTQParserTest, DeleteLastCustomShardedReplicaTest, HLLUtilTest, TestAnalyzedSuggestions, TestSolrDeletionPolicy1, VersionInfoTest, QueryEqualityTest, TestCollectionAPI, ChaosMonkeyNothingIsSafeTest, TestCloudInspectUtil, TestStressReorder, RulesTest, TestLFUCache, RemoteQueryErrorTest, TestConfig, HttpPartitionTest, TestFieldTypeCollectionResource, SimplePostToolTest, FullHLLTest, LeaderInitiatedRecoveryOnCommitTest, CustomCollectionTest, SoftAutoCommitTest, ConnectionManagerTest, TestDownShardTolerantSearch, TestConfigSetsAPIZkFailure, CollectionTooManyReplicasTest, TestFieldTypeResource, TestExtendedDismaxParser, TestReloadAndDeleteDocs, JavabinLoaderTest, DocumentBuilderTest, TestFileDictionaryLookup, TestWordDelimiterFilterFactory, SolrTestCaseJ4Test, CloudMLTQParserTest, TestNamedUpdateProcessors, AsyncMigrateRouteKeyTest, RollingRestartTest, TestStandardQParsers, TestReplicationHandlerBackup, TestCloudManagedSchemaConcurrent, SOLR749Test, TestJmxIntegration, DistributedExpandComponentTest, TestHashPartitioner, DateFieldTest, ZkCLITest, TestCursorMarkWithoutUniqueKey, HdfsChaosMonkeySafeLeaderTest, TestSmileRequest, FastVectorHighlighterTest, TestRandomMergePolicy, RequiredFieldsTest, TestGroupingSearch, SpatialFilterTest, DocExpirationUpdateProcessorFactoryTest, TestLuceneMatchVersion, DocValuesTest, DistributedMLTComponentTest, LeaderFailoverAfterPartitionTest, RegexBoostProcessorTest, TestSortByMinMaxFunction, TestPartialUpdateDeduplication, TestRemoteStreaming, TestManagedResource, AnalyticsQueryTest, QueryResultKeyTest, TestDocBasedVersionConstraints, ShardSplitTest, TestComponentsName, SegmentsInfoRequestHandlerTest, QueryElevationComponentTest, UnloadDistributedZkTest, TestAuthenticationFramework, TestRTimerTree, TestAnalyzeInfixSuggestions, BasicDistributedZkTest, SolrRequestParserTest, TestMissingGroups, TestDynamicFieldCollectionResource, TestJmxMonitoredMap, TestDFRSimilarityFactory, TestFaceting, TestRecovery, DistributedSpellCheckComponentTest, ZkControllerTest, TestJoin, TestReload, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, SolrCmdDistributorTest, TestSort, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=DCDCEDEE6F04430C -Dtests.slow=true -Dtests.locale=en_NZ -Dtests.timezone=Europe/Ljubljana -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DCDCEDEE6F04430C]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:467)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:233)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=15723, name=searcherExecutor-6365-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DCDCEDEE6F04430C]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=15723, name=searcherExecutor-6365-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([DCDCEDEE6F04430C]:0)
   [junit4] Completed [406/540] on J0 in 147.36s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 439 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:785: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:729: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/common-build.xml:526: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common-build.xml:1452: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common-build.xml:1006: There were test failures: 540 suites (7 ignored), 2130 tests, 3 suite-level errors, 427 ignored (31 assumptions) [seed: DCDCEDEE6F04430C]

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