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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to