Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17591/
Java: 32bit/jdk-9-ea+129 -server -XX:+UseParallelGC

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

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

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not 
released!!! [MockDirectoryWrapper, MockDirectoryWrapper, 
MDCAwareThreadPoolExecutor, MockDirectoryWrapper, SolrCore]
        at __randomizedtesting.SeedInfo.seed([4E658E0B1EBB5E15]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNull(Assert.java:551)
        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
        at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:533)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)


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=12143, name=searcherExecutor-5932-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at 
jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)         at 
java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
         at 
java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=12143, name=searcherExecutor-5932-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)
        at 
java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
        at 
java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
        at __randomizedtesting.SeedInfo.seed([4E658E0B1EBB5E15]: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=12143, name=searcherExecutor-5932-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at 
jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)         at 
java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
         at 
java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
         at 
java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=12143, name=searcherExecutor-5932-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)
        at 
java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
        at 
java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
        at __randomizedtesting.SeedInfo.seed([4E658E0B1EBB5E15]:0)




Build Log:
[...truncated 12022 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/init-core-data-001
   [junit4]   2> 1299823 INFO  
(SUITE-TestLazyCores-seed#[4E658E0B1EBB5E15]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1299824 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
   [junit4]   2> 1299834 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001'
   [junit4]   2> 1299834 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1299834 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1299834 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 9935075
   [junit4]   2> 1299834 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001]
   [junit4]   2> 1299834 WARN  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/lib
   [junit4]   2> 1299834 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
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,
   [junit4]   2> 1299838 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1299838 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1299839 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1299839 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1299839 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1299839 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1299840 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=true, transient=false, name=collection1, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1299840 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=true, transient=true, name=collection2, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1299840 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=false, transient=on, name=collection3, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1299840 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=false, transient=false, name=collection4, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1299840 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=true, transient=false, name=collection5, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1299840 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=false, transient=true, name=collection6, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1299840 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=false, transient=true, name=collection7, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1299841 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=false, transient=true, name=collection8, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1299841 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=false, transient=true, name=collection9, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1299841 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1'
   [junit4]   2> 1299841 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1299841 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1299845 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1299846 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1299849 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1299851 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1299852 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1299853 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1'
   [junit4]   2> 1299853 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1
   [junit4]   2> 1299854 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1299854 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data/]
   [junit4]   2> 1299854 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1299854 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data/snapshot_metadata
   [junit4]   2> 1299854 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1299855 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2'
   [junit4]   2> 1299855 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5'
   [junit4]   2> 1299855 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1299855 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1299855 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data
   [junit4]   2> 1299855 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1299855 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data/index/
   [junit4]   2> 1299855 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1299855 WARN  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1299855 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data/index
   [junit4]   2> 1299856 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=55.171875, 
floorSegmentMB=2.1826171875, forceMergeDeletesPctAllowed=11.811648754328484, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17117591572740176
   [junit4]   2> 1299856 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7dc5de 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8493db),segFN=segments_1,generation=1}
   [junit4]   2> 1299856 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1299856 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data/
   [junit4]   2> 1299856 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    ] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1299857 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1299858 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1299859 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1299859 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1299859 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1299860 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1299860 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1299861 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1299862 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1299863 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1299864 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1299864 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1299864 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1299864 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1299864 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1299864 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1299864 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1299864 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@7dc5de 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@8493db),segFN=segments_1,generation=1}
   [junit4]   2> 1299865 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1299865 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1f602c9[collection1] main]
   [junit4]   2> 1299865 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/conf
   [junit4]   2> 1299865 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/conf}
   [junit4]   2> 1299865 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/conf
   [junit4]   2> 1299865 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1299865 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1299865 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1299865 INFO  (searcherExecutor-5839-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1f602c9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1299866 INFO  (coreLoadExecutor-5838-thread-1) [    ] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1299866 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5'
   [junit4]   2> 1299866 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5
   [junit4]   2> 1299866 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1299866 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1299866 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data/]
   [junit4]   2> 1299866 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 1299867 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data/snapshot_metadata
   [junit4]   2> 1299867 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1299867 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data
   [junit4]   2> 1299867 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data/index/
   [junit4]   2> 1299867 WARN  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrCore [collection5] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1299867 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data/index
   [junit4]   2> 1299867 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1299867 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=55.171875, 
