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/06/05 13:48:45 UTC

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_45) - Build # 4771 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4771/
Java: 64bit/jdk1.8.0_45 -XX:-UseCompressedOops -XX:+UseG1GC

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([D98080F1642CA4E8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:472)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:232)
	at sun.reflect.GeneratedMethodAccessor35.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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:799)
	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:365)
	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=9479, name=searcherExecutor-4485-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=9479, name=searcherExecutor-4485-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([D98080F1642CA4E8]: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=9479, name=searcherExecutor-4485-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=9479, name=searcherExecutor-4485-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([D98080F1642CA4E8]:0)




Build Log:
[...truncated 10922 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\init-core-data-001
   [junit4]   2> 1461079 INFO  (SUITE-TestLazyCores-seed#[D98080F1642CA4E8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1461081 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 1461140 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\'
   [junit4]   2> 1461171 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.CoreContainer New CoreContainer 728948078
   [junit4]   2> 1461171 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\]
   [junit4]   2> 1461171 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\lib
   [junit4]   2> 1461172 WARN  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\lib).
   [junit4]   2> 1461180 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] 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> 1461182 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1461183 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 1461186 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1461186 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1461186 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1461190 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, instanceDir=collection1, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   2> 1461191 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, instanceDir=collection2, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 1461191 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, config=solrconfig.xml, instanceDir=collection3, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection3\, schema=schema.xml, transient=on, dataDir=data\}
   [junit4]   2> 1461192 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, instanceDir=collection4, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   2> 1461193 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, instanceDir=collection5, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   2> 1461194 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, instanceDir=collection6, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 1461197 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy7, config=solrconfig.xml, instanceDir=collection7, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection7\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 1461197 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy8, config=solrconfig.xml, instanceDir=collection8, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection8\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 1461198 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy9, config=solrconfig.xml, instanceDir=collection9, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection9\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 1461198 INFO  (coreLoadExecutor-4319-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\'
   [junit4]   2> 1461203 INFO  (coreLoadExecutor-4319-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\'
   [junit4]   2> 1461204 INFO  (coreLoadExecutor-4319-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\'
   [junit4]   2> 1461229 INFO  (coreLoadExecutor-4319-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1461231 INFO  (coreLoadExecutor-4319-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1461236 INFO  (coreLoadExecutor-4319-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1461236 INFO  (coreLoadExecutor-4319-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\conf\schema.xml
   [junit4]   2> 1461236 INFO  (coreLoadExecutor-4319-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1461263 INFO  (coreLoadExecutor-4319-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1461263 INFO  (coreLoadExecutor-4319-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1461268 INFO  (coreLoadExecutor-4319-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1461268 INFO  (coreLoadExecutor-4319-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\
   [junit4]   2> 1461268 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1461268 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\], dataDir=[null]
   [junit4]   2> 1461269 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1461269 INFO  (coreLoadExecutor-4319-thread-3) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1461269 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\data\
   [junit4]   2> 1461269 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\data\index/
   [junit4]   2> 1461269 WARN  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1461269 INFO  (coreLoadExecutor-4319-thread-3) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\conf\schema.xml
   [junit4]   2> 1461269 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\data\index
   [junit4]   2> 1461270 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=13.134765625, floorSegmentMB=1.033203125, forceMergeDeletesPctAllowed=13.451442978452468, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1461270 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@64ca7caf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1712e1ad),segFN=segments_1,generation=1}
   [junit4]   2> 1461270 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1461272 INFO  (coreLoadExecutor-4319-thread-3) [    ] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 1461273 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1461275 INFO  (coreLoadExecutor-4319-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1461275 INFO  (coreLoadExecutor-4319-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\
   [junit4]   2> 1461275 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1461276 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\], dataDir=[null]
   [junit4]   2> 1461276 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 1461276 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\data\
   [junit4]   2> 1461276 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\data\index/
   [junit4]   2> 1461276 WARN  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1461277 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\data\index
   [junit4]   2> 1461277 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461277 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=13.134765625, floorSegmentMB=1.033203125, forceMergeDeletesPctAllowed=13.451442978452468, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1461278 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1bc8bb76 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27a82f1c),segFN=segments_1,generation=1}
   [junit4]   2> 1461278 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1461278 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461279 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461280 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461281 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1461283 INFO  (coreLoadExecutor-4319-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> 1461283 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1461284 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1461284 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1461281 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy5 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\data\
   [junit4]   2> 1461285 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=39.513671875, floorSegmentMB=1.5732421875, forceMergeDeletesPctAllowed=22.555597199659324, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6353286668042586
   [junit4]   2> 1461285 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@64ca7caf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1712e1ad),segFN=segments_1,generation=1}
   [junit4]   2> 1461285 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1461285 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1461286 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461286 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461287 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461288 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461282 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\data\
   [junit4]   2> 1461299 INFO  (coreLoadExecutor-4319-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1461300 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1461292 INFO  (coreLoadExecutor-4319-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> 1461301 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1461302 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1461302 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1461302 INFO  (coreLoadExecutor-4319-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1461302 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=39.513671875, floorSegmentMB=1.5732421875, forceMergeDeletesPctAllowed=22.555597199659324, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6353286668042586
   [junit4]   2> 1461302 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1bc8bb76 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27a82f1c),segFN=segments_1,generation=1}
   [junit4]   2> 1461302 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1461303 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.s.SolrIndexSearcher Opening Searcher@54c14ad6[collectionLazy5] main
   [junit4]   2> 1461303 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\conf
   [junit4]   2> 1461303 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\conf}
   [junit4]   2> 1461303 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\conf
   [junit4]   2> 1461304 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1461304 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1461304 INFO  (coreLoadExecutor-4319-thread-3) [    x:collectionLazy5] o.a.s.c.CoreContainer registering core: collectionLazy5
   [junit4]   2> 1461285 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@482d83df[collection1] main
   [junit4]   2> 1461307 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\conf
   [junit4]   2> 1461307 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\conf}
   [junit4]   2> 1461307 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\conf
   [junit4]   2> 1461307 INFO  (coreLoadExecutor-4319-thread-2) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1461308 INFO  (coreLoadExecutor-4319-thread-2) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\conf\schema.xml
   [junit4]   2> 1461308 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1461308 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1461308 INFO  (coreLoadExecutor-4319-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1461309 INFO  (searcherExecutor-4320-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@482d83df[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1461309 INFO  (searcherExecutor-4321-thread-1-processing-x:collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Registered new searcher Searcher@54c14ad6[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1461310 INFO  (coreLoadExecutor-4319-thread-2) [    ] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 1461312 INFO  (coreLoadExecutor-4319-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1461312 INFO  (coreLoadExecutor-4319-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\
   [junit4]   2> 1461312 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1461313 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [[collectionLazy2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\], dataDir=[null]
   [junit4]   2> 1461313 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 1461316 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\data\
   [junit4]   2> 1461316 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\data\index/
   [junit4]   2> 1461316 WARN  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1461317 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\data\index
   [junit4]   2> 1461317 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=13.134765625, floorSegmentMB=1.033203125, forceMergeDeletesPctAllowed=13.451442978452468, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1461317 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2b661123 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c5306af),segFN=segments_1,generation=1}
   [junit4]   2> 1461317 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1461323 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\data\
   [junit4]   2> 1461324 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1461327 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1461329 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461329 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461330 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461331 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461333 INFO  (coreLoadExecutor-4319-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> 1461334 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1461334 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1461334 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1461335 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=39.513671875, floorSegmentMB=1.5732421875, forceMergeDeletesPctAllowed=22.555597199659324, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6353286668042586
   [junit4]   2> 1461335 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2b661123 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5c5306af),segFN=segments_1,generation=1}
   [junit4]   2> 1461335 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1461335 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.s.SolrIndexSearcher Opening Searcher@3b833501[collectionLazy2] main
   [junit4]   2> 1461337 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\conf
   [junit4]   2> 1461337 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\conf}
   [junit4]   2> 1461337 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\conf
   [junit4]   2> 1461337 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1461337 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1461337 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer Opening transient core collectionLazy2
   [junit4]   2> 1461337 INFO  (coreLoadExecutor-4319-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer registering core: collectionLazy2
   [junit4]   2> 1461337 INFO  (searcherExecutor-4328-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Registered new searcher Searcher@3b833501[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1461340 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\'
   [junit4]   2> 1461377 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1461384 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1461390 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1461392 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\conf\schema.xml
   [junit4]   2> 1461395 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.s.IndexSchema [collectionLazy4] Schema name=tiny
   [junit4]   2> 1461397 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1461398 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy4' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\
   [junit4]   2> 1461398 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1461399 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore [[collectionLazy4] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\], dataDir=[null]
   [junit4]   2> 1461399 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy4
   [junit4]   2> 1461400 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\data\
   [junit4]   2> 1461400 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\data\index/
   [junit4]   2> 1461400 WARN  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1461401 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\data\index
   [junit4]   2> 1461401 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=6.109375, floorSegmentMB=1.556640625, forceMergeDeletesPctAllowed=17.121618107424375, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6562265224997238
   [junit4]   2> 1461402 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7530edcc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@838e0c7),segFN=segments_1,generation=1}
   [junit4]   2> 1461402 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1461403 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy4) [    x:collectionLazy4] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy4 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\data\
   [junit4]   2> 1461403 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy4) [    x:collectionLazy4] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1461406 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1461407 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461408 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461409 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461411 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461413 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    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> 1461413 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1461414 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1461414 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1461414 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=23, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1461414 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7530edcc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@838e0c7),segFN=segments_1,generation=1}
   [junit4]   2> 1461415 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1461415 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.s.SolrIndexSearcher Opening Searcher@74ade1ba[collectionLazy4] main
   [junit4]   2> 1461416 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\conf
   [junit4]   2> 1461416 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\conf}
   [junit4]   2> 1461416 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\conf
   [junit4]   2> 1461417 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1461417 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1461417 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.CoreContainer registering core: collectionLazy4
   [junit4]   2> 1461418 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\'
   [junit4]   2> 1461420 INFO  (searcherExecutor-4333-thread-1-processing-x:collectionLazy4) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Registered new searcher Searcher@74ade1ba[collectionLazy4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1461436 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1461438 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1461442 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1461443 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\conf\schema.xml
   [junit4]   2> 1461446 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.s.IndexSchema [collectionLazy6] Schema name=tiny
   [junit4]   2> 1461448 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1461448 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy6' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\
   [junit4]   2> 1461448 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1461449 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore [[collectionLazy6] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\], dataDir=[null]
   [junit4]   2> 1461449 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy6
   [junit4]   2> 1461449 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\data\
   [junit4]   2> 1461449 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\data\index/
   [junit4]   2> 1461449 WARN  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1461450 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\data\index
   [junit4]   2> 1461450 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=90.787109375, floorSegmentMB=1.341796875, forceMergeDeletesPctAllowed=7.533121590244436, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.861061134637436
   [junit4]   2> 1461450 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7983a70f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aae7bce),segFN=segments_1,generation=1}
   [junit4]   2> 1461450 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1461471 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1461473 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461475 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461476 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461478 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1461479 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy6) [    x:collectionLazy6] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy6 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\data\
   [junit4]   2> 1461486 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy6) [    x:collectionLazy6] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1461486 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    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> 1461489 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1461489 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1461490 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1461490 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1461490 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7983a70f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7aae7bce),segFN=segments_1,generation=1}
   [junit4]   2> 1461490 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1461491 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.s.SolrIndexSearcher Opening Searcher@5097a50b[collectionLazy6] main
   [junit4]   2> 1461491 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\conf
   [junit4]   2> 1461492 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\conf}
   [junit4]   2> 1461492 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\conf
   [junit4]   2> 1461492 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1461492 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1461493 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CoreContainer Opening transient core collectionLazy6
   [junit4]   2> 1461493 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CoreContainer registering core: collectionLazy6
   [junit4]   2> 1461496 INFO  (searcherExecutor-4337-thread-1-processing-x:collectionLazy6) [    x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6] Registered new searcher Searcher@5097a50b[collectionLazy6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1461515 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler core create command schema=schema.xml&dataDir=t12&name=collectionLazy2&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1461515 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, instanceDir=collectionLazy2, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collectionLazy2\, schema=schema.xml, transient=false, dataDir=t12}
   [junit4]   2> 1461515 WARN  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler Creating a core with existing name is not allowed
   [junit4]   2> 1461516 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler core create command schema=schema.xml&dataDir=t14&name=collectionLazy4&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1461516 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, instanceDir=collectionLazy4, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collectionLazy4\, schema=schema.xml, transient=false, dataDir=t14}
   [junit4]   2> 1461516 WARN  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler Creating a core with existing name is not allowed
   [junit4]   2> 1461517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler core create command schema=schema.xml&dataDir=t15&name=collectionLazy5&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1461517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, instanceDir=collectionLazy5, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collectionLazy5\, schema=schema.xml, transient=false, dataDir=t15}
   [junit4]   2> 1461517 WARN  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler Creating a core with existing name is not allowed
   [junit4]   2> 1461517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler core create command schema=schema.xml&dataDir=t16&name=collectionLazy6&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1461518 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, instanceDir=collectionLazy6, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collectionLazy6\, schema=schema.xml, transient=false, dataDir=t16}
   [junit4]   2> 1461518 WARN  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler Creating a core with existing name is not allowed
   [junit4]   2> 1461519 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CoreContainer Shutting down CoreContainer instance=728948078
   [junit4]   2> 1461519 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5]  CLOSING SolrCore org.apache.solr.core.SolrCore@4e413546
   [junit4]   2> 1461519 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy5] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1461519 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1461520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1461520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1461520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Closing main searcher on request.
   [junit4]   2> 1461520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1461521 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\data\;done=false>>]
   [junit4]   2> 1461521 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\data\
   [junit4]   2> 1461521 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\data\index;done=false>>]
   [junit4]   2> 1461521 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection5\data\index
   [junit4]   2> 1461521 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@289fda1d
   [junit4]   2> 1461522 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1461522 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1461522 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1461522 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1461522 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1461522 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1461523 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\data\;done=false>>]
   [junit4]   2> 1461523 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\data\
   [junit4]   2> 1461523 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\data\index;done=false>>]
   [junit4]   2> 1461524 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection1\data\index
   [junit4]   2> 1461524 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4]  CLOSING SolrCore org.apache.solr.core.SolrCore@258b3058
   [junit4]   2> 1461524 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1461524 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1461525 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1461531 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1461533 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Closing main searcher on request.
   [junit4]   2> 1461533 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1461533 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\data\index;done=false>>]
   [junit4]   2> 1461533 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\data\index
   [junit4]   2> 1461533 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\data\;done=false>>]
   [junit4]   2> 1461534 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection4\data\
   [junit4]   2> 1461534 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@48d9761f
   [junit4]   2> 1461534 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy2] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1461534 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1461534 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1461534 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1461535 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Closing main searcher on request.
   [junit4]   2> 1461535 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1461535 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\data\;done=false>>]
   [junit4]   2> 1461535 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\data\
   [junit4]   2> 1461535 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\data\index;done=false>>]
   [junit4]   2> 1461536 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection2\data\index
   [junit4]   2> 1461536 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6]  CLOSING SolrCore org.apache.solr.core.SolrCore@ff58147
   [junit4]   2> 1461536 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1461536 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1461536 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1461536 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1461537 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6] Closing main searcher on request.
   [junit4]   2> 1461537 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1461537 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\data\index;done=false>>]
   [junit4]   2> 1461537 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\data\index
   [junit4]   2> 1461537 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\data\;done=false>>]
   [junit4]   2> 1461537 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-001\collection6\data\
   [junit4]   2> 1461537 INFO  (TEST-TestLazyCores.testCreateSame-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 1461539 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
   [junit4]   2> 1461585 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-002\'
   [junit4]   2> 1461611 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CoreContainer New CoreContainer 1542108810
   [junit4]   2> 1461611 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-002\]
   [junit4]   2> 1461611 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-002\lib
   [junit4]   2> 1461611 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-002\lib).
   [junit4]   2> 1461619 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] 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> 1461622 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1461622 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 1461622 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1461622 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1461622 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1461626 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, instanceDir=collection1, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-002\collection1\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   2> 1461627 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, instanceDir=collection2, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-002\collection2\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 1461628 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, config=solrconfig.xml, instanceDir=collection3, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-002\collection3\, schema=schema.xml, transient=on, dataDir=data\}
   [junit4]   2> 1461629 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, instanceDir=collection4, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-002\collection4\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   2> 1461629 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, instanceDir=collection5, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores D98080F1642CA4E8-001\tempDir-002\collection5\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   2> 1461629 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[D98080F1642CA4E8]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, instanceDir=collection6, loadOnStartup=false, absoluteInstDir=C:\Users\Jenkin

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

