You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/03/28 18:44:32 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 484 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/484/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
ObjectTracker found 4 object(s) that were not released!!! [MDCAwareThreadPoolExecutor, MockDirectoryWrapper, SolrCore, MockDirectoryWrapper]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MDCAwareThreadPoolExecutor, MockDirectoryWrapper, SolrCore, MockDirectoryWrapper]
	at __randomizedtesting.SeedInfo.seed([C0CFCE7C9FCE56ED]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:238)
	at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	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=11681, name=searcherExecutor-6014-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=11681, name=searcherExecutor-6014-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([C0CFCE7C9FCE56ED]: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=11681, name=searcherExecutor-6014-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=11681, name=searcherExecutor-6014-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([C0CFCE7C9FCE56ED]:0)




Build Log:
[...truncated 11713 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/init-core-data-001
   [junit4]   2> 1770779 INFO  (SUITE-TestLazyCores-seed#[C0CFCE7C9FCE56ED]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1770780 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 1770814 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001'
   [junit4]   2> 1770814 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1770814 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1770815 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.CoreContainer New CoreContainer 514739410
   [junit4]   2> 1770815 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001]
   [junit4]   2> 1770815 WARN  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/lib
   [junit4]   2> 1770815 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] 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> 1770818 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1770820 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1770840 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1770841 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1770841 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1770841 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1770842 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] 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> 1770842 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] 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> 1770843 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] 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> 1770843 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] 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> 1770843 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] 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> 1770843 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] 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> 1770843 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] 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> 1770844 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] 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> 1770844 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] 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> 1770845 INFO  (coreLoadExecutor-5875-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2'
   [junit4]   2> 1770845 INFO  (coreLoadExecutor-5875-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1770845 INFO  (coreLoadExecutor-5875-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1770845 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1'
   [junit4]   2> 1770857 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1770857 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1770860 INFO  (coreLoadExecutor-5875-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5'
   [junit4]   2> 1770860 INFO  (coreLoadExecutor-5875-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1770860 INFO  (coreLoadExecutor-5875-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1770876 INFO  (coreLoadExecutor-5875-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1770877 INFO  (coreLoadExecutor-5875-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1770891 INFO  (coreLoadExecutor-5875-thread-3) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1770894 INFO  (coreLoadExecutor-5875-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1770897 INFO  (coreLoadExecutor-5875-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1770900 INFO  (coreLoadExecutor-5875-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5'
   [junit4]   2> 1770900 INFO  (coreLoadExecutor-5875-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5
   [junit4]   2> 1770900 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1770900 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/data/]
   [junit4]   2> 1770900 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 1770901 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/data
   [junit4]   2> 1770901 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/data/index/
   [junit4]   2> 1770901 WARN  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.SolrCore [collection5] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1770901 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/data/index
   [junit4]   2> 1770901 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3785660058125544]
   [junit4]   2> 1770902 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2edde8d3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e80ec26),segFN=segments_1,generation=1}
   [junit4]   2> 1770902 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1770904 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1770905 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770906 INFO  (coreLoadExecutor-5875-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1770908 INFO  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection5 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/data/
   [junit4]   2> 1770908 WARN  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1770909 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770910 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770910 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770912 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1770912 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1770912 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1770912 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1770912 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=45.2998046875, floorSegmentMB=1.1171875, forceMergeDeletesPctAllowed=28.347499448619658, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1770913 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2edde8d3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e80ec26),segFN=segments_1,generation=1}
   [junit4]   2> 1770913 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1770913 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@130df353[collection5] main]
   [junit4]   2> 1770913 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/conf
   [junit4]   2> 1770914 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/conf}
   [junit4]   2> 1770914 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/conf
   [junit4]   2> 1770914 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1770914 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1770915 INFO  (coreLoadExecutor-5875-thread-3) [    x:collection5] o.a.s.c.CoreContainer registering core: collection5
   [junit4]   2> 1770914 INFO  (coreLoadExecutor-5875-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1770916 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1770918 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1770919 INFO  (coreLoadExecutor-5875-thread-2) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1770921 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1770921 INFO  (coreLoadExecutor-5875-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1770923 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1770923 INFO  (coreLoadExecutor-5875-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1770924 INFO  (coreLoadExecutor-5875-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2'
   [junit4]   2> 1770924 INFO  (coreLoadExecutor-5875-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2
   [junit4]   2> 1770924 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1770924 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1770925 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/data/]
   [junit4]   2> 1770925 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 1770925 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/data
   [junit4]   2> 1770925 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/data/index/
   [junit4]   2> 1770925 WARN  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.SolrCore [collection2] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1770925 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/data/index
   [junit4]   2> 1770925 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1'
   [junit4]   2> 1770925 INFO  (coreLoadExecutor-5875-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1
   [junit4]   2> 1770925 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3785660058125544]
   [junit4]   2> 1770925 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1770926 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/data/]
   [junit4]   2> 1770926 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5e298d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44bee43b),segFN=segments_1,generation=1}
   [junit4]   2> 1770926 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1770926 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1770926 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/data
   [junit4]   2> 1770926 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/data/index/
   [junit4]   2> 1770926 WARN  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1770926 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/data/index
   [junit4]   2> 1770927 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3785660058125544]
   [junit4]   2> 1770927 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4017172a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a46b29a),segFN=segments_1,generation=1}
   [junit4]   2> 1770927 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1770927 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1770928 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1770929 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770929 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770930 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770930 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770931 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770931 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770932 INFO  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection2 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/data/
   [junit4]   2> 1770932 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770932 WARN  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1770933 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770915 INFO  (searcherExecutor-5876-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@130df353[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1770933 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/data/
   [junit4]   2> 1770933 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1770934 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1770934 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1770934 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1770934 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1770934 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=45.2998046875, floorSegmentMB=1.1171875, forceMergeDeletesPctAllowed=28.347499448619658, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5e298d75 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@44bee43b),segFN=segments_1,generation=1}
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@128d3644[collection2] main]
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/conf
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/conf}
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/conf
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=45.2998046875, floorSegmentMB=1.1171875, forceMergeDeletesPctAllowed=28.347499448619658, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4017172a lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3a46b29a),segFN=segments_1,generation=1}
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1770935 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1770936 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@90e7282[collection1] main]
   [junit4]   2> 1770936 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1770936 INFO  (coreLoadExecutor-5875-thread-2) [    x:collection2] o.a.s.c.CoreContainer registering core: collection2
   [junit4]   2> 1770936 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/conf
   [junit4]   2> 1770936 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/conf}
   [junit4]   2> 1770936 INFO  (searcherExecutor-5880-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@128d3644[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1770936 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/conf
   [junit4]   2> 1770936 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1770936 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1770936 INFO  (searcherExecutor-5881-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@90e7282[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1770936 INFO  (coreLoadExecutor-5875-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1770940 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4'
   [junit4]   2> 1770940 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1770940 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1770946 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1770949 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1770953 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1770957 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1770959 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1770960 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4'
   [junit4]   2> 1770960 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4
   [junit4]   2> 1770960 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1770960 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/data/]
   [junit4]   2> 1770960 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrCore JMX monitoring not detected for core: collection4
   [junit4]   2> 1770961 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/data
   [junit4]   2> 1770961 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/data/index/
   [junit4]   2> 1770961 WARN  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrCore [collection4] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1770961 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/data/index
   [junit4]   2> 1770962 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=46.072265625, floorSegmentMB=0.37890625, forceMergeDeletesPctAllowed=23.22614975414016, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1770962 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4f767ac1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d8dd644),segFN=segments_1,generation=1}
   [junit4]   2> 1770962 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1770962 INFO  (OldIndexDirectoryCleanupThreadForCore-collection4) [    x:collection4] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection4 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/data/
   [junit4]   2> 1770962 WARN  (OldIndexDirectoryCleanupThreadForCore-collection4) [    x:collection4] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1770964 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1770965 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770965 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770966 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770967 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1770968 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1770968 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1770969 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1770969 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1770969 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5812696081276129]
   [junit4]   2> 1770969 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4f767ac1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d8dd644),segFN=segments_1,generation=1}
   [junit4]   2> 1770969 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1770969 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@2645c644[collection4] main]
   [junit4]   2> 1770969 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/conf
   [junit4]   2> 1770970 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/conf}
   [junit4]   2> 1770970 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/conf
   [junit4]   2> 1770970 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1770970 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1770970 INFO  (searcherExecutor-5889-thread-1-processing-x:collection4) [    x:collection4] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@2645c644[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1770970 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.CoreContainer registering core: collection4
   [junit4]   2> 1770970 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6'
   [junit4]   2> 1770970 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1770971 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1770975 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1770977 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1770988 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1770991 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1770994 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1770995 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6'
   [junit4]   2> 1770995 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6
   [junit4]   2> 1770995 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1770995 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/data/]
   [junit4]   2> 1770996 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrCore JMX monitoring not detected for core: collection6
   [junit4]   2> 1770996 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/data
   [junit4]   2> 1770996 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/data/index/
   [junit4]   2> 1770996 WARN  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrCore [collection6] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1770996 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/data/index
   [junit4]   2> 1770997 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1770997 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@38e28e83 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e84009),segFN=segments_1,generation=1}
   [junit4]   2> 1770997 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1770999 INFO  (OldIndexDirectoryCleanupThreadForCore-collection6) [    x:collection6] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection6 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/data/
   [junit4]   2> 1770999 WARN  (OldIndexDirectoryCleanupThreadForCore-collection6) [    x:collection6] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1771000 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1771001 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1771001 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1771003 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1771003 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1771005 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1771005 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1771005 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1771005 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1771006 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=16.1728515625, floorSegmentMB=0.7802734375, forceMergeDeletesPctAllowed=22.880237199125915, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1771006 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@38e28e83 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e84009),segFN=segments_1,generation=1}
   [junit4]   2> 1771006 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1771006 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c1ef626[collection6] main]
   [junit4]   2> 1771006 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/conf
   [junit4]   2> 1771006 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/conf}
   [junit4]   2> 1771007 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/conf
   [junit4]   2> 1771007 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1771008 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1771008 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrCores Opening transient core collection6
   [junit4]   2> 1771008 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.CoreContainer registering core: collection6
   [junit4]   2> 1771011 INFO  (searcherExecutor-5893-thread-1-processing-x:collection6) [    x:collection6] o.a.s.c.SolrCore [collection6] Registered new searcher Searcher@5c1ef626[collection6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1771018 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.h.a.CoreAdminOperation core create command schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1771018 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    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> 1771018 WARN  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1771019 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.h.a.CoreAdminOperation core create command schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1771019 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    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> 1771019 WARN  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1771019 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.h.a.CoreAdminOperation core create command schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1771019 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    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> 1771019 WARN  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1771019 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.h.a.CoreAdminOperation core create command schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1771019 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    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> 1771019 WARN  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1771019 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.CoreContainer Shutting down CoreContainer instance=514739410
   [junit4]   2> 1771020 INFO  (coreCloseExecutor-5897-thread-1-processing-x:collection6) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@17a34ab9
   [junit4]   2> 1771020 INFO  (coreCloseExecutor-5897-thread-1-processing-x:collection6) [    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> 1771021 INFO  (coreCloseExecutor-5897-thread-1-processing-x:collection6) [    x:collection5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1771021 INFO  (coreCloseExecutor-5897-thread-1-processing-x:collection6) [    x:collection5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1771021 INFO  (coreCloseExecutor-5897-thread-1-processing-x:collection6) [    x:collection5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1771021 INFO  (coreCloseExecutor-5897-thread-2-processing-x:collection6) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@55b341ff
   [junit4]   2> 1771021 INFO  (coreCloseExecutor-5897-thread-2-processing-x:collection6) [    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> 1771021 INFO  (coreCloseExecutor-5897-thread-2-processing-x:collection6) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1771021 INFO  (coreCloseExecutor-5897-thread-2-processing-x:collection6) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1771021 INFO  (coreCloseExecutor-5897-thread-2-processing-x:collection6) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1771021 INFO  (coreCloseExecutor-5897-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.SolrCore [collection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@3cc75a4c
   [junit4]   2> 1771021 INFO  (coreCloseExecutor-5897-thread-3-processing-x:collection6) [    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> 1771022 INFO  (coreCloseExecutor-5897-thread-3-processing-x:collection6) [    x:collection4] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1771022 INFO  (coreCloseExecutor-5897-thread-3-processing-x:collection6) [    x:collection4] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1771022 INFO  (coreCloseExecutor-5897-thread-3-processing-x:collection6) [    x:collection4] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1771022 INFO  (coreCloseExecutor-5897-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.SolrCore [collection6]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c76babc
   [junit4]   2> 1771022 INFO  (coreCloseExecutor-5897-thread-5-processing-x:collection6) [    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> 1771022 INFO  (coreCloseExecutor-5897-thread-5-processing-x:collection6) [    x:collection6] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1771022 INFO  (coreCloseExecutor-5897-thread-5-processing-x:collection6) [    x:collection6] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1771022 INFO  (coreCloseExecutor-5897-thread-5-processing-x:collection6) [    x:collection6] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1771022 INFO  (coreCloseExecutor-5897-thread-2-processing-x:collection6) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1771022 INFO  (coreCloseExecutor-5897-thread-2-processing-x:collection6) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1771022 INFO  (coreCloseExecutor-5897-thread-2-processing-x:collection6) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 1771023 INFO  (coreCloseExecutor-5897-thread-2-processing-x:collection6) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1771023 INFO  (coreCloseExecutor-5897-thread-2-processing-x:collection6) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/data
   [junit4]   2> 1771023 INFO  (coreCloseExecutor-5897-thread-2-processing-x:collection6) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 1771023 INFO  (coreCloseExecutor-5897-thread-2-processing-x:collection6) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1771023 INFO  (coreCloseExecutor-5897-thread-2-processing-x:collection6) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection1/data/index
   [junit4]   2> 1771023 INFO  (coreCloseExecutor-5897-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.SolrCore [collection4] Closing main searcher on request.
   [junit4]   2> 1771023 INFO  (coreCloseExecutor-5897-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1771023 INFO  (coreCloseExecutor-5897-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/data/index;done=false>>]
   [junit4]   2> 1771023 INFO  (coreCloseExecutor-5897-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1771023 INFO  (coreCloseExecutor-5897-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/data/index
   [junit4]   2> 1771023 INFO  (coreCloseExecutor-5897-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/data;done=false>>]
   [junit4]   2> 1771023 INFO  (coreCloseExecutor-5897-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1771023 INFO  (coreCloseExecutor-5897-thread-3-processing-x:collection6) [    x:collection4] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection4/data
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.SolrCore [collection6] Closing main searcher on request.
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/data;done=false>>]
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/data
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/data/index;done=false>>]
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-5-processing-x:collection6) [    x:collection6] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection6/data/index
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-1-processing-x:collection6) [    x:collection5] o.a.s.c.SolrCore [collection5] Closing main searcher on request.
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-1-processing-x:collection6) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-1-processing-x:collection6) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/data/index;done=false>>]
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-1-processing-x:collection6) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-1-processing-x:collection6) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/data/index
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-1-processing-x:collection6) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/data;done=false>>]
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-1-processing-x:collection6) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1771024 INFO  (coreCloseExecutor-5897-thread-1-processing-x:collection6) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection5/data
   [junit4]   2> 1771048 INFO  (coreCloseExecutor-5897-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@29ab780e
   [junit4]   2> 1771049 INFO  (coreCloseExecutor-5897-thread-4-processing-x:collection6) [    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> 1771049 INFO  (coreCloseExecutor-5897-thread-4-processing-x:collection6) [    x:collection2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1771049 INFO  (coreCloseExecutor-5897-thread-4-processing-x:collection6) [    x:collection2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1771049 INFO  (coreCloseExecutor-5897-thread-4-processing-x:collection6) [    x:collection2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1771050 INFO  (coreCloseExecutor-5897-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.SolrCore [collection2] Closing main searcher on request.
   [junit4]   2> 1771050 INFO  (coreCloseExecutor-5897-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1771050 INFO  (coreCloseExecutor-5897-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/data;done=false>>]
   [junit4]   2> 1771050 INFO  (coreCloseExecutor-5897-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1771050 INFO  (coreCloseExecutor-5897-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/data
   [junit4]   2> 1771050 INFO  (coreCloseExecutor-5897-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/data/index;done=false>>]
   [junit4]   2> 1771050 INFO  (coreCloseExecutor-5897-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1771050 INFO  (coreCloseExecutor-5897-thread-4-processing-x:collection6) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-001/collection2/data/index
   [junit4]   2> 1771051 INFO  (TEST-TestLazyCores.testCreateSame-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 1771052 INFO  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
   [junit4]   2> 1771094 INFO  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-002'
   [junit4]   2> 1771094 INFO  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1771094 INFO  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1771095 INFO  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.CoreContainer New CoreContainer 297196860
   [junit4]   2> 1771095 INFO  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-002]
   [junit4]   2> 1771095 WARN  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-002/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C0CFCE7C9FCE56ED-001/tempDir-002/lib
   [junit4]   2> 1771095 INFO  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    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> 1771097 INFO  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1771099 INFO  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1771099 INFO  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1771099 INFO  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1771099 INFO  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1771099 INFO  (TEST-TestLazyCores.testLazySearch-seed#[C0CFCE7C9FCE56ED]) [    x:collection6] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1771100 INFO  (TEST-TestLazyCores.te

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

carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=11681, name=searcherExecutor-6014-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Mar 28, 2016 4:42:08 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=11681, name=searcherExecutor-6014-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {v_t=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct), v_s=PostingsFormat(name=Memory doPackFST= true), v_f=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=537, maxMBSortInHeap=4.3352648317698685, sim=ClassicSimilarity, locale=nn-NO, timezone=Europe/Tallinn
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=2,free=172015144,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [RuleEngineTest, SystemInfoHandlerTest, TestRawTransformer, HLLSerializationTest, TestDistributedSearch, CoreAdminCreateDiscoverTest, TestCSVLoader, SSLMigrationTest, SolrRequestParserTest, TestQueryWrapperFilter, CloneFieldUpdateProcessorFactoryTest, TestPostingsSolrHighlighter, TestDownShardTolerantSearch, TestTolerantUpdateProcessorCloud, TlogReplayBufferedWhileIndexingTest, OverriddenZkACLAndCredentialsProvidersTest, TestGeoJSONResponseWriter, SpatialFilterTest, BufferStoreTest, TestFaceting, SampleTest, DateRangeFieldTest, RecoveryZkTest, CloudExitableDirectoryReaderTest, TestNoOpRegenerator, RegexBoostProcessorTest, AsyncMigrateRouteKeyTest, TestManagedResourceStorage, IndexSchemaTest, PathHierarchyTokenizerFactoryTest, TestCursorMarkWithoutUniqueKey, XsltUpdateRequestHandlerTest, SliceStateTest, TolerantUpdateProcessorTest, CurrencyFieldXmlFileTest, FastVectorHighlighterTest, JSONWriterTest, HdfsBasicDistributedZkTest, TestSolrFieldCacheMBean, HdfsTlogReplayBufferedWhileIndexingTest, SortSpecParsingTest, AtomicUpdatesTest, TestSha256AuthenticationProvider, PeerSyncTest, DistributedSpellCheckComponentTest, StandardRequestHandlerTest, TestStressLucene, TestDynamicFieldCollectionResource, TestPivotHelperCode, DistributedQueryComponentOptimizationTest, TestPseudoReturnFields, ActionThrottleTest, ExplicitHLLTest, ZkControllerTest, BlockJoinFacetSimpleTest, URLClassifyProcessorTest, CdcrRequestHandlerTest, TestFastLRUCache, DisMaxRequestHandlerTest, PrimUtilsTest, MultiThreadedOCPTest, SimpleFacetsTest, DocumentAnalysisRequestHandlerTest, QueryResultKeyTest, TestCoreContainer, TestExactSharedStatsCache, DistributedQueueTest, TestJsonRequest, TestCryptoKeys, CursorPagingTest, AlternateDirectoryTest, TestRTimerTree, TestScoreJoinQPNoScore, TestChildDocTransformer, TestSortByMinMaxFunction, TestFunctionQuery, TestLRUStatsCache, TestBulkSchemaConcurrent, PKIAuthenticationIntegrationTest, ZkStateWriterTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestGroupingSearch, TestSizeLimitedDistributedMap, TestSchemaNameResource, DistribDocExpirationUpdateProcessorTest, DistributedFacetPivotLargeTest, TestUseDocValuesAsStored2, MBeansHandlerTest, TestClusterStateMutator, TestSolrDeletionPolicy1, TestElisionMultitermQuery, TestReplicationHandler, TestRestoreCore, TestJmxMonitoredMap, WrapperMergePolicyFactoryTest, BigEndianAscendingWordSerializerTest, SuggesterFSTTest, TestBlobHandler, TestLMDirichletSimilarityFactory, TestSurroundQueryParser, TestSweetSpotSimilarityFactory, TestSolrConfigHandler, TestSerializedLuceneMatchVersion, AnalysisErrorHandlingTest, ShardSplitTest, AssignTest, TestSearchPerf, TestEmbeddedSolrServerConstructors, TestSolrXml, TestSolrQueryParserResource, TestPerFieldSimilarityWithDefaultOverride, TestRemoteStreaming, XmlUpdateRequestHandlerTest, TestFieldSortValues, SecurityConfHandlerTest, TestFieldCollectionResource, TestConfig, TestHashPartitioner, TestIntervalFaceting, TestExceedMaxTermLength, DistributedFacetPivotWhiteBoxTest, TestRandomRequestDistribution, TestTolerantSearch, TestSchemaSimilarityResource, TestSmileRequest, SimpleMLTQParserTest, OverseerRolesTest, SyncSliceTest, TestReplicaProperties, TestAnalyzedSuggestions, TestUpdate, TestWordDelimiterFilterFactory, TestSortingResponseWriter, DeleteReplicaTest, TestLeaderElectionZkExpiry, HdfsChaosMonkeySafeLeaderTest, TestRequestStatusCollectionAPI, TestConfigSetsAPIExclusivity, TestLRUCache, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, FullSolrCloudDistribCmdsTest, TestRandomDVFaceting, ZkCLITest, AutoCommitTest, TestRealTimeGet, TestStressReorder, HardAutoCommitTest, SolrCoreTest, SolrCmdDistributorTest, QueryElevationComponentTest, TestSort, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=C0CFCE7C9FCE56ED -Dtests.slow=true -Dtests.locale=nn-NO -Dtests.timezone=Europe/Tallinn -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MDCAwareThreadPoolExecutor, MockDirectoryWrapper, SolrCore, MockDirectoryWrapper]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C0CFCE7C9FCE56ED]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:238)
   [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=11681, name=searcherExecutor-6014-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([C0CFCE7C9FCE56ED]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=11681, name=searcherExecutor-6014-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([C0CFCE7C9FCE56ED]:0)
   [junit4] Completed [386/584 (1!)] on J0 in 151.64s, 8 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 667 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:684: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:529: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1014: There were test failures: 584 suites (10 ignored), 2357 tests, 3 suite-level errors, 683 ignored (65 assumptions) [seed: C0CFCE7C9FCE56ED]

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