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

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

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

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
        at __randomizedtesting.SeedInfo.seed([4BFF18981D5D8C5C]: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:229)
        at sun.reflect.GeneratedMethodAccessor34.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=3131, name=searcherExecutor-1584-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=3131, name=searcherExecutor-1584-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([4BFF18981D5D8C5C]: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=3131, name=searcherExecutor-1584-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=3131, name=searcherExecutor-1584-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([4BFF18981D5D8C5C]:0)




Build Log:
[...truncated 9961 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\init-core-data-001
   [junit4]   2> 627263 INFO  
(SUITE-TestLazyCores-seed#[4BFF18981D5D8C5C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 627264 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 627312 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\'
   [junit4]   2> 627337 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 610441931
   [junit4]   2> 627337 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\]
   [junit4]   2> 627337 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\lib
   [junit4]   2> 627337 WARN  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\lib).
   [junit4]   2> 627345 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
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> 627348 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 627348 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 627351 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 627351 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 627351 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 627355 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, instanceDir=collection1, loadOnStartup=true, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection1\, schema=schema.xml, 
transient=false, dataDir=data\}
   [junit4]   2> 627355 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, 
config=solrconfig.xml, instanceDir=collection2, loadOnStartup=true, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection2\, schema=schema.xml, 
transient=true, dataDir=data\}
   [junit4]   2> 627356 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, 
config=solrconfig.xml, instanceDir=collection3, loadOnStartup=false, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection3\, schema=schema.xml, 
transient=on, dataDir=data\}
   [junit4]   2> 627356 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, 
config=solrconfig.xml, instanceDir=collection4, loadOnStartup=false, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection4\, schema=schema.xml, 
transient=false, dataDir=data\}
   [junit4]   2> 627358 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, 
config=solrconfig.xml, instanceDir=collection5, loadOnStartup=true, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection5\, schema=schema.xml, 
transient=false, dataDir=data\}
   [junit4]   2> 627358 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, 
config=solrconfig.xml, instanceDir=collection6, loadOnStartup=false, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection6\, schema=schema.xml, 
transient=true, dataDir=data\}
   [junit4]   2> 627359 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy7, 
config=solrconfig.xml, instanceDir=collection7, loadOnStartup=false, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection7\, schema=schema.xml, 
transient=true, dataDir=data\}
   [junit4]   2> 627360 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy8, 
config=solrconfig.xml, instanceDir=collection8, loadOnStartup=false, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection8\, schema=schema.xml, 
transient=true, dataDir=data\}
   [junit4]   2> 627360 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy9, 