ncurrent.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> Jun 05, 2015 11:47:55 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=9479, name=searcherExecutor-4485-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Jun 05, 2015 11:47:58 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=9479, name=searcherExecutor-4485-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(Lucene50): {v_t=Lucene50(blocksize=128), id=Lucene50(blocksize=128), v_s=PostingsFormat(name=LuceneVarGapFixedInterval), v_f=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=en, timezone=America/Blanc-Sablon
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_45 (64-bit)/cpus=3,threads=2,free=230414080,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedFacetPivotSmallAdvancedTest, BasicDistributedZkTest, TestConfigOverlay, TestRandomDVFaceting, SystemInfoHandlerTest, TestBlendedInfixSuggestions, TestMaxScoreQueryParser, SharedFSAutoReplicaFailoverTest, TestShardHandlerFactory, TestSort, MultiThreadedOCPTest, DistanceFunctionTest, HdfsSyncSliceTest, DistanceUnitsTest, TestManagedSynonymFilterFactory, TestComplexPhraseQParserPlugin, DocExpirationUpdateProcessorFactoryTest, SuggesterFSTTest, TestBulkSchemaAPI, PrimUtilsTest, TestOverriddenPrefixQueryForCustomFieldType, CacheHeaderTest, CloudMLTQParserTest, TestPhraseSuggestions, TestCoreContainer, TestJmxMonitoredMap, HdfsNNFailoverTest, ShardSplitTest, TimeZoneUtilsTest, TestSimpleTrackingShardHandler, TestStressLucene, TestBinaryField, TestSolrQueryParserDefaultOperatorResource, TestComponentsName, TestCollationFieldDocValues, TestStressVersions, SimpleMLTQParserTest, PathHierarchyTokenizerFactoryTest, DistributedQueryElevationComponentTest, SolrPluginUtilsTest, SolrCoreTest, OverseerStatusTest, TestBinaryResponseWriter, AlternateDirectoryTest, TestArbitraryIndexDir, DistribDocExpirationUpdateProcessorTest, TestDynamicLoading, TestAtomicUpdateErrorCases, TestManagedSchemaDynamicFieldResource, DistributedIntervalFacetingTest, TestCryptoKeys, TestAnalyzedSuggestions, TestCharFilters, TestNoOpRegenerator, ChangedSchemaMergeTest, TestFileDictionaryLookup, SolrInfoMBeanTest, TestUniqueKeyFieldResource, IndexSchemaRuntimeFieldTest, OverriddenZkACLAndCredentialsProvidersTest, TestExtendedDismaxParser, SyncSliceTest, TestDocBasedVersionConstraints, SortByFunctionTest, TestHighlightDedupGrouping, TestCloudSchemaless, TestLFUCache, TestClassNameShortening, TestCollectionAPI, TestDistributedSearch, CursorMarkTest, TestLRUCache, TestManagedSchemaFieldResource, TestHashPartitioner, TestElisionMultitermQuery, SpatialHeatmapFacetsTest, ZkCLITest, TestRestoreCore, TestLRUStatsCache, TestMiniSolrCloudClusterSSL, TestPivotHelperCode, BadComponentTest, SharedFSAutoReplicaFailoverUtilsTest, TestLeaderElectionZkExpiry, RuleEngineTest, ZkControllerTest, ScriptEngineTest, TestSolrQueryParserResource, HdfsRecoverLeaseTest, TestHashQParserPlugin, CircularListTest, TestEmbeddedSolrServerConstructors, HdfsWriteToMultipleCollectionsTest, SolrTestCaseJ4Test, SuggesterTest, TestConfigSets, ClusterStateUpdateTest, TestFreeTextSuggestions, PeerSyncTest, ConcurrentDeleteAndCreateCollectionTest, TestXIncludeConfig, LeaderInitiatedRecoveryOnCommitTest, TestIndexingPerformance, DistributedSpellCheckComponentTest, HdfsBasicDistributedZkTest, TestRecoveryHdfs, PreAnalyzedFieldTest, BufferStoreTest, TestClusterStateMutator, HdfsUnloadDistributedZkTest, UniqFieldsUpdateProcessorFactoryTest, UUIDFieldTest, UnloadDistributedZkTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSolrXml, TestRestManager, SoftAutoCommitTest, CoreAdminRequestStatusTest, TestManagedResourceStorage, TestJmxIntegration, LeaderElectionTest, AutoCommitTest, TestFaceting, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressReorder, SimpleFacetsTest, TestSolr4Spatial, SolrCmdDistributorTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=D98080F1642CA4E8 -Dtests.slow=true -Dtests.locale=en -Dtests.timezone=America/Blanc-Sablon -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([D98080F1642CA4E8]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:472)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:232)
   [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=9479, name=searcherExecutor-4485-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([D98080F1642CA4E8]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=9479, name=searcherExecutor-4485-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([D98080F1642CA4E8]:0)
   [junit4] Completed [379/499] on J0 in 148.29s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 373 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:536: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:484: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:230: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:511: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1436: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:991: There were test failures: 499 suites, 1977 tests, 3 suite-level errors, 443 ignored (34 assumptions)

Total time: 48 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any