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/11/23 19:31:04 UTC

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

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

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([AB5F8C7C44B63A50]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:452)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:222)
	at sun.reflect.GeneratedMethodAccessor19.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=7984, name=searcherExecutor-3272-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=7984, name=searcherExecutor-3272-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([AB5F8C7C44B63A50]: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=7984, name=searcherExecutor-3272-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=7984, name=searcherExecutor-3272-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([AB5F8C7C44B63A50]:0)




Build Log:
[...truncated 10146 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\init-core-data-001
   [junit4]   2> 1161124 INFO  (SUITE-TestLazyCores-seed#[AB5F8C7C44B63A50]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1161126 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1161202 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001'
   [junit4]   2> 1161202 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1161202 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1161203 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.CoreContainer New CoreContainer 1749441535
   [junit4]   2> 1161203 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001]
   [junit4]   2> 1161204 WARN  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\lib
   [junit4]   2> 1161204 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] 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> 1161207 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1161207 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 1161214 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1161214 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1161214 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1161214 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1161216 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\, dataDir=data\}
   [junit4]   2> 1161217 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection2, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\, dataDir=data\}
   [junit4]   2> 1161217 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, config=solrconfig.xml, transient=on, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection3, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\, dataDir=data\}
   [junit4]   2> 1161218 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection4, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection4\, dataDir=data\}
   [junit4]   2> 1161219 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection5, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\, dataDir=data\}
   [junit4]   2> 1161220 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection6, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection6\, dataDir=data\}
   [junit4]   2> 1161220 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy7, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection7, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection7\, dataDir=data\}
   [junit4]   2> 1161221 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy8, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection8, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection8\, dataDir=data\}
   [junit4]   2> 1161221 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy9, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection9, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection9\, dataDir=data\}
   [junit4]   2> 1161222 INFO  (coreLoadExecutor-3147-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1'
   [junit4]   2> 1161222 INFO  (coreLoadExecutor-3147-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2'
   [junit4]   2> 1161222 INFO  (coreLoadExecutor-3147-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1161222 INFO  (coreLoadExecutor-3147-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1161222 INFO  (coreLoadExecutor-3147-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1161222 INFO  (coreLoadExecutor-3147-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1161222 INFO  (coreLoadExecutor-3147-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5'
   [junit4]   2> 1161223 INFO  (coreLoadExecutor-3147-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1161223 INFO  (coreLoadExecutor-3147-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1161256 INFO  (coreLoadExecutor-3147-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1161256 INFO  (coreLoadExecutor-3147-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1161257 INFO  (coreLoadExecutor-3147-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1161259 INFO  (coreLoadExecutor-3147-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1161260 INFO  (coreLoadExecutor-3147-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1161264 INFO  (coreLoadExecutor-3147-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1161265 INFO  (coreLoadExecutor-3147-thread-2) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1161267 INFO  (coreLoadExecutor-3147-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1161269 INFO  (coreLoadExecutor-3147-thread-3) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1161269 INFO  (coreLoadExecutor-3147-thread-2) [    ] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 1161270 INFO  (coreLoadExecutor-3147-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1161271 INFO  (coreLoadExecutor-3147-thread-3) [    ] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 1161276 INFO  (coreLoadExecutor-3147-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1161276 INFO  (coreLoadExecutor-3147-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1161276 INFO  (coreLoadExecutor-3147-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1161285 INFO  (coreLoadExecutor-3147-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5'
   [junit4]   2> 1161285 INFO  (coreLoadExecutor-3147-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2'
   [junit4]   2> 1161286 INFO  (coreLoadExecutor-3147-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5
   [junit4]   2> 1161286 INFO  (coreLoadExecutor-3147-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2
   [junit4]   2> 1161286 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1161286 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1161286 INFO  (coreLoadExecutor-3147-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1'
   [junit4]   2> 1161286 INFO  (coreLoadExecutor-3147-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1
   [junit4]   2> 1161286 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [[collectionLazy2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2], dataDir=[null]
   [junit4]   2> 1161286 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1161286 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 1161286 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5], dataDir=[null]
   [junit4]   2> 1161286 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1], dataDir=[null]
   [junit4]   2> 1161286 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 1161286 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1161287 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\data\
   [junit4]   2> 1161287 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\data\index/
   [junit4]   2> 1161287 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\data\
   [junit4]   2> 1161287 WARN  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1161287 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\data\index/
   [junit4]   2> 1161288 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\data\index
   [junit4]   2> 1161288 WARN  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1161287 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\data\
   [junit4]   2> 1161288 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.497925578324103]
   [junit4]   2> 1161288 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\data\index/
   [junit4]   2> 1161288 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\data\index
   [junit4]   2> 1161288 WARN  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1161288 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.497925578324103]
   [junit4]   2> 1161288 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\data\index
   [junit4]   2> 1161288 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.497925578324103]
   [junit4]   2> 1161289 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@74dcde63 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@61212bcd),segFN=segments_1,generation=1}
   [junit4]   2> 1161289 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1161289 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6b7565ba lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d3d08de),segFN=segments_1,generation=1}
   [junit4]   2> 1161289 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1161289 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7c1bf1c5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@114f68fb),segFN=segments_1,generation=1}
   [junit4]   2> 1161289 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1161289 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1161292 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\data\
   [junit4]   2> 1161292 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1161296 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1161297 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161299 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\data\
   [junit4]   2> 1161300 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1161300 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161302 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1161302 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161303 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161305 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161305 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161306 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161306 INFO  (coreLoadExecutor-3147-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> 1161307 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1161307 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161307 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1161307 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1161307 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=7.2392578125, floorSegmentMB=1.494140625, forceMergeDeletesPctAllowed=26.436826289481118, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.638735435445718
   [junit4]   2> 1161308 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@74dcde63 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@61212bcd),segFN=segments_1,generation=1}
   [junit4]   2> 1161308 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1161308 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2bdcd458[collection1] main
   [junit4]   2> 1161308 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1161308 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\conf
   [junit4]   2> 1161308 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\conf}
   [junit4]   2> 1161308 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\conf
   [junit4]   2> 1161309 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1161309 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1161309 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1161310 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=7.2392578125, floorSegmentMB=1.494140625, forceMergeDeletesPctAllowed=26.436826289481118, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.638735435445718
   [junit4]   2> 1161310 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1161310 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1161310 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6b7565ba lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3d3d08de),segFN=segments_1,generation=1}
   [junit4]   2> 1161311 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1161311 INFO  (coreLoadExecutor-3147-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1161311 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.s.SolrIndexSearcher Opening Searcher@506dcfb[collectionLazy2] main
   [junit4]   2> 1161312 INFO  (searcherExecutor-3150-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2bdcd458[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1161312 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\conf
   [junit4]   2> 1161312 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\conf}
   [junit4]   2> 1161312 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\conf
   [junit4]   2> 1161313 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161314 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1161314 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1161314 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer Opening transient core collectionLazy2
   [junit4]   2> 1161314 INFO  (coreLoadExecutor-3147-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer registering core: collectionLazy2
   [junit4]   2> 1161315 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy5 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\data\
   [junit4]   2> 1161315 INFO  (searcherExecutor-3149-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Registered new searcher Searcher@506dcfb[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1161315 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161316 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1161319 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161320 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161322 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1161323 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1161324 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1161324 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1161324 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=7.2392578125, floorSegmentMB=1.494140625, forceMergeDeletesPctAllowed=26.436826289481118, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.638735435445718
   [junit4]   2> 1161325 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7c1bf1c5 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@114f68fb),segFN=segments_1,generation=1}
   [junit4]   2> 1161325 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1161325 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.s.SolrIndexSearcher Opening Searcher@6d8f1828[collectionLazy5] main
   [junit4]   2> 1161327 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\conf
   [junit4]   2> 1161327 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\conf}
   [junit4]   2> 1161327 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\conf
   [junit4]   2> 1161329 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1161330 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1161330 INFO  (coreLoadExecutor-3147-thread-3) [    x:collectionLazy5] o.a.s.c.CoreContainer registering core: collectionLazy5
   [junit4]   2> 1161330 INFO  (searcherExecutor-3148-thread-1-processing-x:collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Registered new searcher Searcher@6d8f1828[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1161335 INFO  (Thread-3227) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3'
   [junit4]   2> 1161335 INFO  (Thread-3227) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1161335 INFO  (Thread-3227) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1161356 INFO  (Thread-3227) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1161360 INFO  (Thread-3227) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1161368 INFO  (Thread-3227) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1161374 INFO  (Thread-3227) [    ] o.a.s.s.IndexSchema [collectionLazy3] Schema name=tiny
   [junit4]   2> 1161377 INFO  (Thread-3227) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1161382 INFO  (Thread-3227) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3'
   [junit4]   2> 1161383 INFO  (Thread-3227) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy3' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3
   [junit4]   2> 1161383 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1161383 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.SolrCore [[collectionLazy3] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3], dataDir=[null]
   [junit4]   2> 1161384 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy3
   [junit4]   2> 1161384 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\data\
   [junit4]   2> 1161385 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\data\index/
   [junit4]   2> 1161385 WARN  (Thread-3227) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1161386 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\data\index
   [junit4]   2> 1161386 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.497925578324103]
   [junit4]   2> 1161387 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@60324825 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a464516),segFN=segments_1,generation=1}
   [junit4]   2> 1161387 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1161389 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy3 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\data\
   [junit4]   2> 1161389 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy3) [    x:collectionLazy3] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1161390 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1161391 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161392 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161393 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161394 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1161394 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1161394 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1161395 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1161395 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1161395 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=7.2392578125, floorSegmentMB=1.494140625, forceMergeDeletesPctAllowed=26.436826289481118, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.638735435445718
   [junit4]   2> 1161395 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@60324825 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a464516),segFN=segments_1,generation=1}
   [junit4]   2> 1161395 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1161395 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.s.SolrIndexSearcher Opening Searcher@31c5276c[collectionLazy3] main
   [junit4]   2> 1161395 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\conf
   [junit4]   2> 1161395 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\conf}
   [junit4]   2> 1161395 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\conf
   [junit4]   2> 1161396 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1161396 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1161396 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.CoreContainer Opening transient core collectionLazy3
   [junit4]   2> 1161396 INFO  (searcherExecutor-3160-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Registered new searcher Searcher@31c5276c[collectionLazy3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1161397 INFO  (Thread-3227) [    x:collectionLazy3] o.a.s.c.CoreContainer registering core: collectionLazy3
   [junit4]   2> 1161410 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1749441535
   [junit4]   2> 1161412 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@15915ff5
   [junit4]   2> 1161412 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1161412 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1161412 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1161412 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1161414 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1161414 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1161414 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\data\index;done=false>>]
   [junit4]   2> 1161414 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\data\index
   [junit4]   2> 1161414 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\data\;done=false>>]
   [junit4]   2> 1161414 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection1\data\
   [junit4]   2> 1161415 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5]  CLOSING SolrCore org.apache.solr.core.SolrCore@5150132c
   [junit4]   2> 1161415 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy5] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1161415 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1161415 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1161415 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1161420 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Closing main searcher on request.
   [junit4]   2> 1161420 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1161420 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\data\;done=false>>]
   [junit4]   2> 1161420 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\data\
   [junit4]   2> 1161420 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\data\index;done=false>>]
   [junit4]   2> 1161420 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection5\data\index
   [junit4]   2> 1161421 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@655380a5
   [junit4]   2> 1161421 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy2] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1161422 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1161422 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1161422 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1161424 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Closing main searcher on request.
   [junit4]   2> 1161424 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1161424 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\data\;done=false>>]
   [junit4]   2> 1161424 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\data\
   [junit4]   2> 1161424 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\data\index;done=false>>]
   [junit4]   2> 1161424 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection2\data\index
   [junit4]   2> 1161424 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3]  CLOSING SolrCore org.apache.solr.core.SolrCore@51251884
   [junit4]   2> 1161424 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1161424 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1161424 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1161424 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1161425 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Closing main searcher on request.
   [junit4]   2> 1161425 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1161425 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\data\;done=false>>]
   [junit4]   2> 1161425 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\data\
   [junit4]   2> 1161425 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\data\index;done=false>>]
   [junit4]   2> 1161425 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-001\collection3\data\index
   [junit4]   2> 1161425 INFO  (TEST-TestLazyCores.testRace-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 1161427 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 1161496 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002'
   [junit4]   2> 1161496 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1161496 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1161497 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.CoreContainer New CoreContainer 1314163618
   [junit4]   2> 1161497 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002]
   [junit4]   2> 1161497 WARN  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\lib
   [junit4]   2> 1161497 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] 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> 1161502 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1161503 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 1161503 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1161503 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1161503 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1161503 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1161506 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection1\, dataDir=data\}
   [junit4]   2> 1161507 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection2, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection2\, dataDir=data\}
   [junit4]   2> 1161509 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, config=solrconfig.xml, transient=on, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection3, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection3\, dataDir=data\}
   [junit4]   2> 1161509 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection4, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection4\, dataDir=data\}
   [junit4]   2> 1161510 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection5, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection5\, dataDir=data\}
   [junit4]   2> 1161510 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection6, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection6\, dataDir=data\}
   [junit4]   2> 1161511 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy7, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection7, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection7\, dataDir=data\}
   [junit4]   2> 1161511 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy8, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection8, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection8\, dataDir=data\}
   [junit4]   2> 1161511 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[AB5F8C7C44B63A50]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy9, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection9, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection9\, dataDir=data\}
   [junit4]   2> 1161511 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection1'
   [junit4]   2> 1161512 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection2'
   [junit4]   2> 1161512 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1161512 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1161512 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection5'
   [junit4]   2> 1161512 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1161512 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1161512 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1161512 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1161561 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1161561 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1161561 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1161563 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1161563 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1161563 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1161568 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1161569 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1161569 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1161572 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 1161574 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1161574 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 1161614 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1161614 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1161616 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1161632 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection1'
   [junit4]   2> 1161632 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection2'
   [junit4]   2> 1161633 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection2
   [junit4]   2> 1161633 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection1
   [junit4]   2> 1161633 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1161633 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection5'
   [junit4]   2> 1161633 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection5
   [junit4]   2> 1161633 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1161634 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1161634 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.SolrCore [[collectionLazy2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection2], dataDir=[null]
   [junit4]   2> 1161634 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 1161634 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection1], dataDir=[null]
   [junit4]   2> 1161634 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1161634 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection5], dataDir=[null]
   [junit4]   2> 1161634 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 1161635 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection2\data\
   [junit4]   2> 1161635 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection5\data\
   [junit4]   2> 1161635 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection2\data\index/
   [junit4]   2> 1161635 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection5\data\index/
   [junit4]   2> 1161635 WARN  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1161635 WARN  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1161635 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection2\data\index
   [junit4]   2> 1161635 INFO  (coreLoadExecutor-3169-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection5\data\index
   [junit4]   2> 1161636 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection1\data\
   [junit4]   2> 1161636 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.497925578324103]
   [junit4]   2> 1161636 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection1\data\index/
   [junit4]   2> 1161637 WARN  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1161638 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2e1d884f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3070989),segFN=segments_1,generation=1}
   [junit4]   2> 1161638 INFO  (coreLoadExecutor-3169-thread-2-processing-x:collectionLazy3) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1161638 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_AB5F8C7C44B63A50-001\tempDir-002\collection1\data\index
   [junit4]   2> 1161638 INFO  (coreLoadExecutor-3169-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.497925578324103]
   [junit4]  

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

   2> Nov 23, 2015 6:27:09 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=7984, name=searcherExecutor-3272-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> Nov 23, 2015 6:27:09 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=7984, name=searcherExecutor-3272-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Nov 23, 2015 6:27:12 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=7984, name=searcherExecutor-3272-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=CheapBastard, sim=ClassicSimilarity, locale=da, timezone=US/Hawaii
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=2,free=157464096,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [SOLR749Test, TestSurroundQueryParser, SSLMigrationTest, AsyncCallRequestStatusResponseTest, TestWordDelimiterFilterFactory, CloneFieldUpdateProcessorFactoryTest, TestClassicSimilarityFactory, CurrencyFieldXmlFileTest, TestRandomDVFaceting, CursorPagingTest, SuggesterFSTTest, TestDistributedSearch, TestConfigSetsAPI, AnalysisErrorHandlingTest, HighlighterTest, OverseerRolesTest, TestSortByMinMaxFunction, QueryElevationComponentTest, TestJmxIntegration, HdfsRecoveryZkTest, AnalysisAfterCoreReloadTest, SolrCloudExampleTest, DocValuesTest, RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverTest, TestSort, PrimUtilsTest, RestartWhileUpdatingTest, RequiredFieldsTest, XsltUpdateRequestHandlerTest, TestCodecSupport, DistributedIntervalFacetingTest, SpatialHeatmapFacetsTest, TestJettySolrRunner, TestPhraseSuggestions, TestDefaultSearchFieldResource, BJQParserTest, DocValuesMultiTest, TestHdfsUpdateLog, DocumentAnalysisRequestHandlerTest, DirectSolrSpellCheckerTest, TestRandomCollapseQParserPlugin, SolrXmlInZkTest, TestConfigSetsAPIExclusivity, TestFieldTypeCollectionResource, SpatialFilterTest, TestConfigSetImmutable, ShardSplitTest, QueryResultKeyTest, TestCSVLoader, TestAuthenticationFramework, IndexBasedSpellCheckerTest, SolrTestCaseJ4Test, TestStandardQParsers, BadComponentTest, TestDynamicFieldCollectionResource, TestRecoveryHdfs, RollingRestartTest, OutOfBoxZkACLAndCredentialsProvidersTest, CollectionReloadTest, SuggestComponentContextFilterQueryTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, ReturnFieldsTest, TestPartialUpdateDeduplication, QueryEqualityTest, RemoteQueryErrorTest, LeaderElectionTest, PreAnalyzedUpdateProcessorTest, JSONWriterTest, TestClusterStateMutator, AnalyticsQueryTest, ResponseHeaderTest, TestDocSet, TestDistribIDF, BigEndianAscendingWordDeserializerTest, TestManagedSchemaFieldResource, DistributedQueueTest, TestStressVersions, BigEndianAscendingWordSerializerTest, TestLRUCache, TestFunctionQuery, LeaderInitiatedRecoveryOnCommitTest, StatelessScriptUpdateProcessorFactoryTest, ZkControllerTest, DisMaxRequestHandlerTest, TestMiniSolrCloudClusterSSL, EnumFieldTest, HdfsWriteToMultipleCollectionsTest, DistributedSpellCheckComponentTest, TestStressReorder, TestReRankQParserPlugin, ChaosMonkeyNothingIsSafeTest, TestInfoStreamLogging, TestChildDocTransformer, HLLSerializationTest, TestSha256AuthenticationProvider, TestIBSimilarityFactory, TestDistribDocBasedVersion, TestCloudInspectUtil, TestElisionMultitermQuery, TestObjectReleaseTracker, TestDFRSimilarityFactory, GraphQueryTest, TestFaceting, AssignTest, CleanupOldIndexTest, PeerSyncTest, ParsingFieldUpdateProcessorsTest, TimeZoneUtilsTest, TestHashPartitioner, UUIDFieldTest, StandardRequestHandlerTest, PingRequestHandlerTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=AB5F8C7C44B63A50 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=US/Hawaii -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([AB5F8C7C44B63A50]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:452)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:222)
   [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=7984, name=searcherExecutor-3272-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([AB5F8C7C44B63A50]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=7984, name=searcherExecutor-3272-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([AB5F8C7C44B63A50]:0)
   [junit4] Completed [235/561] on J0 in 150.02s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 1073 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:775: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:719: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml: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: 561 suites (8 ignored), 2227 tests, 3 suite-level errors, 1148 ignored (71 assumptions) [seed: AB5F8C7C44B63A50]

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



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

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

1 tests failed.
FAILED:  org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck

Error Message:
Could not find a healthy node to handle the request.

Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle the request.
	at __randomizedtesting.SeedInfo.seed([98A5DDE26036BBD6:76766332E5DA8132]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1084)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
	at org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:200)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	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$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	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)




