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/04/26 08:27:48 UTC

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.9.0-ea-b60) - Build # 12454 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/12454/
Java: 64bit/jdk1.9.0-ea-b60 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([B0C30CE9E1F4218E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:496)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:232)
	at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:502)
	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=6906, name=searcherExecutor-2788-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=6906, name=searcherExecutor-2788-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([B0C30CE9E1F4218E]: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=6906, name=searcherExecutor-2788-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=6906, name=searcherExecutor-2788-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([B0C30CE9E1F4218E]:0)




Build Log:
[...truncated 10527 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/init-core-data-001
   [junit4]   2> 829793 T6819 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 829795 T6819 oas.SolrTestCaseJ4.setUp ###Starting testLazySearch
   [junit4]   2> 829806 T6819 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/'
   [junit4]   2> 829816 T6819 oasc.CoreContainer.<init> New CoreContainer 1699948265
   [junit4]   2> 829816 T6819 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/]
   [junit4]   2> 829816 T6819 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/lib
   [junit4]   2> 829816 T6819 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/lib).
   [junit4]   2> 829821 T6819 oashc.HttpShardHandlerFactory.init created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 829822 T6819 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 829822 T6819 oasc.SolrCores.allocateLazyCores Allocating transient cache for 4 transient cores
   [junit4]   2> 829824 T6819 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 829824 T6819 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 829824 T6819 oasc.CoreContainer.load Node Name: testNode
   [junit4]   2> 829825 T6819 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, instanceDir=collection1, loadOnStartup=true, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 829825 T6819 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy2, config=solrconfig.xml, instanceDir=collection2, loadOnStartup=true, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/, schema=schema.xml, transient=true, dataDir=data/}
   [junit4]   2> 829825 T6819 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy3, config=solrconfig.xml, instanceDir=collection3, loadOnStartup=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection3/, schema=schema.xml, transient=on, dataDir=data/}
   [junit4]   2> 829826 T6819 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy4, config=solrconfig.xml, instanceDir=collection4, loadOnStartup=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 829826 T6819 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy5, config=solrconfig.xml, instanceDir=collection5, loadOnStartup=true, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 829826 T6819 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy6, config=solrconfig.xml, instanceDir=collection6, loadOnStartup=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection6/, schema=schema.xml, transient=true, dataDir=data/}
   [junit4]   2> 829826 T6819 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy7, config=solrconfig.xml, instanceDir=collection7, loadOnStartup=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection7/, schema=schema.xml, transient=true, dataDir=data/}
   [junit4]   2> 829827 T6819 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy8, config=solrconfig.xml, instanceDir=collection8, loadOnStartup=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection8/, schema=schema.xml, transient=true, dataDir=data/}
   [junit4]   2> 829827 T6819 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy9, config=solrconfig.xml, instanceDir=collection9, loadOnStartup=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection9/, schema=schema.xml, transient=true, dataDir=data/}
   [junit4]   2> 829828 T6820 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/'
   [junit4]   2> 829828 T6822 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/'
   [junit4]   2> 829828 T6821 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/'
   [junit4]   2> 829842 T6820 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 829846 T6820 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 829851 T6820 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 829851 T6820 oass.IndexSchema.readSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/conf/schema.xml
   [junit4]   2> 829852 T6820 oass.IndexSchema.readSchema [collection1] Schema name=tiny
   [junit4]   2> 829853 T6822 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 829854 T6820 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 829855 T6820 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/
   [junit4]   2> 829855 T6820 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 829855 T6820 c:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/], dataDir=[null]
   [junit4]   2> 829855 T6820 c:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 829862 T6820 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/data
   [junit4]   2> 829863 T6822 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 829863 T6820 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/data/index/
   [junit4]   2> 829863 T6820 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 829863 T6821 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 829863 T6820 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/data/index
   [junit4]   2> 829864 T6820 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1975680536930997]
   [junit4]   2> 829865 T6820 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3574ed77 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1946a507),segFN=segments_1,generation=1}
   [junit4]   2> 829865 T6820 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 829866 T6821 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 829869 T6820 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 829869 T6822 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 829869 T6822 oass.IndexSchema.readSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/conf/schema.xml
   [junit4]   2> 829871 T6820 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829871 T6822 oass.IndexSchema.readSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 829872 T6820 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829873 T6820 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829873 T6821 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 829873 T6821 oass.IndexSchema.readSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/conf/schema.xml
   [junit4]   2> 829874 T6822 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 829874 T6822 oasc.CoreContainer.create Creating SolrCore 'collectionLazy5' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/
   [junit4]   2> 829874 T6822 c:collectionLazy5 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 829874 T6822 c:collectionLazy5 oasc.SolrCore.<init> [[collectionLazy5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/], dataDir=[null]
   [junit4]   2> 829875 T6822 c:collectionLazy5 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 829875 T6822 c:collectionLazy5 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/data
   [junit4]   2> 829875 T6822 c:collectionLazy5 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/data/index/
   [junit4]   2> 829875 T6820 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829875 T6822 c:collectionLazy5 oasc.SolrCore.initIndex WARN [collectionLazy5] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 829876 T6822 c:collectionLazy5 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/data/index
   [junit4]   2> 829876 T6822 c:collectionLazy5 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1975680536930997]
   [junit4]   2> 829876 T6820 c:collection1 oasc.RequestHandlers.initHandlersFromConfig 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> 829877 T6822 c:collectionLazy5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@655eee9b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@536f67cc),segFN=segments_1,generation=1}
   [junit4]   2> 829877 T6820 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 829877 T6822 c:collectionLazy5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 829877 T6821 oass.IndexSchema.readSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 829877 T6820 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 829878 T6820 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 829878 T6820 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=33.0615234375, floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=20.116592333446505, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 829878 T6820 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3574ed77 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1946a507),segFN=segments_1,generation=1}
   [junit4]   2> 829879 T6820 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 829879 T6820 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@3bbdbcf7[collection1] main
   [junit4]   2> 829880 T6822 c:collectionLazy5 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 829880 T6821 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 829881 T6821 oasc.CoreContainer.create Creating SolrCore 'collectionLazy2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/
   [junit4]   2> 829881 T6822 c:collectionLazy5 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829881 T6820 c:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/conf
   [junit4]   2> 829881 T6821 c:collectionLazy2 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 829881 T6821 c:collectionLazy2 oasc.SolrCore.<init> [[collectionLazy2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/], dataDir=[null]
   [junit4]   2> 829881 T6822 c:collectionLazy5 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829882 T6820 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/conf}
   [junit4]   2> 829882 T6821 c:collectionLazy2 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 829882 T6822 c:collectionLazy5 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829882 T6820 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/conf
   [junit4]   2> 829882 T6821 c:collectionLazy2 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/data
   [junit4]   2> 829883 T6821 c:collectionLazy2 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/data/index/
   [junit4]   2> 829883 T6822 c:collectionLazy5 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829883 T6821 c:collectionLazy2 oasc.SolrCore.initIndex WARN [collectionLazy2] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 829883 T6821 c:collectionLazy2 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/data/index
   [junit4]   2> 829884 T6821 c:collectionLazy2 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1975680536930997]
   [junit4]   2> 829884 T6822 c:collectionLazy5 oasc.RequestHandlers.initHandlersFromConfig 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> 829884 T6821 c:collectionLazy2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@789064ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3748690e),segFN=segments_1,generation=1}
   [junit4]   2> 829884 T6821 c:collectionLazy2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 829884 T6822 c:collectionLazy5 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 829885 T6822 c:collectionLazy5 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 829885 T6822 c:collectionLazy5 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 829885 T6822 c:collectionLazy5 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=33.0615234375, floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=20.116592333446505, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 829886 T6822 c:collectionLazy5 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@655eee9b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@536f67cc),segFN=segments_1,generation=1}
   [junit4]   2> 829886 T6822 c:collectionLazy5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 829886 T6822 c:collectionLazy5 oass.SolrIndexSearcher.<init> Opening Searcher@baba094[collectionLazy5] main
   [junit4]   2> 829886 T6821 c:collectionLazy2 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 829886 T6822 c:collectionLazy5 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/conf
   [junit4]   2> 829887 T6822 c:collectionLazy5 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/conf}
   [junit4]   2> 829887 T6822 c:collectionLazy5 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/conf
   [junit4]   2> 829887 T6822 c:collectionLazy5 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 829887 T6822 c:collectionLazy5 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 829887 T6820 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 829887 T6821 c:collectionLazy2 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829887 T6820 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 829887 T6822 c:collectionLazy5 oasc.CoreContainer.registerCore registering core: collectionLazy5
   [junit4]   2> 829887 T6824 c:collectionLazy5 oasc.SolrCore.registerSearcher [collectionLazy5] Registered new searcher Searcher@baba094[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 829888 T6821 c:collectionLazy2 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829888 T6820 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 829888 T6823 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3bbdbcf7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 829889 T6821 c:collectionLazy2 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829889 T6821 c:collectionLazy2 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829890 T6821 c:collectionLazy2 oasc.RequestHandlers.initHandlersFromConfig 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> 829890 T6821 c:collectionLazy2 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 829890 T6821 c:collectionLazy2 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 829891 T6821 c:collectionLazy2 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 829891 T6821 c:collectionLazy2 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=33.0615234375, floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=20.116592333446505, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 829892 T6821 c:collectionLazy2 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@789064ae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3748690e),segFN=segments_1,generation=1}
   [junit4]   2> 829892 T6821 c:collectionLazy2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 829892 T6821 c:collectionLazy2 oass.SolrIndexSearcher.<init> Opening Searcher@369e933c[collectionLazy2] main
   [junit4]   2> 829892 T6821 c:collectionLazy2 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/conf
   [junit4]   2> 829892 T6821 c:collectionLazy2 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/conf}
   [junit4]   2> 829892 T6821 c:collectionLazy2 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/conf
   [junit4]   2> 829893 T6821 c:collectionLazy2 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 829893 T6821 c:collectionLazy2 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 829893 T6825 c:collectionLazy2 oasc.SolrCore.registerSearcher [collectionLazy2] Registered new searcher Searcher@369e933c[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 829893 T6821 c:collectionLazy2 oasc.SolrCores.putTransientCore Opening transient core collectionLazy2
   [junit4]   2> 829893 T6821 c:collectionLazy2 oasc.CoreContainer.registerCore registering core: collectionLazy2
   [junit4]   2> 829895 T6819 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/'
   [junit4]   2> 829908 T6819 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 829911 T6819 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 829923 T6819 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 829924 T6819 oass.IndexSchema.readSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/conf/schema.xml
   [junit4]   2> 829925 T6819 oass.IndexSchema.readSchema [collectionLazy4] Schema name=tiny
   [junit4]   2> 829928 T6819 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 829928 T6819 oasc.CoreContainer.create Creating SolrCore 'collectionLazy4' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/
   [junit4]   2> 829928 T6819 c:collectionLazy4 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 829928 T6819 c:collectionLazy4 oasc.SolrCore.<init> [[collectionLazy4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/], dataDir=[null]
   [junit4]   2> 829929 T6819 c:collectionLazy4 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collectionLazy4
   [junit4]   2> 829929 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/data
   [junit4]   2> 829929 T6819 c:collectionLazy4 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/data/index/
   [junit4]   2> 829929 T6819 c:collectionLazy4 oasc.SolrCore.initIndex WARN [collectionLazy4] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/data/index' doesn't exist. Creating new index...
   [junit4]   2> 829930 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/data/index
   [junit4]   2> 829930 T6819 c:collectionLazy4 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=2.7275390625, floorSegmentMB=1.4423828125, forceMergeDeletesPctAllowed=10.179012386473195, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3790148159871666
   [junit4]   2> 829930 T6819 c:collectionLazy4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3b5a7cf7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41963ba0),segFN=segments_1,generation=1}
   [junit4]   2> 829931 T6819 c:collectionLazy4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 829932 T6819 c:collectionLazy4 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 829933 T6819 c:collectionLazy4 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829934 T6819 c:collectionLazy4 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829934 T6819 c:collectionLazy4 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829934 T6819 c:collectionLazy4 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 829935 T6819 c:collectionLazy4 oasc.RequestHandlers.initHandlersFromConfig 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> 829936 T6819 c:collectionLazy4 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 829936 T6819 c:collectionLazy4 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 829936 T6819 c:collectionLazy4 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 829936 T6819 c:collectionLazy4 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7743077818342654]
   [junit4]   2> 829937 T6819 c:collectionLazy4 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3b5a7cf7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41963ba0),segFN=segments_1,generation=1}
   [junit4]   2> 829937 T6819 c:collectionLazy4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 829937 T6819 c:collectionLazy4 oass.SolrIndexSearcher.<init> Opening Searcher@5ba4262f[collectionLazy4] main
   [junit4]   2> 829937 T6819 c:collectionLazy4 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/conf
   [junit4]   2> 829938 T6819 c:collectionLazy4 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/conf}
   [junit4]   2> 829938 T6819 c:collectionLazy4 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/conf
   [junit4]   2> 829938 T6819 c:collectionLazy4 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 829938 T6819 c:collectionLazy4 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 829939 T6827 c:collectionLazy4 oasc.SolrCore.registerSearcher [collectionLazy4] Registered new searcher Searcher@5ba4262f[collectionLazy4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 829939 T6819 c:collectionLazy4 oasc.CoreContainer.registerCore registering core: collectionLazy4
   [junit4]   2> 829940 T6819 c:collectionLazy4 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 829941 T6819 c:collectionLazy4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3b5a7cf7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41963ba0),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3b5a7cf7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@41963ba0),segFN=segments_2,generation=2}
   [junit4]   2> 829941 T6819 c:collectionLazy4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 829942 T6819 c:collectionLazy4 oass.SolrIndexSearcher.<init> Opening Searcher@1cb9e414[collectionLazy4] main
   [junit4]   2> 829942 T6819 c:collectionLazy4 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 829942 T6827 c:collectionLazy4 oasc.SolrCore.registerSearcher [collectionLazy4] Registered new searcher Searcher@1cb9e414[collectionLazy4] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C7)))}
   [junit4]   2> ASYNC  NEW_CORE C4809 name=collectionLazy4 org.apache.solr.core.SolrCore@477430b6
   [junit4]   2> 829944 T6819 c:collectionLazy4 C4809 oasc.SolrCore.execute [collectionLazy4] webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=2 
   [junit4]   2> 829945 T6819 c:collectionLazy4 C4809 oasc.SolrCore.execute [collectionLazy4] webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0 
   [junit4]   2> 829946 T6819 c:collectionLazy4 C4809 oasc.SolrCore.execute [collectionLazy4] webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 829946 T6819 c:collectionLazy4 C4809 oasc.SolrCore.execute [collectionLazy4] webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C4810 name=collection1 org.apache.solr.core.SolrCore@16a2ef33
   [junit4]   2> 829947 T6819 c:collectionLazy4 C4810 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> 829947 T6819 c:collectionLazy4 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1699948265
   [junit4]   2> 829947 T6819 c:collectionLazy4 oasc.SolrCore.close [collectionLazy5]  CLOSING SolrCore org.apache.solr.core.SolrCore@4ca6c512
   [junit4]   2> 829947 T6819 c:collectionLazy4 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 829948 T6819 c:collectionLazy4 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 829948 T6819 c:collectionLazy4 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 829948 T6819 c:collectionLazy4 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 829948 T6819 c:collectionLazy4 oasc.SolrCore.closeSearcher [collectionLazy5] Closing main searcher on request.
   [junit4]   2> 829948 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 829948 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/data/index;done=false>>]
   [junit4]   2> 829949 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/data/index
   [junit4]   2> 829949 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/data;done=false>>]
   [junit4]   2> 829949 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection5/data
   [junit4]   2> 829949 T6819 c:collectionLazy4 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@16a2ef33
   [junit4]   2> 829949 T6819 c:collectionLazy4 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 829949 T6819 c:collectionLazy4 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 829950 T6819 c:collectionLazy4 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 829950 T6819 c:collectionLazy4 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 829950 T6819 c:collectionLazy4 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 829950 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 829950 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 829951 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/data
   [junit4]   2> 829951 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 829951 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection1/data/index
   [junit4]   2> 829951 T6819 c:collectionLazy4 oasc.SolrCore.close [collectionLazy4]  CLOSING SolrCore org.apache.solr.core.SolrCore@477430b6
   [junit4]   2> 829952 T6819 c:collectionLazy4 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 829952 T6819 c:collectionLazy4 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 829952 T6819 c:collectionLazy4 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 829952 T6819 c:collectionLazy4 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 829952 T6819 c:collectionLazy4 oasc.SolrCore.closeSearcher [collectionLazy4] Closing main searcher on request.
   [junit4]   2> 829952 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 829953 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/data;done=false>>]
   [junit4]   2> 829953 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/data
   [junit4]   2> 829953 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/data/index;done=false>>]
   [junit4]   2> 829953 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection4/data/index
   [junit4]   2> 829953 T6819 c:collectionLazy4 oasc.SolrCore.close [collectionLazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@237103ab
   [junit4]   2> 829953 T6819 c:collectionLazy4 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 829954 T6819 c:collectionLazy4 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 829954 T6819 c:collectionLazy4 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 829954 T6819 c:collectionLazy4 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 829954 T6819 c:collectionLazy4 oasc.SolrCore.closeSearcher [collectionLazy2] Closing main searcher on request.
   [junit4]   2> 829954 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 829954 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/data;done=false>>]
   [junit4]   2> 829955 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/data
   [junit4]   2> 829955 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/data/index;done=false>>]
   [junit4]   2> 829955 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-001/collection2/data/index
   [junit4]   2> 829955 T6819 c:collectionLazy4 oas.SolrTestCaseJ4.tearDown ###Ending testLazySearch
   [junit4]   2> 829957 T6819 c:collectionLazy4 oas.SolrTestCaseJ4.setUp ###Starting testCreateSame
   [junit4]   2> 829971 T6819 c:collectionLazy4 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/'
   [junit4]   2> 829986 T6819 c:collectionLazy4 oasc.CoreContainer.<init> New CoreContainer 1625266497
   [junit4]   2> 829986 T6819 c:collectionLazy4 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/]
   [junit4]   2> 829986 T6819 c:collectionLazy4 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/lib
   [junit4]   2> 829987 T6819 c:collectionLazy4 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/lib).
   [junit4]   2> 829992 T6819 c:collectionLazy4 oashc.HttpShardHandlerFactory.init created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 829994 T6819 c:collectionLazy4 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 829994 T6819 c:collectionLazy4 oasc.SolrCores.allocateLazyCores Allocating transient cache for 4 transient cores
   [junit4]   2> 829995 T6819 c:collectionLazy4 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 829995 T6819 c:collectionLazy4 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 829995 T6819 c:collectionLazy4 oasc.CoreContainer.load Node Name: testNode
   [junit4]   2> 829996 T6819 c:collectionLazy4 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, instanceDir=collection1, loadOnStartup=true, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection1/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 829996 T6819 c:collectionLazy4 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy2, config=solrconfig.xml, instanceDir=collection2, loadOnStartup=true, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection2/, schema=schema.xml, transient=true, dataDir=data/}
   [junit4]   2> 829997 T6819 c:collectionLazy4 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy3, config=solrconfig.xml, instanceDir=collection3, loadOnStartup=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection3/, schema=schema.xml, transient=on, dataDir=data/}
   [junit4]   2> 829997 T6819 c:collectionLazy4 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy4, config=solrconfig.xml, instanceDir=collection4, loadOnStartup=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection4/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 829997 T6819 c:collectionLazy4 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy5, config=solrconfig.xml, instanceDir=collection5, loadOnStartup=true, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection5/, schema=schema.xml, transient=false, dataDir=data/}
   [junit4]   2> 829998 T6819 c:collectionLazy4 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy6, config=solrconfig.xml, instanceDir=collection6, loadOnStartup=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection6/, schema=schema.xml, transient=true, dataDir=data/}
   [junit4]   2> 829998 T6819 c:collectionLazy4 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy7, config=solrconfig.xml, instanceDir=collection7, loadOnStartup=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection7/, schema=schema.xml, transient=true, dataDir=data/}
   [junit4]   2> 829999 T6819 c:collectionLazy4 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy8, config=solrconfig.xml, instanceDir=collection8, loadOnStartup=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection8/, schema=schema.xml, transient=true, dataDir=data/}
   [junit4]   2> 829999 T6819 c:collectionLazy4 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collectionLazy9, config=solrconfig.xml, instanceDir=collection9, loadOnStartup=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection9/, schema=schema.xml, transient=true, dataDir=data/}
   [junit4]   2> 830000 T6829 c:collectionLazy4 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection1/'
   [junit4]   2> 830000 T6830 c:collectionLazy4 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection2/'
   [junit4]   2> 830002 T6831 c:collectionLazy4 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection5/'
   [junit4]   2> 830013 T6829 c:collectionLazy4 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 830016 T6829 c:collectionLazy4 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 830017 T6831 c:collectionLazy4 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 830019 T6831 c:collectionLazy4 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 830021 T6829 c:collectionLazy4 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 830021 T6829 c:collectionLazy4 oass.IndexSchema.readSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection1/conf/schema.xml
   [junit4]   2> 830022 T6830 c:collectionLazy4 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 830024 T6829 c:collectionLazy4 oass.IndexSchema.readSchema [collection1] Schema name=tiny
   [junit4]   2> 830063 T6830 c:collectionLazy4 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 830064 T6829 c:collectionLazy4 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 830064 T6831 c:collectionLazy4 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 830064 T6829 c:collectionLazy4 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection1/
   [junit4]   2> 830065 T6831 c:collectionLazy4 oass.IndexSchema.readSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection5/conf/schema.xml
   [junit4]   2> 830065 T6829 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 830065 T6829 c:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection1/], dataDir=[null]
   [junit4]   2> 830065 T6829 c:collection1 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collection1
   [junit4]   2> 830066 T6829 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection1/data
   [junit4]   2> 830066 T6829 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection1/data/index/
   [junit4]   2> 830066 T6829 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 830067 T6829 c:collection1 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection1/data/index
   [junit4]   2> 830067 T6831 c:collectionLazy4 oass.IndexSchema.readSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 830067 T6829 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1975680536930997]
   [junit4]   2> 830068 T6829 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@73cbe153 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@522f2082),segFN=segments_1,generation=1}
   [junit4]   2> 830068 T6829 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 830069 T6830 c:collectionLazy4 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 830070 T6831 c:collectionLazy4 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 830070 T6830 c:collectionLazy4 oass.IndexSchema.readSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection2/conf/schema.xml
   [junit4]   2> 830070 T6831 c:collectionLazy4 oasc.CoreContainer.create Creating SolrCore 'collectionLazy5' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection5/
   [junit4]   2> 830070 T6831 c:collectionLazy5 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 830071 T6831 c:collectionLazy5 oasc.SolrCore.<init> [[collectionLazy5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection5/], dataDir=[null]
   [junit4]   2> 830071 T6829 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 830071 T6831 c:collectionLazy5 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 830072 T6831 c:collectionLazy5 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection5/data
   [junit4]   2> 830072 T6831 c:collectionLazy5 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection5/data/index/
   [junit4]   2> 830072 T6831 c:collectionLazy5 oasc.SolrCore.initIndex WARN [collectionLazy5] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 830072 T6830 c:collectionLazy4 oass.IndexSchema.readSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 830073 T6831 c:collectionLazy5 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection5/data/index
   [junit4]   2> 830073 T6831 c:collectionLazy5 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1975680536930997]
   [junit4]   2> 830073 T6829 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830074 T6831 c:collectionLazy5 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7b9f9f5b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@658b379a),segFN=segments_1,generation=1}
   [junit4]   2> 830074 T6831 c:collectionLazy5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 830074 T6829 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830075 T6830 c:collectionLazy4 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 830075 T6830 c:collectionLazy4 oasc.CoreContainer.create Creating SolrCore 'collectionLazy2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection2/
   [junit4]   2> 830075 T6829 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830075 T6830 c:collectionLazy2 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 830075 T6830 c:collectionLazy2 oasc.SolrCore.<init> [[collectionLazy2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection2/], dataDir=[null]
   [junit4]   2> 830076 T6830 c:collectionLazy2 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 830076 T6829 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830076 T6831 c:collectionLazy5 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 830076 T6830 c:collectionLazy2 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection2/data
   [junit4]   2> 830076 T6830 c:collectionLazy2 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection2/data/index/
   [junit4]   2> 830076 T6830 c:collectionLazy2 oasc.SolrCore.initIndex WARN [collectionLazy2] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 830077 T6829 c:collection1 oasc.RequestHandlers.initHandlersFromConfig 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> 830077 T6831 c:collectionLazy5 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830077 T6829 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 830078 T6830 c:collectionLazy2 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection2/data/index
   [junit4]   2> 830078 T6831 c:collectionLazy5 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830078 T6830 c:collectionLazy2 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1975680536930997]
   [junit4]   2> 830078 T6830 c:collectionLazy2 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2e59a6d3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37da0688),segFN=segments_1,generation=1}
   [junit4]   2> 830078 T6830 c:collectionLazy2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 830078 T6831 c:collectionLazy5 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830079 T6831 c:collectionLazy5 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830080 T6831 c:collectionLazy5 oasc.RequestHandlers.initHandlersFromConfig 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> 830080 T6830 c:collectionLazy2 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 830080 T6831 c:collectionLazy5 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 830080 T6830 c:collectionLazy2 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830081 T6830 c:collectionLazy2 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830081 T6830 c:collectionLazy2 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830082 T6830 c:collectionLazy2 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830082 T6830 c:collectionLazy2 oasc.RequestHandlers.initHandlersFromConfig 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> 830083 T6830 c:collectionLazy2 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 830083 T6829 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 830083 T6829 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 830084 T6829 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=33.0615234375, floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=20.116592333446505, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 830084 T6829 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@73cbe153 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@522f2082),segFN=segments_1,generation=1}
   [junit4]   2> 830084 T6829 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 830085 T6829 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@3e08506f[collection1] main
   [junit4]   2> 830085 T6829 c:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection1/conf
   [junit4]   2> 830085 T6829 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection1/conf}
   [junit4]   2> 830085 T6829 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection1/conf
   [junit4]   2> 830085 T6829 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 830086 T6829 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 830091 T6832 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3e08506f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 830091 T6831 c:collectionLazy5 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 830091 T6829 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 830092 T6831 c:collectionLazy5 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 830092 T6831 c:collectionLazy5 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=33.0615234375, floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=20.116592333446505, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 830093 T6831 c:collectionLazy5 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7b9f9f5b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@658b379a),segFN=segments_1,generation=1}
   [junit4]   2> 830093 T6831 c:collectionLazy5 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 830093 T6831 c:collectionLazy5 oass.SolrIndexSearcher.<init> Opening Searcher@3fb575d6[collectionLazy5] main
   [junit4]   2> 830093 T6831 c:collectionLazy5 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection5/conf
   [junit4]   2> 830093 T6831 c:collectionLazy5 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection5/conf}
   [junit4]   2> 830094 T6831 c:collectionLazy5 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection5/conf
   [junit4]   2> 830094 T6831 c:collectionLazy5 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 830095 T6830 c:collectionLazy2 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 830095 T6831 c:collectionLazy5 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 830096 T6830 c:collectionLazy2 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 830096 T6831 c:collectionLazy5 oasc.CoreContainer.registerCore registering core: collectionLazy5
   [junit4]   2> 830096 T6833 c:collectionLazy5 oasc.SolrCore.registerSearcher [collectionLazy5] Registered new searcher Searcher@3fb575d6[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 830096 T6830 c:collectionLazy2 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=33.0615234375, floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=20.116592333446505, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 830096 T6830 c:collectionLazy2 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2e59a6d3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@37da0688),segFN=segments_1,generation=1}
   [junit4]   2> 830097 T6830 c:collectionLazy2 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 830097 T6830 c:collectionLazy2 oass.SolrIndexSearcher.<init> Opening Searcher@56f56c65[collectionLazy2] main
   [junit4]   2> 830097 T6830 c:collectionLazy2 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection2/conf
   [junit4]   2> 830097 T6830 c:collectionLazy2 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection2/conf}
   [junit4]   2> 830097 T6830 c:collectionLazy2 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection2/conf
   [junit4]   2> 830098 T6830 c:collectionLazy2 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 830098 T6830 c:collectionLazy2 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 830098 T6830 c:collectionLazy2 oasc.SolrCores.putTransientCore Opening transient core collectionLazy2
   [junit4]   2> 830098 T6830 c:collectionLazy2 oasc.CoreContainer.registerCore registering core: collectionLazy2
   [junit4]   2> 830098 T6834 c:collectionLazy2 oasc.SolrCore.registerSearcher [collectionLazy2] Registered new searcher Searcher@56f56c65[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 830120 T6819 c:collectionLazy4 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection4/'
   [junit4]   2> 830133 T6819 c:collectionLazy4 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 830136 T6819 c:collectionLazy4 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 830142 T6819 c:collectionLazy4 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 830142 T6819 c:collectionLazy4 oass.IndexSchema.readSchema Reading Solr Schema from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection4/conf/schema.xml
   [junit4]   2> 830144 T6819 c:collectionLazy4 oass.IndexSchema.readSchema [collectionLazy4] Schema name=tiny
   [junit4]   2> 830147 T6819 c:collectionLazy4 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 830147 T6819 c:collectionLazy4 oasc.CoreContainer.create Creating SolrCore 'collectionLazy4' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection4/
   [junit4]   2> 830148 T6819 c:collectionLazy4 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 830148 T6819 c:collectionLazy4 oasc.SolrCore.<init> [[collectionLazy4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection4/], dataDir=[null]
   [junit4]   2> 830148 T6819 c:collectionLazy4 oasc.SolrCore.initInfoRegistry JMX monitoring not detected for core: collectionLazy4
   [junit4]   2> 830149 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection4/data
   [junit4]   2> 830167 T6819 c:collectionLazy4 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection4/data/index/
   [junit4]   2> 830167 T6819 c:collectionLazy4 oasc.SolrCore.initIndex WARN [collectionLazy4] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection4/data/index' doesn't exist. Creating new index...
   [junit4]   2> 830168 T6819 c:collectionLazy4 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection4/data/index
   [junit4]   2> 830168 T6819 c:collectionLazy4 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=23.02734375, floorSegmentMB=1.349609375, forceMergeDeletesPctAllowed=24.006065216017117, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 830169 T6819 c:collectionLazy4 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@335259f8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@70788d33),segFN=segments_1,generation=1}
   [junit4]   2> 830169 T6819 c:collectionLazy4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 830171 T6819 c:collectionLazy4 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 830172 T6819 c:collectionLazy4 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830173 T6819 c:collectionLazy4 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830173 T6819 c:collectionLazy4 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830174 T6819 c:collectionLazy4 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 830175 T6819 c:collectionLazy4 oasc.RequestHandlers.initHandlersFromConfig 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> 830176 T6819 c:collectionLazy4 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 830176 T6819 c:collectionLazy4 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 830177 T6819 c:collectionLazy4 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 830177 T6819 c:collectionLazy4 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=5.4052734375, floorSegmentMB=1.1279296875, forceMergeDeletesPctAllowed=27.412550714023876, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6049067875828494
   [junit4]   2> 830178 T6819 c:collectionLazy4 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@335259f8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@70788d33),segFN=segments_1,generation=1}
   [junit4]   2> 830178 T6819 c:collectionLazy4 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 830178 T6819 c:collectionLazy4 oass.SolrIndexSearcher.<init> Opening Searcher@49737459[collectionLazy4] main
   [junit4]   2> 830179 T6819 c:collectionLazy4 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection4/conf
   [junit4]   2> 830179 T6819 c:collectionLazy4 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-002/collection4/conf}
   [junit4]   2> 830179 T6819 c:collectionLazy4 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lu

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

