You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/10/19 21:48:34 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Solaris/137/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

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

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

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([4A43B5B3BF1F1F22]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:468)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:234)
	at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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=9770, name=searcherExecutor-3692-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=9770, name=searcherExecutor-3692-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([4A43B5B3BF1F1F22]: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=9770, name=searcherExecutor-3692-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=9770, name=searcherExecutor-3692-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([4A43B5B3BF1F1F22]:0)




Build Log:
[...truncated 10295 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/init-core-data-001
   [junit4]   2> 1457863 INFO  (SUITE-TestLazyCores-seed#[4A43B5B3BF1F1F22]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1457865 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 1457912 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/'
   [junit4]   2> 1457912 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1457912 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1457930 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.CoreContainer New CoreContainer 199534633
   [junit4]   2> 1457930 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/]
   [junit4]   2> 1457930 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.CoreContainer loading shared library: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/lib
   [junit4]   2> 1457930 WARN  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/lib).
   [junit4]   2> 1457941 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] 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> 1457945 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1457948 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 1457951 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1457951 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1457951 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1457951 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1457952 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/, dataDir=data/}
   [junit4]   2> 1457952 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection2, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/, dataDir=data/}
   [junit4]   2> 1457952 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, config=solrconfig.xml, transient=on, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection3, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/, dataDir=data/}
   [junit4]   2> 1457952 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection4, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/, dataDir=data/}
   [junit4]   2> 1457953 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy5, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection5, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/, dataDir=data/}
   [junit4]   2> 1457953 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy6, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection6, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection6/, dataDir=data/}
   [junit4]   2> 1457953 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy7, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection7, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection7/, dataDir=data/}
   [junit4]   2> 1457953 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy8, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection8, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection8/, dataDir=data/}
   [junit4]   2> 1457953 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy9, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection9, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection9/, dataDir=data/}
   [junit4]   2> 1457954 INFO  (coreLoadExecutor-3574-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/'
   [junit4]   2> 1457954 INFO  (coreLoadExecutor-3574-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/'
   [junit4]   2> 1457954 INFO  (coreLoadExecutor-3574-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1457954 INFO  (coreLoadExecutor-3574-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1457954 INFO  (coreLoadExecutor-3574-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1457954 INFO  (coreLoadExecutor-3574-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/'
   [junit4]   2> 1457954 INFO  (coreLoadExecutor-3574-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1457955 INFO  (coreLoadExecutor-3574-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1457954 INFO  (coreLoadExecutor-3574-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1457983 INFO  (coreLoadExecutor-3574-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1457986 INFO  (coreLoadExecutor-3574-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1457990 INFO  (coreLoadExecutor-3574-thread-1) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1457991 INFO  (coreLoadExecutor-3574-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1457991 INFO  (coreLoadExecutor-3574-thread-1) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/conf/schema.xml
   [junit4]   2> 1457993 INFO  (coreLoadExecutor-3574-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1457994 INFO  (coreLoadExecutor-3574-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1457998 INFO  (coreLoadExecutor-3574-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1457999 INFO  (coreLoadExecutor-3574-thread-3) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1457999 INFO  (coreLoadExecutor-3574-thread-3) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/conf/schema.xml
   [junit4]   2> 1458000 INFO  (coreLoadExecutor-3574-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-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/conf'
   [junit4]   2> 1458000 INFO  (coreLoadExecutor-3574-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/
   [junit4]   2> 1458000 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1458000 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/], dataDir=[null]
   [junit4]   2> 1458000 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1458001 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/data
   [junit4]   2> 1458001 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/data/index/
   [junit4]   2> 1458001 WARN  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1458001 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/data/index
   [junit4]   2> 1458001 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=51.4326171875, floorSegmentMB=0.2783203125, forceMergeDeletesPctAllowed=19.262499681022653, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1458002 INFO  (coreLoadExecutor-3574-thread-3) [    ] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 1458005 INFO  (coreLoadExecutor-3574-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1458006 INFO  (coreLoadExecutor-3574-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-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/conf'
   [junit4]   2> 1458007 INFO  (coreLoadExecutor-3574-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/
   [junit4]   2> 1458007 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1458009 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/], dataDir=[null]
   [junit4]   2> 1458009 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 1458009 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@60df6a62 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d858acb),segFN=segments_1,generation=1}
   [junit4]   2> 1458009 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1458010 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/data
   [junit4]   2> 1458010 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/data/index/
   [junit4]   2> 1458010 WARN  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1458010 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/data/index
   [junit4]   2> 1458010 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=51.4326171875, floorSegmentMB=0.2783203125, forceMergeDeletesPctAllowed=19.262499681022653, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1458011 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@77959aae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f7a181),segFN=segments_1,generation=1}
   [junit4]   2> 1458011 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1458011 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-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/data/
   [junit4]   2> 1458012 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1458012 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1458014 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1458016 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458016 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458017 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458017 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458017 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy5 in /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/data/
   [junit4]   2> 1458019 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458020 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458021 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1458021 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1458021 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1458022 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1458022 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1458022 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4705045121411614]
   [junit4]   2> 1458022 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458022 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@60df6a62 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d858acb),segFN=segments_1,generation=1}
   [junit4]   2> 1458022 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1458023 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@129d9924[collection1] main
   [junit4]   2> 1458023 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/conf
   [junit4]   2> 1458023 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/conf}
   [junit4]   2> 1458023 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/conf
   [junit4]   2> 1458023 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1458023 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1458023 INFO  (coreLoadExecutor-3574-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1458023 INFO  (searcherExecutor-3575-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@129d9924[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1458023 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458024 INFO  (coreLoadExecutor-3574-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1458025 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1458026 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1458026 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1458026 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1458026 INFO  (coreLoadExecutor-3574-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1458026 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4705045121411614]
   [junit4]   2> 1458027 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@77959aae lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f7a181),segFN=segments_1,generation=1}
   [junit4]   2> 1458027 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1458027 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.s.SolrIndexSearcher Opening Searcher@40593546[collectionLazy5] main
   [junit4]   2> 1458027 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/conf
   [junit4]   2> 1458027 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/conf}
   [junit4]   2> 1458027 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/conf
   [junit4]   2> 1458028 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1458028 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1458028 INFO  (searcherExecutor-3576-thread-1-processing-x:collectionLazy5) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Registered new searcher Searcher@40593546[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1458028 INFO  (coreLoadExecutor-3574-thread-3) [    x:collectionLazy5] o.a.s.c.CoreContainer registering core: collectionLazy5
   [junit4]   2> 1458049 INFO  (coreLoadExecutor-3574-thread-2) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1458049 INFO  (coreLoadExecutor-3574-thread-2) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/conf/schema.xml
   [junit4]   2> 1458053 INFO  (coreLoadExecutor-3574-thread-2) [    ] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 1458056 INFO  (coreLoadExecutor-3574-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1458057 INFO  (coreLoadExecutor-3574-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-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/conf'
   [junit4]   2> 1458057 INFO  (coreLoadExecutor-3574-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy2' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/
   [junit4]   2> 1458057 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1458058 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [[collectionLazy2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/], dataDir=[null]
   [junit4]   2> 1458058 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 1458058 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/data
   [junit4]   2> 1458058 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/data/index/
   [junit4]   2> 1458058 WARN  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1458059 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/data/index
   [junit4]   2> 1458059 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=51.4326171875, floorSegmentMB=0.2783203125, forceMergeDeletesPctAllowed=19.262499681022653, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1458059 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a8cb452 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@199321dd),segFN=segments_1,generation=1}
   [junit4]   2> 1458059 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1458060 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy2 in /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/data/
   [junit4]   2> 1458060 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1458062 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1458063 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458065 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458066 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458071 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458074 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1458074 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1458074 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1458075 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1458075 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4705045121411614]
   [junit4]   2> 1458075 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@a8cb452 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@199321dd),segFN=segments_1,generation=1}
   [junit4]   2> 1458075 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1458075 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.s.SolrIndexSearcher Opening Searcher@20cbe473[collectionLazy2] main
   [junit4]   2> 1458076 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/conf
   [junit4]   2> 1458076 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/conf}
   [junit4]   2> 1458076 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/conf
   [junit4]   2> 1458076 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1458076 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1458076 INFO  (searcherExecutor-3583-thread-1-processing-x:collectionLazy2) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Registered new searcher Searcher@20cbe473[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1458076 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer Opening transient core collectionLazy2
   [junit4]   2> 1458076 INFO  (coreLoadExecutor-3574-thread-2) [    x:collectionLazy2] o.a.s.c.CoreContainer registering core: collectionLazy2
   [junit4]   2> 1458079 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/'
   [junit4]   2> 1458079 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1458079 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1458105 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1458111 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1458122 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1458122 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/conf/schema.xml
   [junit4]   2> 1458125 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.s.IndexSchema [collectionLazy3] Schema name=tiny
   [junit4]   2> 1458128 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1458130 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] 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-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/conf'
   [junit4]   2> 1458130 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy3' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/
   [junit4]   2> 1458130 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1458130 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore [[collectionLazy3] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/], dataDir=[null]
   [junit4]   2> 1458130 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy3
   [junit4]   2> 1458131 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/data
   [junit4]   2> 1458131 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/data/index/
   [junit4]   2> 1458131 WARN  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1458131 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/data/index
   [junit4]   2> 1458131 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.642278137761694]
   [junit4]   2> 1458132 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@24cc60a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cd5b37),segFN=segments_1,generation=1}
   [junit4]   2> 1458132 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1458132 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy3 in /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/data/
   [junit4]   2> 1458133 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy3) [    x:collectionLazy3] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1458135 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1458137 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458138 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458139 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458140 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458142 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1458143 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1458143 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1458143 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1458143 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=73.044921875, floorSegmentMB=2.1181640625, forceMergeDeletesPctAllowed=13.051162422789716, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1458144 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@24cc60a3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51cd5b37),segFN=segments_1,generation=1}
   [junit4]   2> 1458144 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1458144 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.s.SolrIndexSearcher Opening Searcher@2586e708[collectionLazy3] main
   [junit4]   2> 1458144 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/conf
   [junit4]   2> 1458144 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/conf}
   [junit4]   2> 1458144 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/conf
   [junit4]   2> 1458145 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1458145 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1458145 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CoreContainer Opening transient core collectionLazy3
   [junit4]   2> 1458145 INFO  (searcherExecutor-3587-thread-1-processing-x:collectionLazy3) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Registered new searcher Searcher@2586e708[collectionLazy3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1458145 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CoreContainer registering core: collectionLazy3
   [junit4]   2> 1458145 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/'
   [junit4]   2> 1458145 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1458145 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1458184 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1458190 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1458194 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1458195 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.s.IndexSchema Reading Solr Schema from /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/conf/schema.xml
   [junit4]   2> 1458199 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.s.IndexSchema [collectionLazy4] Schema name=tiny
   [junit4]   2> 1458201 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1458203 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] 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-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/conf'
   [junit4]   2> 1458203 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy4' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/
   [junit4]   2> 1458203 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1458203 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore [[collectionLazy4] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/], dataDir=[null]
   [junit4]   2> 1458203 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy4
   [junit4]   2> 1458204 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/data
   [junit4]   2> 1458206 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/data/index/
   [junit4]   2> 1458206 WARN  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1458207 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/data/index
   [junit4]   2> 1458207 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=5.15625, floorSegmentMB=1.3837890625, forceMergeDeletesPctAllowed=10.21503210339057, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.311492728824167
   [junit4]   2> 1458208 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7b2896e2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b61165f),segFN=segments_1,generation=1}
   [junit4]   2> 1458208 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1458209 INFO  (OldIndexDirectoryCleanupThreadForCore-collectionLazy4) [    x:collectionLazy4] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collectionLazy4 in /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/data/
   [junit4]   2> 1458209 WARN  (OldIndexDirectoryCleanupThreadForCore-collectionLazy4) [    x:collectionLazy4] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1458211 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1458213 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458214 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458215 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458216 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1458218 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1458218 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1458223 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1458223 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1458223 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=68.30859375, floorSegmentMB=1.6162109375, forceMergeDeletesPctAllowed=15.30035015655989, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1458224 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7b2896e2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2b61165f),segFN=segments_1,generation=1}
   [junit4]   2> 1458224 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1458224 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.s.SolrIndexSearcher Opening Searcher@7b2aedf3[collectionLazy4] main
   [junit4]   2> 1458224 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/conf
   [junit4]   2> 1458225 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/conf}
   [junit4]   2> 1458225 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/conf
   [junit4]   2> 1458225 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1458225 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1458225 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.CoreContainer registering core: collectionLazy4
   [junit4]   2> 1458225 INFO  (searcherExecutor-3591-thread-1-processing-x:collectionLazy4) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Registered new searcher Searcher@7b2aedf3[collectionLazy4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1458227 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.CoreContainer Shutting down CoreContainer instance=199534633
   [junit4]   2> 1458227 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2911456e
   [junit4]   2> 1458227 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collection1] o.a.s.u.UpdateHandler 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> 1458227 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1458227 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1458227 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1458244 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1458244 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1458244 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 1458244 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/data
   [junit4]   2> 1458244 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 1458244 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection1/data/index
   [junit4]   2> 1458244 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5]  CLOSING SolrCore org.apache.solr.core.SolrCore@626eb5fc
   [junit4]   2> 1458244 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy5] o.a.s.u.UpdateHandler 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> 1458244 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1458244 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1458244 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1458247 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Closing main searcher on request.
   [junit4]   2> 1458247 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1458247 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/data;done=false>>]
   [junit4]   2> 1458247 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/data
   [junit4]   2> 1458248 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/data/index;done=false>>]
   [junit4]   2> 1458248 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy5] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection5/data/index
   [junit4]   2> 1458248 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4]  CLOSING SolrCore org.apache.solr.core.SolrCore@48da8d60
   [junit4]   2> 1458248 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.u.UpdateHandler 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> 1458248 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1458248 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1458248 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1458249 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.SolrCore [collectionLazy4] Closing main searcher on request.
   [junit4]   2> 1458249 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1458249 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/data;done=false>>]
   [junit4]   2> 1458249 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/data
   [junit4]   2> 1458249 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/data/index;done=false>>]
   [junit4]   2> 1458249 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy4] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection4/data/index
   [junit4]   2> 1458249 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@64b3b4fd
   [junit4]   2> 1458249 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy2] o.a.s.u.UpdateHandler 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> 1458249 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1458249 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1458249 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1458251 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Closing main searcher on request.
   [junit4]   2> 1458252 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1458252 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/data;done=false>>]
   [junit4]   2> 1458252 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/data
   [junit4]   2> 1458252 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/data/index;done=false>>]
   [junit4]   2> 1458252 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy2] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection2/data/index
   [junit4]   2> 1458252 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3]  CLOSING SolrCore org.apache.solr.core.SolrCore@472ab730
   [junit4]   2> 1458252 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.u.UpdateHandler 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> 1458252 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1458252 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1458253 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1458253 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Closing main searcher on request.
   [junit4]   2> 1458253 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1458253 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/data/index;done=false>>]
   [junit4]   2> 1458253 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/data/index
   [junit4]   2> 1458253 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/data;done=false>>]
   [junit4]   2> 1458253 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-001/collection3/data
   [junit4]   2> 1458253 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
   [junit4]   2> 1458255 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
   [junit4]   2> 1458280 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-002/'
   [junit4]   2> 1458280 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1458280 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1458297 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CoreContainer New CoreContainer 767598259
   [junit4]   2> 1458297 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-002/]
   [junit4]   2> 1458297 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CoreContainer loading shared library: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-002/lib
   [junit4]   2> 1458297 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to classloader: lib (resolved as: /export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-002/lib).
   [junit4]   2> 1458305 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] 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> 1458308 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1458311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 1458311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1458311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1458312 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1458312 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1458313 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection1, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-002/collection1/, dataDir=data/}
   [junit4]   2> 1458313 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy2, config=solrconfig.xml, transient=true, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=collection2, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-002/collection2/, dataDir=data/}
   [junit4]   2> 1458313 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy3, config=solrconfig.xml, transient=on, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=collection3, absoluteInstDir=/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_4A43B5B3BF1F1F22-001/tempDir-002/collection3/, dataDir=data/}
   [junit4]   2> 1458313 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[4A43B5B3BF1F1F22]) [    x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {name=collectionLazy4, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=false, configSetProperties=configsetprops.json, instanceDir=coll

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

[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> Oct 19, 2015 7:46:42 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=9770, name=searcherExecutor-3692-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Oct 19, 2015 7:46:45 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=9770, name=searcherExecutor-3692-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {v_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), v_s=PostingsFormat(name=MockRandom), v_f=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=is, timezone=America/Antigua
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_60 (64-bit)/cpus=3,threads=2,free=391975424,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestCustomSort, TestUpdate, RollingRestartTest, TestQuerySenderNoQuery, TestReplicationHandlerBackup, TestRemoveLastDynamicCopyField, TestBulkSchemaConcurrent, TestReloadDeadlock, DOMUtilTest, SparseHLLTest, TestSurroundQueryParser, TestRandomDVFaceting, MoreLikeThisHandlerTest, ZkNodePropsTest, TestCollectionAPI, DistributedSpellCheckComponentTest, ChaosMonkeyNothingIsSafeTest, SoftAutoCommitTest, TestHashQParserPlugin, ReturnFieldsTest, BJQParserTest, AddBlockUpdateTest, TestElisionMultitermQuery, TestCrossCoreJoin, RankQueryTest, TestFastWriter, TestExactSharedStatsCache, TestRawResponseWriter, TestSolrXml, TestEmbeddedSolrServerConstructors, HdfsThreadLeakTest, TestIBSimilarityFactory, DistributedExpandComponentTest, CursorMarkTest, OverseerRolesTest, BlockCacheTest, TestOrdValues, PolyFieldTest, TestPartialUpdateDeduplication, TestNoOpRegenerator, SchemaVersionSpecificBehaviorTest, TestSearchPerf, InfoHandlerTest, DistributedVersionInfoTest, TestSearcherReuse, TestCursorMarkWithoutUniqueKey, CloudMLTQParserTest, TestDistributedMissingSort, SolrRequestParserTest, JSONWriterTest, DocumentBuilderTest, MBeansHandlerTest, TestAddFieldRealTimeGet, TestUniqueKeyFieldResource, TestExtendedDismaxParser, CoreAdminRequestStatusTest, TestMergePolicyConfig, TestXIncludeConfig, LeaderInitiatedRecoveryOnShardRestartTest, DistributedIntervalFacetingTest, StandardRequestHandlerTest, TestSerializedLuceneMatchVersion, QueryElevationComponentTest, DocValuesTest, HdfsChaosMonkeySafeLeaderTest, TestManagedResourceStorage, CleanupOldIndexTest, TestJmxIntegration, SimplePostToolTest, TestLMDirichletSimilarityFactory, DateRangeFieldTest, HdfsRecoverLeaseTest, ShardSplitTest, TestRTimerTree, AsyncMigrateRouteKeyTest, TestSolrDeletionPolicy1, SolrTestCaseJ4Test, SharedFSAutoReplicaFailoverUtilsTest, TestJsonRequest, HdfsChaosMonkeyNothingIsSafeTest, SolrCoreTest, TestCodecSupport, HdfsSyncSliceTest, TestJettySolrRunner, TestReqParamsAPI, PingRequestHandlerTest, ShardRoutingTest, TestShardHandlerFactory, OverseerCollectionConfigSetProcessorTest, TestStressVersions, ExitableDirectoryReaderTest, ExplicitHLLTest, DistribCursorPagingTest, TestFileDictionaryLookup, DistributedFacetPivotSmallTest, FacetPivotSmallTest, TestManagedSchemaDynamicFieldResource, PrimitiveFieldTypeTest, TestWordDelimiterFilterFactory, IndexBasedSpellCheckerTest, MigrateRouteKeyTest, TestFastLRUCache, ConcurrentDeleteAndCreateCollectionTest, TestRandomRequestDistribution, HdfsWriteToMultipleCollectionsTest, TestPhraseSuggestions, ExternalFileFieldSortTest, TestAnalyzedSuggestions, LeaderElectionTest, SimpleCollectionCreateDeleteTest, OverseerTaskQueueTest, ChangedSchemaMergeTest, TestCloudManagedSchemaConcurrent, TestSolrJ, HdfsUnloadDistributedZkTest, TestRestoreCore, TestDistributedSearch, TestCloudManagedSchema, OverseerStatusTest, CoreAdminCreateDiscoverTest, TestDocumentBuilder, DistributedQueryElevationComponentTest, TestConfig, TestLRUCache, RecoveryZkTest, SOLR749Test, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=4A43B5B3BF1F1F22 -Dtests.slow=true -Dtests.locale=is -Dtests.timezone=America/Antigua -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4A43B5B3BF1F1F22]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:468)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:234)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=9770, name=searcherExecutor-3692-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([4A43B5B3BF1F1F22]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=9770, name=searcherExecutor-3692-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([4A43B5B3BF1F1F22]:0)
   [junit4] Completed [271/542] on J0 in 147.68s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 833 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:785: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:729: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/solr/common-build.xml:526: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common-build.xml:1452: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-5.x-Solaris/lucene/common-build.xml:1006: There were test failures: 542 suites (7 ignored), 2143 tests, 3 suite-level errors, 1067 ignored (29 assumptions) [seed: 4A43B5B3BF1F1F22]

Total time: 54 minutes 34 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