floorSegmentMB=2.1826171875, forceMergeDeletesPctAllowed=11.811648754328484, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17117591572740176
   [junit4]   2> 1299868 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1ec8611 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3400a4),segFN=segments_1,generation=1}
   [junit4]   2> 1299868 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1299868 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2'
   [junit4]   2> 1299868 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2
   [junit4]   2> 1299868 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection5) [    ] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection5 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data/
   [junit4]   2> 1299868 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1299868 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection5) [    ] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1299868 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data/]
   [junit4]   2> 1299868 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 1299869 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data/snapshot_metadata
   [junit4]   2> 1299869 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1299869 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data
   [junit4]   2> 1299869 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1299869 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data/index/
   [junit4]   2> 1299869 WARN  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrCore [collection2] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1299869 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data/index
   [junit4]   2> 1299869 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=55.171875, 
floorSegmentMB=2.1826171875, forceMergeDeletesPctAllowed=11.811648754328484, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17117591572740176
   [junit4]   2> 1299870 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e3b00d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@193bd1a),segFN=segments_1,generation=1}
   [junit4]   2> 1299870 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1299870 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1299870 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection2) [    ] o.a.s.c.SolrCore 
Looking for old index directories to cleanup for core collection2 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data/
   [junit4]   2> 1299870 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection2) [    ] 
o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1299870 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1299871 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1299871 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1299871 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1299872 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1299872 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1299872 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1299872 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1299872 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1299872 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1299872 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1ec8611 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3400a4),segFN=segments_1,generation=1}
   [junit4]   2> 1299872 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1299872 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1faf53d[collection5] main]
   [junit4]   2> 1299872 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1299872 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/conf
   [junit4]   2> 1299872 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/conf}
   [junit4]   2> 1299872 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/conf
   [junit4]   2> 1299873 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1299873 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1299873 INFO  (searcherExecutor-5843-thread-1) [    ] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@1faf53d[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1299873 INFO  (coreLoadExecutor-5838-thread-3) [    ] 
o.a.s.c.CoreContainer registering core: collection5
   [junit4]   2> 1299873 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1299875 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1299875 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1299876 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1299883 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1299883 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1299883 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=48, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1299883 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@1e3b00d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@193bd1a),segFN=segments_1,generation=1}
   [junit4]   2> 1299883 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1299883 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@16a913b[collection2] main]
   [junit4]   2> 1299883 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/conf
   [junit4]   2> 1299884 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/conf}
   [junit4]   2> 1299884 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/conf
   [junit4]   2> 1299884 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1299884 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1299884 INFO  (searcherExecutor-5844-thread-1) [    ] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@16a913b[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1299884 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1299884 INFO  (coreLoadExecutor-5838-thread-2) [    ] 
o.a.s.c.CoreContainer registering core: collection2
   [junit4]   2> 1299887 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1299948 INFO  (Thread-3043) [    ] o.a.s.c.SolrCore 
[collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@196651f
   [junit4]   2> 1299948 INFO  (Thread-3043) [    ] 
o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1299948 INFO  (Thread-3043) [    ] o.a.s.u.SolrCoreState 
Closing SolrCoreState
   [junit4]   2> 1299948 INFO  (Thread-3043) [    ] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 1299948 INFO  (Thread-3043) [    ] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1299949 INFO  (Thread-3043) [    ] o.a.s.c.SolrCore 
[collection1] Closing main searcher on request.
   [junit4]   2> 1299949 INFO  (Thread-3043) [    ] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3 directories 
currently being tracked
   [junit4]   2> 1299949 INFO  (Thread-3043) [    ] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 1299949 INFO  (Thread-3043) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=false
   [junit4]   2> 1299949 INFO  (Thread-3043) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data
   [junit4]   2> 1299949 INFO  (Thread-3043) [    ] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 1299949 INFO  (Thread-3043) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=false
   [junit4]   2> 1299949 INFO  (Thread-3043) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data/index
   [junit4]   2> 1299949 INFO  (Thread-3043) [    ] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data/snapshot_metadata;done=false>>]
   [junit4]   2> 1299949 INFO  (Thread-3043) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory, 
CoreContainer#isShutdown=false
   [junit4]   2> 1299949 INFO  (Thread-3043) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection1/data/snapshot_metadata
   [junit4]   2> 1299987 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=9935075
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1e32f50
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@c327e1
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.c.SolrCore [collection2] Closing main searcher on request.
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.c.SolrCore [collection5] Closing main searcher on request.
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3 directories 
currently being tracked
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 3 directories 
currently being tracked
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data/index;done=false>>]
   [junit4]   2> 1299988 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data/snapshot_metadata;done=false>>]
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data/index
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data/snapshot_metadata
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data;done=false>>]
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data;done=false>>]
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data/snapshot_metadata
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data/snapshot_metadata;done=false>>]
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-2) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection2/data/snapshot_metadata
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory looking to close 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data/index
 
[CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data/index;done=false>>]
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1299989 INFO  (coreCloseExecutor-5852-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-001/collection5/data/index
   [junit4]   2> 1299990 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[4E658E0B1EBB5E15]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
   [junit4]   2> 1299991 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 1300001 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002'
   [junit4]   2> 1300001 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1300001 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1300009 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002
   [junit4]   2> 1300009 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CoreContainer New CoreContainer 15392798
   [junit4]   2> 1300009 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002]
   [junit4]   2> 1300009 WARN  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CoreContainer Couldn't add files from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/lib
   [junit4]   2> 1300010 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] 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,
   [junit4]   2> 1300012 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with 
params: 
socketTimeout=600000&connTimeout=60000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1300012 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1300012 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1300012 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1300012 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1300012 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002
   [junit4]   2> 1300013 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=true, transient=false, name=core2, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1300013 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CorePropertiesLocator Found core core2 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core2
   [junit4]   2> 1300013 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=true, transient=true, name=badConfig2, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1300013 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CorePropertiesLocator Found core badConfig2 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badConfig2
   [junit4]   2> 1300013 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=true, transient=false, name=core1, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1300013 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CorePropertiesLocator Found core core1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core1
   [junit4]   2> 1300014 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=true, transient=true, name=badSchema1, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1300014 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CorePropertiesLocator Found core badSchema1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badSchema1
   [junit4]   2> 1300014 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=true, transient=true, name=badConfig1, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1300014 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CorePropertiesLocator Found core badConfig1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badConfig1
   [junit4]   2> 1300014 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, 
dataDir=data/, loadOnStartup=true, transient=true, name=badSchema2, 
config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1300014 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CorePropertiesLocator Found core badSchema2 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badSchema2
   [junit4]   2> 1300014 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[4E658E0B1EBB5E15]) [    
] o.a.s.c.CorePropertiesLocator Found 6 core definitions
   [junit4]   2> 1300015 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core2'
   [junit4]   2> 1300015 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badConfig2'
   [junit4]   2> 1300015 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1300015 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core1'
   [junit4]   2> 1300015 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1300015 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1300015 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1300015 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1300015 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1300019 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1300019 ERROR (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.CoreContainer Error creating core [badConfig2]: Could not load conf for 
core badConfig2: Error loading solr config from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badConfig2/conf/solrconfig.xml
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for 
core badConfig2: Error loading solr config from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badConfig2/conf/solrconfig.xml
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:858)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:516)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error loading 
solr config from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badConfig2/conf/solrconfig.xml
   [junit4]   2>        at 
org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:183)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:97)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:77)
   [junit4]   2>        ... 7 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: 
org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 
56; columnNumber: 5; The element type "reqsthalr" must be terminated by the 
matching end-tag "</reqsthalr>".
   [junit4]   2>        at org.apache.solr.core.Config.<init>(Config.java:154)
   [junit4]   2>        at org.apache.solr.core.Config.<init>(Config.java:90)
   [junit4]   2>        at 
org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:198)
   [junit4]   2>        at 
org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:175)
   [junit4]   2>        ... 9 more
   [junit4]   2> Caused by: org.xml.sax.SAXParseException; systemId: 
