You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/11/17 09:13:26 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/14937/
Java: 64bit/jdk1.8.0_66 -XX:-UseCompressedOops -XX:+UseSerialGC

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([F3E9B4EA0A4335F7]: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.GeneratedMethodAccessor21.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1660)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=7259, name=searcherExecutor-3186-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=7259, name=searcherExecutor-3186-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([F3E9B4EA0A4335F7]: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=7259, name=searcherExecutor-3186-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=7259, name=searcherExecutor-3186-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([F3E9B4EA0A4335F7]:0)




Build Log:
[...truncated 10699 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/init-core-data-001
   [junit4]   2> 948429 INFO  (SUITE-TestLazyCores-seed#[F3E9B4EA0A4335F7]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 948430 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 948439 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/'
   [junit4]   2> 948439 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 948439 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 948458 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.CoreContainer New CoreContainer 524808338
   [junit4]   2> 948458 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/]
   [junit4]   2> 948459 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/lib
   [junit4]   2> 948459 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/lib).
   [junit4]   2> 948462 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] 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> 948463 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 948463 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 948465 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 948465 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 948465 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 948465 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 948466 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/, dataDir=data/}
   [junit4]   2> 948466 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/, dataDir=data/}
   [junit4]   2> 948466 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/, dataDir=data/}
   [junit4]   2> 948466 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/, dataDir=data/}
   [junit4]   2> 948466 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/, dataDir=data/}
   [junit4]   2> 948466 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/, dataDir=data/}
   [junit4]   2> 948467 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/, dataDir=data/}
   [junit4]   2> 948467 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection8/, dataDir=data/}
   [junit4]   2> 948467 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection9/, dataDir=data/}
   [junit4]   2> 948481 INFO  (coreLoadExecutor-3185-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/'
   [junit4]   2> 948481 INFO  (coreLoadExecutor-3185-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 948481 INFO  (coreLoadExecutor-3185-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 948482 INFO  (coreLoadExecutor-3185-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/'
   [junit4]   2> 948482 INFO  (coreLoadExecutor-3185-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/'
   [junit4]   2> 948482 INFO  (coreLoadExecutor-3185-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 948482 INFO  (coreLoadExecutor-3185-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 948483 INFO  (coreLoadExecutor-3185-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 948483 INFO  (coreLoadExecutor-3185-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 948492 INFO  (coreLoadExecutor-3185-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 948494 INFO  (coreLoadExecutor-3185-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 948499 INFO  (coreLoadExecutor-3185-thread-2) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 948499 INFO  (coreLoadExecutor-3185-thread-2) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/conf/schema.xml
   [junit4]   2> 948516 INFO  (coreLoadExecutor-3185-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 948517 INFO  (coreLoadExecutor-3185-thread-2) [    ] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 948518 INFO  (coreLoadExecutor-3185-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 948518 INFO  (coreLoadExecutor-3185-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 948519 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/conf'
   [junit4]   2> 948519 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2
   [junit4]   2> 948519 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 948519 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/], dataDir=[null]
   [junit4]   2> 948519 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 948520 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/data
   [junit4]   2> 948520 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/data/index/
   [junit4]   2> 948520 WARN  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 948520 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/data/index
   [junit4]   2> 948520 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=644106883, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 948521 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3b74456f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f93e534),segFN=segments_1,generation=1}
   [junit4]   2> 948521 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948521 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/data/
   [junit4]   2> 948521 INFO  (coreLoadExecutor-3185-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 948521 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 948522 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 948523 INFO  (coreLoadExecutor-3185-thread-3) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 948523 INFO  (coreLoadExecutor-3185-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 948523 INFO  (coreLoadExecutor-3185-thread-3) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/conf/schema.xml
   [junit4]   2> 948524 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948524 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948549 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948551 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948552 INFO  (coreLoadExecutor-3185-thread-3) [    ] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 948554 INFO  (coreLoadExecutor-3185-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> 948554 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 948555 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 948555 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 948555 INFO  (coreLoadExecutor-3185-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 948555 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=69.115234375, floorSegmentMB=0.7529296875, forceMergeDeletesPctAllowed=4.762316999220925, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8524941513767251
   [junit4]   2> 948555 INFO  (coreLoadExecutor-3185-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/conf/schema.xml
   [junit4]   2> 948555 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3b74456f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f93e534),segFN=segments_1,generation=1}
   [junit4]   2> 948555 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948556 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.s.SolrIndexSearcher Opening Searcher@2e151af2[collectionLazy2] main
   [junit4]   2> 948556 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/conf
   [junit4]   2> 948556 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/conf}
   [junit4]   2> 948556 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection2/conf
   [junit4]   2> 948556 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 948556 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 948556 INFO  (searcherExecutor-3186-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Registered new searcher Searcher@2e151af2[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 948556 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer Opening transient core collectionLazy2
   [junit4]   2> 948556 INFO  (coreLoadExecutor-3185-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer registering core: collectionLazy2
   [junit4]   2> 948558 INFO  (coreLoadExecutor-3185-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 948560 INFO  (coreLoadExecutor-3185-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 948560 INFO  (coreLoadExecutor-3185-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 948561 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/conf'
   [junit4]   2> 948561 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1
   [junit4]   2> 948561 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 948561 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/conf'
   [junit4]   2> 948561 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/], dataDir=[null]
   [junit4]   2> 948561 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 948561 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5
   [junit4]   2> 948561 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 948561 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/], dataDir=[null]
   [junit4]   2> 948561 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 948562 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/data
   [junit4]   2> 948562 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/data/index/
   [junit4]   2> 948562 WARN  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 948562 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/data
   [junit4]   2> 948562 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/data/index/
   [junit4]   2> 948562 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/data/index
   [junit4]   2> 948562 WARN  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 948562 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/data/index
   [junit4]   2> 948563 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=644106883, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 948563 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=644106883, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 948563 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@57d6c9de lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c396495),segFN=segments_1,generation=1}
   [junit4]   2> 948563 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7d291632 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bd2143f),segFN=segments_1,generation=1}
   [junit4]   2> 948563 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948563 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948564 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/data/
   [junit4]   2> 948564 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/data/
   [junit4]   2> 948564 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 948564 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 948565 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 948565 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 948567 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948567 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948568 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948568 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948569 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948569 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948569 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948569 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948570 INFO  (coreLoadExecutor-3185-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> 948571 INFO  (coreLoadExecutor-3185-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> 948572 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 948572 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 948573 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 948573 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 948573 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=69.115234375, floorSegmentMB=0.7529296875, forceMergeDeletesPctAllowed=4.762316999220925, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8524941513767251
   [junit4]   2> 948573 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 948573 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 948573 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@57d6c9de lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c396495),segFN=segments_1,generation=1}
   [junit4]   2> 948573 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948573 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=69.115234375, floorSegmentMB=0.7529296875, forceMergeDeletesPctAllowed=4.762316999220925, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8524941513767251
   [junit4]   2> 948573 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2215dd06[collection1] main
   [junit4]   2> 948574 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7d291632 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bd2143f),segFN=segments_1,generation=1}
   [junit4]   2> 948574 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948574 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.s.SolrIndexSearcher Opening Searcher@73d83a61[collectionLazy5] main
   [junit4]   2> 948574 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/conf
   [junit4]   2> 948574 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/conf}
   [junit4]   2> 948574 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/conf
   [junit4]   2> 948574 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection1/conf
   [junit4]   2> 948574 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/conf}
   [junit4]   2> 948574 INFO  (coreLoadExecutor-3185-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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection5/conf
   [junit4]   2> 948574 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 948575 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 948575 INFO  (coreLoadExecutor-3185-thread-3) [    x:collectionLazy5] o.a.s.c.CoreContainer registering core: collectionLazy5
   [junit4]   2> 948575 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 948575 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 948575 INFO  (coreLoadExecutor-3185-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 948575 INFO  (searcherExecutor-3190-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2215dd06[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 948577 INFO  (searcherExecutor-3191-thread-1-processing-x:collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Registered new searcher Searcher@73d83a61[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 948579 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/'
   [junit4]   2> 948579 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 948579 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 948598 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 948601 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 948619 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 948620 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/conf/schema.xml
   [junit4]   2> 948622 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.s.IndexSchema [collectionLazy3] Schema name=tiny
   [junit4]   2> 948625 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 948626 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/conf'
   [junit4]   2> 948626 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy3' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3
   [junit4]   2> 948626 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 948626 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrCore [[collectionLazy3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/], dataDir=[null]
   [junit4]   2> 948626 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy3
   [junit4]   2> 948627 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/data
   [junit4]   2> 948627 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/data/index/
   [junit4]   2> 948627 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/data/index' doesn't exist. Creating new index...
   [junit4]   2> 948627 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/data/index
   [junit4]   2> 948627 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39044578190547596]
   [junit4]   2> 948628 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1b8193d4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ed6557a),segFN=segments_1,generation=1}
   [junit4]   2> 948628 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948628 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/data/
   [junit4]   2> 948628 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy3) [    x:collectionLazy3] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 948629 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 948631 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948631 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948648 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948649 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948650 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    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> 948650 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 948651 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 948651 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 948651 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8920385502514547]
   [junit4]   2> 948651 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1b8193d4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3ed6557a),segFN=segments_1,generation=1}
   [junit4]   2> 948651 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948651 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.s.SolrIndexSearcher Opening Searcher@233bb4b4[collectionLazy3] main
   [junit4]   2> 948652 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/conf
   [junit4]   2> 948652 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/conf}
   [junit4]   2> 948652 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection3/conf
   [junit4]   2> 948652 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 948652 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 948652 INFO  (searcherExecutor-3198-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Registered new searcher Searcher@233bb4b4[collectionLazy3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 948652 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.CoreContainer Opening transient core collectionLazy3
   [junit4]   2> 948652 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.CoreContainer registering core: collectionLazy3
   [junit4]   2> 948652 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/'
   [junit4]   2> 948653 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 948653 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 948685 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 948687 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 948702 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 948703 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/conf/schema.xml
   [junit4]   2> 948706 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.s.IndexSchema [collectionLazy4] Schema name=tiny
   [junit4]   2> 948709 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 948709 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/conf'
   [junit4]   2> 948709 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy3] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy4' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4
   [junit4]   2> 948709 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 948710 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrCore [[collectionLazy4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/], dataDir=[null]
   [junit4]   2> 948710 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy4
   [junit4]   2> 948710 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/data
   [junit4]   2> 948710 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/data/index/
   [junit4]   2> 948710 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/data/index' doesn't exist. Creating new index...
   [junit4]   2> 948711 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/data/index
   [junit4]   2> 948711 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=82.1533203125, floorSegmentMB=1.0205078125, forceMergeDeletesPctAllowed=9.667378351650441, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 948711 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@22b50768 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5958d8a6),segFN=segments_1,generation=1}
   [junit4]   2> 948711 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948718 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy4) [    x:collectionLazy4] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy4 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/data/
   [junit4]   2> 948719 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy4) [    x:collectionLazy4] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 948721 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 948722 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948722 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948723 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948724 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948725 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 948725 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 948725 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 948725 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 948726 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=82.7333984375, floorSegmentMB=1.470703125, forceMergeDeletesPctAllowed=1.022556549114072, segmentsPerTier=32.0, maxCFSSegmentSizeMB=2.087890625, noCFSRatio=0.8574631445879817
   [junit4]   2> 948726 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@22b50768 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5958d8a6),segFN=segments_1,generation=1}
   [junit4]   2> 948726 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948726 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.s.SolrIndexSearcher Opening Searcher@4d2ae087[collectionLazy4] main
   [junit4]   2> 948726 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/conf
   [junit4]   2> 948726 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/conf}
   [junit4]   2> 948726 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection4/conf
   [junit4]   2> 948727 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 948727 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 948727 INFO  (searcherExecutor-3202-thread-1-processing-x:collectionLazy4) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Registered new searcher Searcher@4d2ae087[collectionLazy4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 948727 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.CoreContainer registering core: collectionLazy4
   [junit4]   2> 948727 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/'
   [junit4]   2> 948727 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 948727 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 948759 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 948761 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 948766 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 948766 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/conf/schema.xml
   [junit4]   2> 948769 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.s.IndexSchema [collectionLazy6] Schema name=tiny
   [junit4]   2> 948771 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 948773 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/conf'
   [junit4]   2> 948773 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy4] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy6' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6
   [junit4]   2> 948773 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 948773 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrCore [[collectionLazy6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/], dataDir=[null]
   [junit4]   2> 948773 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy6
   [junit4]   2> 948773 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/data
   [junit4]   2> 948773 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/data/index/
   [junit4]   2> 948774 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/data/index' doesn't exist. Creating new index...
   [junit4]   2> 948774 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/data/index
   [junit4]   2> 948774 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=40.50390625, floorSegmentMB=1.7236328125, forceMergeDeletesPctAllowed=16.51836075666725, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5924111941564308
   [junit4]   2> 948774 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@73c5a897 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@212677b0),segFN=segments_1,generation=1}
   [junit4]   2> 948774 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948775 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy6) [    x:collectionLazy6] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy6 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/data/
   [junit4]   2> 948775 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy6) [    x:collectionLazy6] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 948776 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 948777 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948778 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948778 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948793 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948794 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 948794 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 948799 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 948799 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 948799 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2136701513, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 948799 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@73c5a897 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@212677b0),segFN=segments_1,generation=1}
   [junit4]   2> 948799 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948799 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.s.SolrIndexSearcher Opening Searcher@7fed5f5a[collectionLazy6] main
   [junit4]   2> 948800 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/conf
   [junit4]   2> 948800 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/conf}
   [junit4]   2> 948800 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection6/conf
   [junit4]   2> 948800 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 948800 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 948800 INFO  (searcherExecutor-3206-thread-1-processing-x:collectionLazy6) [    x:collectionLazy6] o.a.s.c.SolrCore [collectionLazy6] Registered new searcher Searcher@7fed5f5a[collectionLazy6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 948800 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.CoreContainer Opening transient core collectionLazy6
   [junit4]   2> 948800 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.CoreContainer registering core: collectionLazy6
   [junit4]   2> 948801 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/'
   [junit4]   2> 948801 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 948801 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 948817 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 948824 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 948832 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 948833 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/conf/schema.xml
   [junit4]   2> 948834 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.s.IndexSchema [collectionLazy7] Schema name=tiny
   [junit4]   2> 948852 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 948853 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] 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/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/conf'
   [junit4]   2> 948853 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy6] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy7' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7
   [junit4]   2> 948853 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 948853 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.SolrCore [[collectionLazy7] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/], dataDir=[null]
   [junit4]   2> 948853 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy7
   [junit4]   2> 948854 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/data
   [junit4]   2> 948854 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/data/index/
   [junit4]   2> 948854 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.SolrCore [collectionLazy7] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/data/index' doesn't exist. Creating new index...
   [junit4]   2> 948854 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/data/index
   [junit4]   2> 948854 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 948855 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1e10ac7b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@582f8f79; maxCacheMB=0.6025390625 maxMergeSizeMB=0.9111328125)),segFN=segments_1,generation=1}
   [junit4]   2> 948855 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948855 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy7) [    x:collectionLazy7] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy7 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/data/
   [junit4]   2> 948855 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy7) [    x:collectionLazy7] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 948868 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 948870 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948871 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948873 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948873 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 948874 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 948874 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 948874 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 948874 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 948874 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=26.2587890625, floorSegmentMB=1.5751953125, forceMergeDeletesPctAllowed=15.284266260123365, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 948875 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1e10ac7b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@582f8f79; maxCacheMB=0.6025390625 maxMergeSizeMB=0.9111328125)),segFN=segments_1,generation=1}
   [junit4]   2> 948875 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 948875 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.s.SolrIndexSearcher Opening Searcher@354afd77[collectionLazy7] main
   [junit4]   2> 948875 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/conf
   [junit4]   2> 948875 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/conf}
   [junit4]   2> 948875 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_F3E9B4EA0A4335F7-001/tempDir-001/collection7/conf
   [junit4]   2> 948875 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 948875 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 948875 INFO  (searcherExecutor-3210-thread-1-processing-x:collectionLazy7) [    x:collectionLazy7] o.a.s.c.SolrCore [collectionLazy7] Registered new searcher Searcher@354afd77[collectionLazy7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 948875 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[F3E9B4EA0A4335F7]) [    x:collectionLazy7] o.a.s.c.CoreContain

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

 SolrIndexSearcher opens=51 closes=50
   [junit4]   2> Nov 17, 2015 8:12:00 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Nov 17, 2015 8:12:20 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=7259, name=searcherExecutor-3186-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Nov 17, 2015 8:12:20 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=7259, name=searcherExecutor-3186-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Nov 17, 2015 8:12:23 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=7259, name=searcherExecutor-3186-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {v_t=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=LuceneFixedGap), v_s=FSTOrd50, v_f=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ar_YE, timezone=America/Port-au-Prince
   [junit4]   2> NOTE: Linux 3.19.0-31-generic amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=12,threads=2,free=181787352,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [HdfsCollectionsAPIDistributedZkTest, DistributedExpandComponentTest, TestMiniSolrCloudCluster, RegexBoostProcessorTest, TestExclusionRuleCollectionAccess, TestReversedWildcardFilterFactory, TestSchemaSimilarityResource, SuggesterTSTTest, TestSolrIndexConfig, TestGroupingSearch, SolrCoreCheckLockOnStartupTest, TestRequestStatusCollectionAPI, TestCSVResponseWriter, DocExpirationUpdateProcessorFactoryTest, DocValuesMultiTest, HdfsRecoveryZkTest, FieldAnalysisRequestHandlerTest, TestSolrQueryParser, HdfsLockFactoryTest, TestFuzzyAnalyzedSuggestions, CachingDirectoryFactoryTest, DirectUpdateHandlerTest, RequestHandlersTest, LukeRequestHandlerTest, DebugComponentTest, HdfsRecoverLeaseTest, ExplicitHLLTest, CircularListTest, TestWriterPerf, StatsComponentTest, TestFreeTextSuggestions, TestBlendedInfixSuggestions, UnloadDistributedZkTest, TestStressReorder, TestSQLHandler, UpdateParamsTest, TestPerFieldSimilarity, TestNoOpRegenerator, CoreAdminRequestStatusTest, TestJettySolrRunner, XmlUpdateRequestHandlerTest, BadIndexSchemaTest, TestXIncludeConfig, SuggestComponentTest, HardAutoCommitTest, SampleTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestCollapseQParserPlugin, TestTolerantSearch, TestSchemaNameResource, TermVectorComponentDistributedTest, TestSolrDeletionPolicy1, CoreAdminHandlerTest, RecoveryZkTest, TestSweetSpotSimilarityFactory, TestIndexSearcher, TestSort, TestCrossCoreJoin, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestReplicationHandlerBackup, TestZkChroot, TestCharFilters, TestPHPSerializedResponseWriter, NoCacheHeaderTest, TestJmxMonitoredMap, TestCustomDocTransformer, LeaderElectionTest, VMParamsZkACLAndCredentialsProvidersTest, TestFastWriter, TestSolrQueryParserResource, TestCloudInspectUtil, SaslZkACLProviderTest, TestRecovery, SSLMigrationTest, SearchHandlerTest, TestCustomSort, TestRebalanceLeaders, TestDownShardTolerantSearch, TestSortByMinMaxFunction, BitVectorTest, TestQueryWrapperFilter, OverseerStatusTest, TestHighFrequencyDictionaryFactory, TestManagedSchema, TestSolrXml, SuggesterWFSTTest, CurrencyFieldXmlFileTest, CdcrRequestHandlerTest, BasicDistributedZkTest, BasicDistributedZk2Test, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, BasicZkTest, ClusterStateUpdateTest, ZkCLITest, AutoCommitTest, TestReload, TestRangeQuery, TestSolr4Spatial, SolrCmdDistributorTest, BasicFunctionalityTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=F3E9B4EA0A4335F7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ar_YE -Dtests.timezone=America/Port-au-Prince -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J2 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F3E9B4EA0A4335F7]: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=7259, name=searcherExecutor-3186-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([F3E9B4EA0A4335F7]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=7259, name=searcherExecutor-3186-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([F3E9B4EA0A4335F7]:0)
   [junit4] Completed [405/558] on J2 in 146.00s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 513 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: 558 suites (8 ignored), 2215 tests, 3 suite-level errors, 547 ignored (64 assumptions) [seed: F3E9B4EA0A4335F7]

Total time: 37 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