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/08/21 01:50:32 UTC

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

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

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

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

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([17D627E1E324DBB9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:467)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:233)
	at sun.reflect.GeneratedMethodAccessor37.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=4126, name=searcherExecutor-1849-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=4126, name=searcherExecutor-1849-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([17D627E1E324DBB9]: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=4126, name=searcherExecutor-1849-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=4126, name=searcherExecutor-1849-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([17D627E1E324DBB9]:0)




Build Log:
[...truncated 9651 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_17D627E1E324DBB9-001\init-core-data-001
   [junit4]   2> 634415 INFO  (SUITE-TestLazyCores-seed#[17D627E1E324DBB9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 634417 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 634478 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\'
   [junit4]   2> 634513 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] o.a.s.c.CoreContainer New CoreContainer 1243303225
   [junit4]   2> 634513 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\]
   [junit4]   2> 634513 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\lib
   [junit4]   2> 634513 WARN  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\lib).
   [junit4]   2> 634522 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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> 634540 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 634543 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 634545 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 634545 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 634545 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 634545 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 634546 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\collection1\, dataDir=data\}
   [junit4]   2> 634547 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\collection2\, dataDir=data\}
   [junit4]   2> 634547 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\collection3\, dataDir=data\}
   [junit4]   2> 634548 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\collection4\, dataDir=data\}
   [junit4]   2> 634548 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\collection5\, dataDir=data\}
   [junit4]   2> 634549 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\collection6\, dataDir=data\}
   [junit4]   2> 634549 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\collection7\, dataDir=data\}
   [junit4]   2> 634550 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\collection8\, dataDir=data\}
   [junit4]   2> 634550 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\collection9\, dataDir=data\}
   [junit4]   2> 634551 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection2\'
   [junit4]   2> 634551 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection1\'
   [junit4]   2> 634556 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection5\'
   [junit4]   2> 634577 INFO  (coreLoadExecutor-1757-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 634577 INFO  (coreLoadExecutor-1757-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 634577 INFO  (coreLoadExecutor-1757-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 634582 INFO  (coreLoadExecutor-1757-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 634582 INFO  (coreLoadExecutor-1757-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 634583 INFO  (coreLoadExecutor-1757-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 634596 INFO  (coreLoadExecutor-1757-thread-2) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 634597 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection2\conf\schema.xml
   [junit4]   2> 634607 INFO  (coreLoadExecutor-1757-thread-3) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 634607 INFO  (coreLoadExecutor-1757-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 634608 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection1\conf\schema.xml
   [junit4]   2> 634610 INFO  (coreLoadExecutor-1757-thread-2) [    ] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 634610 INFO  (coreLoadExecutor-1757-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 634614 INFO  (coreLoadExecutor-1757-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 634614 INFO  (coreLoadExecutor-1757-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 634617 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection2\conf'
   [junit4]   2> 634617 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection2\
   [junit4]   2> 634617 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 634617 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection1\conf'
   [junit4]   2> 634617 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection2\], dataDir=[null]
   [junit4]   2> 634617 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 634618 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection2\data\
   [junit4]   2> 634618 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection5\conf\schema.xml
   [junit4]   2> 634617 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection1\
   [junit4]   2> 634619 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 634619 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection1\], dataDir=[null]
   [junit4]   2> 634619 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 634619 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection1\data\
   [junit4]   2> 634618 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection2\data\index/
   [junit4]   2> 634619 WARN  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 634620 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection2\data\index
   [junit4]   2> 634620 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=29.072265625, floorSegmentMB=0.5146484375, forceMergeDeletesPctAllowed=15.339912774634929, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.37947388074585076
   [junit4]   2> 634620 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection1\data\index/
   [junit4]   2> 634620 WARN  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 634620 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection1\data\index
   [junit4]   2> 634620 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=29.072265625, floorSegmentMB=0.5146484375, forceMergeDeletesPctAllowed=15.339912774634929, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.37947388074585076
   [junit4]   2> 634620 INFO  (coreLoadExecutor-1757-thread-3) [    ] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 634621 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4599840b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39501e04),segFN=segments_1,generation=1}
   [junit4]   2> 634621 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 634621 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6a886a78 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a99caca),segFN=segments_1,generation=1}
   [junit4]   2> 634621 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 634622 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 634622 INFO  (coreLoadExecutor-1757-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 634623 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection5\conf'
   [junit4]   2> 634623 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection5\
   [junit4]   2> 634623 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 634623 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection5\], dataDir=[null]
   [junit4]   2> 634623 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 634623 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection5\data\
   [junit4]   2> 634623 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection5\data\index/
   [junit4]   2> 634623 WARN  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 634623 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection5\data\index
   [junit4]   2> 634624 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 634625 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634625 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634626 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634626 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634626 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634627 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634627 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634628 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=29.072265625, floorSegmentMB=0.5146484375, forceMergeDeletesPctAllowed=15.339912774634929, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.37947388074585076
   [junit4]   2> 634629 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5957d82a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37e63a52),segFN=segments_1,generation=1}
   [junit4]   2> 634629 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 634628 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_17D627E1E324DBB9-001\tempDir-001\collection1\data\
   [junit4]   2> 634629 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_17D627E1E324DBB9-001\tempDir-001\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 634628 INFO  (coreLoadExecutor-1757-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> 634628 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_17D627E1E324DBB9-001\tempDir-001\collection2\data\
   [junit4]   2> 634630 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 634628 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634630 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_17D627E1E324DBB9-001\tempDir-001\collection2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 634631 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 634638 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634639 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634640 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634641 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634637 INFO  (coreLoadExecutor-1757-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> 634631 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 634642 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 634642 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 634642 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28794738457764063]
   [junit4]   2> 634645 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4599840b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@39501e04),segFN=segments_1,generation=1}
   [junit4]   2> 634645 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 634646 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.s.SolrIndexSearcher Opening Searcher@1ca52eed[collectionLazy2] main
   [junit4]   2> 634631 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_17D627E1E324DBB9-001\tempDir-001\collection5\data\
   [junit4]   2> 634646 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection2\conf
   [junit4]   2> 634646 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection2\conf}
   [junit4]   2> 634646 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection2\conf
   [junit4]   2> 634646 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_17D627E1E324DBB9-001\tempDir-001\collection5\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 634647 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 634647 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 634647 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 634647 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28794738457764063]
   [junit4]   2> 634641 INFO  (coreLoadExecutor-1757-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> 634647 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 634648 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 634648 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 634648 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28794738457764063]
   [junit4]   2> 634658 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5957d82a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37e63a52),segFN=segments_1,generation=1}
   [junit4]   2> 634658 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 634658 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.s.SolrIndexSearcher Opening Searcher@71f53725[collectionLazy5] main
   [junit4]   2> 634663 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection5\conf
   [junit4]   2> 634663 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection5\conf}
   [junit4]   2> 634663 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection5\conf
   [junit4]   2> 634664 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 634664 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 634664 INFO  (coreLoadExecutor-1757-thread-3) [    x:collectionLazy5] o.a.s.c.CoreContainer registering core: collectionLazy5
   [junit4]   2> 634647 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6a886a78 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a99caca),segFN=segments_1,generation=1}
   [junit4]   2> 634670 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 634647 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 634670 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@5c8241b3[collection1] main
   [junit4]   2> 634670 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer Opening transient core collectionLazy2
   [junit4]   2> 634670 INFO  (coreLoadExecutor-1757-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer registering core: collectionLazy2
   [junit4]   2> 634671 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection1\conf
   [junit4]   2> 634671 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection1\conf}
   [junit4]   2> 634671 INFO  (coreLoadExecutor-1757-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_17D627E1E324DBB9-001\tempDir-001\collection1\conf
   [junit4]   2> 634671 INFO  (searcherExecutor-1758-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Registered new searcher Searcher@1ca52eed[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 634672 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 634672 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 634672 INFO  (coreLoadExecutor-1757-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 634673 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\collection4\'
   [junit4]   2> 634670 INFO  (searcherExecutor-1760-thread-1-processing-x:collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Registered new searcher Searcher@71f53725[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 634690 INFO  (searcherExecutor-1759-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5c8241b3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 634707 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 634709 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 634713 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 634714 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\collection4\conf\schema.xml
   [junit4]   2> 634718 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] o.a.s.s.IndexSchema [collectionLazy4] Schema name=tiny
   [junit4]   2> 634728 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 634731 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\collection4\conf'
   [junit4]   2> 634731 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    ] 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_17D627E1E324DBB9-001\tempDir-001\collection4\
   [junit4]   2> 634731 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 634732 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection4\], dataDir=[null]
   [junit4]   2> 634732 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy4
   [junit4]   2> 634732 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection4\data\
   [junit4]   2> 634732 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection4\data\index/
   [junit4]   2> 634732 WARN  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection4\data\index' doesn't exist. Creating new index...
   [junit4]   2> 634732 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection4\data\index
   [junit4]   2> 634733 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=1.4208984375, floorSegmentMB=0.3857421875, forceMergeDeletesPctAllowed=5.405418682216957, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 634735 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1aa9db79 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4778ffa0),segFN=segments_1,generation=1}
   [junit4]   2> 634735 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 634738 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_17D627E1E324DBB9-001\tempDir-001\collection4\data\
   [junit4]   2> 634738 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_17D627E1E324DBB9-001\tempDir-001\collection4\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 634739 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 634740 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634741 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634745 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634746 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634749 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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> 634750 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 634752 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 634752 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 634752 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=56.49609375, floorSegmentMB=1.6513671875, forceMergeDeletesPctAllowed=9.758382141098544, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.12769098793570866
   [junit4]   2> 634753 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1aa9db79 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4778ffa0),segFN=segments_1,generation=1}
   [junit4]   2> 634753 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 634753 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.s.SolrIndexSearcher Opening Searcher@588f2d73[collectionLazy4] main
   [junit4]   2> 634754 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection4\conf
   [junit4]   2> 634754 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection4\conf}
   [junit4]   2> 634754 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection4\conf
   [junit4]   2> 634754 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 634755 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 634755 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.CoreContainer registering core: collectionLazy4
   [junit4]   2> 634755 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] 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_17D627E1E324DBB9-001\tempDir-001\collection6\'
   [junit4]   2> 634760 INFO  (searcherExecutor-1771-thread-1-processing-x:collectionLazy4) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Registered new searcher Searcher@588f2d73[collectionLazy4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 634783 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 634785 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 634793 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 634794 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] 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_17D627E1E324DBB9-001\tempDir-001\collection6\conf\schema.xml
   [junit4]   2> 634797 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.s.IndexSchema [collectionLazy6] Schema name=tiny
   [junit4]   2> 634800 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 634802 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] 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_17D627E1E324DBB9-001\tempDir-001\collection6\conf'
   [junit4]   2> 634802 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy6' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-001\collection6\
   [junit4]   2> 634802 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 634802 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore [[collectionLazy6] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-001\collection6\], dataDir=[null]
   [junit4]   2> 634802 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy6
   [junit4]   2> 634803 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] 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_17D627E1E324DBB9-001\tempDir-001\collection6\data\
   [junit4]   2> 634803 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] 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_17D627E1E324DBB9-001\tempDir-001\collection6\data\index/
   [junit4]   2> 634803 WARN  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-001\collection6\data\index' doesn't exist. Creating new index...
   [junit4]   2> 634803 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] 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_17D627E1E324DBB9-001\tempDir-001\collection6\data\index
   [junit4]   2> 634803 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=11.41015625, floorSegmentMB=0.2939453125, forceMergeDeletesPctAllowed=22.289474673333352, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7416599300866049
   [junit4]   2> 634806 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6abf270d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34f5458b),segFN=segments_1,generation=1}
   [junit4]   2> 634806 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 634806 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy6) [    x:collectionLazy6] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy6 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-001\collection6\data\
   [junit4]   2> 634809 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy6) [    x:collectionLazy6] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-001\collection6\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 634809 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 634811 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634811 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634812 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634814 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 634815 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 634816 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 634819 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 634819 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 634819 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.46319347094146057]
   [junit4]   2> 634819 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6abf270d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34f5458b),segFN=segments_1,generation=1}
   [junit4]   2> 634819 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 634820 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.s.SolrIndexSearcher Opening Searcher@3e10a661[collectionLazy6] main
   [junit4]   2> 634820 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] 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_17D627E1E324DBB9-001\tempDir-001\collection6\conf
   [junit4]   2> 634820 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] 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_17D627E1E324DBB9-001\tempDir-001\collection6\conf}
   [junit4]   2> 634820 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] 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_17D627E1E324DBB9-001\tempDir-001\collection6\conf
   [junit4]   2> 634821 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 634821 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 634821 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.CoreContainer Opening transient core collectionLazy6
   [junit4]   2> 634821 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.CoreContainer registering core: collectionLazy6
   [junit4]   2> 634822 INFO  (searcherExecutor-1775-thread-1-processing-x:collectionLazy6) [    x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6] Registered new searcher Searcher@3e10a661[collectionLazy6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 634841 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler core create command schema=schema.xml&dataDir=t12&name=collectionLazy2&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 634842 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collectionLazy2, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-001\collectionLazy2\, dataDir=t12}
   [junit4]   2> 634842 WARN  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler Creating a core with existing name is not allowed
   [junit4]   2> 634842 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler core create command schema=schema.xml&dataDir=t14&name=collectionLazy4&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 634843 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collectionLazy4, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-001\collectionLazy4\, dataDir=t14}
   [junit4]   2> 634843 WARN  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler Creating a core with existing name is not allowed
   [junit4]   2> 634843 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler core create command schema=schema.xml&dataDir=t15&name=collectionLazy5&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 634843 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collectionLazy5, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-001\collectionLazy5\, dataDir=t15}
   [junit4]   2> 634843 WARN  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler Creating a core with existing name is not allowed
   [junit4]   2> 634843 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler core create command schema=schema.xml&dataDir=t16&name=collectionLazy6&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 634844 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collectionLazy6, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-001\collectionLazy6\, dataDir=t16}
   [junit4]   2> 634844 WARN  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.a.CoreAdminHandler Creating a core with existing name is not allowed
   [junit4]   2> 634844 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1243303225
   [junit4]   2> 634846 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5]  CLOSING SolrCore org.apache.solr.core.SolrCore@325b7c23
   [junit4]   2> 634846 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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> 634846 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 634846 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 634846 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 634848 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Closing main searcher on request.
   [junit4]   2> 634849 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 634849 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-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_17D627E1E324DBB9-001\tempDir-001\collection5\data\index;done=false>>]
   [junit4]   2> 634849 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection5\data\index
   [junit4]   2> 634853 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-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_17D627E1E324DBB9-001\tempDir-001\collection5\data\;done=false>>]
   [junit4]   2> 634853 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection5\data\
   [junit4]   2> 634853 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@658129c8
   [junit4]   2> 634853 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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> 634853 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 634853 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 634854 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 634860 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 634860 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 634860 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-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_17D627E1E324DBB9-001\tempDir-001\collection1\data\;done=false>>]
   [junit4]   2> 634860 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection1\data\
   [junit4]   2> 634860 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-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_17D627E1E324DBB9-001\tempDir-001\collection1\data\index;done=false>>]
   [junit4]   2> 634860 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection1\data\index
   [junit4]   2> 634860 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4]  CLOSING SolrCore org.apache.solr.core.SolrCore@6352a5da
   [junit4]   2> 634860 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 634861 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 634861 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 634861 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 634861 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Closing main searcher on request.
   [junit4]   2> 634862 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 634862 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-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_17D627E1E324DBB9-001\tempDir-001\collection4\data\;done=false>>]
   [junit4]   2> 634862 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection4\data\
   [junit4]   2> 634862 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-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_17D627E1E324DBB9-001\tempDir-001\collection4\data\index;done=false>>]
   [junit4]   2> 634862 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection4\data\index
   [junit4]   2> 634863 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@584a347f
   [junit4]   2> 634863 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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> 634863 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 634863 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 634863 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 634864 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Closing main searcher on request.
   [junit4]   2> 634865 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 634865 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-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_17D627E1E324DBB9-001\tempDir-001\collection2\data\;done=false>>]
   [junit4]   2> 634865 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection2\data\
   [junit4]   2> 634865 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-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_17D627E1E324DBB9-001\tempDir-001\collection2\data\index;done=false>>]
   [junit4]   2> 634865 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    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_17D627E1E324DBB9-001\tempDir-001\collection2\data\index
   [junit4]   2> 634865 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6]  CLOSING SolrCore org.apache.solr.core.SolrCore@3199f131
   [junit4]   2> 634865 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 634868 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 634868 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 634868 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 634868 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6] Closing main searcher on request.
   [junit4]   2> 634868 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 634869 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] 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_17D627E1E324DBB9-001\tempDir-001\collection6\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-001\collection6\data\index;done=false>>]
   [junit4]   2> 634869 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] 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_17D627E1E324DBB9-001\tempDir-001\collection6\data\index
   [junit4]   2> 634869 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] 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_17D627E1E324DBB9-001\tempDir-001\collection6\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-001\collection6\data\;done=false>>]
   [junit4]   2> 634869 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] 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_17D627E1E324DBB9-001\tempDir-001\collection6\data\
   [junit4]   2> 634869 INFO  (TEST-TestLazyCores.testCreateSame-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 634873 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 634973 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] 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_17D627E1E324DBB9-001\tempDir-002\'
   [junit4]   2> 634986 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-002\solr.xml
   [junit4]   2> 634994 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-002
   [junit4]   2> 634994 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.CoreContainer New CoreContainer 1845111157
   [junit4]   2> 634994 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] 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_17D627E1E324DBB9-001\tempDir-002\]
   [junit4]   2> 634994 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] 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_17D627E1E324DBB9-001\tempDir-002\lib
   [junit4]   2> 634995 WARN  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-002\lib).
   [junit4]   2> 635008 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 635024 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[17D627E1E324DBB9]) [    x:collectionLazy6] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 635030 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[17D627E1E324DBB9]) [  

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

oryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-007\collection3\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_17D627E1E324DBB9-001\tempDir-007\collection3\data\;done=false>>]
   [junit4]   2> 638643 INFO  (TEST-TestLazyCores.testRace-seed#[17D627E1E324DBB9]) [    x:collectionLazy3] 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_17D627E1E324DBB9-001\tempDir-007\collection3\data\
   [junit4]   2> 638643 INFO  (TEST-TestLazyCores.testRace-seed#[17D627E1E324DBB9]) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 638643 INFO  (SUITE-TestLazyCores-seed#[17D627E1E324DBB9]-worker) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 638643 INFO  (SUITE-TestLazyCores-seed#[17D627E1E324DBB9]-worker) [    x:collectionLazy3] o.a.s.c.CoreContainer Shutting down CoreContainer instance=434243516
   [junit4]   2> 757403 ERROR (SUITE-TestLazyCores-seed#[17D627E1E324DBB9]-worker) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]   2> Aug 20, 2015 11:40:46 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Aug 20, 2015 11:41:07 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=4126, name=searcherExecutor-1849-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> Aug 20, 2015 11:41:07 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=4126, name=searcherExecutor-1849-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Aug 20, 2015 11:41:10 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=4126, name=searcherExecutor-1849-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=FST50, id=FST50, v_s=Lucene50(blocksize=128), v_f=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, sim=DefaultSimilarity, locale=ar_MA, timezone=America/Louisville
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=2,free=130123872,total=308207616
   [junit4]   2> NOTE: All tests run in this JVM: [TestReloadAndDeleteDocs, LeaderFailoverAfterPartitionTest, TestStressLucene, TestCrossCoreJoin, SpatialHeatmapFacetsTest, ClusterStateTest, DistributedQueryComponentCustomSortTest, TestIBSimilarityFactory, TestCustomSort, SuggesterFSTTest, AnalyticsMergeStrategyTest, InfoHandlerTest, LeaderElectionTest, TestAtomicUpdateErrorCases, TestRTimerTree, DeleteInactiveReplicaTest, SolrPluginUtilsTest, BitVectorTest, ZkControllerTest, TestCollapseQParserPlugin, SolrTestCaseJ4Test, DistributedSpellCheckComponentTest, TestRandomDVFaceting, URLClassifyProcessorTest, TestRecoveryHdfs, TestDistribIDF, DistribJoinFromCollectionTest, SyncSliceTest, VersionInfoTest, TestPhraseSuggestions, TestSolrConfigHandlerConcurrent, ResponseHeaderTest, TestHighlightDedupGrouping, SharedFSAutoReplicaFailoverTest, CoreAdminHandlerTest, TestIndexSearcher, SolrCoreCheckLockOnStartupTest, TestWriterPerf, JSONWriterTest, TestEmbeddedSolrServerConstructors, FieldAnalysisRequestHandlerTest, OverseerStatusTest, HdfsRecoverLeaseTest, ShardSplitTest, PrimUtilsTest, NoCacheHeaderTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=17D627E1E324DBB9 -Dtests.slow=true -Dtests.locale=ar_MA -Dtests.timezone=America/Louisville -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([17D627E1E324DBB9]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:467)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:233)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=4126, name=searcherExecutor-1849-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([17D627E1E324DBB9]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=4126, name=searcherExecutor-1849-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([17D627E1E324DBB9]:0)
   [junit4] Completed [121/541] on J0 in 146.93s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 1293 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:775: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:719: 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:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:514: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1431: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:986: There were test failures: 541 suites, 2134 tests, 3 suite-level errors, 1423 ignored (28 assumptions)

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5179/
Java: 64bit/jdk1.8.0_51 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([1720C2ED9F6C9F53]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:467)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:233)
	at sun.reflect.GeneratedMethodAccessor32.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=6932, name=searcherExecutor-2732-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=6932, name=searcherExecutor-2732-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([1720C2ED9F6C9F53]: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=6932, name=searcherExecutor-2732-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=6932, name=searcherExecutor-2732-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([1720C2ED9F6C9F53]:0)




Build Log:
[...truncated 9742 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_1720C2ED9F6C9F53-001\init-core-data-001
   [junit4]   2> 900809 INFO  (SUITE-TestLazyCores-seed#[1720C2ED9F6C9F53]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 900814 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
   [junit4]   2> 900874 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\'
   [junit4]   2> 900893 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.c.CoreContainer New CoreContainer 891653955
   [junit4]   2> 900893 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\]
   [junit4]   2> 900893 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\lib
   [junit4]   2> 900893 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\lib).
   [junit4]   2> 900936 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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> 900938 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 900939 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 900942 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 900942 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 900942 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 900942 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 900943 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\collection1\, dataDir=data\}
   [junit4]   2> 900944 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\collection2\, dataDir=data\}
   [junit4]   2> 900944 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\collection3\, dataDir=data\}
   [junit4]   2> 900944 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\collection4\, dataDir=data\}
   [junit4]   2> 900945 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\collection5\, dataDir=data\}
   [junit4]   2> 900945 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\collection6\, dataDir=data\}
   [junit4]   2> 900946 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\collection7\, dataDir=data\}
   [junit4]   2> 900946 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\collection8\, dataDir=data\}
   [junit4]   2> 900947 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\collection9\, dataDir=data\}
   [junit4]   2> 900950 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection1\'
   [junit4]   2> 900951 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection5\'
   [junit4]   2> 900952 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection2\'
   [junit4]   2> 900977 INFO  (coreLoadExecutor-2661-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 900979 INFO  (coreLoadExecutor-2661-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 900983 INFO  (coreLoadExecutor-2661-thread-2) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 900983 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection2\conf\schema.xml
   [junit4]   2> 900985 INFO  (coreLoadExecutor-2661-thread-2) [    ] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 900995 INFO  (coreLoadExecutor-2661-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 900997 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection2\conf'
   [junit4]   2> 900997 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection2\
   [junit4]   2> 900997 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 900997 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection2\], dataDir=[null]
   [junit4]   2> 900998 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 900998 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection2\data\
   [junit4]   2> 900998 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection2\data\index/
   [junit4]   2> 900998 WARN  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 900999 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection2\data\index
   [junit4]   2> 900999 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=34.5107421875, floorSegmentMB=1.19140625, forceMergeDeletesPctAllowed=24.884671361948037, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 901000 INFO  (coreLoadExecutor-2661-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 901002 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ed5cb35 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19d92492),segFN=segments_1,generation=1}
   [junit4]   2> 901002 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901002 INFO  (coreLoadExecutor-2661-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 901003 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 901005 INFO  (coreLoadExecutor-2661-thread-3) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 901005 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection5\conf\schema.xml
   [junit4]   2> 901007 INFO  (coreLoadExecutor-2661-thread-3) [    ] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 901007 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901008 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901009 INFO  (coreLoadExecutor-2661-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 901009 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901009 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection5\conf'
   [junit4]   2> 901009 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901009 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection5\
   [junit4]   2> 901009 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 901009 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection5\], dataDir=[null]
   [junit4]   2> 901010 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 901011 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection5\data\
   [junit4]   2> 901011 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection5\data\index/
   [junit4]   2> 901012 WARN  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 901015 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection5\data\index
   [junit4]   2> 901015 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=34.5107421875, floorSegmentMB=1.19140625, forceMergeDeletesPctAllowed=24.884671361948037, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 901010 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_1720C2ED9F6C9F53-001\tempDir-001\collection2\data\
   [junit4]   2> 901016 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_1720C2ED9F6C9F53-001\tempDir-001\collection2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 901013 INFO  (coreLoadExecutor-2661-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> 901017 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 901017 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 901017 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 901018 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=10.310546875, floorSegmentMB=0.9052734375, forceMergeDeletesPctAllowed=12.890444423740169, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 901018 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1360396d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bd95405),segFN=segments_1,generation=1}
   [junit4]   2> 901018 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901020 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7ed5cb35 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19d92492),segFN=segments_1,generation=1}
   [junit4]   2> 901020 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901020 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.s.SolrIndexSearcher Opening Searcher@6e836668[collectionLazy2] main
   [junit4]   2> 901022 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_1720C2ED9F6C9F53-001\tempDir-001\collection5\data\
   [junit4]   2> 901022 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 901024 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection2\conf
   [junit4]   2> 901024 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_1720C2ED9F6C9F53-001\tempDir-001\collection5\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 901024 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection2\conf}
   [junit4]   2> 901024 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection2\conf
   [junit4]   2> 901025 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901025 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 901025 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 901025 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer Opening transient core collectionLazy2
   [junit4]   2> 901025 INFO  (coreLoadExecutor-2661-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer registering core: collectionLazy2
   [junit4]   2> 901026 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901027 INFO  (searcherExecutor-2662-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Registered new searcher Searcher@6e836668[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 901027 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901028 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901029 INFO  (coreLoadExecutor-2661-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> 901029 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 901030 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 901030 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 901030 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=10.310546875, floorSegmentMB=0.9052734375, forceMergeDeletesPctAllowed=12.890444423740169, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 901030 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1360396d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bd95405),segFN=segments_1,generation=1}
   [junit4]   2> 901030 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901030 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.s.SolrIndexSearcher Opening Searcher@1c24e87c[collectionLazy5] main
   [junit4]   2> 901031 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection5\conf
   [junit4]   2> 901031 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection5\conf}
   [junit4]   2> 901031 INFO  (coreLoadExecutor-2661-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 901031 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection5\conf
   [junit4]   2> 901032 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 901032 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 901032 INFO  (coreLoadExecutor-2661-thread-3) [    x:collectionLazy5] o.a.s.c.CoreContainer registering core: collectionLazy5
   [junit4]   2> 901033 INFO  (searcherExecutor-2663-thread-1-processing-x:collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Registered new searcher Searcher@1c24e87c[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 901033 INFO  (coreLoadExecutor-2661-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 901036 INFO  (coreLoadExecutor-2661-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 901036 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection1\conf\schema.xml
   [junit4]   2> 901039 INFO  (coreLoadExecutor-2661-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 901044 INFO  (coreLoadExecutor-2661-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 901045 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection1\conf'
   [junit4]   2> 901045 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection1\
   [junit4]   2> 901045 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 901045 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection1\], dataDir=[null]
   [junit4]   2> 901045 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 901046 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection1\data\
   [junit4]   2> 901046 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection1\data\index/
   [junit4]   2> 901046 WARN  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 901046 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection1\data\index
   [junit4]   2> 901046 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=34.5107421875, floorSegmentMB=1.19140625, forceMergeDeletesPctAllowed=24.884671361948037, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 901047 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2b3951c1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@de5d15c),segFN=segments_1,generation=1}
   [junit4]   2> 901047 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901047 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_1720C2ED9F6C9F53-001\tempDir-001\collection1\data\
   [junit4]   2> 901047 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_1720C2ED9F6C9F53-001\tempDir-001\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 901048 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 901049 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901050 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901051 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901052 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901053 INFO  (coreLoadExecutor-2661-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> 901053 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 901054 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 901054 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 901054 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=10.310546875, floorSegmentMB=0.9052734375, forceMergeDeletesPctAllowed=12.890444423740169, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 901054 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2b3951c1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@de5d15c),segFN=segments_1,generation=1}
   [junit4]   2> 901054 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901054 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@372b2532[collection1] main
   [junit4]   2> 901055 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection1\conf
   [junit4]   2> 901055 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection1\conf}
   [junit4]   2> 901055 INFO  (coreLoadExecutor-2661-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_1720C2ED9F6C9F53-001\tempDir-001\collection1\conf
   [junit4]   2> 901055 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 901055 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 901055 INFO  (coreLoadExecutor-2661-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 901055 INFO  (searcherExecutor-2670-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@372b2532[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 901200 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.h.a.CoreAdminHandler core create command loadOnStartup=true&transient=true&name=core1&action=CREATE&instanceDir=./core1&wt=xml
   [junit4]   2> 901201 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=core1, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=./core1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core1\, dataDir=data\}
   [junit4]   2> 901201 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core1\'
   [junit4]   2> 901225 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 901227 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 901229 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 901230 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core1\conf\schema.xml
   [junit4]   2> 901233 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 901235 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 901236 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core1\conf'
   [junit4]   2> 901236 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core1\
   [junit4]   2> 901236 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 901236 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core1\], dataDir=[null]
   [junit4]   2> 901236 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrCore JMX monitoring not detected for core: core1
   [junit4]   2> 901237 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core1\data\
   [junit4]   2> 901237 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core1\data\index/
   [junit4]   2> 901238 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrCore [core1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 901238 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core1\data\index
   [junit4]   2> 901238 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 901239 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@13ec9027 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@25770312),segFN=segments_1,generation=1}
   [junit4]   2> 901239 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901240 INFO  (OldIndexDirectoryCleanupThreadForCore-core1) [    x:core1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core1\data\
   [junit4]   2> 901240 WARN  (OldIndexDirectoryCleanupThreadForCore-core1) [    x:core1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 901240 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 901241 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901242 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901243 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901244 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901246 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] 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> 901246 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 901246 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 901246 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 901246 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=18, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 901247 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@13ec9027 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@25770312),segFN=segments_1,generation=1}
   [junit4]   2> 901247 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901247 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.s.SolrIndexSearcher Opening Searcher@30d0ae6f[core1] main
   [junit4]   2> 901248 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core1\conf
   [junit4]   2> 901248 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core1\conf}
   [junit4]   2> 901248 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core1\conf
   [junit4]   2> 901248 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 901248 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 901249 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.CoreContainer Opening transient core core1
   [junit4]   2> 901249 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.CoreContainer registering core: core1
   [junit4]   2> 901249 INFO  (searcherExecutor-2675-thread-1-processing-x:core1) [    x:core1] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@30d0ae6f[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 901249 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.h.a.CoreAdminHandler core create command loadOnStartup=false&transient=true&name=core2&action=CREATE&instanceDir=./core2&wt=xml
   [junit4]   2> 901250 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrCore Created CoreDescriptor: {name=core2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=./core2, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core2\, dataDir=data\}
   [junit4]   2> 901250 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core2\'
   [junit4]   2> 901269 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 901270 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 901288 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 901289 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core2\conf\schema.xml
   [junit4]   2> 901291 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 901294 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 901297 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core2\conf'
   [junit4]   2> 901298 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core2\
   [junit4]   2> 901298 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 901298 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core2\], dataDir=[null]
   [junit4]   2> 901298 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrCore JMX monitoring not detected for core: core2
   [junit4]   2> 901299 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core2\data\
   [junit4]   2> 901299 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core2\data\index/
   [junit4]   2> 901299 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrCore [core2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 901299 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core2\data\index
   [junit4]   2> 901300 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.662109375, noCFSRatio=0.8847558903095607]
   [junit4]   2> 901300 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@779f1ef4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@42df269d),segFN=segments_1,generation=1}
   [junit4]   2> 901300 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901301 INFO  (OldIndexDirectoryCleanupThreadForCore-core2) [    x:core2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core2\data\
   [junit4]   2> 901302 WARN  (OldIndexDirectoryCleanupThreadForCore-core2) [    x:core2] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 901302 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 901305 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901305 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901306 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901307 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901308 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] 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> 901309 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 901310 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 901310 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 901310 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3549282054052151]
   [junit4]   2> 901311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@779f1ef4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@42df269d),segFN=segments_1,generation=1}
   [junit4]   2> 901311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.s.SolrIndexSearcher Opening Searcher@40699df2[core2] main
   [junit4]   2> 901311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core2\conf
   [junit4]   2> 901311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core2\conf}
   [junit4]   2> 901311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core2\conf
   [junit4]   2> 901311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 901311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 901312 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.CoreContainer Opening transient core core2
   [junit4]   2> 901312 INFO  (searcherExecutor-2680-thread-1-processing-x:core2) [    x:core2] o.a.s.c.SolrCore [core2] Registered new searcher Searcher@40699df2[core2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 901312 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.CoreContainer registering core: core2
   [junit4]   2> 901312 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.h.a.CoreAdminHandler core create command loadOnStartup=true&transient=true&name=core3&action=CREATE&instanceDir=./core3&wt=xml
   [junit4]   2> 901313 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrCore Created CoreDescriptor: {name=core3, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=./core3, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core3\, dataDir=data\}
   [junit4]   2> 901313 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core3\'
   [junit4]   2> 901329 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 901330 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 901333 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 901334 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core3\conf\schema.xml
   [junit4]   2> 901336 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.s.IndexSchema [core3] Schema name=tiny
   [junit4]   2> 901337 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 901338 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core3\conf'
   [junit4]   2> 901338 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core2] o.a.s.c.CoreContainer Creating SolrCore 'core3' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core3\
   [junit4]   2> 901338 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 901339 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core3\], dataDir=[null]
   [junit4]   2> 901339 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrCore JMX monitoring not detected for core: core3
   [junit4]   2> 901339 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core3\data\
   [junit4]   2> 901339 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core3\data\index/
   [junit4]   2> 901339 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrCore [core3] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core3\data\index' doesn't exist. Creating new index...
   [junit4]   2> 901340 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core3\data\index
   [junit4]   2> 901340 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=89.03515625, floorSegmentMB=1.61328125, forceMergeDeletesPctAllowed=0.04640324071804813, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 901340 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@49deec21 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@194e0921),segFN=segments_1,generation=1}
   [junit4]   2> 901340 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901341 INFO  (OldIndexDirectoryCleanupThreadForCore-core3) [    x:core3] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core3 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core3\data\
   [junit4]   2> 901351 WARN  (OldIndexDirectoryCleanupThreadForCore-core3) [    x:core3] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core3\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 901351 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 901354 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901355 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901356 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901357 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901358 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] 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> 901359 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 901359 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 901360 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 901360 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=23.4951171875, floorSegmentMB=1.681640625, forceMergeDeletesPctAllowed=10.312166341448393, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3199649360692088
   [junit4]   2> 901360 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@49deec21 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@194e0921),segFN=segments_1,generation=1}
   [junit4]   2> 901360 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901361 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.s.SolrIndexSearcher Opening Searcher@29732a8b[core3] main
   [junit4]   2> 901362 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core3\conf
   [junit4]   2> 901362 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core3\conf}
   [junit4]   2> 901362 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core3\conf
   [junit4]   2> 901362 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 901362 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 901362 INFO  (searcherExecutor-2685-thread-1-processing-x:core3) [    x:core3] o.a.s.c.SolrCore [core3] Registered new searcher Searcher@29732a8b[core3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 901362 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.CoreContainer Opening transient core core3
   [junit4]   2> 901363 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.CoreContainer registering core: core3
   [junit4]   2> 901363 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.h.a.CoreAdminHandler core create command loadOnStartup=false&transient=true&name=core4&action=CREATE&instanceDir=./core4&wt=xml
   [junit4]   2> 901364 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrCore Created CoreDescriptor: {name=core4, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=./core4, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core4\, dataDir=data\}
   [junit4]   2> 901364 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core4\'
   [junit4]   2> 901386 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 901388 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 901397 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 901398 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core4\conf\schema.xml
   [junit4]   2> 901400 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.s.IndexSchema [core4] Schema name=tiny
   [junit4]   2> 901402 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 901403 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core4\conf'
   [junit4]   2> 901403 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core3] o.a.s.c.CoreContainer Creating SolrCore 'core4' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core4\
   [junit4]   2> 901403 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 901403 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core4\], dataDir=[null]
   [junit4]   2> 901403 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.c.SolrCore JMX monitoring not detected for core: core4
   [junit4]   2> 901404 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core4\data\
   [junit4]   2> 901404 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core4\data\index/
   [junit4]   2> 901404 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.c.SolrCore [core4] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core4\data\index' doesn't exist. Creating new index...
   [junit4]   2> 901405 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core4\data\index
   [junit4]   2> 901405 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1793158216, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 901405 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@38b6c70c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a38edd6),segFN=segments_1,generation=1}
   [junit4]   2> 901408 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901408 INFO  (OldIndexDirectoryCleanupThreadForCore-core4) [    x:core4] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core4 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core4\data\
   [junit4]   2> 901410 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 901410 WARN  (OldIndexDirectoryCleanupThreadForCore-core4) [    x:core4] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_1720C2ED9F6C9F53-001\tempDir-001\.\core4\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 901411 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901412 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901413 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901413 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 901414 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] 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> 901414 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 901415 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 901415 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 901415 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.33459931964639333]
   [junit4]   2> 901415 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@38b6c70c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a38edd6),segFN=segments_1,generation=1}
   [junit4]   2> 901415 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 901416 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] o.a.s.s.SolrIndexSearcher Opening Searcher@4c604038[core4] main
   [junit4]   2> 901417 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1720C2ED9F6C9F53]) [    x:core4] 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_1720C2ED9F6C9F53-001\tempDir-001\.\core4\conf
   [junit4]   2> 901417 INFO  (TEST-TestLazyCores.testCreateTransientFromAd

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

ores_1720C2ED9F6C9F53-001\tempDir-007\collection3\data\index
   [junit4]   2> 903733 INFO  (TEST-TestLazyCores.testRace-seed#[1720C2ED9F6C9F53]) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 903734 INFO  (SUITE-TestLazyCores-seed#[1720C2ED9F6C9F53]-worker) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 903734 INFO  (SUITE-TestLazyCores-seed#[1720C2ED9F6C9F53]-worker) [    x:collectionLazy3] o.a.s.c.CoreContainer Shutting down CoreContainer instance=624086134
   [junit4]   2> 1025587 ERROR (SUITE-TestLazyCores-seed#[1720C2ED9F6C9F53]-worker) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]   2> Aug 21, 2015 4:33:37 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Aug 21, 2015 4:33:57 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=6932, name=searcherExecutor-2732-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> Aug 21, 2015 4:33:57 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=6932, name=searcherExecutor-2732-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Aug 21, 2015 4:34:00 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=6932, name=searcherExecutor-2732-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), sim=DefaultSimilarity, locale=es_CR, timezone=America/Tijuana
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_51 (64-bit)/cpus=3,threads=2,free=87989728,total=343146496
   [junit4]   2> NOTE: All tests run in this JVM: [PKIAuthenticationIntegrationTest, ChangedSchemaMergeTest, ZkStateWriterTest, TestCustomDocTransformer, TestXIncludeConfig, TestHashPartitioner, TestHighlightDedupGrouping, DistributedQueueTest, PeerSyncTest, SortByFunctionTest, TestSchemaResource, TestDynamicLoading, JSONWriterTest, HdfsThreadLeakTest, TestRestoreCore, TestBinaryResponseWriter, SystemInfoHandlerTest, ZkControllerTest, TestAuthenticationFramework, SegmentsInfoRequestHandlerTest, BadComponentTest, SolrIndexSplitterTest, TestRecoveryHdfs, TestMinMaxOnMultiValuedField, DistribCursorPagingTest, TestDocBasedVersionConstraints, NumericFieldsTest, OverseerTest, TestLeaderElectionZkExpiry, BufferStoreTest, HdfsRecoverLeaseTest, TestLRUCache, TestSolrConfigHandlerCloud, TestSerializedLuceneMatchVersion, TestSolrIndexConfig, TimeZoneUtilsTest, TestReplicationHandlerBackup, TestReloadAndDeleteDocs, TestCollationField, TestFieldTypeResource, SuggesterFSTTest, DOMUtilTest, TestReqParamsAPI, ResponseHeaderTest, TestAnalyzeInfixSuggestions, HdfsUnloadDistributedZkTest, BJQParserTest, DocExpirationUpdateProcessorFactoryTest, TestUniqueKeyFieldResource, TestCopyFieldCollectionResource, VersionInfoTest, TestPerFieldSimilarity, BasicAuthIntegrationTest, TestSolrConfigHandler, RequiredFieldsTest, TestSurroundQueryParser, PreAnalyzedFieldTest, TestCharFilters, ZkCLITest, BlockDirectoryTest, RecoveryZkTest, InfoHandlerTest, TestCustomSort, TestOverriddenPrefixQueryForCustomFieldType, DistributedQueryElevationComponentTest, CoreAdminHandlerTest, TestConfigSets, TestDynamicFieldCollectionResource, TestFieldResource, ShowFileRequestHandlerTest, ShardSplitTest, FacetPivotSmallTest, TestMissingGroups, LeaderFailoverAfterPartitionTest, TestExtendedDismaxParser, TestSort, ClusterStateUpdateTest, TestBinaryField, SynonymTokenizerTest, AnalyticsQueryTest, RankQueryTest, TestScoreJoinQPNoScore, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=1720C2ED9F6C9F53 -Dtests.slow=true -Dtests.locale=es_CR -Dtests.timezone=America/Tijuana -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([1720C2ED9F6C9F53]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:467)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:233)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=6932, name=searcherExecutor-2732-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([1720C2ED9F6C9F53]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=6932, name=searcherExecutor-2732-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([1720C2ED9F6C9F53]:0)
   [junit4] Completed [194/541] on J0 in 148.99s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 1062 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:775: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:719: 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:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:514: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1431: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:986: There were test failures: 541 suites, 2134 tests, 3 suite-level errors, 1229 ignored (28 assumptions)

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