You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/10/27 22:01:23 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_60) - Build # 14691 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14691/
Java: 64bit/jdk1.8.0_60 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([381FF1375F2BBB7F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:468)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:234)
	at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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=7795, name=searcherExecutor-4100-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=7795, name=searcherExecutor-4100-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([381FF1375F2BBB7F]: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=7795, name=searcherExecutor-4100-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=7795, name=searcherExecutor-4100-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([381FF1375F2BBB7F]:0)




Build Log:
[...truncated 10662 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/init-core-data-001
   [junit4]   2> 1033007 INFO  (SUITE-TestLazyCores-seed#[381FF1375F2BBB7F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1033008 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1033017 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/'
   [junit4]   2> 1033017 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1033017 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1033025 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.CoreContainer New CoreContainer 1621412279
   [junit4]   2> 1033025 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/]
   [junit4]   2> 1033025 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/lib
   [junit4]   2> 1033026 WARN  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/lib).
   [junit4]   2> 1033029 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] 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> 1033031 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1033031 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 1033033 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1033033 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1033033 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1033033 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1033033 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/, dataDir=data/}
   [junit4]   2> 1033033 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection2, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/, dataDir=data/}
   [junit4]   2> 1033034 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, config=solrconfig.xml, transient=on, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection3, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/, dataDir=data/}
   [junit4]   2> 1033034 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection4, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection4/, dataDir=data/}
   [junit4]   2> 1033034 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection5, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/, dataDir=data/}
   [junit4]   2> 1033034 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection6, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection6/, dataDir=data/}
   [junit4]   2> 1033034 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy7, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection7, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection7/, dataDir=data/}
   [junit4]   2> 1033034 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy8, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection8, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection8/, dataDir=data/}
   [junit4]   2> 1033034 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy9, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection9, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection9/, dataDir=data/}
   [junit4]   2> 1033035 INFO  (coreLoadExecutor-3892-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/'
   [junit4]   2> 1033035 INFO  (coreLoadExecutor-3892-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/'
   [junit4]   2> 1033035 INFO  (coreLoadExecutor-3892-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1033035 INFO  (coreLoadExecutor-3892-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/'
   [junit4]   2> 1033035 INFO  (coreLoadExecutor-3892-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1033035 INFO  (coreLoadExecutor-3892-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1033035 INFO  (coreLoadExecutor-3892-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1033035 INFO  (coreLoadExecutor-3892-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1033035 INFO  (coreLoadExecutor-3892-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1033045 INFO  (coreLoadExecutor-3892-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1033047 INFO  (coreLoadExecutor-3892-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1033047 INFO  (coreLoadExecutor-3892-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1033059 INFO  (coreLoadExecutor-3892-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1033060 INFO  (coreLoadExecutor-3892-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1033061 INFO  (coreLoadExecutor-3892-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1033061 INFO  (coreLoadExecutor-3892-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/conf/schema.xml
   [junit4]   2> 1033063 INFO  (coreLoadExecutor-3892-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1033063 INFO  (coreLoadExecutor-3892-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1033064 INFO  (coreLoadExecutor-3892-thread-2) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1033064 INFO  (coreLoadExecutor-3892-thread-2) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/conf/schema.xml
   [junit4]   2> 1033065 INFO  (coreLoadExecutor-3892-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1033066 INFO  (coreLoadExecutor-3892-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/conf'
   [junit4]   2> 1033066 INFO  (coreLoadExecutor-3892-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/
   [junit4]   2> 1033066 INFO  (coreLoadExecutor-3892-thread-2) [    ] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 1033066 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1033066 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/], dataDir=[null]
   [junit4]   2> 1033066 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1033066 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/data
   [junit4]   2> 1033066 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/data/index/
   [junit4]   2> 1033067 WARN  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1033067 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/data/index
   [junit4]   2> 1033067 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1266886297, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1033067 INFO  (coreLoadExecutor-3892-thread-3) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1033067 INFO  (coreLoadExecutor-3892-thread-3) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/conf/schema.xml
   [junit4]   2> 1033067 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3d6d5136 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37d1607c),segFN=segments_1,generation=1}
   [junit4]   2> 1033067 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1033068 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/data/
   [junit4]   2> 1033068 INFO  (coreLoadExecutor-3892-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1033068 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1033068 INFO  (coreLoadExecutor-3892-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/conf'
   [junit4]   2> 1033068 INFO  (coreLoadExecutor-3892-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/
   [junit4]   2> 1033068 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1033068 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [[collectionLazy2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/], dataDir=[null]
   [junit4]   2> 1033068 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 1033068 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/data
   [junit4]   2> 1033069 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/data/index/
   [junit4]   2> 1033069 WARN  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1033069 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1033069 INFO  (coreLoadExecutor-3892-thread-3) [    ] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 1033069 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/data/index
   [junit4]   2> 1033070 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1266886297, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1033070 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@122e0c76 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@47c1cce5),segFN=segments_1,generation=1}
   [junit4]   2> 1033070 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1033070 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy2 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/data/
   [junit4]   2> 1033070 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1033070 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033071 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033071 INFO  (coreLoadExecutor-3892-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1033071 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033071 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1033071 INFO  (coreLoadExecutor-3892-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/conf'
   [junit4]   2> 1033071 INFO  (coreLoadExecutor-3892-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/
   [junit4]   2> 1033072 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1033072 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033072 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/], dataDir=[null]
   [junit4]   2> 1033072 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 1033072 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033072 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/data
   [junit4]   2> 1033072 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/data/index/
   [junit4]   2> 1033072 WARN  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1033072 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/data/index
   [junit4]   2> 1033072 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033072 INFO  (coreLoadExecutor-3892-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> 1033072 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1266886297, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1033072 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@27521211 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34982e96),segFN=segments_1,generation=1}
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=31.595703125, floorSegmentMB=1.2060546875, forceMergeDeletesPctAllowed=18.710814048772846, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1033073 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy5 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/data/
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3d6d5136 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37d1607c),segFN=segments_1,generation=1}
   [junit4]   2> 1033073 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@5df1f858[collection1] main
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/conf
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/conf}
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/conf
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1033073 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1033074 INFO  (searcherExecutor-3893-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5df1f858[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1033074 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1033074 INFO  (coreLoadExecutor-3892-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1033074 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1033074 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1033074 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1033074 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1033074 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=31.595703125, floorSegmentMB=1.2060546875, forceMergeDeletesPctAllowed=18.710814048772846, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1033075 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@122e0c76 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@47c1cce5),segFN=segments_1,generation=1}
   [junit4]   2> 1033075 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1033075 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.s.SolrIndexSearcher Opening Searcher@486ccae0[collectionLazy2] main
   [junit4]   2> 1033075 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033075 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/conf
   [junit4]   2> 1033075 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/conf}
   [junit4]   2> 1033075 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/conf
   [junit4]   2> 1033075 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1033075 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1033075 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033075 INFO  (searcherExecutor-3894-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Registered new searcher Searcher@486ccae0[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1033075 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer Opening transient core collectionLazy2
   [junit4]   2> 1033075 INFO  (coreLoadExecutor-3892-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer registering core: collectionLazy2
   [junit4]   2> 1033076 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033076 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033076 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1033077 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1033077 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1033077 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1033077 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=31.595703125, floorSegmentMB=1.2060546875, forceMergeDeletesPctAllowed=18.710814048772846, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1033077 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@27521211 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@34982e96),segFN=segments_1,generation=1}
   [junit4]   2> 1033077 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1033077 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.s.SolrIndexSearcher Opening Searcher@5bd9cd6e[collectionLazy5] main
   [junit4]   2> 1033077 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/conf
   [junit4]   2> 1033078 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/conf}
   [junit4]   2> 1033078 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/conf
   [junit4]   2> 1033078 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1033078 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1033078 INFO  (searcherExecutor-3895-thread-1-processing-x:collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Registered new searcher Searcher@5bd9cd6e[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1033078 INFO  (coreLoadExecutor-3892-thread-3) [    x:collectionLazy5] o.a.s.c.CoreContainer registering core: collectionLazy5
   [junit4]   2> 1033080 INFO  (Thread-2956) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/'
   [junit4]   2> 1033080 INFO  (Thread-2956) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1033080 INFO  (Thread-2956) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1033096 INFO  (Thread-2956) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1033098 INFO  (Thread-2956) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1033101 INFO  (Thread-2956) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1033102 INFO  (Thread-2956) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/conf/schema.xml
   [junit4]   2> 1033103 INFO  (Thread-2956) [    ] o.a.s.s.IndexSchema [collectionLazy3] Schema name=tiny
   [junit4]   2> 1033105 INFO  (Thread-2956) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1033105 INFO  (Thread-2956) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/conf'
   [junit4]   2> 1033105 INFO  (Thread-2956) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy3' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/
   [junit4]   2> 1033105 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1033106 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.SolrCore [[collectionLazy3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/], dataDir=[null]
   [junit4]   2> 1033106 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy3
   [junit4]   2> 1033106 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/data
   [junit4]   2> 1033106 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/data/index/
   [junit4]   2> 1033106 WARN  (Thread-2956) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1033106 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/data/index
   [junit4]   2> 1033106 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1266886297, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1033107 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@51b48936 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fac9d88),segFN=segments_1,generation=1}
   [junit4]   2> 1033107 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1033107 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy3 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/data/
   [junit4]   2> 1033107 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy3) [    x:collectionLazy3] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1033108 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1033109 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033110 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033111 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033112 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033112 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1033113 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1033113 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1033113 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1033113 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=31.595703125, floorSegmentMB=1.2060546875, forceMergeDeletesPctAllowed=18.710814048772846, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1033113 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@51b48936 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1fac9d88),segFN=segments_1,generation=1}
   [junit4]   2> 1033113 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1033113 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.s.SolrIndexSearcher Opening Searcher@1a2a36f0[collectionLazy3] main
   [junit4]   2> 1033113 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/conf
   [junit4]   2> 1033113 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/conf}
   [junit4]   2> 1033113 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/conf
   [junit4]   2> 1033114 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1033114 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1033114 INFO  (searcherExecutor-3905-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Registered new searcher Searcher@1a2a36f0[collectionLazy3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1033114 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.CoreContainer Opening transient core collectionLazy3
   [junit4]   2> 1033114 INFO  (Thread-2956) [    x:collectionLazy3] o.a.s.c.CoreContainer registering core: collectionLazy3
   [junit4]   2> 1033118 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1621412279
   [junit4]   2> 1033118 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5ee22f45
   [junit4]   2> 1033118 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collection1] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1033118 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1033118 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1033118 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1033118 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1033119 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1033119 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 1033119 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/data
   [junit4]   2> 1033119 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 1033119 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection1/data/index
   [junit4]   2> 1033119 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5]  CLOSING SolrCore org.apache.solr.core.SolrCore@3c75edc3
   [junit4]   2> 1033119 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy5] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1033119 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1033119 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1033119 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1033119 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Closing main searcher on request.
   [junit4]   2> 1033119 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1033119 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/data;done=false>>]
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/data
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/data/index;done=false>>]
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection5/data/index
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2b5a839d
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy2] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Closing main searcher on request.
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/data;done=false>>]
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/data
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/data/index;done=false>>]
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection2/data/index
   [junit4]   2> 1033120 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3]  CLOSING SolrCore org.apache.solr.core.SolrCore@2700bf64
   [junit4]   2> 1033121 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1033121 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1033121 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1033121 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1033121 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Closing main searcher on request.
   [junit4]   2> 1033121 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1033121 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/data;done=false>>]
   [junit4]   2> 1033121 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/data
   [junit4]   2> 1033121 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/data/index;done=false>>]
   [junit4]   2> 1033121 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-001/collection3/data/index
   [junit4]   2> 1033121 INFO  (TEST-TestLazyCores.testRace-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 1033124 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 1033137 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/'
   [junit4]   2> 1033137 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1033137 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1033154 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.CoreContainer New CoreContainer 792297255
   [junit4]   2> 1033154 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/]
   [junit4]   2> 1033154 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/lib
   [junit4]   2> 1033154 WARN  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/lib).
   [junit4]   2> 1033159 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1033160 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1033161 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 1033161 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1033161 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1033161 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1033161 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1033161 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection1/, dataDir=data/}
   [junit4]   2> 1033161 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection2, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection2/, dataDir=data/}
   [junit4]   2> 1033162 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, config=solrconfig.xml, transient=on, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection3, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection3/, dataDir=data/}
   [junit4]   2> 1033162 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection4, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection4/, dataDir=data/}
   [junit4]   2> 1033162 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection5, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection5/, dataDir=data/}
   [junit4]   2> 1033162 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection6, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection6/, dataDir=data/}
   [junit4]   2> 1033163 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy7, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection7, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection7/, dataDir=data/}
   [junit4]   2> 1033163 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy8, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection8, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection8/, dataDir=data/}
   [junit4]   2> 1033163 INFO  (TEST-TestLazyCores.testCreateSame-seed#[381FF1375F2BBB7F]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy9, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection9, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection9/, dataDir=data/}
   [junit4]   2> 1033163 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection1/'
   [junit4]   2> 1033163 INFO  (coreLoadExecutor-3914-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection2/'
   [junit4]   2> 1033163 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection5/'
   [junit4]   2> 1033163 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1033164 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1033164 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1033164 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1033163 INFO  (coreLoadExecutor-3914-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1033164 INFO  (coreLoadExecutor-3914-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1033177 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1033177 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1033179 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1033179 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1033181 INFO  (coreLoadExecutor-3914-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1033183 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1033183 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection5/conf/schema.xml
   [junit4]   2> 1033185 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 1033185 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1033185 INFO  (coreLoadExecutor-3914-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1033185 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection1/conf/schema.xml
   [junit4]   2> 1033187 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1033187 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1033187 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection5/conf'
   [junit4]   2> 1033187 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection5/
   [junit4]   2> 1033187 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1033187 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection5/], dataDir=[null]
   [junit4]   2> 1033188 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 1033188 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection5/data
   [junit4]   2> 1033188 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection5/data/index/
   [junit4]   2> 1033188 WARN  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1033188 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection5/data/index
   [junit4]   2> 1033188 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1266886297, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1033189 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@58aa9b6e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f476d39),segFN=segments_1,generation=1}
   [junit4]   2> 1033189 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1033189 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy5 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection5/data/
   [junit4]   2> 1033189 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1033189 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1033189 INFO  (coreLoadExecutor-3914-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1033189 INFO  (coreLoadExecutor-3914-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection2/conf/schema.xml
   [junit4]   2> 1033190 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection1/conf'
   [junit4]   2> 1033190 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection1/
   [junit4]   2> 1033190 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1033190 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection1/], dataDir=[null]
   [junit4]   2> 1033190 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1033190 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1033190 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection1/data
   [junit4]   2> 1033191 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection1/data/index/
   [junit4]   2> 1033191 WARN  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1033191 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection1/data/index
   [junit4]   2> 1033191 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1266886297, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1033191 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033191 INFO  (coreLoadExecutor-3914-thread-2-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 1033191 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6bad8411 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@63ff14c7),segFN=segments_1,generation=1}
   [junit4]   2> 1033192 INFO  (coreLoadExecutor-3914-thread-1-processing-x:collectionLazy3) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1033192 INFO  (coreLoadExecutor-3914-thread-3-processing-x:collectionLazy3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1033192 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_381FF1375F2BBB7F-001/tempDir-002/collection1/data/
   [junit4]   2> 1033192 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /home/jenki

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

 down CoreContainer instance=264075830
   [junit4]   2> 1155511 ERROR (SUITE-TestLazyCores-seed#[381FF1375F2BBB7F]-worker) [    x:collectionLazy9] o.a.s.SolrTestCaseJ4 ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]   2> Oct 27, 2015 9:00:11 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Oct 27, 2015 9:00:31 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=7795, name=searcherExecutor-4100-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> Oct 27, 2015 9:00:31 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=7795, name=searcherExecutor-4100-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Oct 27, 2015 9:00:34 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=7795, name=searcherExecutor-4100-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=de_DE, timezone=Asia/Khandyga
   [junit4]   2> NOTE: Linux 3.19.0-31-generic amd64/Oracle Corporation 1.8.0_60 (64-bit)/cpus=12,threads=2,free=162854488,total=515899392
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrDeletionPolicy2, HdfsCollectionsAPIDistributedZkTest, TestBM25SimilarityFactory, LeaderFailoverAfterPartitionTest, TestCodecSupport, OpenCloseCoreStressTest, TestConfigSets, UpdateRequestProcessorFactoryTest, TestUpdate, TestCloudSchemaless, TestRTGBase, SuggesterFSTTest, TestReloadDeadlock, TestFileDictionaryLookup, HdfsLockFactoryTest, TestOrdValues, TermVectorComponentTest, HighlighterMaxOffsetTest, TestRebalanceLeaders, TestJsonRequest, TestRestoreCore, SolrIndexSplitterTest, ConvertedLegacyTest, TestSQLHandler, URLClassifyProcessorTest, TestManagedSchemaFieldTypeResource, TestAnalyzeInfixSuggestions, TestQueryUtils, TestDynamicLoading, TermsComponentTest, IndexBasedSpellCheckerTest, TestCustomDocTransformer, TestMacros, CollectionReloadTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSortByMinMaxFunction, RequestLoggingTest, PreAnalyzedUpdateProcessorTest, SolrCloudExampleTest, TestCrossCoreJoin, TestWordDelimiterFilterFactory, TestFastOutputStream, HdfsRecoverLeaseTest, TestQuerySenderNoQuery, ShardSplitTest, SliceStateTest, TestRemoveLastDynamicCopyField, TestManagedResource, VMParamsZkACLAndCredentialsProvidersTest, BaseCdcrDistributedZkTest, SolrInfoMBeanTest, TestFreeTextSuggestions, TestSchemaVersionResource, SpatialFilterTest, SpellCheckCollatorTest, CustomCollectionTest, TestManagedSchema, SimplePostToolTest, TestExclusionRuleCollectionAccess, WordBreakSolrSpellCheckerTest, TestBlendedInfixSuggestions, TestDefaultSearchFieldResource, TestSolrQueryParserResource, ClusterStateUpdateTest, SpatialRPTFieldTypeTest, TestCloudPivotFacet, TestNonDefinedSimilarityFactory, TestPartialUpdateDeduplication, TestDistribDocBasedVersion, TestSortingResponseWriter, ChaosMonkeySafeLeaderTest, RollingRestartTest, AtomicUpdatesTest, TestSuggestSpellingConverter, ChaosMonkeyNothingIsSafeTest, TestCoreContainer, TestJmxMonitoredMap, DocValuesTest, TestRuleBasedAuthorizationPlugin, SaslZkACLProviderTest, TestEmbeddedSolrServerConstructors, TestCloudInspectUtil, LoggingHandlerTest, UniqFieldsUpdateProcessorFactoryTest, DeleteLastCustomShardedReplicaTest, RuleEngineTest, TestRandomMergePolicy, HighlighterTest, CollectionsAPIDistributedZkTest, LeaderElectionTest, TestRandomDVFaceting, TestRecovery, DistributedSpellCheckComponentTest, ZkControllerTest, TestStressVersions, TestSolr4Spatial, SolrCoreTest, SpellCheckComponentTest, SolrCmdDistributorTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=381FF1375F2BBB7F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de_DE -Dtests.timezone=Asia/Khandyga -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([381FF1375F2BBB7F]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:468)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:234)
   [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=7795, name=searcherExecutor-4100-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([381FF1375F2BBB7F]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=7795, name=searcherExecutor-4100-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([381FF1375F2BBB7F]:0)
   [junit4] Completed [413/553] on J1 in 145.66s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 447 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:775: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:719: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:516: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1432: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:987: There were test failures: 553 suites (8 ignored), 2175 tests, 3 suite-level errors, 523 ignored (34 assumptions) [seed: 381FF1375F2BBB7F]

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