nux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores B0C30CE9E1F4218E-001/tempDir-007/badSchema2/data
   [junit4]   2> 832061 T6819 c:badSchema2 oas.SolrTestCaseJ4.tearDown ###Ending testBadConfigsGenerateErrors
   [junit4]   2> 832062 T6819 c:badSchema2 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 832062 T6819 c:badSchema2 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=393418547
   [junit4]   2> 953072 T6819 c:badSchema2 oas.SolrTestCaseJ4.endTrackingSearchers ERROR ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]   2> 123307 T6818 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 143382 T6818 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2> 	   1) Thread[id=6906, name=searcherExecutor-2788-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> 143382 T6818 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=6906, name=searcherExecutor-2788-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> 146384 T6818 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=6906, name=searcherExecutor-2788-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(Lucene50): {v_t=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct), v_s=PostingsFormat(name=MockRandom), v_f=Lucene50(blocksize=128)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=uk_UA, timezone=Universal
   [junit4]   2> NOTE: Linux 3.13.0-49-generic amd64/Oracle Corporation 1.9.0-ea (64-bit)/cpus=12,threads=2,free=134426744,total=508887040
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldResource, XmlUpdateRequestHandlerTest, TestPerFieldSimilarity, SharedFSAutoReplicaFailoverUtilsTest, TestCloudSchemaless, RecoveryZkTest, TestImplicitCoreProperties, TestRestManager, TestPartialUpdateDeduplication, StatsComponentTest, TestBlendedInfixSuggestions, MigrateRouteKeyTest, SolrIndexSplitterTest, TestHighlightDedupGrouping, DocValuesTest, SharedFSAutoReplicaFailoverTest, DistributedFacetPivotLargeTest, QueryParsingTest, TestHashQParserPlugin, TestSurroundQueryParser, TestSimpleTrackingShardHandler, SolrCoreCheckLockOnStartupTest, OverseerCollectionProcessorTest, HdfsUnloadDistributedZkTest, TestNonDefinedSimilarityFactory, CoreMergeIndexesAdminHandlerTest, TestCollationField, TestFreeTextSuggestions, TestSystemIdResolver, RequestLoggingTest, CircularListTest, SolrInfoMBeanTest, TestMiniSolrCloudCluster, TestStandardQParsers, OutOfBoxZkACLAndCredentialsProvidersTest, DirectUpdateHandlerOptimizeTest, DeleteInactiveReplicaTest, HdfsDirectoryFactoryTest, TestCloudManagedSchemaConcurrent, PluginInfoTest, SearchHandlerTest, DistributedQueryElevationComponentTest, TestQueryUtils, DeleteShardTest, TestRebalanceLeaders, TestTrie, TestBinaryResponseWriter, TestSort, TestIntervalFaceting, DistributedFacetPivotSmallTest, LeaderElectionTest, QueryResultKeyTest, DateRangeFieldTest, SoftAutoCommitTest, HdfsNNFailoverTest, NumericFieldsTest, TestQuerySenderNoQuery, TestExtendedDismaxParser, PrimUtilsTest, TestCloudManagedSchema, AliasIntegrationTest, TestDefaultSimilarityFactory, InfoHandlerTest, BadIndexSchemaTest, TestDynamicFieldCollectionResource, TestReload, TestXIncludeConfig, TestDistributedMissingSort, TestCSVResponseWriter, BasicDistributedZk2Test, ParsingFieldUpdateProcessorsTest, MoreLikeThisHandlerTest, SimpleMLTQParserTest, TestManagedStopFilterFactory, DistributedFacetPivotLongTailTest, TestExactSharedStatsCache, SyncSliceTest, BasicZkTest, FullSolrCloudDistribCmdsTest, AutoCommitTest, TestRecovery, DistributedSpellCheckComponentTest, TestRealTimeGet, TestStressVersions, HardAutoCommitTest, TestRangeQuery, TestSolr4Spatial, TestGroupingSearch, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=B0C30CE9E1F4218E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=uk_UA -Dtests.timezone=Universal -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B0C30CE9E1F4218E]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:496)
   [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=6906, name=searcherExecutor-2788-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([B0C30CE9E1F4218E]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=6906, name=searcherExecutor-2788-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([B0C30CE9E1F4218E]:0)
   [junit4] Completed [376/484] on J2 in 146.41s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 340 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:526: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:474: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:229: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:512: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1415: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:973: There were test failures: 484 suites, 1944 tests, 3 suite-level errors, 288 ignored (25 assumptions)

Total time: 33 minutes 57 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