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/07/15 03:45:36 UTC

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_60-ea-b21) - Build # 13286 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/13286/
Java: 32bit/jdk1.8.0_60-ea-b21 -server -XX:+UseG1GC

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

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

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([5D535479965F95C2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:465)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:232)
	at sun.reflect.GeneratedMethodAccessor36.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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:799)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	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=8407, name=searcherExecutor-4314-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=8407, name=searcherExecutor-4314-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([5D535479965F95C2]: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=8407, name=searcherExecutor-4314-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=8407, name=searcherExecutor-4314-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([5D535479965F95C2]:0)




Build Log:
[...truncated 11222 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/init-core-data-001
   [junit4]   2> 1004947 INFO  (SUITE-TestLazyCores-seed#[5D535479965F95C2]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1004949 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
   [junit4]   2> 1004964 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/'
   [junit4]   2> 1004981 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.CoreContainer New CoreContainer 1023486
   [junit4]   2> 1004981 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/]
   [junit4]   2> 1004982 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.CoreContainer loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/lib
   [junit4]   2> 1004982 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/lib).
   [junit4]   2> 1004989 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] 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> 1004991 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1004991 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 1004994 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1004994 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1004994 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1004995 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] 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-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/, dataDir=data/}
   [junit4]   2> 1004995 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] 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-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/, dataDir=data/}
   [junit4]   2> 1004996 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] 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-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection3/, dataDir=data/}
   [junit4]   2> 1004996 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] 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-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection4/, dataDir=data/}
   [junit4]   2> 1004996 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] 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-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/, dataDir=data/}
   [junit4]   2> 1004997 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] 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-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection6/, dataDir=data/}
   [junit4]   2> 1004997 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] 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-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection7/, dataDir=data/}
   [junit4]   2> 1004997 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] 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-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection8/, dataDir=data/}
   [junit4]   2> 1004998 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] 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-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection9/, dataDir=data/}
   [junit4]   2> 1004998 INFO  (coreLoadExecutor-4105-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/'
   [junit4]   2> 1004998 INFO  (coreLoadExecutor-4105-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/'
   [junit4]   2> 1004998 INFO  (coreLoadExecutor-4105-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/'
   [junit4]   2> 1005015 INFO  (coreLoadExecutor-4105-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1005016 INFO  (coreLoadExecutor-4105-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1005020 INFO  (coreLoadExecutor-4105-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1005020 INFO  (coreLoadExecutor-4105-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1005020 INFO  (coreLoadExecutor-4105-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/conf/schema.xml
   [junit4]   2> 1005022 INFO  (coreLoadExecutor-4105-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1005023 INFO  (coreLoadExecutor-4105-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1005024 INFO  (coreLoadExecutor-4105-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1005027 INFO  (coreLoadExecutor-4105-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1005027 INFO  (coreLoadExecutor-4105-thread-2) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1005027 INFO  (coreLoadExecutor-4105-thread-2) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/conf/schema.xml
   [junit4]   2> 1005029 INFO  (coreLoadExecutor-4105-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1005031 INFO  (coreLoadExecutor-4105-thread-2) [    ] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 1005031 INFO  (coreLoadExecutor-4105-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties
   [junit4]   2> org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/conf'
   [junit4]   2> 	at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:363)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:49)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:114)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:76)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:667)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:396)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:387)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:156)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1005031 INFO  (coreLoadExecutor-4105-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/
   [junit4]   2> 1005032 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1005032 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/], dataDir=[null]
   [junit4]   2> 1005032 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1005032 INFO  (coreLoadExecutor-4105-thread-3) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1005033 INFO  (coreLoadExecutor-4105-thread-3) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/conf/schema.xml
   [junit4]   2> 1005033 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/data
   [junit4]   2> 1005033 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/data/index/
   [junit4]   2> 1005033 WARN  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1005033 INFO  (coreLoadExecutor-4105-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1005033 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/data/index
   [junit4]   2> 1005034 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1005034 INFO  (coreLoadExecutor-4105-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties
   [junit4]   2> org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/conf'
   [junit4]   2> 	at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:363)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:49)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:114)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:76)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:667)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:396)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:387)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:156)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1005034 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@1d91336 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1623320),segFN=segments_1,generation=1}
   [junit4]   2> 1005035 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1005034 INFO  (coreLoadExecutor-4105-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/
   [junit4]   2> 1005035 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1005035 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [[collectionLazy2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/], dataDir=[null]
   [junit4]   2> 1005035 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 1005035 INFO  (coreLoadExecutor-4105-thread-3) [    ] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 1005036 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/data
   [junit4]   2> 1005036 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/data/index/
   [junit4]   2> 1005036 WARN  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1005036 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/data/index
   [junit4]   2> 1005036 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-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/data/
   [junit4]   2> 1005037 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1005037 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1005037 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@eabac0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16eb63c),segFN=segments_1,generation=1}
   [junit4]   2> 1005038 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1005038 INFO  (coreLoadExecutor-4105-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1005038 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-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/data/
   [junit4]   2> 1005039 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1005039 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1005039 INFO  (coreLoadExecutor-4105-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties
   [junit4]   2> org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/conf'
   [junit4]   2> 	at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:363)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:49)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:114)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:76)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:667)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:396)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:387)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:156)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1005040 INFO  (coreLoadExecutor-4105-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/
   [junit4]   2> 1005040 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1005040 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005040 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/], dataDir=[null]
   [junit4]   2> 1005040 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 1005040 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1005041 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/data
   [junit4]   2> 1005041 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005041 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/data/index/
   [junit4]   2> 1005041 WARN  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1005041 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005041 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/data/index
   [junit4]   2> 1005041 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005042 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1005042 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005042 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005042 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@14e7850 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6efb2),segFN=segments_1,generation=1}
   [junit4]   2> 1005043 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1005043 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-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/data/
   [junit4]   2> 1005043 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1005044 INFO  (coreLoadExecutor-4105-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> 1005044 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1005044 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1005044 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1005045 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=61.6455078125, floorSegmentMB=1.5966796875, forceMergeDeletesPctAllowed=10.502267307652666, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5978207200662202
   [junit4]   2> 1005045 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@1d91336 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1623320),segFN=segments_1,generation=1}
   [junit4]   2> 1005045 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1005045 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@8c962b[collection1] main
   [junit4]   2> 1005045 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1005046 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/conf
   [junit4]   2> 1005046 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/conf}
   [junit4]   2> 1005046 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection1/conf
   [junit4]   2> 1005046 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1005046 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1005046 INFO  (searcherExecutor-4106-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@8c962b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1005046 INFO  (coreLoadExecutor-4105-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1005047 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005048 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005048 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005049 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005050 INFO  (coreLoadExecutor-4105-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> 1005051 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1005051 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1005051 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1005051 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=61.6455078125, floorSegmentMB=1.5966796875, forceMergeDeletesPctAllowed=10.502267307652666, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5978207200662202
   [junit4]   2> 1005052 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@14e7850 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6efb2),segFN=segments_1,generation=1}
   [junit4]   2> 1005052 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1005052 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.s.SolrIndexSearcher Opening Searcher@5e12a[collectionLazy5] main
   [junit4]   2> 1005052 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/conf
   [junit4]   2> 1005052 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/conf}
   [junit4]   2> 1005053 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection5/conf
   [junit4]   2> 1005053 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1005053 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1005053 INFO  (searcherExecutor-4108-thread-1-processing-x:collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Registered new searcher Searcher@5e12a[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1005053 INFO  (coreLoadExecutor-4105-thread-3) [    x:collectionLazy5] o.a.s.c.CoreContainer registering core: collectionLazy5
   [junit4]   2> 1005063 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005064 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005066 INFO  (coreLoadExecutor-4105-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> 1005066 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1005067 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1005067 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1005067 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=61.6455078125, floorSegmentMB=1.5966796875, forceMergeDeletesPctAllowed=10.502267307652666, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5978207200662202
   [junit4]   2> 1005067 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=RawDirectoryWrapper(RAMDirectory@eabac0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16eb63c),segFN=segments_1,generation=1}
   [junit4]   2> 1005067 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1005068 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.s.SolrIndexSearcher Opening Searcher@1a3309d[collectionLazy2] main
   [junit4]   2> 1005068 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/conf
   [junit4]   2> 1005068 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/conf}
   [junit4]   2> 1005068 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/collection2/conf
   [junit4]   2> 1005069 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1005069 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1005069 INFO  (searcherExecutor-4107-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Registered new searcher Searcher@1a3309d[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1005069 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer Opening transient core collectionLazy2
   [junit4]   2> 1005069 INFO  (coreLoadExecutor-4105-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer registering core: collectionLazy2
   [junit4]   2> 1005077 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.h.a.CoreAdminHandler core create command loadOnStartup=true&transient=true&name=core1&action=CREATE&instanceDir=./core1&wt=xml
   [junit4]   2> 1005077 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=core1, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=./core1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/, dataDir=data/}
   [junit4]   2> 1005078 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/'
   [junit4]   2> 1005096 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1005129 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1005135 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1005136 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/conf/schema.xml
   [junit4]   2> 1005138 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1005140 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1005140 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties
   [junit4]   2> org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/conf'
   [junit4]   2> 	at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:363)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:49)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:114)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:76)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:667)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:643)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:629)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestInternal(CoreAdminHandler.java:214)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:194)
   [junit4]   2> 	at org.apache.solr.core.TestLazyCores.createViaAdmin(TestLazyCores.java:348)
   [junit4]   2> 	at org.apache.solr.core.TestLazyCores.testCreateTransientFromAdmin(TestLazyCores.java:382)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:497)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1005141 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/
   [junit4]   2> 1005141 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1005142 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/], dataDir=[null]
   [junit4]   2> 1005142 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore JMX monitoring not detected for core: core1
   [junit4]   2> 1005142 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/data
   [junit4]   2> 1005142 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/data/index/
   [junit4]   2> 1005143 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore [core1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1005143 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/data/index
   [junit4]   2> 1005143 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=43.7587890625, floorSegmentMB=0.8583984375, forceMergeDeletesPctAllowed=18.695518930167495, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6200402413220553
   [junit4]   2> 1005143 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@15de014 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b577d0),segFN=segments_1,generation=1}
   [junit4]   2> 1005144 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1005144 INFO  (OldIndexDirectoryCleanupThreadForCore-core1) [    x:core1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/data/
   [junit4]   2> 1005144 WARN  (OldIndexDirectoryCleanupThreadForCore-core1) [    x:core1] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1005145 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1005146 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005147 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005147 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005148 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005149 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] 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> 1005149 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1005150 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1005150 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1005150 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=2085732806, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1005150 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@15de014 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b577d0),segFN=segments_1,generation=1}
   [junit4]   2> 1005151 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1005151 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.s.SolrIndexSearcher Opening Searcher@1554447[core1] main
   [junit4]   2> 1005151 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/conf
   [junit4]   2> 1005151 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/conf}
   [junit4]   2> 1005151 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core1/conf
   [junit4]   2> 1005151 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1005151 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1005152 INFO  (searcherExecutor-4119-thread-1-processing-x:core1) [    x:core1] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@1554447[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1005152 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.CoreContainer Opening transient core core1
   [junit4]   2> 1005152 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.CoreContainer registering core: core1
   [junit4]   2> 1005152 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.h.a.CoreAdminHandler core create command loadOnStartup=false&transient=true&name=core2&action=CREATE&instanceDir=./core2&wt=xml
   [junit4]   2> 1005152 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrCore Created CoreDescriptor: {name=core2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=./core2, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/, dataDir=data/}
   [junit4]   2> 1005153 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/'
   [junit4]   2> 1005167 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1005169 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1005172 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1005172 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/conf/schema.xml
   [junit4]   2> 1005174 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1005176 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1005177 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties
   [junit4]   2> org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/conf'
   [junit4]   2> 	at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:363)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:49)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:114)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:76)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:667)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:643)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:629)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestInternal(CoreAdminHandler.java:214)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:194)
   [junit4]   2> 	at org.apache.solr.core.TestLazyCores.createViaAdmin(TestLazyCores.java:348)
   [junit4]   2> 	at org.apache.solr.core.TestLazyCores.testCreateTransientFromAdmin(TestLazyCores.java:383)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:497)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1005179 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/
   [junit4]   2> 1005179 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1005179 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/], dataDir=[null]
   [junit4]   2> 1005179 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore JMX monitoring not detected for core: core2
   [junit4]   2> 1005180 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/data
   [junit4]   2> 1005180 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/data/index/
   [junit4]   2> 1005180 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore [core2] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1005180 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/data/index
   [junit4]   2> 1005180 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=38.0537109375, floorSegmentMB=1.7158203125, forceMergeDeletesPctAllowed=11.677205289343481, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1005181 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5a8369 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d42f9b),segFN=segments_1,generation=1}
   [junit4]   2> 1005181 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1005181 INFO  (OldIndexDirectoryCleanupThreadForCore-core2) [    x:core2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core2 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/data/
   [junit4]   2> 1005182 WARN  (OldIndexDirectoryCleanupThreadForCore-core2) [    x:core2] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1005183 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1005184 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005185 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005186 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005186 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1005187 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] 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> 1005188 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1005188 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1005188 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1005189 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=35.693359375, floorSegmentMB=1.79296875, forceMergeDeletesPctAllowed=17.502639820208795, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4085493961944523
   [junit4]   2> 1005189 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5a8369 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d42f9b),segFN=segments_1,generation=1}
   [junit4]   2> 1005189 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1005189 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.s.SolrIndexSearcher Opening Searcher@16f7db8[core2] main
   [junit4]   2> 1005189 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/conf
   [junit4]   2> 1005190 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/conf}
   [junit4]   2> 1005190 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core2/conf
   [junit4]   2> 1005190 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1005190 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1005190 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.CoreContainer Opening transient core core2
   [junit4]   2> 1005190 INFO  (searcherExecutor-4124-thread-1-processing-x:core2) [    x:core2] o.a.s.c.SolrCore [core2] Registered new searcher Searcher@16f7db8[core2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1005190 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.CoreContainer registering core: core2
   [junit4]   2> 1005191 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.h.a.CoreAdminHandler core create command loadOnStartup=true&transient=true&name=core3&action=CREATE&instanceDir=./core3&wt=xml
   [junit4]   2> 1005191 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrCore Created CoreDescriptor: {name=core3, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=./core3, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core3/, dataDir=data/}
   [junit4]   2> 1005191 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core3/'
   [junit4]   2> 1005206 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1005208 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1005213 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1005213 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.s.IndexSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core3/conf/schema.xml
   [junit4]   2> 1005216 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.s.IndexSchema [core3] Schema name=tiny
   [junit4]   2> 1005219 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1005219 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties
   [junit4]   2> org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core3/conf'
   [junit4]   2> 	at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:363)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:49)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:114)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:76)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:667)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:643)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleCreateAction(CoreAdminHandler.java:629)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestInternal(CoreAdminHandler.java:214)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:194)
   [junit4]   2> 	at org.apache.solr.core.TestLazyCores.createViaAdmin(TestLazyCores.java:348)
   [junit4]   2> 	at org.apache.solr.core.TestLazyCores.testCreateTransientFromAdmin(TestLazyCores.java:384)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:497)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1005221 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[5D535479965F95C2]) [    x:core2] o.a.s.c.CoreContainer Creating SolrCore 'core3' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_5D535479965F95C2-001/tempDir-001/./core3/
   [junit4]   2> 1005221 INFO  (TEST-TestLazyCores.

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

d#[5D535479965F95C2]-worker) [    x:collectionLazy9] o.a.s.c.CoreContainer Shutting down CoreContainer instance=27081006
   [junit4]   2> 1128567 ERROR (SUITE-TestLazyCores-seed#[5D535479965F95C2]-worker) [    x:collectionLazy9] o.a.s.SolrTestCaseJ4 ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]   2> Jul 15, 2015 1:44:00 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Jul 15, 2015 1:44: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=8407, name=searcherExecutor-4314-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> Jul 15, 2015 1:44:20 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=8407, name=searcherExecutor-4314-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Jul 15, 2015 1:44: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=8407, name=searcherExecutor-4314-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(Lucene53): {v_t=Lucene50(blocksize=128), id=Lucene50(blocksize=128), v_s=PostingsFormat(name=LuceneFixedGap), v_f=FSTOrd50}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=ms, timezone=Pacific/Apia
   [junit4]   2> NOTE: Linux 3.16.0-41-generic i386/Oracle Corporation 1.8.0_60-ea (32-bit)/cpus=12,threads=2,free=330860648,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [UnloadDistributedZkTest, TestSortingResponseWriter, TestNamedUpdateProcessors, SimpleFacetsTest, TestRequestStatusCollectionAPI, DistributedQueryElevationComponentTest, TestManagedSchemaDynamicFieldResource, TestComplexPhraseQParserPlugin, TestManagedSchema, TestDistributedMissingSort, TestMissingGroups, TestEmbeddedSolrServerConstructors, ChangedSchemaMergeTest, TestBlobHandler, SuggesterTest, DocValuesMissingTest, TestZkChroot, QueryEqualityTest, TriLevelCompositeIdRoutingTest, TestCloudInspectUtil, RankQueryTest, TestLuceneMatchVersion, TestSolrConfigHandlerCloud, TestTrie, TestIntervalFaceting, AliasIntegrationTest, MoreLikeThisHandlerTest, BasicDistributedZk2Test, TestCryptoKeys, TestManagedResource, TestRecoveryHdfs, TestFastOutputStream, SolrCoreCheckLockOnStartupTest, PathHierarchyTokenizerFactoryTest, NumericFieldsTest, TestUniqueKeyFieldResource, TestQuerySenderNoQuery, TestGroupingSearch, DeleteShardTest, TestStressRecovery, TestCollationFieldDocValues, TestReRankQParserPlugin, RecoveryAfterSoftCommitTest, TestPseudoReturnFields, LeaderElectionTest, TestCollectionAPI, TestReplicaProperties, HttpPartitionTest, CircularListTest, DirectSolrSpellCheckerTest, SuggestComponentTest, TestSystemIdResolver, BadIndexSchemaTest, TestSchemaVersionResource, SolrIndexSplitterTest, OverseerCollectionProcessorTest, TestStandardQParsers, SpatialRPTFieldTypeTest, TestBM25SimilarityFactory, MigrateRouteKeyTest, TestDocSet, TestSurroundQueryParser, TestConfigOverlay, SynonymTokenizerTest, TestAddFieldRealTimeGet, TestSchemaSimilarityResource, SearchHandlerTest, CoreAdminRequestStatusTest, FileBasedSpellCheckerTest, PrimUtilsTest, TestAuthenticationFramework, TestCollationField, HdfsRecoverLeaseTest, SoftAutoCommitTest, TestClassNameShortening, TestDynamicFieldResource, RecoveryZkTest, ResponseLogComponentTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, OpenExchangeRatesOrgProviderTest, TestDistributedGrouping, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestReload, HardAutoCommitTest, DistributedTermsComponentTest, StatsComponentTest, TestSort, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=5D535479965F95C2 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ms -Dtests.timezone=Pacific/Apia -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([5D535479965F95C2]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:465)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:232)
   [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=8407, name=searcherExecutor-4314-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([5D535479965F95C2]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=8407, name=searcherExecutor-4314-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([5D535479965F95C2]:0)
   [junit4] Completed [398/510] on J2 in 146.78s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 358 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:536: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:484: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:230: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:512: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1444: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:999: There were test failures: 510 suites, 2019 tests, 3 suite-level errors, 242 ignored (25 assumptions)

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