Build Log:
[...truncated 10508 lines...]
   [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\init-core-data-001
   [junit4]   2> 2009863 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 2009864 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2009864 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 2009865 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2009865 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 2009865 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2009865 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2009905 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2009911 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2009924 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2009928 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2009990 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2009997 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2009997 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2010001 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2010003 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2010005 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2010005 WARN  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2010005 WARN  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2010005 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2010006 WARN  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2010006 WARN  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2010006 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2010006 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 2010006 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr'
   [junit4]   2> 2010006 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2010006 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 2010006 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1371902339
   [junit4]   2> 2010006 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr]
   [junit4]   2> 2010007 WARN  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 2010007 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] 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> 2010012 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 2010015 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2010015 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2010015 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2010015 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2010016 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\init-core-data-001, shard=shard1}
   [junit4]   2> 2010017 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
   [junit4]   2> 2010017 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2010017 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 2010017 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2010017 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2010045 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2010056 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2010078 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2010084 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2010156 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2010161 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2010161 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2010169 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2010172 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2010174 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2010175 WARN  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2010175 WARN  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2010175 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2010175 WARN  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2010175 WARN  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2010184 INFO  (coreLoadExecutor-6227-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\core\src\test-files\solr\collection1'
   [junit4]   2> 2010184 INFO  (coreLoadExecutor-6227-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 2010185 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2010185 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1], dataDir=[null]
   [junit4]   2> 2010185 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@59ad302d
   [junit4]   2> 2010185 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\init-core-data-001\
   [junit4]   2> 2010186 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\init-core-data-001\index/
   [junit4]   2> 2010186 WARN  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 2010186 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\init-core-data-001\index
   [junit4]   2> 2010186 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=50, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=17.7646484375, floorSegmentMB=1.30859375, forceMergeDeletesPctAllowed=11.012036739110023, segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2010187 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@44dd47fa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30e6efdb),segFN=segments_1,generation=1}
   [junit4]   2> 2010187 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2010187 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\init-core-data-001\
   [junit4]   2> 2010191 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2010191 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2010191 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2010191 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2010191 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2010191 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2010192 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2010192 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2010192 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2010192 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2010192 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2010192 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2010199 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2010201 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2010202 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2010204 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2010208 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 2010210 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 2010210 WARN  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2010211 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2010212 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2010212 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2010213 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2010213 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2010214 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2010214 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@44dd47fa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@30e6efdb),segFN=segments_1,generation=1}
   [junit4]   2> 2010214 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2010214 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2a795d6e[collection1] main
   [junit4]   2> 2010214 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 2010214 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2010215 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2010215 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2010326 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2010586 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2010586 INFO  (searcherExecutor-6228-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2010586 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2010586 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2010586 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2010586 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1518690570254417920
   [junit4]   2> 2010587 INFO  (searcherExecutor-6228-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2010587 INFO  (searcherExecutor-6228-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2010587 INFO  (searcherExecutor-6228-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2010587 INFO  (searcherExecutor-6228-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2010588 INFO  (searcherExecutor-6228-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2010588 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1518690570254417920
   [junit4]   2> 2010588 INFO  (coreLoadExecutor-6227-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2010589 INFO  (searcherExecutor-6228-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2010590 INFO  (searcherExecutor-6228-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2010590 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2010590 INFO  (searcherExecutor-6228-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2010593 INFO  (searcherExecutor-6228-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2a795d6e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2010594 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[98A5DDE26036BBD6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionRaisesException
   [junit4]   2> 2010597 INFO  (TEST-PingRequestHandlerTest.testBadActionRaisesException-seed#[98A5DDE26036BBD6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionRaisesException
   [junit4]   2> 2010599 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingWithNoHealthCheck
   [junit4]   2> 2010600 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={wt=xml} hits=0 status=0 QTime=2 
   [junit4]   2> 2010601 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.S.Request [collection1] webapp=null path=null params={action=ping&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 2010601 INFO  (TEST-PingRequestHandlerTest.testPingWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPingWithNoHealthCheck
   [junit4]   2> 2010602 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingInClusterWithNoHealthCheck
   [junit4]   2> 2010604 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2010604 INFO  (Thread-5324) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2010604 INFO  (Thread-5324) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2010705 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.ZkTestServer start zk server on port:52368
   [junit4]   2> 2010705 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2010706 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010709 INFO  (zkCallback-2100-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@20794440 name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010709 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010709 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2010709 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2010712 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 2010715 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15137906fd30000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2010718 INFO  (jetty-launcher-2099-thread-4) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2010719 INFO  (jetty-launcher-2099-thread-5) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2010721 INFO  (jetty-launcher-2099-thread-3) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2010721 INFO  (jetty-launcher-2099-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6457518c{/solr,null,AVAILABLE}
   [junit4]   2> 2010733 INFO  (jetty-launcher-2099-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2010735 INFO  (jetty-launcher-2099-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2010736 INFO  (jetty-launcher-2099-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a2e7a42{/solr,null,AVAILABLE}
   [junit4]   2> 2010736 INFO  (jetty-launcher-2099-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@43aaaee8{/solr,null,AVAILABLE}
   [junit4]   2> 2010736 INFO  (jetty-launcher-2099-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@426dffe3{SSL-http/1.1}{127.0.0.1:52372}
   [junit4]   2> 2010736 INFO  (jetty-launcher-2099-thread-4) [    ] o.e.j.s.Server Started @2014916ms
   [junit4]   2> 2010736 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52372}
   [junit4]   2> 2010737 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 2010737 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node2'
   [junit4]   2> 2010737 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2010737 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 2010737 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2010746 INFO  (jetty-launcher-2099-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6524ed06{/solr,null,AVAILABLE}
   [junit4]   2> 2010752 INFO  (jetty-launcher-2099-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@3e7b111a{SSL-http/1.1}{127.0.0.1:52383}
   [junit4]   2> 2010752 INFO  (jetty-launcher-2099-thread-2) [    ] o.e.j.s.Server Started @2014931ms
   [junit4]   2> 2010752 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52383}
   [junit4]   2> 2010752 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 2010753 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node5'
   [junit4]   2> 2010753 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2010753 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 2010754 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2010755 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010767 INFO  (jetty-launcher-2099-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@781a0ac6{/solr,null,AVAILABLE}
   [junit4]   2> 2010767 INFO  (jetty-launcher-2099-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@75d9e07f{SSL-http/1.1}{127.0.0.1:52376}
   [junit4]   2> 2010767 INFO  (jetty-launcher-2099-thread-5) [    ] o.e.j.s.Server Started @2014947ms
   [junit4]   2> 2010767 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52376}
   [junit4]   2> 2010768 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 2010768 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node3'
   [junit4]   2> 2010768 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2010769 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 2010769 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2010777 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010777 INFO  (jetty-launcher-2099-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@6cc45889{SSL-http/1.1}{127.0.0.1:52375}
   [junit4]   2> 2010777 INFO  (jetty-launcher-2099-thread-3) [    ] o.e.j.s.Server Started @2014956ms
   [junit4]   2> 2010777 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52375}
   [junit4]   2> 2010777 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 2010777 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node4'
   [junit4]   2> 2010778 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2010778 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 2010778 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2010779 INFO  (jetty-launcher-2099-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@17052b59{SSL-http/1.1}{127.0.0.1:52388}
   [junit4]   2> 2010779 INFO  (jetty-launcher-2099-thread-1) [    ] o.e.j.s.Server Started @2014959ms
   [junit4]   2> 2010779 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52388}
   [junit4]   2> 2010779 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 2010780 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node1'
   [junit4]   2> 2010780 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2010780 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
   [junit4]   2> 2010780 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2010781 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010781 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010782 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010789 INFO  (zkCallback-2102-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@373eb93c name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010789 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010789 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2010790 INFO  (zkCallback-2105-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@147c008c name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010790 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010790 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2010790 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2010790 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2010791 INFO  (zkCallback-2104-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7a8e6ed0 name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010791 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010791 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2010792 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2010806 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node4\.
   [junit4]   2> 2010806 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1612001718
   [junit4]   2> 2010806 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node4]
   [junit4]   2> 2010807 WARN  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node4\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node4\lib
   [junit4]   2> 2010807 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2010808 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2010811 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2010811 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2010811 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52368/solr
   [junit4]   2> 2010811 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2010811 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2010812 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010812 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node5\.
   [junit4]   2> 2010812 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1797907851
   [junit4]   2> 2010812 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node5]
   [junit4]   2> 2010812 WARN  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node5\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node5\lib
   [junit4]   2> 2010813 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2010813 INFO  (zkCallback-2103-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3905d09f name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010813 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010813 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2010816 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2010825 INFO  (zkCallback-2101-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@25004031 name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010825 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010825 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2010831 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2010831 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2010831 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52368/solr
   [junit4]   2> 2010831 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2010831 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2010834 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010835 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2010839 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2010845 INFO  (zkCallback-2107-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6efff2a9 name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010846 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node2\.
   [junit4]   2> 2010846 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 607432637
   [junit4]   2> 2010846 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node2]
   [junit4]   2> 2010846 WARN  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node2\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node2\lib
   [junit4]   2> 2010847 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2010845 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node3\.
   [junit4]   2> 2010846 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.CoresLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node1\.
   [junit4]   2> 2010847 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 681250578
   [junit4]   2> 2010847 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node1]
   [junit4]   2> 2010848 WARN  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node1\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node1\lib
   [junit4]   2> 2010848 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2010847 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 597938558
   [junit4]   2> 2010848 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node3]
   [junit4]   2> 2010847 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010848 WARN  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node3\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node3\lib
   [junit4]   2> 2010849 INFO  (jetty-launcher-2099-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2010849 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2010850 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2010851 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2010851 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2010851 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2010851 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52368/solr
   [junit4]   2> 2010851 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2010851 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2010853 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010856 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2010859 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2010859 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2010859 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52368/solr
   [junit4]   2> 2010859 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2010859 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2010860 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010861 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2010861 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2010861 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52368/solr
   [junit4]   2> 2010861 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2010861 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2010862 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010862 INFO  (zkCallback-2112-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5553edf name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010862 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010862 INFO  (jetty-launcher-2099-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2010862 INFO  (zkCallback-2109-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6a30c1b6 name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010862 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010863 INFO  (jetty-launcher-2099-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2010863 INFO  (zkCallback-2115-thread-1-processing-n:127.0.0.1:52375_solr) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2d769eac name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010863 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010863 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15137906fd30008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2010864 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010865 INFO  (zkCallback-2114-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4af0c779 name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010865 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010865 INFO  (jetty-launcher-2099-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2010865 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2010865 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010867 INFO  (zkCallback-2117-thread-1-processing-n:127.0.0.1:52372_solr) [n:127.0.0.1:52372_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4d561e0e name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010867 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010868 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010868 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15137906fd3000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2010869 INFO  (zkCallback-2116-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@63cb333 name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010870 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010870 INFO  (jetty-launcher-2099-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2010870 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2010871 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010873 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010873 INFO  (zkCallback-2118-thread-1-processing-n:127.0.0.1:52383_solr) [n:127.0.0.1:52383_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1be4fc70 name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010873 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010874 INFO  (zkCallback-2119-thread-1-processing-n:127.0.0.1:52388_solr) [n:127.0.0.1:52388_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@51cc31a3 name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010874 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010875 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2010876 INFO  (zkCallback-2120-thread-1-processing-n:127.0.0.1:52376_solr) [n:127.0.0.1:52376_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ee9b58c name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010876 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010877 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2010877 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2010879 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2010883 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2010883 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2010885 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2010885 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2010885 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2010889 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2010889 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2010889 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2010891 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2010891 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2010891 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2010891 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2010892 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2010892 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2010897 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2010898 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2010898 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2010898 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2010899 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52375_solr
   [junit4]   2> 2010899 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52383_solr
   [junit4]   2> 2010900 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52372_solr
   [junit4]   2> 2010900 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52376_solr
   [junit4]   2> 2010900 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52375_solr
   [junit4]   2> 2010900 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52383_solr
   [junit4]   2> 2010900 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52376_solr
   [junit4]   2> 2010900 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52372_solr
   [junit4]   2> 2010900 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52388_solr
   [junit4]   2> 2010901 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2010902 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52388_solr
   [junit4]   2> 2010902 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2010904 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2010904 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2010905 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2010905 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2010905 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2010905 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2010905 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94918160642408462-127.0.0.1:52388_solr-n_0000000000
   [junit4]   2> 2010906 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94918160642408461-127.0.0.1:52383_solr-n_0000000001
   [junit4]   2> 2010906 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94918160642408457-127.0.0.1:52375_solr-n_0000000002
   [junit4]   2> 2010905 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2010907 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2010907 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52388_solr
   [junit4]   2> 2010908 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94918160642408461-127.0.0.1:52383_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 2010908 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2010908 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2010908 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94918160642408462-127.0.0.1:52388_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2010908 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2010908 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94918160642408463-127.0.0.1:52376_solr-n_0000000003
   [junit4]   2> 2010909 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2010910 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94918160642408457-127.0.0.1:52375_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 2010910 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2010911 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94918160642408460-127.0.0.1:52372_solr-n_0000000004
   [junit4]   2> 2010911 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.Overseer Overseer (id=94918160642408462-127.0.0.1:52388_solr-n_0000000000) starting
   [junit4]   2> 2010922 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2010922 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2010923 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2010923 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2010923 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node5\.
   [junit4]   2> 2010924 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node4\.
   [junit4]   2> 2010924 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 2010924 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 2010925 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94918160642408463-127.0.0.1:52376_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 2010925 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2010925 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2010925 INFO  (jetty-launcher-2099-thread-3) [n:127.0.0.1:52375_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2010925 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2010925 INFO  (jetty-launcher-2099-thread-2) [n:127.0.0.1:52383_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2010926 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2010934 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2010934 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2010935 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node2\.
   [junit4]   2> 2010935 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 2010937 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2010937 INFO  (jetty-launcher-2099-thread-4) [n:127.0.0.1:52372_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2010938 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2010938 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2010939 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node3\.
   [junit4]   2> 2010940 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 2010941 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2010941 INFO  (jetty-launcher-2099-thread-5) [n:127.0.0.1:52376_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2010942 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2010943 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2010943 INFO  (OverseerCollectionConfigSetProcessor-94918160642408462-127.0.0.1:52388_solr-n_0000000000) [n:127.0.0.1:52388_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2010943 INFO  (OverseerStateUpdate-94918160642408462-127.0.0.1:52388_solr-n_0000000000) [n:127.0.0.1:52388_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2010963 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2010963 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2010963 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.CoresLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\tempDir-001\node1\.
   [junit4]   2> 2010964 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.c.CoresLocator Found 0 core definitions
   [junit4]   2> 2010966 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 2010966 INFO  (jetty-launcher-2099-thread-1) [n:127.0.0.1:52388_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2010966 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2010968 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010969 INFO  (zkCallback-2121-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6d544789 name:ZooKeeperConnection Watcher:127.0.0.1:52368 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010969 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010969 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2010974 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2010975 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2010976 INFO  (zkCallback-2123-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@164545df name:ZooKeeperConnection Watcher:127.0.0.1:52368/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2010976 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2010976 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2010977 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/addfields.updateprocessor.js
   [junit4]   2> 2010980 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 2010983 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-currency.xml
   [junit4]   2> 2010985 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-error-solrconfig.xml
   [junit4]   2> 2010987 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
   [junit4]   2> 2010990 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-analyzer-class-and-nested.xml
   [junit4]   2> 2010992 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 2010994 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-field-parameters.xml
   [junit4]   2> 2011004 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 2011006 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-dynamic-multivalued.xml
   [junit4]   2> 2011008 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 2011010 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 2011012 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-multivalued.xml
   [junit4]   2> 2011014 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 2011016 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-multivalued.xml
   [junit4]   2> 2011017 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-dynamicField.xml
   [junit4]   2> 2011019 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-field.xml
   [junit4]   2> 2011021 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dup-fieldType.xml
   [junit4]   2> 2011022 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-default-val.xml
   [junit4]   2> 2011024 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE26036BBD6]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-required.xml
   [junit4]   2> 2011026 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[98A5DDE2603

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

 params={wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 2018851 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[98A5DDE26036BBD6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDisablingServer
   [junit4]   2> 2018852 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 2018852 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1371902339
   [junit4]   2> 2018852 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@14fcdfb8
   [junit4]   2> 2018852 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 2018852 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 2018852 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2018853 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2018855 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 2018861 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2018861 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 2018861 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\init-core-data-001\index
   [junit4]   2> 2018861 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\init-core-data-001\;done=false>>]
   [junit4]   2> 2018861 INFO  (SUITE-PingRequestHandlerTest-seed#[98A5DDE26036BBD6]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001\init-core-data-001\
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.PingRequestHandlerTest_98A5DDE26036BBD6-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ar_LB, timezone=America/Aruba
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=1,free=377226328,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedSearch, DistributedFacetPivotLargeTest, SuggestComponentContextFilterQueryTest, HdfsNNFailoverTest, SolrCoreTest, JsonLoaderTest, EnumFieldTest, TestConfigSetsAPIZkFailure, TestDistribDocBasedVersion, TestConfigSetImmutable, TestLMDirichletSimilarityFactory, RulesTest, TestFreeTextSuggestions, TestEmbeddedSolrServerConstructors, SchemaVersionSpecificBehaviorTest, SolrRequestParserTest, HardAutoCommitTest, TestFieldTypeResource, TestRestoreCore, TestStressLucene, CdcrVersionReplicationTest, BadComponentTest, TestObjectReleaseTracker, VMParamsZkACLAndCredentialsProvidersTest, VersionInfoTest, DocValuesMultiTest, CloudMLTQParserTest, TestSweetSpotSimilarityFactory, SolrCloudExampleTest, TestConfigSetsAPI, TestClusterStateMutator, TestIntervalFaceting, RollingRestartTest, BigEndianAscendingWordSerializerTest, PrimitiveFieldTypeTest, CircularListTest, TestLFUCache, StatelessScriptUpdateProcessorFactoryTest, TestSolrConfigHandlerCloud, BigEndianAscendingWordDeserializerTest, TestClassNameShortening, TestSort, TestDownShardTolerantSearch, LeaderInitiatedRecoveryOnCommitTest, DirectUpdateHandlerTest, TestLazyCores, SharedFSAutoReplicaFailoverTest, TestChildDocTransformer, TestCoreContainer, RestartWhileUpdatingTest, OverseerRolesTest, HdfsBasicDistributedZkTest, HdfsBasicDistributedZk2Test, TestMiniSolrCloudClusterSSL, URLClassifyProcessorTest, OverseerTaskQueueTest, XsltUpdateRequestHandlerTest, TestStressReorder, RegexBoostProcessorTest, TestMergePolicyConfig, TestConfigSetProperties, TestReqParamsAPI, RequestLoggingTest, HLLSerializationTest, TestDynamicFieldCollectionResource, OverseerTest, TestReplicationHandler, JSONWriterTest, TestTolerantSearch, TestPseudoReturnFields, DisMaxRequestHandlerTest, QueryEqualityTest, TestJmxMonitoredMap, TestUpdate, TestStandardQParsers, ParsingFieldUpdateProcessorsTest, SSLMigrationTest, AssignTest, TestExceedMaxTermLength, TestManagedSchemaFieldResource, CleanupOldIndexTest, TestSimpleTrackingShardHandler, TestDocumentBuilder, TestTrieFacet, TestHashPartitioner, TestConfigReload, ExternalFileFieldSortTest, BlockCacheTest, SolrXmlInZkTest, TestPKIAuthenticationPlugin, TestSQLHandler, AnalysisAfterCoreReloadTest, TestManagedResource, CdcrReplicationDistributedZkTest, TestBulkSchemaAPI, TestRawResponseWriter, CdcrRequestHandlerTest, TestSchemaSimilarityResource, TestShortCircuitedRequests, TestJsonFacets, TestArbitraryIndexDir, DistribJoinFromCollectionTest, HighlighterTest, TestAuthenticationFramework, PeerSyncTest, QueryElevationComponentTest, SampleTest, TestCopyFieldCollectionResource, TestRawTransformer, DocumentBuilderTest, IndexBasedSpellCheckerTest, ResponseHeaderTest, CursorPagingTest, ReturnFieldsTest, HdfsChaosMonkeyNothingIsSafeTest, DOMUtilTest, CurrencyFieldXmlFileTest, TestFunctionQuery, TestRequestForwarding, RecoveryZkTest, SecurityConfHandlerTest, TestPhraseSuggestions, ScriptEngineTest, BlockDirectoryTest, TestFastLRUCache, TestLuceneMatchVersion, ClusterStateUpdateTest, TestManagedStopFilterFactory, TestDFRSimilarityFactory, TestRandomRequestDistribution, DocumentAnalysisRequestHandlerTest, ZkCLITest, TestCloudPivotFacet, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, SyncSliceTest, ShardRoutingTest, ZkSolrClientTest, TestRandomDVFaceting, AutoCommitTest, ZkControllerTest, TestJoin, TestStressVersions, SimpleFacetsTest, TestSolr4Spatial, SpellCheckComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestBadConfig, ShowFileRequestHandlerTest, SimplePostToolTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SuggesterFSTTest, SuggesterWFSTTest, PolyFieldTest, SolrCoreCheckLockOnStartupTest, SortByFunctionTest, TestSolrDeletionPolicy1, DebugComponentTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestQueryTypes, FileBasedSpellCheckerTest, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, RequiredFieldsTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestJmxIntegration, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, PingRequestHandlerTest]
   [junit4] Completed [378/561] on J0 in 9.02s, 6 tests, 1 error <<< FAILURES!

[...truncated 610 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:775: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:719: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml: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: 561 suites (8 ignored), 2227 tests, 1 error, 116 ignored (78 assumptions) [seed: 98A5DDE26036BBD6]

Total time: 71 minutes 50 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