solrres:/solrconfig.xml; lineNumber: 56; columnNumber: 5; The element type 
"reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(java.xml@9-ea/ErrorHandlerWrapper.java:203)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(java.xml@9-ea/ErrorHandlerWrapper.java:177)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(java.xml@9-ea/XMLErrorReporter.java:399)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(java.xml@9-ea/XMLErrorReporter.java:326)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(java.xml@9-ea/XMLScanner.java:1471)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(java.xml@9-ea/XMLDocumentFragmentScannerImpl.java:1749)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(java.xml@9-ea/XMLDocumentFragmentScannerImpl.java:2969)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(java.xml@9-ea/XMLDocumentScannerImpl.java:601)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(java.xml@9-ea/XMLNSDocumentScannerImpl.java:111)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(java.xml@9-ea/XMLDocumentFragmentScannerImpl.java:505)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(java.xml@9-ea/XML11Configuration.java:871)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(java.xml@9-ea/XML11Configuration.java:800)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(java.xml@9-ea/XMLParser.java:140)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(java.xml@9-ea/DOMParser.java:242)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(java.xml@9-ea/DocumentBuilderImpl.java:339)
   [junit4]   2>        at org.apache.solr.core.Config.<init>(Config.java:143)
   [junit4]   2>        ... 12 more
   [junit4]   2> 1300019 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1300019 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1300020 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badSchema1'
   [junit4]   2> 1300020 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1300020 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1300021 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1300021 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1300024 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1300025 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1300025 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1300026 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1300026 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1300027 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1300027 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1300028 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core1'
   [junit4]   2> 1300028 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core1
   [junit4]   2> 1300028 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1300028 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core1/data/]
   [junit4]   2> 1300029 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrCore JMX monitoring not detected for core: core1
   [junit4]   2> 1300029 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core1/data/snapshot_metadata
   [junit4]   2> 1300029 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1300029 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core1/data
   [junit4]   2> 1300029 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core1/data/index/
   [junit4]   2> 1300029 WARN  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrCore [core1] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1300031 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core1/data/index
   [junit4]   2> 1300031 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=55.171875, 
floorSegmentMB=2.1826171875, forceMergeDeletesPctAllowed=11.811648754328484, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17117591572740176
   [junit4]   2> 1300031 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@a1a8b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7bab91),segFN=segments_1,generation=1}
   [junit4]   2> 1300031 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1300032 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1300034 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1300034 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1300034 INFO  (OldIndexDirectoryCleanupThreadForCore-core1) [  
  ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
core1 in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core1/data/
   [junit4]   2> 1300035 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 1300034 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core2'
   [junit4]   2> 1300034 ERROR (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.CoreContainer Error creating core [badSchema1]: Could not load conf for 
core badSchema1: Can't load schema 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badSchema1/conf/schema.xml:
 org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; 
columnNumber: 5; The element type "filedType" must be terminated by the 
matching end-tag "</filedType>".
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for 
core badSchema1: Can't load schema 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badSchema1/conf/schema.xml:
 org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; 
columnNumber: 5; The element type "filedType" must be terminated by the 
matching end-tag "</filedType>".
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:858)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:516)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Can't load 
schema 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badSchema1/conf/schema.xml:
 org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; 
columnNumber: 5; The element type "filedType" must be terminated by the 
matching end-tag "</filedType>".
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:600)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:183)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:107)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:78)
   [junit4]   2>        ... 7 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: 
org.xml.sax.SAXParseException; systemId: solrres:/schema.xml; lineNumber: 34; 
columnNumber: 5; The element type "filedType" must be terminated by the 
matching end-tag "</filedType>".
   [junit4]   2>        at org.apache.solr.core.Config.<init>(Config.java:154)
   [junit4]   2>        at org.apache.solr.core.Config.<init>(Config.java:90)
   [junit4]   2>        at 
org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:460)
   [junit4]   2>        ... 12 more
   [junit4]   2> Caused by: org.xml.sax.SAXParseException; systemId: 
solrres:/schema.xml; lineNumber: 34; columnNumber: 5; The element type 
"filedType" must be terminated by the matching end-tag "</filedType>".
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(java.xml@9-ea/ErrorHandlerWrapper.java:203)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(java.xml@9-ea/ErrorHandlerWrapper.java:177)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(java.xml@9-ea/XMLErrorReporter.java:399)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(java.xml@9-ea/XMLErrorReporter.java:326)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(java.xml@9-ea/XMLScanner.java:1471)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(java.xml@9-ea/XMLDocumentFragmentScannerImpl.java:1749)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(java.xml@9-ea/XMLDocumentFragmentScannerImpl.java:2969)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(java.xml@9-ea/XMLDocumentScannerImpl.java:601)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(java.xml@9-ea/XMLNSDocumentScannerImpl.java:111)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(java.xml@9-ea/XMLDocumentFragmentScannerImpl.java:505)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(java.xml@9-ea/XML11Configuration.java:871)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(java.xml@9-ea/XML11Configuration.java:800)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(java.xml@9-ea/XMLParser.java:140)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(java.xml@9-ea/DOMParser.java:242)
   [junit4]   2>        at 
