You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/12/03 04:31:14 UTC

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

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

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

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

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([B43D8A0D2090BF9]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:453)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:225)
	at sun.reflect.GeneratedMethodAccessor21.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:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	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:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	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:367)
	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=10239, name=searcherExecutor-4978-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=10239, name=searcherExecutor-4978-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([B43D8A0D2090BF9]: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=10239, name=searcherExecutor-4978-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=10239, name=searcherExecutor-4978-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([B43D8A0D2090BF9]:0)




Build Log:
[...truncated 10575 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\init-core-data-001
   [junit4]   2> 1632959 INFO  (SUITE-TestLazyCores-seed#[B43D8A0D2090BF9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1632960 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1633021 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001'
   [junit4]   2> 1633021 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1633021 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1633022 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreContainer New CoreContainer 2031354333
   [junit4]   2> 1633022 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001]
   [junit4]   2> 1633022 WARN  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\lib
   [junit4]   2> 1633022 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] 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> 1633032 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1633035 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1633035 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1633035 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1633035 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1633035 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1633036 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1633036 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1633039 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=on, dataDir=data\}
   [junit4]   2> 1633040 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1633040 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1633040 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1633041 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1633041 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection8, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1633042 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1633043 INFO  (coreLoadExecutor-4954-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1'
   [junit4]   2> 1633043 INFO  (coreLoadExecutor-4954-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2'
   [junit4]   2> 1633043 INFO  (coreLoadExecutor-4954-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1633043 INFO  (coreLoadExecutor-4954-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1633043 INFO  (coreLoadExecutor-4954-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1633043 INFO  (coreLoadExecutor-4954-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1633045 INFO  (coreLoadExecutor-4954-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5'
   [junit4]   2> 1633045 INFO  (coreLoadExecutor-4954-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1633045 INFO  (coreLoadExecutor-4954-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1633072 INFO  (coreLoadExecutor-4954-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1633072 INFO  (coreLoadExecutor-4954-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1633072 INFO  (coreLoadExecutor-4954-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1633074 INFO  (coreLoadExecutor-4954-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1633074 INFO  (coreLoadExecutor-4954-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1633081 INFO  (coreLoadExecutor-4954-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1633085 INFO  (coreLoadExecutor-4954-thread-2) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1633086 INFO  (coreLoadExecutor-4954-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1633088 INFO  (coreLoadExecutor-4954-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1633088 INFO  (coreLoadExecutor-4954-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1633092 INFO  (coreLoadExecutor-4954-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1633101 INFO  (coreLoadExecutor-4954-thread-3) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1633105 INFO  (coreLoadExecutor-4954-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1'
   [junit4]   2> 1633105 INFO  (coreLoadExecutor-4954-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1
   [junit4]   2> 1633105 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1633105 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1], dataDir=[null]
   [junit4]   2> 1633105 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1633106 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\data\
   [junit4]   2> 1633106 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\data\index/
   [junit4]   2> 1633106 WARN  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1633106 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\data\index
   [junit4]   2> 1633106 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1633107 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5a4d6037 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@474d29b9),segFN=segments_1,generation=1}
   [junit4]   2> 1633107 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1633107 INFO  (coreLoadExecutor-4954-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1633108 INFO  (coreLoadExecutor-4954-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1633109 INFO  (coreLoadExecutor-4954-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2'
   [junit4]   2> 1633109 INFO  (coreLoadExecutor-4954-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2
   [junit4]   2> 1633109 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1633109 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2], dataDir=[null]
   [junit4]   2> 1633109 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1633109 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\data\
   [junit4]   2> 1633110 INFO  (coreLoadExecutor-4954-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1633110 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1633109 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 1633111 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\data\
   [junit4]   2> 1633111 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\data\index/
   [junit4]   2> 1633111 WARN  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.SolrCore [collection2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1633112 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\data\index
   [junit4]   2> 1633112 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1633112 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4d60af78 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62231a05),segFN=segments_1,generation=1}
   [junit4]   2> 1633112 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1633115 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633116 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633117 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633117 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1633118 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633118 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633119 INFO  (coreLoadExecutor-4954-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> 1633119 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1633119 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1633119 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1633120 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=14.384765625, floorSegmentMB=1.8037109375, forceMergeDeletesPctAllowed=15.579005973041735, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1633120 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5a4d6037 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@474d29b9),segFN=segments_1,generation=1}
   [junit4]   2> 1633120 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1633120 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@b7af67f[collection1] main
   [junit4]   2> 1633120 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633121 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\conf
   [junit4]   2> 1633121 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\conf}
   [junit4]   2> 1633121 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\conf
   [junit4]   2> 1633121 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1633121 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1633121 INFO  (coreLoadExecutor-4954-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1633123 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633123 INFO  (coreLoadExecutor-4954-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5'
   [junit4]   2> 1633123 INFO  (coreLoadExecutor-4954-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5
   [junit4]   2> 1633123 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1633124 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5], dataDir=[null]
   [junit4]   2> 1633124 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 1633124 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633124 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\data\
   [junit4]   2> 1633124 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\data\index/
   [junit4]   2> 1633125 INFO  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\data\
   [junit4]   2> 1633125 WARN  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.SolrCore [collection5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1633125 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] 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> 1633126 INFO  (searcherExecutor-4955-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b7af67f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1633126 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\data\index
   [junit4]   2> 1633126 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1633126 WARN  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1633126 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1633126 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@73d77ae9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6170634d),segFN=segments_1,generation=1}
   [junit4]   2> 1633126 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1633127 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1633127 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1633127 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=14.384765625, floorSegmentMB=1.8037109375, forceMergeDeletesPctAllowed=15.579005973041735, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1633127 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4d60af78 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62231a05),segFN=segments_1,generation=1}
   [junit4]   2> 1633127 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1633127 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening Searcher@428233df[collection2] main
   [junit4]   2> 1633128 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\conf
   [junit4]   2> 1633128 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\conf}
   [junit4]   2> 1633128 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\conf
   [junit4]   2> 1633128 INFO  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection5 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\data\
   [junit4]   2> 1633129 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1633129 WARN  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1633129 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1633129 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1633129 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1633129 INFO  (coreLoadExecutor-4954-thread-2) [    x:collection2] o.a.s.c.CoreContainer registering core: collection2
   [junit4]   2> 1633129 INFO  (searcherExecutor-4956-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@428233df[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1633130 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633130 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633131 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633133 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633134 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] 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> 1633134 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1633135 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1633135 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1633135 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=14.384765625, floorSegmentMB=1.8037109375, forceMergeDeletesPctAllowed=15.579005973041735, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1633135 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@73d77ae9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6170634d),segFN=segments_1,generation=1}
   [junit4]   2> 1633135 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1633135 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening Searcher@226f3a67[collection5] main
   [junit4]   2> 1633135 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\conf
   [junit4]   2> 1633135 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\conf}
   [junit4]   2> 1633135 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\conf
   [junit4]   2> 1633136 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1633136 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1633136 INFO  (searcherExecutor-4960-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@226f3a67[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1633136 INFO  (coreLoadExecutor-4954-thread-3) [    x:collection5] o.a.s.c.CoreContainer registering core: collection5
   [junit4]   2> 1633142 INFO  (Thread-3963) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3'
   [junit4]   2> 1633142 INFO  (Thread-3963) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1633142 INFO  (Thread-3963) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1633149 INFO  (Thread-3963) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1633152 INFO  (Thread-3963) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1633156 INFO  (Thread-3963) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1633159 INFO  (Thread-3963) [    ] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1633163 INFO  (Thread-3963) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1633165 INFO  (Thread-3963) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3'
   [junit4]   2> 1633165 INFO  (Thread-3963) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3
   [junit4]   2> 1633165 INFO  (Thread-3963) [    x:collection3] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1633165 INFO  (Thread-3963) [    x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3], dataDir=[null]
   [junit4]   2> 1633165 INFO  (Thread-3963) [    x:collection3] o.a.s.c.SolrCore JMX monitoring not detected for core: collection3
   [junit4]   2> 1633166 INFO  (Thread-3963) [    x:collection3] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\data\
   [junit4]   2> 1633166 INFO  (Thread-3963) [    x:collection3] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\data\index/
   [junit4]   2> 1633166 WARN  (Thread-3963) [    x:collection3] o.a.s.c.SolrCore [collection3] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1633166 INFO  (Thread-3963) [    x:collection3] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\data\index
   [junit4]   2> 1633166 INFO  (Thread-3963) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1633167 INFO  (Thread-3963) [    x:collection3] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a1bcf89 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53267f2b),segFN=segments_1,generation=1}
   [junit4]   2> 1633167 INFO  (Thread-3963) [    x:collection3] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1633167 INFO  (OldIndexDirectoryCleanupThreadForCore-collection3) [    x:collection3] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection3 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\data\
   [junit4]   2> 1633168 WARN  (OldIndexDirectoryCleanupThreadForCore-collection3) [    x:collection3] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1633168 INFO  (Thread-3963) [    x:collection3] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1633170 INFO  (Thread-3963) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633171 INFO  (Thread-3963) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633172 INFO  (Thread-3963) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633174 INFO  (Thread-3963) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633175 INFO  (Thread-3963) [    x:collection3] 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> 1633175 INFO  (Thread-3963) [    x:collection3] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1633175 INFO  (Thread-3963) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1633175 INFO  (Thread-3963) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1633176 INFO  (Thread-3963) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=14.384765625, floorSegmentMB=1.8037109375, forceMergeDeletesPctAllowed=15.579005973041735, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1633176 INFO  (Thread-3963) [    x:collection3] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7a1bcf89 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@53267f2b),segFN=segments_1,generation=1}
   [junit4]   2> 1633176 INFO  (Thread-3963) [    x:collection3] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1633176 INFO  (Thread-3963) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening Searcher@e493be2[collection3] main
   [junit4]   2> 1633177 INFO  (Thread-3963) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\conf
   [junit4]   2> 1633177 INFO  (Thread-3963) [    x:collection3] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\conf}
   [junit4]   2> 1633177 INFO  (Thread-3963) [    x:collection3] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\conf
   [junit4]   2> 1633177 INFO  (Thread-3963) [    x:collection3] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1633178 INFO  (Thread-3963) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1633178 INFO  (searcherExecutor-4967-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@e493be2[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1633178 INFO  (Thread-3963) [    x:collection3] o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1633178 INFO  (Thread-3963) [    x:collection3] o.a.s.c.CoreContainer registering core: collection3
   [junit4]   2> 1633191 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2031354333
   [junit4]   2> 1633191 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6b2fbbec
   [junit4]   2> 1633191 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1633191 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1633192 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1633192 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1633193 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1633193 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1633193 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\data\;done=false>>]
   [junit4]   2> 1633193 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\data\
   [junit4]   2> 1633193 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\data\index;done=false>>]
   [junit4]   2> 1633193 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection1\data\index
   [junit4]   2> 1633193 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@2aca2088
   [junit4]   2> 1633193 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection5] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection5] o.a.s.c.SolrCore [collection5] Closing main searcher on request.
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\data\index;done=false>>]
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\data\index
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\data\;done=false>>]
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection5\data\
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@e9f3adb
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection2] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1633194 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1633195 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection2] o.a.s.c.SolrCore [collection2] Closing main searcher on request.
   [junit4]   2> 1633195 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1633195 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\data\index;done=false>>]
   [junit4]   2> 1633195 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\data\index
   [junit4]   2> 1633195 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\data\;done=false>>]
   [junit4]   2> 1633195 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection2\data\
   [junit4]   2> 1633195 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@379c37e4
   [junit4]   2> 1633195 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1633195 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1633195 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1633195 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1633196 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.SolrCore [collection3] Closing main searcher on request.
   [junit4]   2> 1633196 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1633196 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\data\;done=false>>]
   [junit4]   2> 1633196 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\data\
   [junit4]   2> 1633196 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\data\index;done=false>>]
   [junit4]   2> 1633196 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-001\collection3\data\index
   [junit4]   2> 1633196 INFO  (TEST-TestLazyCores.testRace-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 1633197 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 1633268 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002'
   [junit4]   2> 1633268 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1633268 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1633269 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreContainer New CoreContainer 561646112
   [junit4]   2> 1633269 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002]
   [junit4]   2> 1633269 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\lib
   [junit4]   2> 1633270 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] 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> 1633278 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1633281 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1633281 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1633281 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1633281 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1633281 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1633282 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1633284 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1633285 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=on, dataDir=data\}
   [junit4]   2> 1633286 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1633286 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1633287 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1633287 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1633288 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection8, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1633289 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[B43D8A0D2090BF9]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1633289 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection1'
   [junit4]   2> 1633289 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection2'
   [junit4]   2> 1633289 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1633289 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1633289 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1633289 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1633290 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection5'
   [junit4]   2> 1633290 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1633290 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1633317 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1633317 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1633317 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1633319 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1633319 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1633322 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1633328 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1633332 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1633332 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1633332 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1633335 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1633335 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1633336 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1633337 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1633338 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1633344 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection5'
   [junit4]   2> 1633344 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection5
   [junit4]   2> 1633344 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection2'
   [junit4]   2> 1633344 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1633344 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection2
   [junit4]   2> 1633344 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1633344 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection1'
   [junit4]   2> 1633344 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection2], dataDir=[null]
   [junit4]   2> 1633344 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection5], dataDir=[null]
   [junit4]   2> 1633345 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 1633345 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 1633344 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection1
   [junit4]   2> 1633345 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1633345 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection5\data\
   [junit4]   2> 1633345 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection1], dataDir=[null]
   [junit4]   2> 1633345 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection5\data\index/
   [junit4]   2> 1633345 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1633345 WARN  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore [collection5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1633345 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection1\data\
   [junit4]   2> 1633345 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection5\data\index
   [junit4]   2> 1633345 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection1\data\index/
   [junit4]   2> 1633346 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1633346 WARN  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1633346 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection1\data\index
   [junit4]   2> 1633345 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection2\data\
   [junit4]   2> 1633346 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection2\data\index/
   [junit4]   2> 1633346 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1633346 WARN  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore [collection2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1633346 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6f8783c9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1302c0cb),segFN=segments_1,generation=1}
   [junit4]   2> 1633346 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1633346 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@e01be7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6bb351c4),segFN=segments_1,generation=1}
   [junit4]   2> 1633346 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1633346 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection2\data\index
   [junit4]   2> 1633347 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1633347 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@140a7601 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a9258f6),segFN=segments_1,generation=1}
   [junit4]   2> 1633347 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1633347 INFO  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection5 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection5\data\
   [junit4]   2> 1633348 WARN  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection5\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1633348 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1633349 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1633349 INFO  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection2\data\
   [junit4]   2> 1633351 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection1\data\
   [junit4]   2> 1633351 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1633351 WARN  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1633352 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestLazyCores_B43D8A0D2090BF9-001\tempDir-002\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1633357 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633357 INFO  (coreLoadExecutor-4976-thread-3-processing-x:collection3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633358 INFO  (coreLoadExecutor-4976-thread-2-processing-x:collection3) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1633358 INFO  (coreLoadExecutor-4976-thread-1-processing-x:collection3) [ 

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

        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Dec 03, 2015 3:30:17 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=10239, name=searcherExecutor-4978-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 03, 2015 3:30:20 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=10239, name=searcherExecutor-4978-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(Lucene60), sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ko, timezone=America/Argentina/Buenos_Aires
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=2,free=129307816,total=462946304
   [junit4]   2> NOTE: All tests run in this JVM: [FullHLLTest, TestInitParams, TestCoreDiscovery, TestReplicaProperties, TestMaxScoreQueryParser, TestIndexingPerformance, TestCollationField, SharedFSAutoReplicaFailoverUtilsTest, AtomicUpdatesTest, TestRealTimeGet, TestSortingResponseWriter, DocValuesMissingTest, VersionInfoTest, AsyncCallRequestStatusResponseTest, TestValueSourceCache, FullSolrCloudDistribCmdsTest, SpellingQueryConverterTest, TestRTimerTree, JavabinLoaderTest, DistributedExpandComponentTest, DeleteReplicaTest, HdfsBasicDistributedZkTest, OverseerRolesTest, SearchHandlerTest, TestBM25SimilarityFactory, TestPerFieldSimilarityWithDefaultOverride, TestQuerySenderListener, TestManagedSchemaDynamicFieldResource, StressHdfsTest, OverseerCollectionConfigSetProcessorTest, TestReload, ResponseLogComponentTest, BlockDirectoryTest, DeleteInactiveReplicaTest, SpellCheckCollatorTest, ExplicitHLLTest, TestImplicitCoreProperties, OverriddenZkACLAndCredentialsProvidersTest, TestSolr4Spatial2, TestBulkSchemaConcurrent, TestReloadDeadlock, RequestLoggingTest, TestManagedResourceStorage, TestClassicSimilarityFactory, DistribCursorPagingTest, TestFileDictionaryLookup, TestDynamicFieldResource, TestManagedSynonymFilterFactory, DistributedFacetPivotWhiteBoxTest, HdfsThreadLeakTest, PKIAuthenticationIntegrationTest, CustomCollectionTest, ExitableDirectoryReaderTest, FieldAnalysisRequestHandlerTest, TestIndexSearcher, BadIndexSchemaTest, HighlighterConfigTest, DebugComponentTest, TestFastOutputStream, TestCollectionAPI, HighlighterMaxOffsetTest, DistributedTermsComponentTest, TestTrie, TestSolrQueryParserResource, TestOrdValues, TestRandomFaceting, TestComplexPhraseQParserPlugin, TestFilteredDocIdSet, CurrencyFieldOpenExchangeTest, DistributedMLTComponentTest, TestFieldSortValues, BasicFunctionalityTest, OverseerTaskQueueTest, TestSolrIndexConfig, TestSolrQueryParser, QueryParsingTest, TestLMJelinekMercerSimilarityFactory, TestCloudManagedSchema, TestBadConfig, TestNonDefinedSimilarityFactory, SolrCmdDistributorTest, DataDrivenBlockJoinTest, TestMissingGroups, TestAnalyzeInfixSuggestions, SimpleMLTQParserTest, TestRecovery, TestSolr4Spatial, HdfsDirectoryFactoryTest, SolrPluginUtilsTest, EchoParamsTest, TestDistributedStatsComponentCardinality, TestJsonFacets, DeleteLastCustomShardedReplicaTest, TestFiltering, HdfsChaosMonkeySafeLeaderTest, SpellCheckComponentTest, AnalyticsQueryTest, HdfsBasicDistributedZk2Test, TestTrieFacet, FileBasedSpellCheckerTest, SuggesterTest, TestSearcherReuse, TestCollationFieldDocValues, QueryResultKeyTest, SuggesterWFSTTest, TestSchemaManager, TestBinaryResponseWriter, WordBreakSolrSpellCheckerTest, AutoCommitTest, FileUtilsTest, NoCacheHeaderTest, SynonymTokenizerTest, RequestHandlersTest, DefaultValueUpdateProcessorTest, RemoteQueryErrorTest, TestSQLHandler, OutOfBoxZkACLAndCredentialsProvidersTest, TestBinaryField, TestQueryUtils, TestQueryWrapperFilter, TestExactSharedStatsCache, HdfsRecoveryZkTest, CacheHeaderTest, TestRangeQuery, DistribDocExpirationUpdateProcessorTest, TestShardHandlerFactory, TestFastWriter, TestPerFieldSimilarity, TestRequestForwarding, TestSolrDeletionPolicy2, SSLMigrationTest, TestCursorMarkWithoutUniqueKey, TestNRTOpen, DistanceFunctionTest, TestSchemaNameResource, TestCloudPivotFacet, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, BasicZkTest, ZkSolrClientTest, TestRandomDVFaceting, ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting, TestHashPartitioner, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, ZkControllerTest, TestJoin, TestCoreContainer, SimpleFacetsTest, StatsComponentTest, ConvertedLegacyTest, TestSort, TestFunctionQuery, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=B43D8A0D2090BF9 -Dtests.slow=true -Dtests.locale=ko -Dtests.timezone=America/Argentina/Buenos_Aires -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B43D8A0D2090BF9]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:453)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:225)
   [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=10239, name=searcherExecutor-4978-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([B43D8A0D2090BF9]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=10239, name=searcherExecutor-4978-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([B43D8A0D2090BF9]:0)
   [junit4] Completed [416/563] on J1 in 150.00s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 516 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:782: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:726: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:516: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1432: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:987: There were test failures: 563 suites (8 ignored), 2234 tests, 3 suite-level errors, 481 ignored (77 assumptions) [seed: B43D8A0D2090BF9]

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