config=solrconfig.xml, instanceDir=collection9, loadOnStartup=false, 
absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection9\, schema=schema.xml, 
transient=true, dataDir=data\}
   [junit4]   2> 627361 INFO  (coreLoadExecutor-1579-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection1\'
   [junit4]   2> 627363 INFO  (coreLoadExecutor-1579-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection2\'
   [junit4]   2> 627363 INFO  (coreLoadExecutor-1579-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection5\'
   [junit4]   2> 627392 INFO  (coreLoadExecutor-1579-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 627393 INFO  (coreLoadExecutor-1579-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 627396 INFO  (coreLoadExecutor-1579-thread-1) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 627396 INFO  (coreLoadExecutor-1579-thread-1) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection1\conf\schema.xml
   [junit4]   2> 627399 INFO  (coreLoadExecutor-1579-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 627403 INFO  (coreLoadExecutor-1579-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 627403 INFO  (coreLoadExecutor-1579-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection1\
   [junit4]   2> 627403 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 627403 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection1\], dataDir=[null]
   [junit4]   2> 627403 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 627403 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection1\data\
   [junit4]   2> 627404 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection1\data\index/
   [junit4]   2> 627404 WARN  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection1\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 627404 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection1\data\index
   [junit4]   2> 627404 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 627404 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4179a13c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37b84125),segFN=segments_1,generation=1}
   [junit4]   2> 627404 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627406 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 627411 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627412 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627412 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627413 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627419 INFO  (coreLoadExecutor-1579-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> 627419 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 627420 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 627420 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 627420 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=83.62109375, 
floorSegmentMB=0.533203125, forceMergeDeletesPctAllowed=21.821932259492467, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5087617216324025
   [junit4]   2> 627420 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@4179a13c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37b84125),segFN=segments_1,generation=1}
   [junit4]   2> 627420 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627420 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2ebe994[collection1] 
main
   [junit4]   2> 627421 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection1\conf
   [junit4]   2> 627421 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection1\conf}
   [junit4]   2> 627421 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection1\conf
   [junit4]   2> 627422 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 627422 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 627422 INFO  (coreLoadExecutor-1579-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 627423 INFO  (coreLoadExecutor-1579-thread-2) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 627425 INFO  (coreLoadExecutor-1579-thread-2) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 627428 INFO  (coreLoadExecutor-1579-thread-2) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 627430 INFO  (coreLoadExecutor-1579-thread-2) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection2\conf\schema.xml
   [junit4]   2> 627432 INFO  (coreLoadExecutor-1579-thread-2) [    ] 
o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 627434 INFO  (coreLoadExecutor-1579-thread-2) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 627434 INFO  (coreLoadExecutor-1579-thread-2) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy2' using configuration 
from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection2\
   [junit4]   2> 627435 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 627435 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore [[collectionLazy2] ] Opening new SolrCore 
at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection2\], dataDir=[null]
   [junit4]   2> 627435 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collectionLazy2
   [junit4]   2> 627435 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection2\data\
   [junit4]   2> 627435 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection2\data\index/
   [junit4]   2> 627435 WARN  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection2\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 627438 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection2\data\index
   [junit4]   2> 627440 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 627440 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@6e46c19c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e80a0a0),segFN=segments_1,generation=1}
   [junit4]   2> 627440 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627442 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 627443 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627445 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627446 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627446 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627439 INFO  
(searcherExecutor-1580-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2ebe994[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 627439 INFO  (coreLoadExecutor-1579-thread-3) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 627449 INFO  (coreLoadExecutor-1579-thread-3) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 627453 INFO  (coreLoadExecutor-1579-thread-3) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 627454 INFO  (coreLoadExecutor-1579-thread-3) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection5\conf\schema.xml
   [junit4]   2> 627456 INFO  (coreLoadExecutor-1579-thread-3) [    ] 
o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 627457 INFO  (coreLoadExecutor-1579-thread-3) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 627459 INFO  (coreLoadExecutor-1579-thread-3) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration 
from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection5\
   [junit4]   2> 627459 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 627459 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore 
at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection5\], dataDir=[null]
   [junit4]   2> 627459 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collectionLazy5
   [junit4]   2> 627459 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection5\data\
   [junit4]   2> 627460 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection5\data\index/
   [junit4]   2> 627460 WARN  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection5\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 627460 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection5\data\index
   [junit4]   2> 627460 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=31, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 627460 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@373ed763 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14446595),segFN=segments_1,generation=1}
   [junit4]   2> 627460 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627448 INFO  (coreLoadExecutor-1579-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> 627461 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 627462 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 627463 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 627463 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 627463 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=83.62109375, 
floorSegmentMB=0.533203125, forceMergeDeletesPctAllowed=21.821932259492467, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5087617216324025
   [junit4]   2> 627464 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@6e46c19c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e80a0a0),segFN=segments_1,generation=1}
   [junit4]   2> 627464 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627464 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627464 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.s.SolrIndexSearcher Opening 
Searcher@79910874[collectionLazy2] main
   [junit4]   2> 627465 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627466 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627466 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627468 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.r.ManagedResourceStorage File-based storage 
initialized to use dir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection2\conf
   [junit4]   2> 627468 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection2\conf}
   [junit4]   2> 627468 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using 
