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/07/24 10:13:41 UTC

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_51) - Build # 5062 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5062/
Java: 64bit/jdk1.8.0_51 -XX:-UseCompressedOops -XX:+UseParallelGC

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([4A0DEA8F83E5047B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:465)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:232)
	at sun.reflect.GeneratedMethodAccessor40.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=13511, name=searcherExecutor-5438-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=13511, name=searcherExecutor-5438-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([4A0DEA8F83E5047B]: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=13511, name=searcherExecutor-5438-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=13511, name=searcherExecutor-5438-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([4A0DEA8F83E5047B]:0)




Build Log:
[...truncated 10871 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\init-core-data-001
   [junit4]   2> 2077090 INFO  (SUITE-TestLazyCores-seed#[4A0DEA8F83E5047B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 2077093 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
   [junit4]   2> 2077158 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\'
   [junit4]   2> 2077183 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.CoreContainer New CoreContainer 418439942
   [junit4]   2> 2077184 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\]
   [junit4]   2> 2077184 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\lib
   [junit4]   2> 2077184 WARN  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\lib).
   [junit4]   2> 2077194 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] 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> 2077197 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 2077198 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 2077203 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2077203 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2077203 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2077206 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\, dataDir=data\}
   [junit4]   2> 2077207 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection2, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\, dataDir=data\}
   [junit4]   2> 2077209 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, config=solrconfig.xml, transient=on, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection3, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection3\, dataDir=data\}
   [junit4]   2> 2077209 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection4, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\, dataDir=data\}
   [junit4]   2> 2077210 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection5, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\, dataDir=data\}
   [junit4]   2> 2077211 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection6, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection6\, dataDir=data\}
   [junit4]   2> 2077213 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy7, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection7, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection7\, dataDir=data\}
   [junit4]   2> 2077214 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy8, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection8, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection8\, dataDir=data\}
   [junit4]   2> 2077215 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy9, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection9, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection9\, dataDir=data\}
   [junit4]   2> 2077215 INFO  (coreLoadExecutor-5413-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\'
   [junit4]   2> 2077216 INFO  (coreLoadExecutor-5413-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\'
   [junit4]   2> 2077223 INFO  (coreLoadExecutor-5413-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\'
   [junit4]   2> 2077256 INFO  (coreLoadExecutor-5413-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2077258 INFO  (coreLoadExecutor-5413-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2077259 INFO  (coreLoadExecutor-5413-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2077256 INFO  (coreLoadExecutor-5413-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2077277 INFO  (coreLoadExecutor-5413-thread-2) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2077277 INFO  (coreLoadExecutor-5413-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2077279 INFO  (coreLoadExecutor-5413-thread-2) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\conf\schema.xml
   [junit4]   2> 2077282 INFO  (coreLoadExecutor-5413-thread-2) [    ] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 2077285 INFO  (coreLoadExecutor-5413-thread-3) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2077286 INFO  (coreLoadExecutor-5413-thread-3) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\conf\schema.xml
   [junit4]   2> 2077289 INFO  (coreLoadExecutor-5413-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2077291 INFO  (coreLoadExecutor-5413-thread-3) [    ] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 2077293 INFO  (coreLoadExecutor-5413-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2077295 INFO  (coreLoadExecutor-5413-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\conf'
   [junit4]   2> 2077295 INFO  (coreLoadExecutor-5413-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\
   [junit4]   2> 2077295 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2077297 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\], dataDir=[null]
   [junit4]   2> 2077297 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 2077297 INFO  (coreLoadExecutor-5413-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2077297 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\data\
   [junit4]   2> 2077297 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\data\index/
   [junit4]   2> 2077297 WARN  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2077298 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\data\index
   [junit4]   2> 2077298 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4452996443380949]
   [junit4]   2> 2077299 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5658971e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6316ead2),segFN=segments_1,generation=1}
   [junit4]   2> 2077299 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2077303 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2077304 INFO  (coreLoadExecutor-5413-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2077295 INFO  (coreLoadExecutor-5413-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\conf'
   [junit4]   2> 2077305 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-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\data\
   [junit4]   2> 2077305 INFO  (coreLoadExecutor-5413-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\
   [junit4]   2> 2077306 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2077306 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [[collectionLazy2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\], dataDir=[null]
   [junit4]   2> 2077306 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 2077307 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\data\
   [junit4]   2> 2077307 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2077309 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\data\index/
   [junit4]   2> 2077309 WARN  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2077309 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\data\index
   [junit4]   2> 2077309 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4452996443380949]
   [junit4]   2> 2077309 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@41ca20c4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5b7d1952),segFN=segments_1,generation=1}
   [junit4]   2> 2077309 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2077310 INFO  (coreLoadExecutor-5413-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\conf\schema.xml
   [junit4]   2> 2077310 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-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\data\
   [junit4]   2> 2077311 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2077312 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2077313 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077315 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077315 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077316 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077316 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077317 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077318 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077319 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077321 INFO  (coreLoadExecutor-5413-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> 2077322 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2077319 INFO  (coreLoadExecutor-5413-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 2077322 INFO  (coreLoadExecutor-5413-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> 2077323 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2077323 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2077323 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2077323 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=77.9462890625, floorSegmentMB=2.0625, forceMergeDeletesPctAllowed=14.556926639928445, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7525141892227288
   [junit4]   2> 2077324 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@41ca20c4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5b7d1952),segFN=segments_1,generation=1}
   [junit4]   2> 2077324 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2077324 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.s.SolrIndexSearcher Opening Searcher@2bd67cb[collectionLazy2] main
   [junit4]   2> 2077324 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2077325 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2077325 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\conf
   [junit4]   2> 2077327 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\conf}
   [junit4]   2> 2077327 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\conf
   [junit4]   2> 2077328 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2077328 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2077328 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer Opening transient core collectionLazy2
   [junit4]   2> 2077328 INFO  (coreLoadExecutor-5413-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer registering core: collectionLazy2
   [junit4]   2> 2077329 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=77.9462890625, floorSegmentMB=2.0625, forceMergeDeletesPctAllowed=14.556926639928445, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7525141892227288
   [junit4]   2> 2077329 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5658971e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6316ead2),segFN=segments_1,generation=1}
   [junit4]   2> 2077330 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2077330 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.s.SolrIndexSearcher Opening Searcher@6c6f5755[collectionLazy5] main
   [junit4]   2> 2077331 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\conf
   [junit4]   2> 2077331 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\conf}
   [junit4]   2> 2077331 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\conf
   [junit4]   2> 2077333 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2077333 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2077334 INFO  (coreLoadExecutor-5413-thread-3) [    x:collectionLazy5] o.a.s.c.CoreContainer registering core: collectionLazy5
   [junit4]   2> 2077337 INFO  (coreLoadExecutor-5413-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2077338 INFO  (coreLoadExecutor-5413-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\conf'
   [junit4]   2> 2077338 INFO  (coreLoadExecutor-5413-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\
   [junit4]   2> 2077340 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2077340 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\], dataDir=[null]
   [junit4]   2> 2077340 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 2077341 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\data\
   [junit4]   2> 2077341 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\data\index/
   [junit4]   2> 2077341 WARN  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2077341 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\data\index
   [junit4]   2> 2077342 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4452996443380949]
   [junit4]   2> 2077342 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@420558b1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@68b27443),segFN=segments_1,generation=1}
   [junit4]   2> 2077342 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2077343 INFO  (searcherExecutor-5414-thread-1-processing-x:collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Registered new searcher Searcher@6c6f5755[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2077346 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2077348 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077348 INFO  (searcherExecutor-5415-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Registered new searcher Searcher@2bd67cb[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2077349 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-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\data\
   [junit4]   2> 2077349 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077350 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2077352 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077353 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077355 INFO  (coreLoadExecutor-5413-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> 2077355 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2077356 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2077356 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2077356 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=77.9462890625, floorSegmentMB=2.0625, forceMergeDeletesPctAllowed=14.556926639928445, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7525141892227288
   [junit4]   2> 2077356 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@420558b1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@68b27443),segFN=segments_1,generation=1}
   [junit4]   2> 2077358 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2077358 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@689bc4fd[collection1] main
   [junit4]   2> 2077359 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\conf
   [junit4]   2> 2077359 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\conf}
   [junit4]   2> 2077359 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\conf
   [junit4]   2> 2077360 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2077360 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2077360 INFO  (searcherExecutor-5422-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@689bc4fd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2077360 INFO  (coreLoadExecutor-5413-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2077362 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\'
   [junit4]   2> 2077394 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2077397 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2077438 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2077439 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\conf\schema.xml
   [junit4]   2> 2077442 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.s.IndexSchema [collectionLazy4] Schema name=tiny
   [junit4]   2> 2077445 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2077445 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\conf'
   [junit4]   2> 2077446 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy4' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\
   [junit4]   2> 2077446 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2077446 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore [[collectionLazy4] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\], dataDir=[null]
   [junit4]   2> 2077446 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy4
   [junit4]   2> 2077446 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\data\
   [junit4]   2> 2077448 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\data\index/
   [junit4]   2> 2077448 WARN  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2077448 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\data\index
   [junit4]   2> 2077448 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=15, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2077449 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1e5881a6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29928388),segFN=segments_1,generation=1}
   [junit4]   2> 2077449 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2077451 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2077452 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077454 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077455 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077455 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-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\data\
   [junit4]   2> 2077456 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy4) [    x:collectionLazy4] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2077457 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2077458 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    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> 2077458 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2077458 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2077458 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2077460 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=212700230, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 2077460 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1e5881a6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29928388),segFN=segments_1,generation=1}
   [junit4]   2> 2077460 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2077460 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.s.SolrIndexSearcher Opening Searcher@3de4f0e7[collectionLazy4] main
   [junit4]   2> 2077461 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\conf
   [junit4]   2> 2077461 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\conf}
   [junit4]   2> 2077461 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\conf
   [junit4]   2> 2077461 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2077461 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2077462 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.CoreContainer registering core: collectionLazy4
   [junit4]   2> 2077462 INFO  (searcherExecutor-5426-thread-1-processing-x:collectionLazy4) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Registered new searcher Searcher@3de4f0e7[collectionLazy4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2077463 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.u.UpdateHandler start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2077464 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1e5881a6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29928388),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1e5881a6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29928388),segFN=segments_2,generation=2}
   [junit4]   2> 2077464 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 2077465 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.s.SolrIndexSearcher Opening Searcher@256876e2[collectionLazy4] main
   [junit4]   2> 2077465 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 2077465 INFO  (searcherExecutor-5426-thread-1-processing-x:collectionLazy4) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Registered new searcher Searcher@256876e2[collectionLazy4] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c7)))}
   [junit4]   2> 2077467 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.S.Request [collectionLazy4] webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 2077469 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.S.Request [collectionLazy4] webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 2077469 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.S.Request [collectionLazy4] webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 2077470 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.S.Request [collectionLazy4] webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 2077470 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.S.Request [collection1] webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 2077470 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.CoreContainer Shutting down CoreContainer instance=418439942
   [junit4]   2> 2077471 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5]  CLOSING SolrCore org.apache.solr.core.SolrCore@20c98c59
   [junit4]   2> 2077471 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    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> 2077471 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2077471 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2077471 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2077473 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Closing main searcher on request.
   [junit4]   2> 2077473 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2077473 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\data\index;done=false>>]
   [junit4]   2> 2077473 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\data\index
   [junit4]   2> 2077473 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\data\;done=false>>]
   [junit4]   2> 2077473 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection5\data\
   [junit4]   2> 2077473 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6f39fd88
   [junit4]   2> 2077473 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    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> 2077474 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2077474 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2077474 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2077474 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2077474 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2077474 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\data\;done=false>>]
   [junit4]   2> 2077474 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\data\
   [junit4]   2> 2077474 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\data\index;done=false>>]
   [junit4]   2> 2077475 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection1\data\index
   [junit4]   2> 2077475 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4]  CLOSING SolrCore org.apache.solr.core.SolrCore@58cd5f9
   [junit4]   2> 2077475 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2077475 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2077475 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2077475 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2077476 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Closing main searcher on request.
   [junit4]   2> 2077476 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2077476 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\data\;done=false>>]
   [junit4]   2> 2077476 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\data\
   [junit4]   2> 2077476 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\data\index;done=false>>]
   [junit4]   2> 2077476 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection4\data\index
   [junit4]   2> 2077476 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a252719
   [junit4]   2> 2077476 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    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> 2077477 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2077477 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2077477 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2077477 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Closing main searcher on request.
   [junit4]   2> 2077477 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2077477 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\data\index;done=false>>]
   [junit4]   2> 2077477 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\data\index
   [junit4]   2> 2077479 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\data\;done=false>>]
   [junit4]   2> 2077479 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-001\collection2\data\
   [junit4]   2> 2077479 INFO  (TEST-TestLazyCores.testLazySearch-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
   [junit4]   2> 2077480 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 2077582 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\'
   [junit4]   2> 2077608 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.CoreContainer New CoreContainer 1525757482
   [junit4]   2> 2077609 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\]
   [junit4]   2> 2077609 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.CoreContainer loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\lib
   [junit4]   2> 2077610 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\lib).
   [junit4]   2> 2077621 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] 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> 2077627 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 2077628 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 2077628 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2077628 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2077628 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2077630 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection1\, dataDir=data\}
   [junit4]   2> 2077631 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection2, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection2\, dataDir=data\}
   [junit4]   2> 2077632 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, config=solrconfig.xml, transient=on, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection3, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection3\, dataDir=data\}
   [junit4]   2> 2077633 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection4, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection4\, dataDir=data\}
   [junit4]   2> 2077633 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection5, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection5\, dataDir=data\}
   [junit4]   2> 2077634 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection6, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection6\, dataDir=data\}
   [junit4]   2> 2077634 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy7, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection7, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection7\, dataDir=data\}
   [junit4]   2> 2077636 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy8, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection8, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection8\, dataDir=data\}
   [junit4]   2> 2077636 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[4A0DEA8F83E5047B]) [    x:collectionLazy2] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy9, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection9, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection9\, dataDir=data\}
   [junit4]   2> 2077637 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection1\'
   [junit4]   2> 2077649 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection2\'
   [junit4]   2> 2077649 INFO  (coreLoadExecutor-5435-thread-3-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection5\'
   [junit4]   2> 2077710 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2077710 INFO  (coreLoadExecutor-5435-thread-3-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2077712 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2077713 INFO  (coreLoadExecutor-5435-thread-3-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2077718 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2077718 INFO  (coreLoadExecutor-5435-thread-3-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2077719 INFO  (coreLoadExecutor-5435-thread-3-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection5\conf\schema.xml
   [junit4]   2> 2077721 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2077722 INFO  (coreLoadExecutor-5435-thread-3-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 2077723 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2077718 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection1\conf\schema.xml
   [junit4]   2> 2077740 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2077742 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.s.IndexSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection2\conf\schema.xml
   [junit4]   2> 2077739 INFO  (coreLoadExecutor-5435-thread-3-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2077747 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 2077751 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2077751 INFO  (coreLoadExecutor-5435-thread-3-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection5\conf'
   [junit4]   2> 2077752 INFO  (coreLoadExecutor-5435-thread-3-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection5\
   [junit4]   2> 2077752 INFO  (coreLoadExecutor-5435-thread-3-processing-x:collectionLazy2) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2077752 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 2077753 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection1\conf'
   [junit4]   2> 2077753 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection1\
   [junit4]   2> 2077753 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2077753 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection1\], dataDir=[null]
   [junit4]   2> 2077753 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 2077754 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection1\data\
   [junit4]   2> 2077754 INFO  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection1\data\index/
   [junit4]   2> 2077754 WARN  (coreLoadExecutor-5435-thread-1-processing-x:collectionLazy2) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2077754 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2077757 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection2\conf'
   [junit4]   2> 2077757 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection2\
   [junit4]   2> 2077757 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2077757 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore [[collectionLazy2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection2\], dataDir=[null]
   [junit4]   2> 2077757 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 2077757 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection2\data\
   [junit4]   2> 2077752 INFO  (coreLoadExecutor-5435-thread-3-processing-x:collectionLazy2) [    x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection5\], dataDir=[null]
   [junit4]   2> 2077758 INFO  (coreLoadExecutor-5435-thread-3-processing-x:collectionLazy2) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 2077758 INFO  (coreLoadExecutor-5435-thread-3-processing-x:collectionLazy2) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_4A0DEA8F83E5047B-001\tempDir-002\collection5\data\
   [junit4]   2> 2077758 INFO  (coreLoadExecutor-5435-thread-2-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore New index directory detected: old=n

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

ait(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> Jul 24, 2015 8:12:35 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=13511, name=searcherExecutor-5438-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Jul 24, 2015 8:12:39 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=13511, name=searcherExecutor-5438-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {v_t=BlockTreeOrds(blocksize=128), id=BlockTreeOrds(blocksize=128), v_s=PostingsFormat(name=Asserting), v_f=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=ko, timezone=Africa/Malabo
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=2,free=135682008,total=534249472
   [junit4]   2> NOTE: All tests run in this JVM: [PreAnalyzedUpdateProcessorTest, SSLMigrationTest, ChaosMonkeyNothingIsSafeTest, TestRawResponseWriter, SuggesterTest, LeaderInitiatedRecoveryOnCommitTest, TestNRTOpen, TestManagedSchemaFieldResource, UniqFieldsUpdateProcessorFactoryTest, FieldAnalysisRequestHandlerTest, ClusterStateUpdateTest, TestRequestStatusCollectionAPI, TestFieldResource, SparseHLLTest, FacetPivotSmallTest, SolrXmlInZkTest, ShowFileRequestHandlerTest, RecoveryZkTest, HdfsRecoveryZkTest, OverseerRolesTest, TestSolrConfigHandler, TestStressLucene, SyncSliceTest, SpatialHeatmapFacetsTest, TestCloudManagedSchema, TestSQLHandler, TestReRankQParserPlugin, TestLRUCache, TestBinaryResponseWriter, RulesTest, TestHighFrequencyDictionaryFactory, BufferStoreTest, TestFileDictionaryLookup, TestStressVersions, PingRequestHandlerTest, TestCloudPivotFacet, SolrCoreTest, TestFunctionQuery, SOLR749Test, TestPhraseSuggestions, CacheHeaderTest, TestIBSimilarityFactory, TestBinaryField, TestCustomSort, DeleteLastCustomShardedReplicaTest, TestCSVResponseWriter, TestQueryUtils, TestDocumentBuilder, DefaultValueUpdateProcessorTest, HLLSerializationTest, TestComponentsName, CircularListTest, BasicDistributedZkTest, XmlUpdateRequestHandlerTest, ScriptEngineTest, ZkControllerTest, TestInitQParser, DistributedVersionInfoTest, TestSolrIndexConfig, ResponseLogComponentTest, DistributedIntervalFacetingTest, TestFieldCollectionResource, JSONWriterTest, SuggesterFSTTest, TestDistribDocBasedVersion, SolrPluginUtilsTest, TestConfigSets, DistributedQueueTest, SharedFSAutoReplicaFailoverUtilsTest, TestCSVLoader, TestJsonFacets, TestBulkSchemaAPI, DistanceUnitsTest, TestXIncludeConfig, DeleteInactiveReplicaTest, BitVectorTest, DocValuesTest, TestManagedSchemaDynamicFieldResource, PeerSyncTest, PreAnalyzedFieldTest, TimeZoneUtilsTest, DeleteReplicaTest, TestRemoveLastDynamicCopyField, BlockCacheTest, TestSolrQueryParserResource, TestDistributedSearch, DistributedQueryElevationComponentTest, TestManagedSynonymFilterFactory, DirectUpdateHandlerTest, TestUpdate, MergeStrategyTest, SampleTest, ShardRoutingTest, TestTrieFacet, RequestHandlersTest, TestJmxIntegration, StressHdfsTest, TestSurroundQueryParser, TestDownShardTolerantSearch, TestDynamicFieldResource, TestNoOpRegenerator, TestUniqueKeyFieldResource, NoCacheHeaderTest, ExplicitHLLTest, TestDefaultSearchFieldResource, BaseCdcrDistributedZkTest, TestElisionMultitermQuery, TestDistributedMissingSort, DistanceFunctionTest, TestWriterPerf, TestSweetSpotSimilarityFactory, SimpleCollectionCreateDeleteTest, TestExactSharedStatsCache, TestReplicationHandler, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestEmbeddedSolrServerConstructors, InfoHandlerTest, TestCloudManagedSchemaConcurrent, TestRTimer, DocValuesMultiTest, TestSolrCloudWithKerberosAlt, TestReplicaProperties, PathHierarchyTokenizerFactoryTest, LukeRequestHandlerTest, MultiTermTest, PrimUtilsTest, SharedFSAutoReplicaFailoverTest, TestStressRecovery, BasicDistributedZk2Test, UnloadDistributedZkTest, OverseerTest, LeaderElectionTest, TestZkChroot, ZkCLITest, TestHashPartitioner, TermVectorComponentDistributedTest, DistributedTermsComponentTest, TestGroupingSearch, QueryElevationComponentTest, TestFiltering, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=4A0DEA8F83E5047B -Dtests.slow=true -Dtests.locale=ko -Dtests.timezone=Africa/Malabo -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4A0DEA8F83E5047B]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:465)
   [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=13511, name=searcherExecutor-5438-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([4A0DEA8F83E5047B]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=13511, name=searcherExecutor-5438-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([4A0DEA8F83E5047B]:0)
   [junit4] Completed [394/525] on J0 in 137.35s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 412 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:711: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:657: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:230: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:517: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1429: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:984: There were test failures: 525 suites, 2071 tests, 3 suite-level errors, 437 ignored (35 assumptions)

Total time: 56 minutes 41 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



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_51) - Build # 5063 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5063/
Java: 32bit/jdk1.8.0_51 -client -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 26241 lines...]
-check-forbidden-all:
[forbidden-apis] Reading bundled API signatures: jdk-unsafe-1.8
[forbidden-apis] Reading bundled API signatures: jdk-deprecated-1.8
[forbidden-apis] Reading API signatures: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\tools\forbiddenApis\base.txt
[forbidden-apis] Reading API signatures: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\tools\forbiddenApis\lucene.txt
[forbidden-apis] Loading classes to check...
[forbidden-apis] Scanning for API signatures and dependencies...
[forbidden-apis] Forbidden method invocation: java.util.Collections#shuffle(java.util.List) [Use shuffle(List, Random) instead so that it can be reproduced]
[forbidden-apis]   in org.apache.lucene.index.TestFilterDirectoryReader (TestFilterDirectoryReader.java:67)
[forbidden-apis] Scanned 2503 (and 536 related) class file(s) for forbidden API invocations (in 0.91s), 1 error(s).

BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:713: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:117: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\build.xml:107: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:2391: Check for forbidden API calls failed, see log.

Total time: 80 minutes 24 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