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

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

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

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


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

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

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


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

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

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




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

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

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

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

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


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

Reply via email to