file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection2\conf
   [junit4]   2> 627468 INFO  (coreLoadExecutor-1579-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> 627468 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 627468 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 627468 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 627468 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.CoreContainer Opening transient core collectionLazy2
   [junit4]   2> 627468 INFO  (coreLoadExecutor-1579-thread-2) [    
x:collectionLazy2] o.a.s.c.CoreContainer registering core: collectionLazy2
   [junit4]   2> 627468 INFO  
(searcherExecutor-1584-thread-1-processing-x:collectionLazy2) [    
x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Registered new searcher 
Searcher@79910874[collectionLazy2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 627469 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 627469 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 627469 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=34, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=83.62109375, 
floorSegmentMB=0.533203125, forceMergeDeletesPctAllowed=21.821932259492467, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5087617216324025
   [junit4]   2> 627469 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@373ed763 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14446595),segFN=segments_1,generation=1}
   [junit4]   2> 627469 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627469 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.s.SolrIndexSearcher Opening 
Searcher@427eba97[collectionLazy5] main
   [junit4]   2> 627469 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.r.ManagedResourceStorage File-based storage 
initialized to use dir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection5\conf
   [junit4]   2> 627469 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection5\conf}
   [junit4]   2> 627470 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using 
file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection5\conf
   [junit4]   2> 627470 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 627470 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 627470 INFO  (coreLoadExecutor-1579-thread-3) [    
x:collectionLazy5] o.a.s.c.CoreContainer registering core: collectionLazy5
   [junit4]   2> 627470 INFO  
(searcherExecutor-1586-thread-1-processing-x:collectionLazy5) [    
x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Registered new searcher 
Searcher@427eba97[collectionLazy5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 627472 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection3\'
   [junit4]   2> 627492 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 627494 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 627519 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 627519 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection3\conf\schema.xml
   [junit4]   2> 627521 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.s.IndexSchema [collectionLazy3] Schema name=tiny
   [junit4]   2> 627524 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 627524 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy3' using configuration 
from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection3\
   [junit4]   2> 627524 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 627524 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrCore [[collectionLazy3] ] Opening new SolrCore 
at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection3\], dataDir=[null]
   [junit4]   2> 627524 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collectionLazy3
   [junit4]   2> 627525 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection3\data\
   [junit4]   2> 627525 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection3\data\index/
   [junit4]   2> 627525 WARN  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection3\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 627525 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection3\data\index
   [junit4]   2> 627525 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=87.279296875, 
floorSegmentMB=0.8818359375, forceMergeDeletesPctAllowed=0.2371115814067548, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5256756095487742
   [junit4]   2> 627526 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@51bf1b40 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2efcd2e9),segFN=segments_1,generation=1}
   [junit4]   2> 627526 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627527 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 627528 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627530 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627532 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627533 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627534 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] 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> 627534 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 627535 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 627535 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 627535 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=75.2138671875, 
floorSegmentMB=0.4033203125, forceMergeDeletesPctAllowed=8.689348012693122, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 627535 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@51bf1b40 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2efcd2e9),segFN=segments_1,generation=1}
   [junit4]   2> 627535 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627535 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.s.SolrIndexSearcher Opening 
Searcher@5cad0073[collectionLazy3] main
   [junit4]   2> 627536 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.r.ManagedResourceStorage File-based storage 
initialized to use dir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection3\conf
   [junit4]   2> 627536 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection3\conf}
   [junit4]   2> 627536 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using 
file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection3\conf
   [junit4]   2> 627536 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 627537 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 627537 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.CoreContainer Opening transient core collectionLazy3
   [junit4]   2> 627537 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.CoreContainer registering core: collectionLazy3
   [junit4]   2> 627537 INFO  