com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(java.xml@9-ea/DocumentBuilderImpl.java:339)
   [junit4]   2>        at org.apache.solr.core.Config.<init>(Config.java:143)
   [junit4]   2>        ... 14 more
   [junit4]   2> 1300040 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core2
   [junit4]   2> 1300039 WARN  (OldIndexDirectoryCleanupThreadForCore-core1) [  
  ] o.a.s.c.DirectoryFactory 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1300041 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badConfig1'
   [junit4]   2> 1300041 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1300041 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1300041 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1300041 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1300041 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core2/data/]
   [junit4]   2> 1300041 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.SolrCore JMX monitoring not detected for core: core2
   [junit4]   2> 1300043 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core2/data/snapshot_metadata
   [junit4]   2> 1300043 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1300043 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core2/data
   [junit4]   2> 1300043 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core2/data/index/
   [junit4]   2> 1300043 WARN  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.SolrCore [core2] Solr index directory 
'/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core2/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1300043 INFO  (coreLoadExecutor-5859-thread-3) [    ] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1300044 INFO  (coreLoadExecutor-5859-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/core2/data/index
   [junit4]   2> 1300044 INFO  (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1300044 ERROR (coreLoadExecutor-5859-thread-2) [    ] 
o.a.s.c.CoreContainer Error creating core [badConfig1]: Could not load conf for 
core badConfig1: Error loading solr config from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badConfig1/conf/solrconfig.xml
   [junit4]   2> org.apache.solr.common.SolrException: Could not load conf for 
core badConfig1: Error loading solr config from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badConfig1/conf/solrconfig.xml
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:85)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:858)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.lambda$load$0(CoreContainer.java:516)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(java.base@9-ea/FutureTask.java:264)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Error loading 
solr config from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_4E658E0B1EBB5E15-001/tempDir-002/badConfig1/conf/solrconfig.xml
   [junit4]   2>        at 
org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:183)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:97)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:77)
   [junit4]   2>        ... 7 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: 
org.xml.sax.SAXParseException; systemId: solrres:/solrconfig.xml; lineNumber: 
56; columnNumber: 5; The element type "reqsthalr" must be terminated by the 
matching end-tag "</reqsthalr>".
   [junit4]   2>        at org.apache.solr.core.Config.<init>(Config.java:154)
   [junit4]   2>        at org.apache.solr.core.Config.<init>(Config.java:90)
   [junit4]   2>        at 
org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:198)
   [junit4]   2>        at 
org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:175)
   [junit4]   2>        ... 9 more
   [junit4]   2> Caused by: org.xml.sax.SAXParseException; systemId: 
solrres:/solrconfig.xml; lineNumber: 56; columnNumber: 5; The element type 
"reqsthalr" must be terminated by the matching end-tag "</reqsthalr>".
   [junit4]   2>        at c

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

r.java:632)
   [junit4]   2>        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 
   [junit4]   2> Aug 17, 2016 1:38:25 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Aug 17, 2016 1:38:45 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=12143, name=searcherExecutor-5932-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native 
Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2>         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> Aug 17, 2016 1:38:45 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=12143, name=searcherExecutor-5932-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Aug 17, 2016 1:38:48 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=12143, name=searcherExecutor-5932-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native 
Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2>         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{v_t=PostingsFormat(name=Memory doPackFST= false), 
id=PostingsFormat(name=Memory doPackFST= false), 
v_s=PostingsFormat(name=MockRandom), v_f=FSTOrd50}, docValues:{}, 
maxPointsInLeafNode=1907, maxMBSortInHeap=6.616072128400758, 
sim=RandomSimilarity(queryNorm=true): {}, locale=bas, timezone=America/Cancun
   [junit4]   2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=2,free=115844256,total=424411136
   [junit4]   2> NOTE: All tests run in this JVM: 
