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

[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 700 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java8/700/

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([3EDFC1D20AC92D22]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:453)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:225)
	at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


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

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




Build Log:
[...truncated 10808 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/init-core-data-001
   [junit4]   2> 1227207 INFO  (SUITE-TestLazyCores-seed#[3EDFC1D20AC92D22]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1227211 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 1227269 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001'
   [junit4]   2> 1227270 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1227270 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1227270 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreContainer New CoreContainer 2084877157
   [junit4]   2> 1227270 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001]
   [junit4]   2> 1227271 WARN  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/lib
   [junit4]   2> 1227271 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1227293 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1227293 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1227296 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1227296 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1227296 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1227296 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1227297 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1227297 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1227298 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=on, dataDir=data/}
   [junit4]   2> 1227298 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1227298 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1227298 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1227299 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1227299 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection8, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1227299 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1227300 INFO  (coreLoadExecutor-3417-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1'
   [junit4]   2> 1227300 INFO  (coreLoadExecutor-3417-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1227300 INFO  (coreLoadExecutor-3417-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1227307 INFO  (coreLoadExecutor-3417-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1227309 INFO  (coreLoadExecutor-3417-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1227314 INFO  (coreLoadExecutor-3417-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1227318 INFO  (coreLoadExecutor-3417-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1227334 INFO  (coreLoadExecutor-3417-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2'
   [junit4]   2> 1227335 INFO  (coreLoadExecutor-3417-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1227335 INFO  (coreLoadExecutor-3417-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1227339 INFO  (coreLoadExecutor-3417-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1227341 INFO  (coreLoadExecutor-3417-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1227342 INFO  (coreLoadExecutor-3417-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1'
   [junit4]   2> 1227342 INFO  (coreLoadExecutor-3417-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1
   [junit4]   2> 1227342 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1227343 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/data/]
   [junit4]   2> 1227343 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1227343 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/data
   [junit4]   2> 1227343 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/data/index/
   [junit4]   2> 1227343 WARN  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1227343 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/data/index
   [junit4]   2> 1227343 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2135872560990043]
   [junit4]   2> 1227348 INFO  (coreLoadExecutor-3417-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5'
   [junit4]   2> 1227348 INFO  (coreLoadExecutor-3417-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1227348 INFO  (coreLoadExecutor-3417-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1227354 INFO  (coreLoadExecutor-3417-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1227354 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@bbabb59 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2029ca0d),segFN=segments_1,generation=1}
   [junit4]   2> 1227355 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1227358 INFO  (coreLoadExecutor-3417-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1227359 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1227360 INFO  (coreLoadExecutor-3417-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1227362 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227364 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227372 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/data/
   [junit4]   2> 1227373 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1227375 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227376 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227378 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1227378 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1227386 INFO  (coreLoadExecutor-3417-thread-2) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1227388 INFO  (coreLoadExecutor-3417-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1227389 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1227389 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1227391 INFO  (coreLoadExecutor-3417-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1227392 INFO  (coreLoadExecutor-3417-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2'
   [junit4]   2> 1227392 INFO  (coreLoadExecutor-3417-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2
   [junit4]   2> 1227392 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1227393 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/data/]
   [junit4]   2> 1227393 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 1227393 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/data
   [junit4]   2> 1227393 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/data/index/
   [junit4]   2> 1227393 WARN  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.SolrCore [collection2] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1227393 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/data/index
   [junit4]   2> 1227394 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2135872560990043]
   [junit4]   2> 1227395 INFO  (coreLoadExecutor-3417-thread-3) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1227398 INFO  (coreLoadExecutor-3417-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1227400 INFO  (coreLoadExecutor-3417-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1227402 INFO  (coreLoadExecutor-3417-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5'
   [junit4]   2> 1227402 INFO  (coreLoadExecutor-3417-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5
   [junit4]   2> 1227402 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1227402 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/data/]
   [junit4]   2> 1227402 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 1227402 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/data
   [junit4]   2> 1227402 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/data/index/
   [junit4]   2> 1227403 WARN  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.SolrCore [collection5] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1227403 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/data/index
   [junit4]   2> 1227403 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2135872560990043]
   [junit4]   2> 1227403 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3a8a439b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b1bd964),segFN=segments_1,generation=1}
   [junit4]   2> 1227403 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1227404 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@8131888 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7328cef7),segFN=segments_1,generation=1}
   [junit4]   2> 1227404 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1227404 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1952214158217796]
   [junit4]   2> 1227404 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@bbabb59 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2029ca0d),segFN=segments_1,generation=1}
   [junit4]   2> 1227404 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1227405 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@347716de[collection1] main
   [junit4]   2> 1227405 INFO  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/data/
   [junit4]   2> 1227405 WARN  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1227407 INFO  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection5 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/data/
   [junit4]   2> 1227407 WARN  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1227407 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1227409 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227410 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227411 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227413 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1227414 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227416 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227417 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227418 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227420 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1227421 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1227421 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/conf
   [junit4]   2> 1227421 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/conf}
   [junit4]   2> 1227421 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/conf
   [junit4]   2> 1227422 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1227422 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1227423 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227424 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1227425 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1227425 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1227425 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1227426 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1952214158217796]
   [junit4]   2> 1227426 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@8131888 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7328cef7),segFN=segments_1,generation=1}
   [junit4]   2> 1227426 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1227426 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening Searcher@2a497229[collection5] main
   [junit4]   2> 1227427 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/conf
   [junit4]   2> 1227427 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/conf}
   [junit4]   2> 1227427 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/conf
   [junit4]   2> 1227427 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1227427 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1227427 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1227428 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1227428 INFO  (searcherExecutor-3418-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@347716de[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1227428 INFO  (coreLoadExecutor-3417-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1227428 INFO  (coreLoadExecutor-3417-thread-3) [    x:collection5] o.a.s.c.CoreContainer registering core: collection5
   [junit4]   2> 1227434 INFO  (searcherExecutor-3423-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@2a497229[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1227435 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1952214158217796]
   [junit4]   2> 1227435 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3a8a439b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b1bd964),segFN=segments_1,generation=1}
   [junit4]   2> 1227435 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1227435 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening Searcher@5185c96a[collection2] main
   [junit4]   2> 1227436 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/conf
   [junit4]   2> 1227436 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/conf}
   [junit4]   2> 1227436 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/conf
   [junit4]   2> 1227437 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1227437 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1227438 INFO  (searcherExecutor-3422-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@5185c96a[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1227437 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1227440 INFO  (coreLoadExecutor-3417-thread-2) [    x:collection2] o.a.s.c.CoreContainer registering core: collection2
   [junit4]   2> 1227441 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4'
   [junit4]   2> 1227442 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1227442 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1227447 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1227450 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1227455 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1227457 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1227460 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1227462 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4'
   [junit4]   2> 1227462 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4
   [junit4]   2> 1227462 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1227462 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/data/]
   [junit4]   2> 1227462 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrCore JMX monitoring not detected for core: collection4
   [junit4]   2> 1227462 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/data
   [junit4]   2> 1227463 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/data/index/
   [junit4]   2> 1227463 WARN  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrCore [collection4] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1227463 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/data/index
   [junit4]   2> 1227463 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=51.1162109375, floorSegmentMB=1.5087890625, forceMergeDeletesPctAllowed=3.6137380984342036, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4265921614401521
   [junit4]   2> 1227464 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@26dd6eb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44601c5f; maxCacheMB=0.1181640625 maxMergeSizeMB=0.3115234375)),segFN=segments_1,generation=1}
   [junit4]   2> 1227464 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1227466 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1227467 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227468 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227469 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227469 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227470 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1227471 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1227471 INFO  (OldIndexDirectoryCleanupThreadForCore-collection4) [    x:collection4] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection4 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/data/
   [junit4]   2> 1227471 WARN  (OldIndexDirectoryCleanupThreadForCore-collection4) [    x:collection4] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1227472 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1227472 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1227472 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=0.16796875, floorSegmentMB=0.994140625, forceMergeDeletesPctAllowed=13.728153783288697, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.530440330069243
   [junit4]   2> 1227472 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@26dd6eb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44601c5f; maxCacheMB=0.1181640625 maxMergeSizeMB=0.3115234375)),segFN=segments_1,generation=1}
   [junit4]   2> 1227473 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1227473 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening Searcher@32b442b5[collection4] main
   [junit4]   2> 1227473 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/conf
   [junit4]   2> 1227473 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/conf}
   [junit4]   2> 1227473 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/conf
   [junit4]   2> 1227473 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1227473 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1227473 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.CoreContainer registering core: collection4
   [junit4]   2> 1227474 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6'
   [junit4]   2> 1227474 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1227474 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1227479 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1227482 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1227484 INFO  (searcherExecutor-3431-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@32b442b5[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1227487 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1227490 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1227492 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1227494 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6'
   [junit4]   2> 1227494 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6
   [junit4]   2> 1227494 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1227494 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/data/]
   [junit4]   2> 1227494 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrCore JMX monitoring not detected for core: collection6
   [junit4]   2> 1227495 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/data
   [junit4]   2> 1227495 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/data/index/
   [junit4]   2> 1227495 WARN  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrCore [collection6] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1227495 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/data/index
   [junit4]   2> 1227495 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=70.193359375, floorSegmentMB=2.01953125, forceMergeDeletesPctAllowed=22.63883551505163, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1227496 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2ea15f33 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8cc8cb9),segFN=segments_1,generation=1}
   [junit4]   2> 1227496 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1227498 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1227499 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227500 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227500 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227501 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1227502 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1227503 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1227503 INFO  (OldIndexDirectoryCleanupThreadForCore-collection6) [    x:collection6] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection6 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/data/
   [junit4]   2> 1227503 WARN  (OldIndexDirectoryCleanupThreadForCore-collection6) [    x:collection6] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1227503 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1227503 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1227504 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1227504 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2ea15f33 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8cc8cb9),segFN=segments_1,generation=1}
   [junit4]   2> 1227504 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1227504 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.s.SolrIndexSearcher Opening Searcher@9733820[collection6] main
   [junit4]   2> 1227504 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/conf
   [junit4]   2> 1227505 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/conf}
   [junit4]   2> 1227505 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/conf
   [junit4]   2> 1227505 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1227505 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1227505 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrCores Opening transient core collection6
   [junit4]   2> 1227505 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreContainer registering core: collection6
   [junit4]   2> 1227512 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.h.a.CoreAdminHandler core create command schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1227512 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=t12}
   [junit4]   2> 1227512 WARN  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1227513 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.h.a.CoreAdminHandler core create command schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1227513 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=t14}
   [junit4]   2> 1227513 WARN  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1227513 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.h.a.CoreAdminHandler core create command schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1227513 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=t15}
   [junit4]   2> 1227513 WARN  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1227514 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.h.a.CoreAdminHandler core create command schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1227514 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=t16}
   [junit4]   2> 1227514 WARN  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1227514 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2084877157
   [junit4]   2> 1227514 INFO  (searcherExecutor-3435-thread-1-processing-x:collection6) [    x:collection6] o.a.s.c.SolrCore [collection6] Registered new searcher Searcher@9733820[collection6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1227514 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@7bbfd06
   [junit4]   2> 1227514 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1227515 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1227515 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1227515 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1227515 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1227516 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1227516 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 1227516 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/data
   [junit4]   2> 1227516 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 1227516 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection1/data/index
   [junit4]   2> 1227516 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@63ab2a92
   [junit4]   2> 1227516 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection5] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1227516 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1227516 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1227516 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1227517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection5] o.a.s.c.SolrCore [collection5] Closing main searcher on request.
   [junit4]   2> 1227517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1227517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/data/index;done=false>>]
   [junit4]   2> 1227517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/data/index
   [junit4]   2> 1227517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/data;done=false>>]
   [junit4]   2> 1227517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection5/data
   [junit4]   2> 1227517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrCore [collection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@42382ef0
   [junit4]   2> 1227517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1227517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1227517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1227517 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1227518 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.SolrCore [collection4] Closing main searcher on request.
   [junit4]   2> 1227518 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1227518 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/data/index;done=false>>]
   [junit4]   2> 1227518 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/data/index
   [junit4]   2> 1227518 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/data;done=false>>]
   [junit4]   2> 1227518 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection4/data
   [junit4]   2> 1227518 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@521abcaf
   [junit4]   2> 1227518 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection2] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1227518 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1227518 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1227518 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1227519 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection2] o.a.s.c.SolrCore [collection2] Closing main searcher on request.
   [junit4]   2> 1227519 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1227519 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/data;done=false>>]
   [junit4]   2> 1227519 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/data
   [junit4]   2> 1227519 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/data/index;done=false>>]
   [junit4]   2> 1227519 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection2/data/index
   [junit4]   2> 1227519 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrCore [collection6]  CLOSING SolrCore org.apache.solr.core.SolrCore@a112827
   [junit4]   2> 1227519 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1227520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1227520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1227520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1227520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrCore [collection6] Closing main searcher on request.
   [junit4]   2> 1227520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1227520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/data;done=false>>]
   [junit4]   2> 1227520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/data
   [junit4]   2> 1227520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/data/index;done=false>>]
   [junit4]   2> 1227520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-001/collection6/data/index
   [junit4]   2> 1227520 INFO  (TEST-TestLazyCores.testCreateSame-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 1227522 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1227537 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-002'
   [junit4]   2> 1227537 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1227537 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1227537 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreContainer New CoreContainer 810839117
   [junit4]   2> 1227537 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-002]
   [junit4]   2> 1227537 WARN  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EDFC1D20AC92D22-001/tempDir-002/lib
   [junit4]   2> 1227538 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1227539 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1227539 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1227539 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1227539 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1227539 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1227539 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1227540 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1227540 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1227541 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=on, dataDir=data/}
   [junit4]   2> 1227541 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [    x:collection6] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1227541 INFO  (TEST-TestLazyCores.testRace-seed#[3EDFC1D20AC92D22]) [

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

zedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Dec 15, 2015 9:11:06 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=8586, name=searcherExecutor-3600-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> Dec 15, 2015 9:11:06 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=8586, name=searcherExecutor-3600-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 15, 2015 9:11:09 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=8586, name=searcherExecutor-3600-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=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=8626, maxDocsPerChunk=9, blockSize=9), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=8626, blockSize=9)), sim=ClassicSimilarity, locale=en_US, timezone=Africa/Lagos
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=4,threads=2,free=254071544,total=534249472
   [junit4]   2> NOTE: All tests run in this JVM: [StandardRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestReplicationHandlerBackup, TestAtomicUpdateErrorCases, TestCSVLoader, HdfsRecoverLeaseTest, TestAuthorizationFramework, FileBasedSpellCheckerTest, CurrencyFieldOpenExchangeTest, TestFieldTypeCollectionResource, TestDocSet, TestRestManager, TestSQLHandler, TestPhraseSuggestions, TestCustomSort, CoreAdminCreateDiscoverTest, TestSolrCloudWithKerberosAlt, CdcrUpdateLogTest, BigEndianAscendingWordDeserializerTest, TestAnalyzedSuggestions, RankQueryTest, TestManagedSchemaFieldResource, TestLRUStatsCache, TestExpandComponent, DistribCursorPagingTest, TestExceedMaxTermLength, TestDistribDocBasedVersion, TestIBSimilarityFactory, SharedFSAutoReplicaFailoverUtilsTest, HdfsBasicDistributedZk2Test, TestAnalyzeInfixSuggestions, GraphQueryTest, TestCloudManagedSchemaConcurrent, TestBinaryField, IndexSchemaTest, TestRandomDVFaceting, CopyFieldTest, XsltUpdateRequestHandlerTest, TestCrossCoreJoin, TestRealTimeGet, TestLMDirichletSimilarityFactory, TestSolr4Spatial, TestMergePolicyConfig, TestConfigSetProperties, SpatialRPTFieldTypeTest, TestManagedSchema, URLClassifyProcessorTest, TestRandomForceMergePolicy, TestManagedSynonymFilterFactory, TestJsonRequest, TestConfigSetsAPIExclusivity, TestRangeQuery, TestMiniSolrCloudClusterBase, TestDistributedSearch, HttpPartitionTest, RestartWhileUpdatingTest, TestReplicationHandler, DateRangeFieldTest, TestSha256AuthenticationProvider, TestValueSourceCache, TestQueryWrapperFilter, TestStressLucene, CollectionsAPIAsyncDistributedZkTest, DistributedFacetPivotWhiteBoxTest, PolyFieldTest, SyncSliceTest, TestFoldingMultitermQuery, TestOrdValues, TestHashQParserPlugin, SolrCoreTest, DistributedDebugComponentTest, DistributedFacetPivotLongTailTest, BasicZkTest, TestLuceneMatchVersion, RAMDirectoryFactoryTest, TestConfig, SolrRequestParserTest, TestSortingResponseWriter, TestCopyFieldCollectionResource, DateFieldTest, TestMacros, TestDynamicFieldResource, TestLeaderElectionZkExpiry, TestPerFieldSimilarityWithDefaultOverride, AlternateDirectoryTest, DisMaxRequestHandlerTest, RequestLoggingTest, TestSolrQueryParserResource, CacheHeaderTest, SolrXmlInZkTest, PreAnalyzedFieldTest, TestRandomRequestDistribution, LeaderElectionIntegrationTest, TestRandomFaceting, ZkCLITest, ShardRoutingCustomTest, TestStressReorder, TestReload, StatsComponentTest, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=3EDFC1D20AC92D22 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en_US -Dtests.timezone=Africa/Lagos -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3EDFC1D20AC92D22]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:453)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:225)
   [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=8586, name=searcherExecutor-3600-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([3EDFC1D20AC92D22]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=8586, name=searcherExecutor-3600-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([3EDFC1D20AC92D22]:0)
   [junit4] Completed [426/566 (1!)] on J0 in 147.78s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 446 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:784: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:728: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/common-build.xml:516: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:1436: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:991: There were test failures: 566 suites (8 ignored), 2253 tests, 3 suite-level errors, 388 ignored (69 assumptions) [seed: 3EDFC1D20AC92D22]

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



[JENKINS] Lucene-Solr-Tests-trunk-Java8 - Build # 701 - Still Failing

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

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([41017B4938DCBABE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:453)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:225)
	at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=8407, name=searcherExecutor-3431-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=8407, name=searcherExecutor-3431-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([41017B4938DCBABE]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=8407, name=searcherExecutor-3431-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=8407, name=searcherExecutor-3431-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([41017B4938DCBABE]:0)




Build Log:
[...truncated 10597 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/init-core-data-001
   [junit4]   2> 1329727 INFO  (SUITE-TestLazyCores-seed#[41017B4938DCBABE]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1329729 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 1329745 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001'
   [junit4]   2> 1329745 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1329745 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1329746 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreContainer New CoreContainer 1386488836
   [junit4]   2> 1329746 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001]
   [junit4]   2> 1329746 WARN  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/lib
   [junit4]   2> 1329746 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1329751 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1329751 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1329754 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1329754 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1329754 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1329754 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1329755 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1329755 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1329755 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=on, dataDir=data/}
   [junit4]   2> 1329755 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1329756 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1329756 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1329756 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1329756 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection8, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1329756 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1329757 INFO  (coreLoadExecutor-3340-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1'
   [junit4]   2> 1329765 INFO  (coreLoadExecutor-3340-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5'
   [junit4]   2> 1329765 INFO  (coreLoadExecutor-3340-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1329765 INFO  (coreLoadExecutor-3340-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1329765 INFO  (coreLoadExecutor-3340-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1329765 INFO  (coreLoadExecutor-3340-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1329770 INFO  (coreLoadExecutor-3340-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2'
   [junit4]   2> 1329770 INFO  (coreLoadExecutor-3340-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1329770 INFO  (coreLoadExecutor-3340-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1329775 INFO  (coreLoadExecutor-3340-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1329775 INFO  (coreLoadExecutor-3340-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1329778 INFO  (coreLoadExecutor-3340-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1329779 INFO  (coreLoadExecutor-3340-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1329787 INFO  (coreLoadExecutor-3340-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1329790 INFO  (coreLoadExecutor-3340-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1329794 INFO  (coreLoadExecutor-3340-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1329794 INFO  (coreLoadExecutor-3340-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1329797 INFO  (coreLoadExecutor-3340-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1'
   [junit4]   2> 1329797 INFO  (coreLoadExecutor-3340-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1
   [junit4]   2> 1329797 INFO  (coreLoadExecutor-3340-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1329798 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1329798 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/data/]
   [junit4]   2> 1329798 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1329798 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/data
   [junit4]   2> 1329798 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/data/index/
   [junit4]   2> 1329798 WARN  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1329799 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/data/index
   [junit4]   2> 1329800 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1329800 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@382daf7c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66e4c055),segFN=segments_1,generation=1}
   [junit4]   2> 1329800 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329803 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1329805 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329806 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329807 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329808 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329809 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1329810 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1329810 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/data/
   [junit4]   2> 1329811 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1329830 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1329830 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1329831 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=79.9482421875, floorSegmentMB=0.3515625, forceMergeDeletesPctAllowed=18.03130548346427, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16645188361268703
   [junit4]   2> 1329831 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@382daf7c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@66e4c055),segFN=segments_1,generation=1}
   [junit4]   2> 1329831 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329831 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@50abce8f[collection1] main
   [junit4]   2> 1329831 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/conf
   [junit4]   2> 1329831 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/conf}
   [junit4]   2> 1329832 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/conf
   [junit4]   2> 1329832 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1329832 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1329832 INFO  (coreLoadExecutor-3340-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1329832 INFO  (searcherExecutor-3341-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@50abce8f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1329834 INFO  (coreLoadExecutor-3340-thread-3) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1329837 INFO  (coreLoadExecutor-3340-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1329840 INFO  (coreLoadExecutor-3340-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1329841 INFO  (coreLoadExecutor-3340-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5'
   [junit4]   2> 1329841 INFO  (coreLoadExecutor-3340-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5
   [junit4]   2> 1329841 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1329841 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/data/]
   [junit4]   2> 1329841 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 1329842 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/data
   [junit4]   2> 1329843 INFO  (coreLoadExecutor-3340-thread-2) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1329845 INFO  (coreLoadExecutor-3340-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1329848 INFO  (coreLoadExecutor-3340-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1329849 INFO  (coreLoadExecutor-3340-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2'
   [junit4]   2> 1329849 INFO  (coreLoadExecutor-3340-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2
   [junit4]   2> 1329849 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1329849 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/data/]
   [junit4]   2> 1329849 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 1329850 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/data
   [junit4]   2> 1329850 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/data/index/
   [junit4]   2> 1329850 WARN  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.SolrCore [collection5] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1329850 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/data/index
   [junit4]   2> 1329850 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1329851 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/data/index/
   [junit4]   2> 1329851 WARN  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.SolrCore [collection2] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1329851 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/data/index
   [junit4]   2> 1329862 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1329862 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2ba6c61f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e3f185e),segFN=segments_1,generation=1}
   [junit4]   2> 1329863 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329863 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2fc77ccb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@356e7bd7),segFN=segments_1,generation=1}
   [junit4]   2> 1329863 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329870 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1329871 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329872 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329873 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329874 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329875 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1329875 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1329875 INFO  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection5 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/data/
   [junit4]   2> 1329876 WARN  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1329877 INFO  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection2 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/data/
   [junit4]   2> 1329877 WARN  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1329877 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1329877 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1329878 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=79.9482421875, floorSegmentMB=0.3515625, forceMergeDeletesPctAllowed=18.03130548346427, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16645188361268703
   [junit4]   2> 1329878 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2ba6c61f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e3f185e),segFN=segments_1,generation=1}
   [junit4]   2> 1329878 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329878 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening Searcher@4e9afa89[collection5] main
   [junit4]   2> 1329878 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/conf
   [junit4]   2> 1329878 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/conf}
   [junit4]   2> 1329879 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/conf
   [junit4]   2> 1329879 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1329879 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1329879 INFO  (coreLoadExecutor-3340-thread-3) [    x:collection5] o.a.s.c.CoreContainer registering core: collection5
   [junit4]   2> 1329879 INFO  (searcherExecutor-3345-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@4e9afa89[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1329881 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1329883 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329884 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329885 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329886 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329887 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1329888 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1329888 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1329888 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1329889 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=79.9482421875, floorSegmentMB=0.3515625, forceMergeDeletesPctAllowed=18.03130548346427, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16645188361268703
   [junit4]   2> 1329889 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2fc77ccb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@356e7bd7),segFN=segments_1,generation=1}
   [junit4]   2> 1329890 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329890 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening Searcher@4d598432[collection2] main
   [junit4]   2> 1329890 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/conf
   [junit4]   2> 1329890 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/conf}
   [junit4]   2> 1329890 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/conf
   [junit4]   2> 1329890 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1329890 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1329891 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1329898 INFO  (coreLoadExecutor-3340-thread-2) [    x:collection2] o.a.s.c.CoreContainer registering core: collection2
   [junit4]   2> 1329899 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3'
   [junit4]   2> 1329900 INFO  (searcherExecutor-3346-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@4d598432[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1329900 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1329900 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1329905 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1329908 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1329914 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1329917 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1329921 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1329923 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3'
   [junit4]   2> 1329923 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3
   [junit4]   2> 1329923 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1329923 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/data/]
   [junit4]   2> 1329923 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrCore JMX monitoring not detected for core: collection3
   [junit4]   2> 1329924 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/data
   [junit4]   2> 1329925 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/data/index/
   [junit4]   2> 1329925 WARN  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrCore [collection3] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1329925 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/data/index
   [junit4]   2> 1329925 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1222078314, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1329927 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@36b7015f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17fb58a7),segFN=segments_1,generation=1}
   [junit4]   2> 1329927 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329929 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1329930 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329931 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329933 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329934 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329935 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1329935 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1329936 INFO  (OldIndexDirectoryCleanupThreadForCore-collection3) [    x:collection3] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection3 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/data/
   [junit4]   2> 1329936 WARN  (OldIndexDirectoryCleanupThreadForCore-collection3) [    x:collection3] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1329936 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1329936 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1329937 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=5.9990234375, floorSegmentMB=1.244140625, forceMergeDeletesPctAllowed=20.07427724369815, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8729132307681052
   [junit4]   2> 1329938 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@36b7015f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@17fb58a7),segFN=segments_1,generation=1}
   [junit4]   2> 1329938 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329938 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening Searcher@7f978190[collection3] main
   [junit4]   2> 1329939 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/conf
   [junit4]   2> 1329939 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/conf}
   [junit4]   2> 1329939 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/conf
   [junit4]   2> 1329940 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1329940 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1329940 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1329940 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreContainer registering core: collection3
   [junit4]   2> 1329940 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4'
   [junit4]   2> 1329940 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1329940 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1329942 INFO  (searcherExecutor-3353-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@7f978190[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1329952 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1329956 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1329963 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1329967 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1329969 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1329971 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4'
   [junit4]   2> 1329971 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4
   [junit4]   2> 1329971 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1329972 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/data/]
   [junit4]   2> 1329972 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.SolrCore JMX monitoring not detected for core: collection4
   [junit4]   2> 1329972 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/data
   [junit4]   2> 1329972 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.SolrCore New index directory detected: old=null new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/data/index/
   [junit4]   2> 1329972 WARN  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.SolrCore [collection4] Solr index directory '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1329973 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.CachingDirectoryFactory return new directory for /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/data/index
   [junit4]   2> 1329973 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=49.62890625, floorSegmentMB=1.77734375, forceMergeDeletesPctAllowed=22.048550383202983, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7006078234482433
   [junit4]   2> 1329973 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7f2a89a6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@526ac3f9),segFN=segments_1,generation=1}
   [junit4]   2> 1329974 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329976 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1329977 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329978 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329980 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329981 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1329982 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1329982 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1329983 INFO  (OldIndexDirectoryCleanupThreadForCore-collection4) [    x:collection4] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection4 in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/data/
   [junit4]   2> 1329983 WARN  (OldIndexDirectoryCleanupThreadForCore-collection4) [    x:collection4] o.a.s.c.DirectoryFactory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1329983 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1329983 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1329984 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2573215611216534]
   [junit4]   2> 1329984 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7f2a89a6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@526ac3f9),segFN=segments_1,generation=1}
   [junit4]   2> 1329984 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1329984 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening Searcher@61549945[collection4] main
   [junit4]   2> 1329984 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/conf
   [junit4]   2> 1329984 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/conf}
   [junit4]   2> 1329985 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/conf
   [junit4]   2> 1329985 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1329985 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1329985 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.CoreContainer registering core: collection4
   [junit4]   2> 1329986 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1386488836
   [junit4]   2> 1329986 INFO  (searcherExecutor-3357-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@61549945[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1329987 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@72dfe623
   [junit4]   2> 1329987 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1329987 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1329987 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1329987 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1329988 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1329988 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1329988 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 1329988 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/data
   [junit4]   2> 1329989 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 1329989 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection1/data/index
   [junit4]   2> 1329989 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@71b3afe9
   [junit4]   2> 1329989 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection5] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1329989 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1329989 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1329989 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1329990 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection5] o.a.s.c.SolrCore [collection5] Closing main searcher on request.
   [junit4]   2> 1329991 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1329991 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/data/index;done=false>>]
   [junit4]   2> 1329991 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/data/index
   [junit4]   2> 1329991 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/data;done=false>>]
   [junit4]   2> 1329991 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection5/data
   [junit4]   2> 1329991 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.SolrCore [collection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@8bdb2c6
   [junit4]   2> 1329992 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1329992 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1329992 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1329992 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1329992 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.SolrCore [collection4] Closing main searcher on request.
   [junit4]   2> 1329992 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1329994 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/data;done=false>>]
   [junit4]   2> 1329994 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/data
   [junit4]   2> 1329994 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/data/index;done=false>>]
   [junit4]   2> 1329994 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection4/data/index
   [junit4]   2> 1329994 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@4d668c25
   [junit4]   2> 1329994 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection2] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1329995 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1329995 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1329995 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1329996 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection2] o.a.s.c.SolrCore [collection2] Closing main searcher on request.
   [junit4]   2> 1329996 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1329996 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/data;done=false>>]
   [junit4]   2> 1329996 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/data
   [junit4]   2> 1329996 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/data/index;done=false>>]
   [junit4]   2> 1329996 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection2/data/index
   [junit4]   2> 1329996 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@40058554
   [junit4]   2> 1329997 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1329997 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1329997 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1329997 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1329997 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrCore [collection3] Closing main searcher on request.
   [junit4]   2> 1329997 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1329997 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/data/index [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/data/index;done=false>>]
   [junit4]   2> 1329997 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/data/index
   [junit4]   2> 1329997 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CachingDirectoryFactory looking to close /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/data [CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/data;done=false>>]
   [junit4]   2> 1329998 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing directory: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-001/collection3/data
   [junit4]   2> 1329998 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
   [junit4]   2> 1330000 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1330022 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-002'
   [junit4]   2> 1330022 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1330022 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1330023 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreContainer New CoreContainer 749053530
   [junit4]   2> 1330023 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-002]
   [junit4]   2> 1330023 WARN  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreContainer Couldn't add files from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-002/lib to classpath: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-002/lib
   [junit4]   2> 1330024 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1330026 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1330026 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1330026 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1330026 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1330026 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1330027 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1330028 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1330028 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1330028 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=on, dataDir=data/}
   [junit4]   2> 1330029 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1330029 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1330030 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1330030 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1330030 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection8, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1330030 INFO  (TEST-TestLazyCores.testRace-seed#[41017B4938DCBABE]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1330031 INFO  (coreLoadExecutor-3366-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-002/collection1'
   [junit4]   2> 1330045 INFO  (coreLoadExecutor-3366-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1330045 INFO  (coreLoadExecutor-3366-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1330032 INFO  (coreLoadExecutor-3366-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-002/collection5'
   [junit4]   2> 1330031 INFO  (coreLoadExecutor-3366-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_41017B4938DCBABE-001/tempDir-002/collection2'
   [junit4]   2> 1330046 INFO  (coreLoadExecutor-3366-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1330047 INFO  (coreLoadExecutor-3366-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1330050 INFO  (coreLoadExecutor-3366-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1330050 INF

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

[41017B4938DCBABE]-worker) [    x:collection2] o.a.s.SolrTestCaseJ4 ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]   2> Dec 16, 2015 6:54:05 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Dec 16, 2015 6:54:25 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=8407, name=searcherExecutor-3431-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> Dec 16, 2015 6:54:25 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=8407, name=searcherExecutor-3431-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 16, 2015 6:54:28 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=8407, name=searcherExecutor-3431-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=RandomSimilarityProvider(queryNorm=false,coord=no): {}, locale=ja_JP, timezone=CST6CDT
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=4,threads=2,free=72128920,total=533200896
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedSuggestComponentTest, TestIBSimilarityFactory, SaslZkACLProviderTest, FileBasedSpellCheckerTest, PreAnalyzedFieldTest, TestDistribDocBasedVersion, TestBadConfig, PathHierarchyTokenizerFactoryTest, TestFieldTypeCollectionResource, CurrencyFieldOpenExchangeTest, TestDynamicFieldResource, ZkNodePropsTest, TestTrieFacet, PrimUtilsTest, RecoveryAfterSoftCommitTest, ConnectionManagerTest, DistribCursorPagingTest, TestAnalyzedSuggestions, HttpPartitionTest, AlternateDirectoryTest, DefaultValueUpdateProcessorTest, DistributedDebugComponentTest, PreAnalyzedUpdateProcessorTest, CachingDirectoryFactoryTest, StandardRequestHandlerTest, QueryElevationComponentTest, CollectionReloadTest, TestSolrQueryParserResource, RankQueryTest, TestHashQParserPlugin, RAMDirectoryFactoryTest, OutputWriterTest, AnalysisAfterCoreReloadTest, TestAtomicUpdateErrorCases, IndexSchemaTest, TestAuthorizationFramework, RequiredFieldsTest, SynonymTokenizerTest, LeaderInitiatedRecoveryOnShardRestartTest, OverseerRolesTest, SignatureUpdateProcessorFactoryTest, TestPseudoReturnFields, TestBinaryField, TestCloudManagedSchemaConcurrent, TestSchemaNameResource, HdfsRecoverLeaseTest, DateRangeFieldTest, XsltUpdateRequestHandlerTest, BigEndianAscendingWordDeserializerTest, HLLUtilTest, DisMaxRequestHandlerTest, TestJsonRequest, HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, DeleteLastCustomShardedReplicaTest, TestDocSet, TestPhraseSuggestions, DistanceUnitsTest, TestValueSourceCache, DocumentAnalysisRequestHandlerTest, TestRTGBase, TestComponentsName, InfoHandlerTest, SystemInfoHandlerTest, HdfsThreadLeakTest, TestSchemaVersionResource, TestLRUCache, DistributedQueueTest, TestSolrConfigHandler, TestRandomDVFaceting, TestSolr4Spatial2, ExplicitHLLTest, SolrXmlInZkTest, JSONWriterTest, JsonLoaderTest, EchoParamsTest, TestFaceting, SpatialRPTFieldTypeTest, ZkStateWriterTest, TestJoin, TestRandomRequestDistribution, TestExceedMaxTermLength, TestStressLucene, TestMiniSolrCloudClusterBase, TestRandomFaceting, RestartWhileUpdatingTest, TestSha256AuthenticationProvider, CursorPagingTest, QueryResultKeyTest, TestMacros, RequestLoggingTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, RecoveryZkTest, TestDistributedGrouping, DistributedSpellCheckComponentTest, TestReload, TestRangeQuery, SolrCoreTest, SpellCheckComponentTest, TestSort, TestFunctionQuery, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=41017B4938DCBABE -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ja_JP -Dtests.timezone=CST6CDT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([41017B4938DCBABE]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:453)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:225)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=8407, name=searcherExecutor-3431-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([41017B4938DCBABE]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=8407, name=searcherExecutor-3431-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([41017B4938DCBABE]:0)
   [junit4] Completed [413/566 (1!)] on J0 in 147.98s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 548 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:784: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:728: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/build.xml:59: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/build.xml:233: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/solr/common-build.xml:516: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:1436: The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-trunk-Java8/lucene/common-build.xml:991: There were test failures: 566 suites (8 ignored), 2254 tests, 3 suite-level errors, 560 ignored (69 assumptions) [seed: 41017B4938DCBABE]

Total time: 50 minutes 38 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