(searcherExecutor-1592-thread-1-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Registered new searcher 
Searcher@5cad0073[collectionLazy3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 627537 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for 
directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection4\'
   [junit4]   2> 627555 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 627558 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 627561 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 627562 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection4\conf\schema.xml
   [junit4]   2> 627564 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.s.IndexSchema [collectionLazy4] Schema name=tiny
   [junit4]   2> 627566 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 627566 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy3] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy4' 
using configuration from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection4\
   [junit4]   2> 627566 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 627566 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrCore [[collectionLazy4] ] Opening new SolrCore 
at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection4\], dataDir=[null]
   [junit4]   2> 627566 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collectionLazy4
   [junit4]   2> 627567 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection4\data\
   [junit4]   2> 627567 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection4\data\index/
   [junit4]   2> 627567 WARN  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection4\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 627567 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection4\data\index
   [junit4]   2> 627567 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] 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.0]
   [junit4]   2> 627568 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3a43883f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@81afa37),segFN=segments_1,generation=1}
   [junit4]   2> 627568 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627570 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 627571 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627572 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627573 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627575 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627576 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 627576 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 627577 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 627577 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 627577 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=67.8876953125, 
floorSegmentMB=1.9853515625, forceMergeDeletesPctAllowed=1.5026794938669241, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.19233190582277873
   [junit4]   2> 627578 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3a43883f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@81afa37),segFN=segments_1,generation=1}
   [junit4]   2> 627578 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627578 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.s.SolrIndexSearcher Opening 
Searcher@8d95b76[collectionLazy4] main
   [junit4]   2> 627578 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.r.ManagedResourceStorage File-based storage 
initialized to use dir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection4\conf
   [junit4]   2> 627579 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection4\conf}
   [junit4]   2> 627579 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using 
file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection4\conf
   [junit4]   2> 627579 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 627579 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 627579 INFO  
(searcherExecutor-1596-thread-1-processing-x:collectionLazy4) [    
x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Registered new searcher 
Searcher@8d95b76[collectionLazy4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 627579 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.CoreContainer registering core: collectionLazy4
   [junit4]   2> 627580 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrResourceLoader new SolrResourceLoader for 
directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection6\'
   [junit4]   2> 627598 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 627600 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 627604 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 627604 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection6\conf\schema.xml
   [junit4]   2> 627607 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.s.IndexSchema [collectionLazy6] Schema name=tiny
   [junit4]   2> 627608 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 627609 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy4] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy6' 
using configuration from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection6\
   [junit4]   2> 627609 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 627609 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrCore [[collectionLazy6] ] Opening new SolrCore 
at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection6\], dataDir=[null]
   [junit4]   2> 627609 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collectionLazy6
   [junit4]   2> 627609 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection6\data\
   [junit4]   2> 627609 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection6\data\index/
   [junit4]   2> 627610 WARN  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection6\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 627610 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection6\data\index
   [junit4]   2> 627611 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=18.525390625, 
floorSegmentMB=0.63671875, forceMergeDeletesPctAllowed=29.702300695138575, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7363358974377726
   [junit4]   2> 627612 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@9c8aeac 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52495590),segFN=segments_1,generation=1}
   [junit4]   2> 627612 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627614 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 627615 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627616 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627617 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627617 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627620 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 627620 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 627620 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 627621 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 627621 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6200748033416531]
   [junit4]   2> 627621 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@9c8aeac 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@52495590),segFN=segments_1,generation=1}
   [junit4]   2> 627621 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627621 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.s.SolrIndexSearcher Opening 
Searcher@4d09fdc2[collectionLazy6] main
   [junit4]   2> 627623 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.r.ManagedResourceStorage File-based storage 
initialized to use dir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection6\conf
   [junit4]   2> 627623 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection6\conf}
   [junit4]   2> 627623 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using 
file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection6\conf
   [junit4]   2> 627623 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 627623 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 627623 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.CoreContainer Opening transient core collectionLazy6
   [junit4]   2> 627624 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.CoreContainer registering core: collectionLazy6
   [junit4]   2> 627624 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrResourceLoader new SolrResourceLoader for 
directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection7\'
   [junit4]   2> 627652 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 627653 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 627656 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 627657 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection7\conf\schema.xml
   [junit4]   2> 627659 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.s.IndexSchema [collectionLazy7] Schema name=tiny
   [junit4]   2> 627662 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 627663 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy6] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy7' 
using configuration from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection7\
   [junit4]   2> 627663 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 627663 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrCore [[collectionLazy7] ] Opening new SolrCore 
at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection7\], dataDir=[null]
   [junit4]   2> 627663 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collectionLazy7
   [junit4]   2> 627663 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection7\data\
   [junit4]   2> 627664 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection7\data\index/
   [junit4]   2> 627664 WARN  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrCore [collectionLazy7] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection7\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 627664 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection7\data\index
   [junit4]   2> 627664 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=90.3671875, 
floorSegmentMB=1.1943359375, forceMergeDeletesPctAllowed=28.07029644834797, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 627666 INFO  
(searcherExecutor-1600-thread-1-processing-x:collectionLazy6) [    
x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6] Registered new searcher 
Searcher@4d09fdc2[collectionLazy6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 627667 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@243bb9bc 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19f5a665),segFN=segments_1,generation=1}
   [junit4]   2> 627667 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627669 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 627670 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627671 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627672 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627673 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627678 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] 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> 627678 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 627679 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 627679 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 627680 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=31.615234375, 
floorSegmentMB=1.2509765625, forceMergeDeletesPctAllowed=12.318293998128375, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 627681 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@243bb9bc 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19f5a665),segFN=segments_1,generation=1}
   [junit4]   2> 627681 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627681 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.s.SolrIndexSearcher Opening 
Searcher@4a7e7ecd[collectionLazy7] main
   [junit4]   2> 627682 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.r.ManagedResourceStorage File-based storage 
initialized to use dir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection7\conf
   [junit4]   2> 627682 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection7\conf}
   [junit4]   2> 627682 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using 
file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection7\conf
   [junit4]   2> 627682 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 627682 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 627682 INFO  
(searcherExecutor-1604-thread-1-processing-x:collectionLazy7) [    
x:collectionLazy7] o.a.s.c.SolrCore [collectionLazy7] Registered new searcher 
Searcher@4a7e7ecd[collectionLazy7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 627682 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.CoreContainer Opening transient core collectionLazy7
   [junit4]   2> 627683 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.CoreContainer registering core: collectionLazy7
   [junit4]   2> 627683 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrResourceLoader new SolrResourceLoader for 
directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection8\'
   [junit4]   2> 627701 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 627702 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 627723 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 627723 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.s.IndexSchema Reading Solr Schema from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection8\conf\schema.xml
   [junit4]   2> 627725 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.s.IndexSchema [collectionLazy8] Schema name=tiny
   [junit4]   2> 627727 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 627727 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy7] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy8' 
using configuration from instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection8\
   [junit4]   2> 627728 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 627728 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCore [[collectionLazy8] ] Opening new SolrCore 
at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection8\], dataDir=[null]
   [junit4]   2> 627728 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collectionLazy8
   [junit4]   2> 627728 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection8\data\
   [junit4]   2> 627728 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection8\data\index/
   [junit4]   2> 627729 WARN  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCore [collectionLazy8] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection8\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 627729 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection8\data\index
   [junit4]   2> 627729 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 627729 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@a2d2118 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@415a94f6),segFN=segments_1,generation=1}
   [junit4]   2> 627729 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627731 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 627732 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627734 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627735 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627736 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 627739 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] 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> 627739 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 627741 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 627741 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 627741 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=7.87109375, 
floorSegmentMB=2.1650390625, forceMergeDeletesPctAllowed=6.498408230081876, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 627742 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@a2d2118 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@415a94f6),segFN=segments_1,generation=1}
   [junit4]   2> 627742 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 627742 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.s.SolrIndexSearcher Opening 
Searcher@7b294674[collectionLazy8] main
   [junit4]   2> 627743 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.r.ManagedResourceStorage File-based storage 
