You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/06/18 18:41:12 UTC

[JENKINS] Lucene-Solr-Tests-5.5-Java8 - Build # 34 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.5-Java8/34/

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

Error Message:
ObjectTracker found 4 object(s) that were not released!!! [MDCAwareThreadPoolExecutor, SolrCore, MockDirectoryWrapper, MockDirectoryWrapper]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MDCAwareThreadPoolExecutor, SolrCore, MockDirectoryWrapper, MockDirectoryWrapper]
	at __randomizedtesting.SeedInfo.seed([A1CEB6835F13B879]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:228)
	at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	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=3490, name=searcherExecutor-1541-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=3490, name=searcherExecutor-1541-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([A1CEB6835F13B879]: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=3490, name=searcherExecutor-1541-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=3490, name=searcherExecutor-1541-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([A1CEB6835F13B879]:0)




Build Log:
[...truncated 11123 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/init-core-data-001
   [junit4]   2> 553122 INFO  (SUITE-TestLazyCores-seed#[A1CEB6835F13B879]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 553125 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 553139 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001'
   [junit4]   2> 553140 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 553140 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 553141 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreContainer New CoreContainer 88296545
   [junit4]   2> 553141 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001]
   [junit4]   2> 553141 WARN  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/lib
   [junit4]   2> 553141 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] 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> 553146 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 553146 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 553147 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 553147 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 553147 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 553148 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 553148 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 553148 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 553148 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=on, dataDir=data/}
   [junit4]   2> 553148 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 553148 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 553149 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 553149 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 553149 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection8, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 553149 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 553153 INFO  (coreLoadExecutor-1324-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1'
   [junit4]   2> 553159 INFO  (coreLoadExecutor-1324-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 553160 INFO  (coreLoadExecutor-1324-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 553153 INFO  (coreLoadExecutor-1324-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2'
   [junit4]   2> 553164 INFO  (coreLoadExecutor-1324-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 553164 INFO  (coreLoadExecutor-1324-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 553153 INFO  (coreLoadExecutor-1324-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5'
   [junit4]   2> 553167 INFO  (coreLoadExecutor-1324-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 553167 INFO  (coreLoadExecutor-1324-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 553171 INFO  (coreLoadExecutor-1324-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 553172 INFO  (coreLoadExecutor-1324-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 553176 INFO  (coreLoadExecutor-1324-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 553177 INFO  (coreLoadExecutor-1324-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 553190 INFO  (coreLoadExecutor-1324-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 553194 INFO  (coreLoadExecutor-1324-thread-2) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 553195 INFO  (coreLoadExecutor-1324-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 553198 INFO  (coreLoadExecutor-1324-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 553200 INFO  (coreLoadExecutor-1324-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 553203 INFO  (coreLoadExecutor-1324-thread-3) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 553205 INFO  (coreLoadExecutor-1324-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 553206 INFO  (coreLoadExecutor-1324-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 553207 INFO  (coreLoadExecutor-1324-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5'
   [junit4]   2> 553207 INFO  (coreLoadExecutor-1324-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5
   [junit4]   2> 553208 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 553208 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/data/]
   [junit4]   2> 553208 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 553208 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/data
   [junit4]   2> 553209 INFO  (coreLoadExecutor-1324-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 553210 INFO  (coreLoadExecutor-1324-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 553211 INFO  (coreLoadExecutor-1324-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1'
   [junit4]   2> 553211 INFO  (coreLoadExecutor-1324-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1
   [junit4]   2> 553211 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 553212 INFO  (coreLoadExecutor-1324-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 553213 INFO  (coreLoadExecutor-1324-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2'
   [junit4]   2> 553213 INFO  (coreLoadExecutor-1324-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2
   [junit4]   2> 553213 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 553213 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/data/]
   [junit4]   2> 553213 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 553213 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/data
   [junit4]   2> 553214 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/data/]
   [junit4]   2> 553215 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 553216 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/data
   [junit4]   2> 553216 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/data/index/
   [junit4]   2> 553216 WARN  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.SolrCore [collection2] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 553217 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/data/index
   [junit4]   2> 553217 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1671237793, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 553217 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/data/index/
   [junit4]   2> 553217 WARN  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 553218 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/data/index
   [junit4]   2> 553218 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1671237793, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 553218 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@13bcf576 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5405eb97),segFN=segments_1,generation=1}
   [junit4]   2> 553218 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 553219 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@37893201 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3aa0bf4b),segFN=segments_1,generation=1}
   [junit4]   2> 553219 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 553219 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 553221 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553221 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553221 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553222 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553222 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 553223 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 553223 INFO  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/data/
   [junit4]   2> 553223 WARN  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 553223 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 553224 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553224 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553225 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553225 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553226 INFO  (coreLoadExecutor-1324-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> 553226 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 553226 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/data/
   [junit4]   2> 553226 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 553226 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 553226 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 553233 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 553233 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 553233 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=67.4853515625, floorSegmentMB=0.451171875, forceMergeDeletesPctAllowed=20.103845491409487, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5529500508406344
   [junit4]   2> 553233 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=67.4853515625, floorSegmentMB=0.451171875, forceMergeDeletesPctAllowed=20.103845491409487, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5529500508406344
   [junit4]   2> 553233 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@37893201 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3aa0bf4b),segFN=segments_1,generation=1}
   [junit4]   2> 553233 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 553233 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@208d5398[collection1] main
   [junit4]   2> 553233 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/conf
   [junit4]   2> 553233 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/conf}
   [junit4]   2> 553233 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/conf
   [junit4]   2> 553233 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 553234 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 553234 INFO  (coreLoadExecutor-1324-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 553234 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@13bcf576 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5405eb97),segFN=segments_1,generation=1}
   [junit4]   2> 553234 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 553234 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening Searcher@555dab99[collection2] main
   [junit4]   2> 553234 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/conf
   [junit4]   2> 553234 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/conf}
   [junit4]   2> 553234 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/conf
   [junit4]   2> 553234 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 553234 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 553234 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 553234 INFO  (coreLoadExecutor-1324-thread-2) [    x:collection2] o.a.s.c.CoreContainer registering core: collection2
   [junit4]   2> 553234 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/data/index/
   [junit4]   2> 553234 WARN  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.SolrCore [collection5] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 553235 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/data/index
   [junit4]   2> 553235 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1671237793, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 553237 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@282d56da lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16e57bc3),segFN=segments_1,generation=1}
   [junit4]   2> 553237 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 553237 INFO  (searcherExecutor-1326-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@208d5398[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 553237 INFO  (searcherExecutor-1327-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@555dab99[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 553238 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 553239 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553239 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553239 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553242 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553242 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 553242 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 553243 INFO  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection5 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/data/
   [junit4]   2> 553243 WARN  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 553243 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 553243 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 553249 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=67.4853515625, floorSegmentMB=0.451171875, forceMergeDeletesPctAllowed=20.103845491409487, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5529500508406344
   [junit4]   2> 553249 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@282d56da lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16e57bc3),segFN=segments_1,generation=1}
   [junit4]   2> 553249 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 553249 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening Searcher@8d21a16[collection5] main
   [junit4]   2> 553249 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/conf
   [junit4]   2> 553249 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/conf}
   [junit4]   2> 553249 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/conf
   [junit4]   2> 553250 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 553250 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 553250 INFO  (coreLoadExecutor-1324-thread-3) [    x:collection5] o.a.s.c.CoreContainer registering core: collection5
   [junit4]   2> 553250 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4'
   [junit4]   2> 553251 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 553251 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 553254 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 553256 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 553257 INFO  (searcherExecutor-1325-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@8d21a16[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 553259 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 553261 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 553263 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 553263 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4'
   [junit4]   2> 553263 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4
   [junit4]   2> 553263 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 553264 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/data/]
   [junit4]   2> 553264 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrCore JMX monitoring not detected for core: collection4
   [junit4]   2> 553264 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/data
   [junit4]   2> 553264 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/data/index/
   [junit4]   2> 553264 WARN  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrCore [collection4] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/data/index' doesn't exist. Creating new index...
   [junit4]   2> 553264 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/data/index
   [junit4]   2> 553264 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=25, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=12.513671875, floorSegmentMB=0.4833984375, forceMergeDeletesPctAllowed=4.961868771101439, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2689282243234546
   [junit4]   2> 553265 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6177dafe lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@70497b62),segFN=segments_1,generation=1}
   [junit4]   2> 553265 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 553266 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 553266 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553267 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553267 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553268 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553268 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] 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> 553268 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 553269 INFO  (OldIndexDirectoryCleanupThreadForCore-collection4) [    x:collection4] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection4 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/data/
   [junit4]   2> 553269 WARN  (OldIndexDirectoryCleanupThreadForCore-collection4) [    x:collection4] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 553269 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 553269 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 553275 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 553275 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6177dafe lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@70497b62),segFN=segments_1,generation=1}
   [junit4]   2> 553275 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 553275 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening Searcher@6e8627cc[collection4] main
   [junit4]   2> 553276 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/conf
   [junit4]   2> 553276 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/conf}
   [junit4]   2> 553276 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/conf
   [junit4]   2> 553276 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 553276 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 553276 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.CoreContainer registering core: collection4
   [junit4]   2> 553276 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6'
   [junit4]   2> 553276 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 553276 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 553286 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 553288 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.2
   [junit4]   2> 553291 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 553300 INFO  (searcherExecutor-1338-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@6e8627cc[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 553301 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 553302 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 553303 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6'
   [junit4]   2> 553303 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6
   [junit4]   2> 553303 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 553303 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/data/]
   [junit4]   2> 553304 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrCore JMX monitoring not detected for core: collection6
   [junit4]   2> 553304 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/data
   [junit4]   2> 553304 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/data/index/
   [junit4]   2> 553304 WARN  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrCore [collection6] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/data/index' doesn't exist. Creating new index...
   [junit4]   2> 553304 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/data/index
   [junit4]   2> 553304 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=87.31640625, floorSegmentMB=2.0615234375, forceMergeDeletesPctAllowed=9.999258013072545, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 553310 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b84cc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10fca588),segFN=segments_1,generation=1}
   [junit4]   2> 553310 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 553311 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 553311 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553312 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553312 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553313 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 553313 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] 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> 553314 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 553314 INFO  (OldIndexDirectoryCleanupThreadForCore-collection6) [    x:collection6] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection6 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/data/
   [junit4]   2> 553314 WARN  (OldIndexDirectoryCleanupThreadForCore-collection6) [    x:collection6] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 553314 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 553314 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 553314 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=74.7685546875, floorSegmentMB=2.0244140625, forceMergeDeletesPctAllowed=15.169807657799108, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 553314 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a9b84cc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10fca588),segFN=segments_1,generation=1}
   [junit4]   2> 553314 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 553314 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.s.SolrIndexSearcher Opening Searcher@22e00766[collection6] main
   [junit4]   2> 553315 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/conf
   [junit4]   2> 553315 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/conf}
   [junit4]   2> 553315 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/conf
   [junit4]   2> 553315 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 553315 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 553315 INFO  (searcherExecutor-1342-thread-1-processing-x:collection6) [    x:collection6] o.a.s.c.SolrCore [collection6] Registered new searcher Searcher@22e00766[collection6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 553315 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrCores Opening transient core collection6
   [junit4]   2> 553315 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreContainer registering core: collection6
   [junit4]   2> 553319 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.h.a.CoreAdminOperation core create command schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 553319 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=t12}
   [junit4]   2> 553319 WARN  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 553319 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.h.a.CoreAdminOperation core create command schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 553319 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=t14}
   [junit4]   2> 553320 WARN  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 553320 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.h.a.CoreAdminOperation core create command schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 553320 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=t15}
   [junit4]   2> 553320 WARN  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 553320 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.h.a.CoreAdminOperation core create command schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 553320 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=t16}
   [junit4]   2> 553320 WARN  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 553320 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreContainer Shutting down CoreContainer instance=88296545
   [junit4]   2> 553321 INFO  (coreCloseExecutor-1346-thread-1-processing-x:collection6) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@19ad14af
   [junit4]   2> 553321 INFO  (coreCloseExecutor-1346-thread-1-processing-x:collection6) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 553321 INFO  (coreCloseExecutor-1346-thread-2-processing-x:collection6) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@1dc358f9
   [junit4]   2> 553321 INFO  (coreCloseExecutor-1346-thread-2-processing-x:collection6) [    x:collection5] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 553321 INFO  (coreCloseExecutor-1346-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.SolrCore [collection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@4f8142f6
   [junit4]   2> 553321 INFO  (coreCloseExecutor-1346-thread-3-processing-x:collection6) [    x:collection4] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 553321 INFO  (coreCloseExecutor-1346-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@32592090
   [junit4]   2> 553321 INFO  (coreCloseExecutor-1346-thread-4-processing-x:collection6) [    x:collection2] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 553328 INFO  (coreCloseExecutor-1346-thread-1-processing-x:collection6) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 553328 INFO  (coreCloseExecutor-1346-thread-1-processing-x:collection6) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 553328 INFO  (coreCloseExecutor-1346-thread-1-processing-x:collection6) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 553328 INFO  (coreCloseExecutor-1346-thread-2-processing-x:collection6) [    x:collection5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 553328 INFO  (coreCloseExecutor-1346-thread-2-processing-x:collection6) [    x:collection5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 553328 INFO  (coreCloseExecutor-1346-thread-2-processing-x:collection6) [    x:collection5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 553328 INFO  (coreCloseExecutor-1346-thread-3-processing-x:collection6) [    x:collection4] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 553328 INFO  (coreCloseExecutor-1346-thread-3-processing-x:collection6) [    x:collection4] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 553328 INFO  (coreCloseExecutor-1346-thread-3-processing-x:collection6) [    x:collection4] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 553328 INFO  (coreCloseExecutor-1346-thread-4-processing-x:collection6) [    x:collection2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 553328 INFO  (coreCloseExecutor-1346-thread-4-processing-x:collection6) [    x:collection2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 553328 INFO  (coreCloseExecutor-1346-thread-4-processing-x:collection6) [    x:collection2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 553329 INFO  (coreCloseExecutor-1346-thread-1-processing-x:collection6) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 553329 INFO  (coreCloseExecutor-1346-thread-2-processing-x:collection6) [    x:collection5] o.a.s.c.SolrCore [collection5] Closing main searcher on request.
   [junit4]   2> 553329 INFO  (coreCloseExecutor-1346-thread-2-processing-x:collection6) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 553329 INFO  (coreCloseExecutor-1346-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.SolrCore [collection4] Closing main searcher on request.
   [junit4]   2> 553329 INFO  (coreCloseExecutor-1346-thread-2-processing-x:collection6) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/data;done=false>>]
   [junit4]   2> 553329 INFO  (coreCloseExecutor-1346-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 553329 INFO  (coreCloseExecutor-1346-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/data;done=false>>]
   [junit4]   2> 553329 INFO  (coreCloseExecutor-1346-thread-2-processing-x:collection6) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/data
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-1-processing-x:collection6) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-1-processing-x:collection6) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-2-processing-x:collection6) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/data/index;done=false>>]
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-1-processing-x:collection6) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/data
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-2-processing-x:collection6) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection5/data/index
   [junit4]   2> 553329 INFO  (coreCloseExecutor-1346-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/data
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-1-processing-x:collection6) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-1-processing-x:collection6) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection1/data/index
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/data/index;done=false>>]
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection4/data/index
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.SolrCore [collection2] Closing main searcher on request.
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/data;done=false>>]
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/data
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/data/index;done=false>>]
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection2/data/index
   [junit4]   2> 553330 INFO  (coreCloseExecutor-1346-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.SolrCore [collection6]  CLOSING SolrCore org.apache.solr.core.SolrCore@1471558f
   [junit4]   2> 553331 INFO  (coreCloseExecutor-1346-thread-5-processing-x:collection6) [    x:collection6] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 553331 INFO  (coreCloseExecutor-1346-thread-5-processing-x:collection6) [    x:collection6] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 553331 INFO  (coreCloseExecutor-1346-thread-5-processing-x:collection6) [    x:collection6] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 553331 INFO  (coreCloseExecutor-1346-thread-5-processing-x:collection6) [    x:collection6] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 553331 INFO  (coreCloseExecutor-1346-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.SolrCore [collection6] Closing main searcher on request.
   [junit4]   2> 553331 INFO  (coreCloseExecutor-1346-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 553332 INFO  (coreCloseExecutor-1346-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/data;done=false>>]
   [junit4]   2> 553332 INFO  (coreCloseExecutor-1346-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/data
   [junit4]   2> 553332 INFO  (coreCloseExecutor-1346-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/data/index;done=false>>]
   [junit4]   2> 553332 INFO  (coreCloseExecutor-1346-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-001/collection6/data/index
   [junit4]   2> 553332 INFO  (TEST-TestLazyCores.testCreateSame-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 553336 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 553347 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-002'
   [junit4]   2> 553347 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 553348 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 553348 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreContainer New CoreContainer 1945304407
   [junit4]   2> 553348 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-002]
   [junit4]   2> 553348 WARN  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_A1CEB6835F13B879-001/tempDir-002/lib
   [junit4]   2> 553348 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] 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> 553349 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 553349 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 553349 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 553349 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 553349 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 553349 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 553349 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 553350 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 553350 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=on, dataDir=data/}
   [junit4]   2> 553350 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 553350 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 553350 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 553350 INFO  (TEST-TestLazyCores.testRace-seed#[A1CEB6835F13B879]) [   

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

readPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException
   [junit4]   2> 	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
   [junit4]   2> 	at org.apache.solr.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:351)
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:63)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initIndex(SolrCore.java:541)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:761)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:658)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:814)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.access$000(CoreContainer.java:87)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:467)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:458)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> Jun 18, 2016 6:35:09 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Jun 18, 2016 6:35:29 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=3490, name=searcherExecutor-1541-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> Jun 18, 2016 6:35:29 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=3490, name=searcherExecutor-1541-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Jun 18, 2016 6:35:32 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=3490, name=searcherExecutor-1541-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {v_t=PostingsFormat(name=Memory doPackFST= true), id=PostingsFormat(name=Memory doPackFST= true), v_s=Lucene50(blocksize=128), v_f=FSTOrd50}, docValues:{}, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=ar-DZ, timezone=EET
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=2,free=148822088,total=459276288
   [junit4]   2> NOTE: All tests run in this JVM: [TestMiniSolrCloudClusterBase, TestTrieFacet, JavabinLoaderTest, TestAuthorizationFramework, TestLMDirichletSimilarityFactory, DistributedDebugComponentTest, RAMDirectoryFactoryTest, TestObjectReleaseTracker, TestRestoreCore, DeleteInactiveReplicaTest, SynonymTokenizerTest, URLClassifyProcessorTest, TestHighlightDedupGrouping, LeaderFailoverAfterPartitionTest, OverseerStatusTest, TestFaceting, PingRequestHandlerTest, HdfsCollectionsAPIDistributedZkTest, ShardSplitTest, TestUniqueKeyFieldResource, TestFreeTextSuggestions, CollectionsAPISolrJTest, JsonLoaderTest, DocValuesMissingTest, TestReRankQParserPlugin, SolrRequestParserTest, CacheHeaderTest, RemoteQueryErrorTest, TriLevelCompositeIdRoutingTest, TestExpandComponent, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=A1CEB6835F13B879 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-DZ -Dtests.timezone=EET -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MDCAwareThreadPoolExecutor, SolrCore, MockDirectoryWrapper, MockDirectoryWrapper]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A1CEB6835F13B879]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:228)
   [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=3490, name=searcherExecutor-1541-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([A1CEB6835F13B879]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=3490, name=searcherExecutor-1541-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([A1CEB6835F13B879]:0)
   [junit4] Completed [161/573 (1!)] on J0 in 152.73s, 8 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 1275 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/build.xml:750: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 3 suite-level errors, 1382 ignored (26 assumptions) [seed: A1CEB6835F13B879]

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




[JENKINS] Lucene-Solr-Tests-5.5-Java8 - Build # 35 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.5-Java8/35/

1 tests failed.
FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh

Error Message:
Could not find collection : c1

Stack Trace:
org.apache.solr.common.SolrException: Could not find collection : c1
	at __randomizedtesting.SeedInfo.seed([858A75E44808964E:9A3004139868508B]:0)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
	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:498)
	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:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	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 12094 lines...]
   [junit4] Suite: org.apache.solr.cloud.overseer.ZkStateReaderTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J2/temp/solr.cloud.overseer.ZkStateReaderTest_858A75E44808964E-001/init-core-data-001
   [junit4]   2> 1889054 INFO  (SUITE-ZkStateReaderTest-seed#[858A75E44808964E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1889057 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> 1889057 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1889058 INFO  (Thread-4834) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1889058 INFO  (Thread-4834) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1889158 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer start zk server on port:39459
   [junit4]   2> 1889158 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1889158 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1889161 INFO  (zkCallback-2839-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e101268 name:ZooKeeperConnection Watcher:127.0.0.1:39459 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1889161 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1889161 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1889162 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1889163 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1889163 INFO  (zkCallback-2840-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2b392fd name:ZooKeeperConnection Watcher:127.0.0.1:39459 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1889163 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1889163 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1889163 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1889164 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1889165 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1889166 INFO  (zkCallback-2841-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16a72b7 name:ZooKeeperConnection Watcher:127.0.0.1:39459/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1889166 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1889166 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1889167 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1889167 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1889168 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1889168 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1889168 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1889169 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1889170 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 1889170 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 1889170 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1889171 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 1889174 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39459 39459
   [junit4]   2> 1889174 ERROR (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@23ad1905 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@279299a8[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 1889175 ERROR (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@1896d186 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@279299a8[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 1889175 ERROR (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]-EventThread) [    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@60540aa6 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@279299a8[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 1889297 INFO  (Thread-4834) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39459 39459
   [junit4]   2> 1889298 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh-seed#[858A75E44808964E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefresh
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ZkStateReaderTest -Dtests.method=testStateFormatUpdateWithExplicitRefresh -Dtests.seed=858A75E44808964E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=HST -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.25s J2 | ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not find collection : c1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([858A75E44808964E:9A3004139868508B]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:170)
   [junit4]    > 	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:136)
   [junit4]    > 	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithExplicitRefresh(ZkStateReaderTest.java:42)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1889301 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 1889301 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1889302 INFO  (Thread-4835) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1889302 INFO  (Thread-4835) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1889402 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer start zk server on port:48824
   [junit4]   2> 1889402 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1889403 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1889404 INFO  (zkCallback-2842-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2afc67ab name:ZooKeeperConnection Watcher:127.0.0.1:48824 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1889404 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1889404 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1889405 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1889405 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1889406 INFO  (zkCallback-2843-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2690461d name:ZooKeeperConnection Watcher:127.0.0.1:48824 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1889406 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1889406 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1889406 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1889407 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1889408 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1889408 INFO  (zkCallback-2844-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3b534210 name:ZooKeeperConnection Watcher:127.0.0.1:48824/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1889408 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1889408 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1889409 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1889409 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1889410 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1889411 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1889411 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1889412 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1889413 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1889414 INFO  (zkCallback-2844-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1889414 INFO  (zkCallback-2844-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1889415 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 1889416 INFO  (zkCallback-2844-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1889418 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48824 48824
   [junit4]   2> 1889587 INFO  (Thread-4835) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:48824 48824
   [junit4]   2> 1889587 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithExplicitRefreshLazy-seed#[858A75E44808964E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithExplicitRefreshLazy
   [junit4]   2> 1889590 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelay
   [junit4]   2> 1889590 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1889590 INFO  (Thread-4836) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1889590 INFO  (Thread-4836) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1889690 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer start zk server on port:37600
   [junit4]   2> 1889690 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1889691 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1889695 INFO  (zkCallback-2845-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2e1067e1 name:ZooKeeperConnection Watcher:127.0.0.1:37600 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1889695 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1889695 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1889696 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1889697 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1889697 INFO  (zkCallback-2846-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@909701d name:ZooKeeperConnection Watcher:127.0.0.1:37600 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1889697 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1889697 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1889697 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1889707 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1889712 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1889717 INFO  (zkCallback-2847-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@48320e0a name:ZooKeeperConnection Watcher:127.0.0.1:37600/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1889717 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1889717 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1889717 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1889718 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1889719 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1889719 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1889720 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1889720 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1889721 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 1889721 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 1889721 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1889722 INFO  (zkCallback-2847-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1889722 INFO  (zkCallback-2847-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1889722 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 1889723 INFO  (zkCallback-2847-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1889723 INFO  (zkCallback-2847-thread-1) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 1889724 INFO  (zkCallback-2847-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1889774 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37600 37600
   [junit4]   2> 1889896 INFO  (Thread-4836) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37600 37600
   [junit4]   2> 1889897 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelay-seed#[858A75E44808964E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelay
   [junit4]   2> 1889899 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 1889900 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1889900 INFO  (Thread-4837) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1889900 INFO  (Thread-4837) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1890000 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer start zk server on port:46927
   [junit4]   2> 1890000 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1890000 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890002 INFO  (zkCallback-2848-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6809cda name:ZooKeeperConnection Watcher:127.0.0.1:46927 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1890002 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890002 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1890003 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1890003 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890003 INFO  (zkCallback-2849-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5d244ed7 name:ZooKeeperConnection Watcher:127.0.0.1:46927 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1890004 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890004 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1890004 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1890005 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1890006 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890006 INFO  (zkCallback-2850-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d019901 name:ZooKeeperConnection Watcher:127.0.0.1:46927/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1890007 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890007 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1890007 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1890008 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1890008 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1890009 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1890009 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1890010 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1890010 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1890011 INFO  (zkCallback-2850-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1890013 INFO  (zkCallback-2850-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1890061 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 1890062 INFO  (zkCallback-2850-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1890114 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46927 46927
   [junit4]   2> 1890237 INFO  (Thread-4837) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46927 46927
   [junit4]   2> 1890238 INFO  (TEST-ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy-seed#[858A75E44808964E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStateFormatUpdateWithTimeDelayLazy
   [junit4]   2> 1890240 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExternalCollectionWatchedNotWatched
   [junit4]   2> 1890240 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1890241 INFO  (Thread-4838) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1890241 INFO  (Thread-4838) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1890340 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer start zk server on port:47786
   [junit4]   2> 1890341 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1890342 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890344 INFO  (zkCallback-2851-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2a0397c2 name:ZooKeeperConnection Watcher:127.0.0.1:47786 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1890344 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890344 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1890346 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1890346 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890347 INFO  (zkCallback-2852-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@17fab904 name:ZooKeeperConnection Watcher:127.0.0.1:47786 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1890347 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890347 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1890347 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1890349 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1890349 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890356 INFO  (zkCallback-2853-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4de0431 name:ZooKeeperConnection Watcher:127.0.0.1:47786/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1890356 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890356 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1890357 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1890357 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1890357 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1890358 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1890358 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1890359 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1890359 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1890360 INFO  (zkCallback-2853-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1890361 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 1890364 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 1890364 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 1890364 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader Removing watch for uninteresting collection [c1]
   [junit4]   2> 1890369 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47786 47786
   [junit4]   2> 1890532 INFO  (Thread-4838) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:47786 47786
   [junit4]   2> 1890533 INFO  (TEST-ZkStateReaderTest.testExternalCollectionWatchedNotWatched-seed#[858A75E44808964E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExternalCollectionWatchedNotWatched
   [junit4]   2> 1890535 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testWatchedCollectionCreation
   [junit4]   2> 1890535 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1890537 INFO  (Thread-4839) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1890537 INFO  (Thread-4839) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1890638 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer start zk server on port:34151
   [junit4]   2> 1890638 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1890648 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890654 INFO  (zkCallback-2854-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@64da2497 name:ZooKeeperConnection Watcher:127.0.0.1:34151 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1890654 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890654 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1890666 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1890682 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890696 INFO  (zkCallback-2855-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2fc4eeae name:ZooKeeperConnection Watcher:127.0.0.1:34151 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1890696 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890696 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1890696 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1890730 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1890746 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1890755 INFO  (zkCallback-2856-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@726f872a name:ZooKeeperConnection Watcher:127.0.0.1:34151/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1890755 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1890755 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1890755 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1890770 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1890771 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1890771 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1890772 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1890772 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1890773 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader addZkWatch [c1]
   [junit4]   2> 1890773 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.ZkStateReader Deleting data for [c1]
   [junit4]   2> 1890773 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/c1
   [junit4]   2> 1890778 INFO  (zkCallback-2856-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 1890782 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/c1/state.json
   [junit4]   2> 1890798 INFO  (zkCallback-2856-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/c1/state.json] for collection [c1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1890804 INFO  (zkCallback-2856-thread-2) [    ] o.a.s.c.c.ZkStateReader Add data for [c1] ver [0]
   [junit4]   2> 1890846 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34151 34151
   [junit4]   2> 1891018 INFO  (Thread-4839) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34151 34151
   [junit4]   2> 1891023 INFO  (TEST-ZkStateReaderTest.testWatchedCollectionCreation-seed#[858A75E44808964E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testWatchedCollectionCreation
   [junit4]   2> 1891024 INFO  (SUITE-ZkStateReaderTest-seed#[858A75E44808964E]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build/solr-core/test/J2/temp/solr.cloud.overseer.ZkStateReaderTest_858A75E44808964E-001
   [junit4]   2> Jun 19, 2016 12:28:32 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {}, docValues:{}, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=ga, timezone=HST
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 1.8.0_74 (64-bit)/cpus=4,threads=1,free=43325200,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [TestPerFieldSimilarity, SegmentsInfoRequestHandlerTest, TestMacros, SpatialRPTFieldTypeTest, WrapperMergePolicyFactoryTest, TestSolrCLIRunExample, CurrencyFieldXmlFileTest, TestSuggestSpellingConverter, SolrCoreCheckLockOnStartupTest, BadIndexSchemaTest, TestSchemaVersionResource, HardAutoCommitTest, DirectSolrConnectionTest, LeaderElectionTest, AutoCommitTest, UnloadDistributedZkTest, TestTrackingShardHandlerFactory, TestGroupingSearch, StatelessScriptUpdateProcessorFactoryTest, OutOfBoxZkACLAndCredentialsProvidersTest, SolrXmlInZkTest, TestCloudManagedSchemaConcurrent, TestCloudInspectUtil, TestDefaultStatsCache, QueryParsingTest, TestExtendedDismaxParser, TestManagedSynonymFilterFactory, TestCoreDiscovery, SharedFSAutoReplicaFailoverUtilsTest, RestartWhileUpdatingTest, CoreAdminHandlerTest, DistanceUnitsTest, TestUseDocValuesAsStored, TestExclusionRuleCollectionAccess, TestManagedSchema, SampleTest, TestInfoStreamLogging, TestSweetSpotSimilarityFactory, TestStressReorder, DistributedFacetPivotSmallTest, TestConfigSetsAPI, TestDynamicFieldResource, DebugComponentTest, TestReversedWildcardFilterFactory, AssignTest, SearchHandlerTest, TestReloadDeadlock, TestXIncludeConfig, TestElisionMultitermQuery, TestBlobHandler, RulesTest, OverseerRolesTest, TestIndexingPerformance, TestNoOpRegenerator, DistribCursorPagingTest, CustomCollectionTest, TestSolrJ, TestRuleBasedAuthorizationPlugin, CollectionReloadTest, TestWriterPerf, BlockJoinFacetRandomTest, TestMiniSolrCloudCluster, BadComponentTest, TestPHPSerializedResponseWriter, TestSolrQueryParser, TestCopyFieldCollectionResource, TestSearchPerf, TestStressUserVersions, TestRebalanceLeaders, SolrTestCaseJ4Test, SmileWriterTest, TestCollationField, ConfigSetsAPITest, HdfsRecoverLeaseTest, DistributedQueueTest, AnalysisErrorHandlingTest, TestConfigSets, TestFileDictionaryLookup, TestFuzzyAnalyzedSuggestions, PKIAuthenticationIntegrationTest, OverseerTest, TestIndexSearcher, TestSchemaNameResource, DocExpirationUpdateProcessorFactoryTest, HttpPartitionTest, TestRestManager, TestReload, TestFieldTypeCollectionResource, RankQueryTest, PrimitiveFieldTypeTest, CoreMergeIndexesAdminHandlerTest, ConjunctionSolrSpellCheckerTest, BlockCacheTest, FullSolrCloudDistribCmdsTest, TestHashPartitioner, TermVectorComponentDistributedTest, TestSolr4Spatial, StatsComponentTest, TestFunctionQuery, TestLazyCores, TestBadConfig, ShowFileRequestHandlerTest, SimplePostToolTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, SuggesterTSTTest, SuggesterTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DefaultValueUpdateProcessorTest, DocValuesMultiTest, TestSolrDeletionPolicy1, CacheHeaderTest, LukeRequestHandlerTest, TestQueryTypes, RequestHandlersTest, TermVectorComponentTest, FieldAnalysisRequestHandlerTest, FastVectorHighlighterTest, TestJmxIntegration, TestCSVResponseWriter, JsonLoaderTest, TestPartialUpdateDeduplication, HighlighterConfigTest, AlternateDirectoryTest, TestSolrIndexConfig, SolrIndexConfigTest, TestMergePolicyConfig, MultiTermTest, TestConfig, OutputWriterTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCharFilters, TestCodecSupport, SynonymTokenizerTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TimeZoneUtilsTest, ScriptEngineTest, PluginInfoTest, DateMathParserTest, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, ClusterStateTest, TestUtils, TestDocumentBuilder, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, CircularListTest, DistributedIntervalFacetingTest, TestHighlightDedupGrouping, TestTolerantSearch, TestJettySolrRunner, AliasIntegrationTest, CollectionsAPIAsyncDistributedZkTest, DeleteReplicaTest, LeaderFailoverAfterPartitionTest, RemoteQueryErrorTest, SharedFSAutoReplicaFailoverTest, TestCollectionAPI, TestMiniSolrCloudClusterBase, TestRandomRequestDistribution, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsNNFailoverTest, TestClusterStateMutator, ZkStateReaderTest]
   [junit4] Completed [466/573 (1!)] on J2 in 2.24s, 6 tests, 1 error <<< FAILURES!

[...truncated 340 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/build.xml:750: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/build.xml:694: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/solr/common-build.xml:534: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/lucene/common-build.xml:1477: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.5-Java8/lucene/common-build.xml:1033: There were test failures: 573 suites (7 ignored), 2319 tests, 1 error, 55 ignored (39 assumptions) [seed: 858A75E44808964E]

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