[CollectionTooManyReplicasTest, DirectSolrSpellCheckerTest, TestUpdate, 
ConcurrentDeleteAndCreateCollectionTest, 
TestDistributedStatsComponentCardinality, TestSolrDynamicMBean, 
SimplePostToolTest, CollectionsAPIDistributedZkTest, TestConfigOverlay, 
SolrCmdDistributorTest, TestCursorMarkWithoutUniqueKey, TestReloadDeadlock, 
TestLFUCache, PKIAuthenticationIntegrationTest, RequestLoggingTest, 
TestQueryUtils, AliasIntegrationTest, TestSolrDeletionPolicy2, 
ChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestDistributedGrouping, 
HdfsDirectoryFactoryTest, SuggesterFSTTest, CoreSorterTest, 
TestHashPartitioner, TestSolrCoreProperties, TestSmileRequest, 
SpellingQueryConverterTest, ShardRoutingTest, TestFileDictionaryLookup, 
TestSystemIdResolver, TestAuthenticationFramework, ZkControllerTest, 
TestDocumentBuilder, CdcrVersionReplicationTest, TestDFRSimilarityFactory, 
TestNonDefinedSimilarityFactory, FastVectorHighlighterTest, 
TestExclusionRuleCollectionAccess, TestFieldTypeCollectionResource, 
TestLMJelinekMercerSimilarityFactory, TestXmlQParser, TestStandardQParsers, 
SpellPossibilityIteratorTest, SharedFSAutoReplicaFailoverTest, 
TestHdfsBackupRestoreCore, DeleteShardTest, TestCryptoKeys, 
TestExactStatsCache, AnalysisErrorHandlingTest, TestBM25SimilarityFactory, 
TestConfigSetsAPI, DistributedIntervalFacetingTest, 
TestTrackingShardHandlerFactory, TestEmbeddedSolrServerConstructors, 
ShardRoutingCustomTest, RankQueryTest, NotRequiredUniqueKeyTest, 
TestRawTransformer, HdfsRecoverLeaseTest, TestCoreContainer, 
TestSolrCloudWithKerberosAlt, TestQuerySenderListener, 
TestUniqueKeyFieldResource, TestRequestForwarding, TestMaxScoreQueryParser, 
TestFieldCacheWithThreads, SoftAutoCommitTest, TestManagedSchema, 
SpatialHeatmapFacetsTest, TestRestManager, 
DistribDocExpirationUpdateProcessorTest, DateRangeFieldTest, 
SegmentsInfoRequestHandlerTest, BlockCacheTest, 
DeleteLastCustomShardedReplicaTest, DistanceUnitsTest, 
TestMiniSolrCloudClusterSSL, TestChildDocTransformer, 
ChaosMonkeyNothingIsSafeTest, TestSubQueryTransformerDistrib, DocValuesTest, 
ConjunctionSolrSpellCheckerTest, SpellCheckComponentTest, 
DistributedFacetPivotLargeTest, TestDefaultStatsCache, TestRestoreCore, 
TlogReplayBufferedWhileIndexingTest, TimeZoneUtilsTest, TestCloudPivotFacet, 
TestDocBasedVersionConstraints, MigrateRouteKeyTest, 
TestSlowCompositeReaderWrapper, OverriddenZkACLAndCredentialsProvidersTest, 
HdfsChaosMonkeySafeLeaderTest, TestBinaryResponseWriter, MinimalSchemaTest, 
TestConfigSets, SSLMigrationTest, BlockJoinFacetSimpleTest, 
BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, 
LeaderElectionIntegrationTest, TestReplicationHandler, TestJoin, 
TestRangeQuery, BasicFunctionalityTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=4E658E0B1EBB5E15 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=bas -Dtests.timezone=America/Cancun -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 5 
object(s) that were not released!!! [MockDirectoryWrapper, 
MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MockDirectoryWrapper, 
SolrCore]
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4E658E0B1EBB5E15]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
   [junit4]    >        at 
jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
   [junit4]    >        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.lang.Thread.run(java.base@9-ea/Thread.java:843)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=12143, name=searcherExecutor-5932-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native 
Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4E658E0B1EBB5E15]:0)Throwable #3: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=12143, name=searcherExecutor-5932-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native 
Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([4E658E0B1EBB5E15]:0)
   [junit4] Completed [457/629 (1!)] on J1 in 146.19s, 8 tests, 1 failure, 2 
errors <<< FAILURES!

[...truncated 50228 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to