initialized to use dir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection8\conf
   [junit4]   2> 627743 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection8\conf}
   [junit4]   2> 627743 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using 
file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-001\collection8\conf
   [junit4]   2> 627743 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 627743 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 627743 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.CoreContainer Opening transient core collectionLazy8
   [junit4]   2> 627743 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrCores Closing transient core [collectionLazy3]
   [junit4]   2> 627743 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.CoreContainer registering core: collectionLazy8
   [junit4]   2> 627744 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[4BFF18981D5D8C5C]) [    
x:collectionLazy8] o.a.s.c.SolrResourceLoader new SolrResourceLoader for 
directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001

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

5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 
4BFF18981D5D8C5C-001\tempDir-007\badSchema2\data\ 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-007\badSchema2\data\;done=false>>]
   [junit4]   2> 630277 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4BFF18981D5D8C5C]) [    
x:badSchema2] o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores
 4BFF18981D5D8C5C-001\tempDir-007\badSchema2\data\
   [junit4]   2> 630277 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4BFF18981D5D8C5C]) [    
x:badSchema2] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
   [junit4]   2> 630278 INFO  
(SUITE-TestLazyCores-seed#[4BFF18981D5D8C5C]-worker) [    x:badSchema2] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 630278 INFO  
(SUITE-TestLazyCores-seed#[4BFF18981D5D8C5C]-worker) [    x:badSchema2] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=63492879
   [junit4]   2> 750704 ERROR 
(SUITE-TestLazyCores-seed#[4BFF18981D5D8C5C]-worker) [    x:badSchema2] 
o.a.s.SolrTestCaseJ4 ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]   2> May 28, 2015 4:57:18 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> May 28, 2015 4:57:38 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=3131, name=searcherExecutor-1584-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> May 28, 2015 4:57:38 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=3131, name=searcherExecutor-1584-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> May 28, 2015 4:57:41 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=3131, name=searcherExecutor-1584-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): 
{v_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 v_s=FST50, v_f=PostingsFormat(name=Memory doPackFST= false)}, docValues:{}, 
sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=es_SV, 
timezone=America/Merida
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_45 
(64-bit)/cpus=3,threads=2,free=79863904,total=362283008
   [junit4]   2> NOTE: All tests run in this JVM: [TestComponentsName, 
ConnectionManagerTest, TestLFUCache, BlockDirectoryTest, 
TestPerFieldSimilarity, DistributedDebugComponentTest, TestReplicationHandler, 
AtomicUpdatesTest, SoftAutoCommitTest, LeaderFailoverAfterPartitionTest, 
TestStressVersions, ExternalCollectionsTest, TestMaxScoreQueryParser, 
XmlUpdateRequestHandlerTest, ZkControllerTest, TestFunctionQuery, 
TestDistribDocBasedVersion, BasicDistributedZkTest, TestElisionMultitermQuery, 
TestFreeTextSuggestions, RequiredFieldsTest, PreAnalyzedFieldTest, 
TestConfigOverlay, SystemInfoHandlerTest, DOMUtilTest, ClusterStateUpdateTest, 
ParsingFieldUpdateProcessorsTest, TestStandardQParsers, DocValuesTest, 
SharedFSAutoReplicaFailoverUtilsTest, OverseerStatusTest, 
TestOverriddenPrefixQueryForCustomFieldType, ShardSplitTest, 
DistributedFacetPivotSmallAdvancedTest, SolrPluginUtilsTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=4BFF18981D5D8C5C -Dtests.slow=true -Dtests.locale=es_SV 
-Dtests.timezone=America/Merida -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: 
SolrIndexSearcher opens=51 closes=50
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4BFF18981D5D8C5C]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:467)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:229)
   [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=3131, name=searcherExecutor-1584-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([4BFF18981D5D8C5C]:0)Throwable #3: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=3131, name=searcherExecutor-1584-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([4BFF18981D5D8C5C]:0)
   [junit4] Completed [133/497] on J0 in 147.50s, 7 tests, 1 failure, 2 errors 
<<< FAILURES!

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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to