You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/02/09 01:26:51 UTC

[JENKINS-EA] Lucene-Solr-trunk-Linux (64bit/jdk-9-ea+104) - Build # 15820 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15820/
Java: 64bit/jdk-9-ea+104 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC -XX:-CompactStrings -XX:-UseSuperWord

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

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

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, SolrCore]
	at __randomizedtesting.SeedInfo.seed([B92B022212DF3BCA]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:228)
	at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:520)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:804)


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=6536, name=searcherExecutor-3497-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at jdk.internal.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:190)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2064)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1083)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)         at java.lang.Thread.run(Thread.java:804)

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

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=6536, name=searcherExecutor-3497-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at jdk.internal.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:190)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2064)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1083)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(Thread.java:804)
	at __randomizedtesting.SeedInfo.seed([B92B022212DF3BCA]:0)




Build Log:
[...truncated 11685 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/init-core-data-001
   [junit4]   2> 1028295 INFO  (SUITE-TestLazyCores-seed#[B92B022212DF3BCA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1028296 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
   [junit4]   2> 1028305 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001'
   [junit4]   2> 1028305 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1028305 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1028305 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreContainer New CoreContainer 1180769193
   [junit4]   2> 1028305 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001]
   [junit4]   2> 1028305 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/lib
   [junit4]   2> 1028305 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1028309 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1028309 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1028310 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1028311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1028311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1028311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1028311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1028311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1028311 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=on, dataDir=data/}
   [junit4]   2> 1028312 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1028312 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 1028312 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1028312 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1028312 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection8, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1028312 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1028312 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1'
   [junit4]   2> 1028312 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2'
   [junit4]   2> 1028312 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5'
   [junit4]   2> 1028313 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1028313 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1028313 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1028312 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1028313 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1028313 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1028318 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1028318 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1028318 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1028320 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1028322 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1028335 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1028340 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1028342 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1028343 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1028344 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1028345 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1028346 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1028348 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1028349 INFO  (coreLoadExecutor-3268-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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5'
   [junit4]   2> 1028349 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5
   [junit4]   2> 1028349 INFO  (coreLoadExecutor-3268-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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1'
   [junit4]   2> 1028349 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1028349 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1
   [junit4]   2> 1028349 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1028349 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5/data/]
   [junit4]   2> 1028349 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1/data/]
   [junit4]   2> 1028349 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 1028349 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1028349 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1028350 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1/data
   [junit4]   2> 1028350 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5/data
   [junit4]   2> 1028350 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1/data/index/
   [junit4]   2> 1028350 WARN  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1028350 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5/data/index/
   [junit4]   2> 1028350 WARN  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrCore [collection5] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1028350 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1/data/index
   [junit4]   2> 1028351 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5/data/index
   [junit4]   2> 1028352 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=38.884765625, floorSegmentMB=1.2841796875, forceMergeDeletesPctAllowed=12.45267649567499, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1028352 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=38.884765625, floorSegmentMB=1.2841796875, forceMergeDeletesPctAllowed=12.45267649567499, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1028352 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7728693c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@648072dd),segFN=segments_1,generation=1}
   [junit4]   2> 1028352 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028352 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@61495667 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c022fbd),segFN=segments_1,generation=1}
   [junit4]   2> 1028352 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028352 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1/data/
   [junit4]   2> 1028352 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1028353 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1028353 INFO  (OldIndexDirectoryCleanupThreadForCore-collection5) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection5 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5/data/
   [junit4]   2> 1028353 WARN  (OldIndexDirectoryCleanupThreadForCore-collection5) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1028353 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1028354 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1028354 INFO  (coreLoadExecutor-3268-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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2'
   [junit4]   2> 1028354 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2
   [junit4]   2> 1028354 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1028354 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2/data/]
   [junit4]   2> 1028354 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 1028354 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028354 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028355 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028355 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2/data
   [junit4]   2> 1028355 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028355 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028355 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2/data/index/
   [junit4]   2> 1028355 WARN  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrCore [collection2] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1028355 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2/data/index
   [junit4]   2> 1028355 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028356 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=38.884765625, floorSegmentMB=1.2841796875, forceMergeDeletesPctAllowed=12.45267649567499, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1028356 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028356 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4e723201 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e8779f4),segFN=segments_1,generation=1}
   [junit4]   2> 1028356 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028356 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1028356 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028356 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1028356 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1028357 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1028357 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=6.54296875, floorSegmentMB=0.9150390625, forceMergeDeletesPctAllowed=23.969437437261305, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1028357 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1028357 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7728693c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@648072dd),segFN=segments_1,generation=1}
   [junit4]   2> 1028357 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028357 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2fb0e903[collection1] main]
   [junit4]   2> 1028357 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1028357 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1028357 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1/conf
   [junit4]   2> 1028357 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1028357 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1/conf}
   [junit4]   2> 1028357 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1028358 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection1/conf
   [junit4]   2> 1028358 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1028358 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=6.54296875, floorSegmentMB=0.9150390625, forceMergeDeletesPctAllowed=23.969437437261305, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1028358 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1028358 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028358 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@61495667 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7c022fbd),segFN=segments_1,generation=1}
   [junit4]   2> 1028358 INFO  (searcherExecutor-3270-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2fb0e903[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1028358 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028358 INFO  (coreLoadExecutor-3268-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1028358 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@202e1e49[collection5] main]
   [junit4]   2> 1028358 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5/conf
   [junit4]   2> 1028358 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5/conf}
   [junit4]   2> 1028358 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028358 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection5/conf
   [junit4]   2> 1028359 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1028359 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1028359 INFO  (searcherExecutor-3269-thread-1) [    ] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@202e1e49[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1028359 INFO  (OldIndexDirectoryCleanupThreadForCore-collection2) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection2 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2/data/
   [junit4]   2> 1028359 INFO  (coreLoadExecutor-3268-thread-3) [    ] o.a.s.c.CoreContainer registering core: collection5
   [junit4]   2> 1028359 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028359 WARN  (OldIndexDirectoryCleanupThreadForCore-collection2) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1028359 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028360 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1028360 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1028361 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1028361 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1028361 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=6.54296875, floorSegmentMB=0.9150390625, forceMergeDeletesPctAllowed=23.969437437261305, segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1028361 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4e723201 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4e8779f4),segFN=segments_1,generation=1}
   [junit4]   2> 1028361 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028361 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3a25fbbe[collection2] main]
   [junit4]   2> 1028361 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2/conf
   [junit4]   2> 1028361 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2/conf}
   [junit4]   2> 1028361 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/collection2/conf
   [junit4]   2> 1028361 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1028361 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1028361 INFO  (searcherExecutor-3271-thread-1) [    ] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@3a25fbbe[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1028361 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1028361 INFO  (coreLoadExecutor-3268-thread-2) [    ] o.a.s.c.CoreContainer registering core: collection2
   [junit4]   2> 1028368 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
   [junit4]   2> 1028368 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=core1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1028368 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1'
   [junit4]   2> 1028368 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1028368 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1028372 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1028375 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1028386 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1028389 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1028392 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1028393 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] 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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1'
   [junit4]   2> 1028393 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1
   [junit4]   2> 1028394 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1028394 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1/data/]
   [junit4]   2> 1028394 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: core1
   [junit4]   2> 1028395 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1/data
   [junit4]   2> 1028395 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1/data/index/
   [junit4]   2> 1028395 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore [core1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1028395 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1/data/index
   [junit4]   2> 1028395 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] 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=0.2547611515478514]
   [junit4]   2> 1028396 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1b537268 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1222d125),segFN=segments_1,generation=1}
   [junit4]   2> 1028396 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028396 INFO  (OldIndexDirectoryCleanupThreadForCore-core1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core1 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1/data/
   [junit4]   2> 1028396 WARN  (OldIndexDirectoryCleanupThreadForCore-core1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1028397 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1028398 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028399 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028400 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028400 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028401 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1028402 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1028402 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1028402 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1028402 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.132720655688446]
   [junit4]   2> 1028402 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1b537268 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1222d125),segFN=segments_1,generation=1}
   [junit4]   2> 1028402 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028403 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c0dee7c[core1] main]
   [junit4]   2> 1028403 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1/conf
   [junit4]   2> 1028403 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1/conf}
   [junit4]   2> 1028403 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core1/conf
   [junit4]   2> 1028403 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1028403 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1028403 INFO  (searcherExecutor-3282-thread-1) [    ] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@3c0dee7c[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1028404 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCores Opening transient core core1
   [junit4]   2> 1028404 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreContainer registering core: core1
   [junit4]   2> 1028404 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
   [junit4]   2> 1028404 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=core2, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1028404 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2'
   [junit4]   2> 1028405 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1028405 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1028410 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1028413 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1028418 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1028420 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1028423 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1028425 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] 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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2'
   [junit4]   2> 1028425 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2
   [junit4]   2> 1028425 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1028425 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2/data/]
   [junit4]   2> 1028425 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: core2
   [junit4]   2> 1028426 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2/data
   [junit4]   2> 1028426 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2/data/index/
   [junit4]   2> 1028426 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore [core2] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1028427 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2/data/index
   [junit4]   2> 1028427 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6994739105183311]
   [junit4]   2> 1028427 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@67233112 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3268198f),segFN=segments_1,generation=1}
   [junit4]   2> 1028427 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028427 INFO  (OldIndexDirectoryCleanupThreadForCore-core2) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core2 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2/data/
   [junit4]   2> 1028428 WARN  (OldIndexDirectoryCleanupThreadForCore-core2) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1028428 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1028429 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028430 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028431 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028431 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028432 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1028432 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1028433 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1028433 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1028433 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8320135356802272]
   [junit4]   2> 1028433 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@67233112 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3268198f),segFN=segments_1,generation=1}
   [junit4]   2> 1028433 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028433 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3692d889[core2] main]
   [junit4]   2> 1028433 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2/conf
   [junit4]   2> 1028433 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2/conf}
   [junit4]   2> 1028434 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core2/conf
   [junit4]   2> 1028434 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1028434 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1028434 INFO  (searcherExecutor-3287-thread-1) [    ] o.a.s.c.SolrCore [core2] Registered new searcher Searcher@3692d889[core2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1028434 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCores Opening transient core core2
   [junit4]   2> 1028434 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreContainer registering core: core2
   [junit4]   2> 1028435 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
   [junit4]   2> 1028435 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=core3, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1028435 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3'
   [junit4]   2> 1028435 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1028435 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1028440 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1028443 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1028448 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1028451 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.s.IndexSchema [core3] Schema name=tiny
   [junit4]   2> 1028453 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1028455 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] 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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3'
   [junit4]   2> 1028455 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core3' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3
   [junit4]   2> 1028455 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1028455 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3/data/]
   [junit4]   2> 1028455 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: core3
   [junit4]   2> 1028456 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3/data
   [junit4]   2> 1028456 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3/data/index/
   [junit4]   2> 1028456 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore [core3] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1028456 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3/data/index
   [junit4]   2> 1028457 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=401729478, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1028457 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6b9879ec lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e429768),segFN=segments_1,generation=1}
   [junit4]   2> 1028457 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028457 INFO  (OldIndexDirectoryCleanupThreadForCore-core3) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core3 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3/data/
   [junit4]   2> 1028458 WARN  (OldIndexDirectoryCleanupThreadForCore-core3) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1028459 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1028460 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028461 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028461 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028462 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028463 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1028463 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1028463 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1028463 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1028464 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=40.7490234375, floorSegmentMB=1.76953125, forceMergeDeletesPctAllowed=20.431002607888143, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1028464 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6b9879ec lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e429768),segFN=segments_1,generation=1}
   [junit4]   2> 1028464 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028464 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@561e0024[core3] main]
   [junit4]   2> 1028464 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3/conf
   [junit4]   2> 1028464 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3/conf}
   [junit4]   2> 1028464 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core3/conf
   [junit4]   2> 1028465 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1028465 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1028465 INFO  (searcherExecutor-3292-thread-1) [    ] o.a.s.c.SolrCore [core3] Registered new searcher Searcher@561e0024[core3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1028465 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCores Opening transient core core3
   [junit4]   2> 1028465 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreContainer registering core: core3
   [junit4]   2> 1028465 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=false&transient=true&name=core4&action=CREATE&wt=xml
   [junit4]   2> 1028466 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=core4, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1028466 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4'
   [junit4]   2> 1028466 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1028466 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1028471 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1028481 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1028484 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1028486 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.s.IndexSchema [core4] Schema name=tiny
   [junit4]   2> 1028488 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1028489 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] 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-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4'
   [junit4]   2> 1028489 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'core4' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4
   [junit4]   2> 1028489 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1028489 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4], dataDir=[/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4/data/]
   [junit4]   2> 1028489 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: core4
   [junit4]   2> 1028490 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4/data
   [junit4]   2> 1028490 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4/data/index/
   [junit4]   2> 1028490 WARN  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore [core4] Solr index directory '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1028490 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4/data/index
   [junit4]   2> 1028490 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.39923312587263105]
   [junit4]   2> 1028491 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2ae385d7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f5a9f24),segFN=segments_1,generation=1}
   [junit4]   2> 1028491 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028491 INFO  (OldIndexDirectoryCleanupThreadForCore-core4) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core core4 in /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4/data/
   [junit4]   2> 1028491 WARN  (OldIndexDirectoryCleanupThreadForCore-core4) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1028492 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1028493 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028493 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028493 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028494 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1028494 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1028494 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1028495 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1028495 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1028495 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=54.4228515625, floorSegmentMB=1.6962890625, forceMergeDeletesPctAllowed=11.543297057250136, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1028495 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@2ae385d7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f5a9f24),segFN=segments_1,generation=1}
   [junit4]   2> 1028495 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1028495 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4eb8785b[core4] main]
   [junit4]   2> 1028495 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4/conf
   [junit4]   2> 1028495 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4/conf}
   [junit4]   2> 1028496 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core4/conf
   [junit4]   2> 1028496 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1028496 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1028496 INFO  (searcherExecutor-3297-thread-1) [    ] o.a.s.c.SolrCore [core4] Registered new searcher Searcher@4eb8785b[core4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1028496 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCores Opening transient core core4
   [junit4]   2> 1028496 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrCores Closing transient core [collection2]
   [junit4]   2> 1028496 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreContainer registering core: core4
   [junit4]   2> 1028496 INFO  (Thread-2496) [    ] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@6661ae6e
   [junit4]   2> 1028496 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.h.a.CoreAdminOperation core create command loadOnStartup=false&transient=true&name=core5&action=CREATE&wt=xml
   [junit4]   2> 1028496 INFO  (Thread-2496) [    ] 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> 1028496 INFO  (Thread-2496) [    ] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1028496 INFO  (Thread-2496) [    ] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1028496 INFO  (Thread-2496) [    ] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1028496 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=core5, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 1028497 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B92B022212DF3BCA-001/tempDir-001/core5'
   [junit4]   2> 1028497 INFO  (Thread-2496) [    ] o.a.s.c.SolrCore [collection2] Closing main searcher on request.
   [junit4]   2> 1028497 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1028497 INFO  (Thread-2496) [    ] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1028497 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B92B022212DF3BCA]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1028497 INFO  (Thread-2496) [    ] o.a.s.c.CachingDirectoryFactory looking to close /home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCo

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

Core@45ea58f5 (collection2) has a reference count of 1
   [junit4]   2> Feb 09, 2016 12:25:45 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=6536, name=searcherExecutor-3497-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:190)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2064)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1083)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> Feb 09, 2016 12:25:45 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=6536, name=searcherExecutor-3497-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Feb 09, 2016 12:25:48 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=6536, name=searcherExecutor-3497-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:190)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2064)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1083)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:804)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {v_t=FSTOrd50, id=FSTOrd50, v_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), v_f=FST50}, docValues:{}, sim=ClassicSimilarity, locale=si-LK, timezone=Africa/Malabo
   [junit4]   2> NOTE: Linux 3.19.0-47-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=2,free=284363432,total=515899392
   [junit4]   2> NOTE: All tests run in this JVM: [SOLR749Test, TestManagedSchemaDynamicFieldResource, TestReRankQParserPlugin, PrimUtilsTest, CheckHdfsIndexTest, TestManagedStopFilterFactory, BufferStoreTest, TestCustomDocTransformer, TestTrieFacet, TestMergePolicyConfig, TestCrossCoreJoin, TestFoldingMultitermQuery, TestFastOutputStream, JavabinLoaderTest, AtomicUpdatesTest, TestHashQParserPlugin, TestExactSharedStatsCache, XsltUpdateRequestHandlerTest, TestConfigSetsAPIZkFailure, SynonymTokenizerTest, TestHighFrequencyDictionaryFactory, HdfsBasicDistributedZk2Test, TestSolrQueryResponse, AnalyticsQueryTest, TestLuceneMatchVersion, TestBadConfig, TestSchemaSimilarityResource, HdfsRecoverLeaseTest, TestPhraseSuggestions, TestQueryWrapperFilter, DisMaxRequestHandlerTest, HdfsSyncSliceTest, TestArbitraryIndexDir, InfoHandlerTest, TestSolrConfigHandler, UUIDFieldTest, IndexSchemaRuntimeFieldTest, TestSolrQueryParserDefaultOperatorResource, CloudExitableDirectoryReaderTest, ConfigSetsAPITest, PreAnalyzedFieldTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDocSet, TestCollationFieldDocValues, URLClassifyProcessorTest, ChangedSchemaMergeTest, TestFieldResource, BJQParserTest, TestObjectReleaseTracker, DeleteInactiveReplicaTest, QueryEqualityTest, TestNonDefinedSimilarityFactory, BasicZkTest, TestIBSimilarityFactory, SimpleMLTQParserTest, SolrCoreTest, AsyncCallRequestStatusResponseTest, TestImplicitCoreProperties, TestReplicationHandlerBackup, TestHdfsUpdateLog, TestRandomFaceting, AddBlockUpdateTest, DataDrivenBlockJoinTest, TestHighlightDedupGrouping, RequiredFieldsTest, TestBinaryField, CurrencyFieldOpenExchangeTest, TestValueSourceCache, TestCustomSort, TestLMDirichletSimilarityFactory, ShardSplitTest, RuleEngineTest, ZkNodePropsTest, IndexSchemaTest, ResponseLogComponentTest, PolyFieldTest, TestPKIAuthenticationPlugin, ResourceLoaderTest, ReturnFieldsTest, TestDownShardTolerantSearch, HdfsUnloadDistributedZkTest, DistributedQueryElevationComponentTest, TestAtomicUpdateErrorCases, TestTestInjection, TestClassNameShortening, TestRealTimeGet, CollectionTooManyReplicasTest, CursorPagingTest, TestStressLucene, TestRandomDVFaceting, TestClusterStateMutator, StandardRequestHandlerTest, RAMDirectoryFactoryTest, JsonLoaderTest, TestDynamicFieldCollectionResource, BasicDistributedZkTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, TestZkChroot, ZkCLITest, AutoCommitTest, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, TestReload, DistributedTermsComponentTest, TestRangeQuery, TestSolr4Spatial, SpellCheckComponentTest, QueryElevationComponentTest, PeerSyncTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=B92B022212DF3BCA -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=si-LK -Dtests.timezone=Africa/Malabo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, SolrCore]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B92B022212DF3BCA]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:228)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:804)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=6536, name=searcherExecutor-3497-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:190)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2064)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1083)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(Thread.java:804)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B92B022212DF3BCA]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=6536, name=searcherExecutor-3497-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:190)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2064)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1083)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1143)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(Thread.java:804)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B92B022212DF3BCA]:0)
   [junit4] Completed [429/579 (1!)] on J0 in 154.42s, 8 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 513 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:524: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: There were test failures: 579 suites (8 ignored), 2323 tests, 3 suite-level errors, 501 ignored (68 assumptions) [seed: B92B022212DF3BCA]

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



Re: [JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk-9-ea+104) - Build # 15822 - Still Failing!

Posted by "david.w.smiley@gmail.com" <da...@gmail.com>.
LOL

On Tue, Feb 9, 2016 at 4:43 AM Uwe Schindler <uw...@thetaphi.de> wrote:

> LOL. If compact string wouldn't have been disabled, I would say: Compact
> String comprumpted(TM) the version :-)
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
> > -----Original Message-----
> > From: Robert Muir [mailto:rcmuir@gmail.com]
> > Sent: Tuesday, February 09, 2016 4:00 AM
> > To: dev@lucene.apache.org
> > Subject: Re: [JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk-9-ea+104) -
> > Build # 15822 - Still Failing!
> >
> > best jvm crash ever.
> >
> > On Mon, Feb 8, 2016 at 9:54 PM, Policeman Jenkins Server
> > <je...@thetaphi.de> wrote:
> > >    [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
> > >    [junit4] #
> > >    [junit4] # A fatal error has been detected by the Java Runtime
> > Environment:
> > >    [junit4] #
> > >    [junit4] #  SIGSEGV (0xb) at pc=0x89c03155, pid=14255, tid=14333
> > >    [junit4] #
> > >    [junit4] # JRE version: ˆ„K÷ +¡àø+¡à  (9.0+104) (build )
> > >    [junit4] # Java VM: Java HotSpot(TM) Server VM (9-ea+104-2016-02-03-
> > 214936.javare.4385.nc, mixed mode, tiered, concurrent mark sweep gc,
> > linux-x86)
> > >    [junit4] # Problematic frame:
> > >    [junit4] # C  0x89c03155
> > >    [junit4] #
> > >    [junit4] # No core dump will be written. Core dumps have been
> disabled.
> > To enable core dumping, try "ulimit -c unlimited" before starting Java
> again
> > >    [junit4] #
> > >    [junit4] # An error report file with more information is saved as:
> > >    [junit4] # /home/jenkins/workspace/Lucene-Solr-trunk-
> > Linux/lucene/build/codecs/test/J2/hs_err_pid14255.log
> > >    [junit4] [thread 15849 also had an error]
> > >    [junit4] [thread 14331 also had an error]
> > >    [junit4] [thread 14332 also had an error]
> > >    [junit4]
> > >    [junit4] [error occurred during error reporting , id 0xb]
> > >    [junit4]
> > >    [junit4] #
> > >    [junit4] # If you would like to submit a bug report, please visit:
> > >    [junit4] #   http://bugreport.java.com/bugreport/crash.jsp
> > >    [junit4] #
> > >    [junit4] <<< JVM J2: EOF ----
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: dev-help@lucene.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
> --
Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
LinkedIn: http://linkedin.com/in/davidwsmiley | Book:
http://www.solrenterprisesearchserver.com

RE: [JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk-9-ea+104) - Build # 15822 - Still Failing!

Posted by Uwe Schindler <uw...@thetaphi.de>.
LOL. If compact string wouldn't have been disabled, I would say: Compact String comprumpted(TM) the version :-)

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Robert Muir [mailto:rcmuir@gmail.com]
> Sent: Tuesday, February 09, 2016 4:00 AM
> To: dev@lucene.apache.org
> Subject: Re: [JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk-9-ea+104) -
> Build # 15822 - Still Failing!
> 
> best jvm crash ever.
> 
> On Mon, Feb 8, 2016 at 9:54 PM, Policeman Jenkins Server
> <je...@thetaphi.de> wrote:
> >    [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
> >    [junit4] #
> >    [junit4] # A fatal error has been detected by the Java Runtime
> Environment:
> >    [junit4] #
> >    [junit4] #  SIGSEGV (0xb) at pc=0x89c03155, pid=14255, tid=14333
> >    [junit4] #
> >    [junit4] # JRE version: ˆ„K÷ +¡àø+¡à  (9.0+104) (build )
> >    [junit4] # Java VM: Java HotSpot(TM) Server VM (9-ea+104-2016-02-03-
> 214936.javare.4385.nc, mixed mode, tiered, concurrent mark sweep gc,
> linux-x86)
> >    [junit4] # Problematic frame:
> >    [junit4] # C  0x89c03155
> >    [junit4] #
> >    [junit4] # No core dump will be written. Core dumps have been disabled.
> To enable core dumping, try "ulimit -c unlimited" before starting Java again
> >    [junit4] #
> >    [junit4] # An error report file with more information is saved as:
> >    [junit4] # /home/jenkins/workspace/Lucene-Solr-trunk-
> Linux/lucene/build/codecs/test/J2/hs_err_pid14255.log
> >    [junit4] [thread 15849 also had an error]
> >    [junit4] [thread 14331 also had an error]
> >    [junit4] [thread 14332 also had an error]
> >    [junit4]
> >    [junit4] [error occurred during error reporting , id 0xb]
> >    [junit4]
> >    [junit4] #
> >    [junit4] # If you would like to submit a bug report, please visit:
> >    [junit4] #   http://bugreport.java.com/bugreport/crash.jsp
> >    [junit4] #
> >    [junit4] <<< JVM J2: EOF ----
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk-9-ea+104) - Build # 15822 - Still Failing!

Posted by Robert Muir <rc...@gmail.com>.
best jvm crash ever.

On Mon, Feb 8, 2016 at 9:54 PM, Policeman Jenkins Server
<je...@thetaphi.de> wrote:
>    [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
>    [junit4] #
>    [junit4] # A fatal error has been detected by the Java Runtime Environment:
>    [junit4] #
>    [junit4] #  SIGSEGV (0xb) at pc=0x89c03155, pid=14255, tid=14333
>    [junit4] #
>    [junit4] # JRE version: ˆ„K÷ +¡àø+¡à  (9.0+104) (build )
>    [junit4] # Java VM: Java HotSpot(TM) Server VM (9-ea+104-2016-02-03-214936.javare.4385.nc, mixed mode, tiered, concurrent mark sweep gc, linux-x86)
>    [junit4] # Problematic frame:
>    [junit4] # C  0x89c03155
>    [junit4] #
>    [junit4] # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
>    [junit4] #
>    [junit4] # An error report file with more information is saved as:
>    [junit4] # /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/test/J2/hs_err_pid14255.log
>    [junit4] [thread 15849 also had an error]
>    [junit4] [thread 14331 also had an error]
>    [junit4] [thread 14332 also had an error]
>    [junit4]
>    [junit4] [error occurred during error reporting , id 0xb]
>    [junit4]
>    [junit4] #
>    [junit4] # If you would like to submit a bug report, please visit:
>    [junit4] #   http://bugreport.java.com/bugreport/crash.jsp
>    [junit4] #
>    [junit4] <<< JVM J2: EOF ----
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk-9-ea+104) - Build # 15822 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15822/
Java: 32bit/jdk-9-ea+104 -server -XX:+UseConcMarkSweepGC -XX:-CompactStrings -XX:-UseSuperWord

All tests passed

Build Log:
[...truncated 5891 lines...]
   [junit4] JVM J2: stdout was not empty, see: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/test/temp/junit4-J2-20160209_025119_068.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] #
   [junit4] # A fatal error has been detected by the Java Runtime Environment:
   [junit4] #
   [junit4] #  SIGSEGV (0xb) at pc=0x89c03155, pid=14255, tid=14333
   [junit4] #
   [junit4] # JRE version: ˆ„K÷+¡àø+¡à (9.0+104) (build )
   [junit4] # Java VM: Java HotSpot(TM) Server VM (9-ea+104-2016-02-03-214936.javare.4385.nc, mixed mode, tiered, concurrent mark sweep gc, linux-x86)
   [junit4] # Problematic frame:
   [junit4] # C  0x89c03155
   [junit4] #
   [junit4] # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
   [junit4] #
   [junit4] # An error report file with more information is saved as:
   [junit4] # /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/test/J2/hs_err_pid14255.log
   [junit4] [thread 15849 also had an error]
   [junit4] [thread 14331 also had an error]
   [junit4] [thread 14332 also had an error]
   [junit4] 
   [junit4] [error occurred during error reporting , id 0xb]
   [junit4] 
   [junit4] #
   [junit4] # If you would like to submit a bug report, please visit:
   [junit4] #   http://bugreport.java.com/bugreport/crash.jsp
   [junit4] #
   [junit4] <<< JVM J2: EOF ----

[...truncated 93 lines...]
   [junit4] ERROR: JVM J2 ended with an exception, command line: /home/jenkins/tools/java/32bit/jdk-9-ea+104/bin/java -server -XX:+UseConcMarkSweepGC -XX:-CompactStrings -XX:-UseSuperWord -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/heapdumps -ea -esa -Dtests.prefix=tests -Dtests.seed=4E1619BFEF7330D1 -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=6.0.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=3 -DtempDir=./temp -Djava.io.tmpdir=./temp -Djunit4.tempDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/test/temp -Dcommon.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene -Dclover.db.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/clover/db -Djava.security.policy=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=6.0.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Djunit4.childvm.cwd=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/test/J2 -Djunit4.childvm.id=2 -Djunit4.childvm.count=3 -Dtests.leaveTemporary=false -Dtests.filterstacks=true -Dtests.disableHdfs=true -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -Dfile.encoding=ISO-8859-1 -classpath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/junit-4.10.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.3.2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/var/lib/jenkins/.ant/lib/ivy-2.3.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/test/temp/junit4-J2-20160209_025119_068.events @/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/test/temp/junit4-J2-20160209_025119_068.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/test/temp/junit4-J2-20160209_025119_068.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1481)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1158)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4] 	at java.lang.Thread.run(Thread.java:804)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:475: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:2187: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/module-build.xml:58: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/test/temp/junit4-J2-20160209_025119_068.sysout

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



[JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk-9-ea+104) - Build # 15821 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15821/
Java: 32bit/jdk-9-ea+104 -server -XX:+UseParallelGC -XX:-CompactStrings -XX:-UseSuperWord

All tests passed

Build Log:
[...truncated 545 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/test/temp/junit4-J0-20160209_003722_025.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] *** Error in `/home/jenkins/tools/java/32bit/jdk-9-ea+104/bin/java': free(): invalid pointer: 0xc149b1e0 ***
   [junit4] <<< JVM J0: EOF ----

[...truncated 957 lines...]
   [junit4] ERROR: JVM J0 ended with an exception, command line: /home/jenkins/tools/java/32bit/jdk-9-ea+104/bin/java -server -XX:+UseParallelGC -XX:-CompactStrings -XX:-UseSuperWord -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/heapdumps -ea -esa -Dtests.prefix=tests -Dtests.seed=4412A9284EF3C67F -Xmx512M -Dtests.iters= -Dtests.verbose=false -Dtests.infostream=false -Dtests.codec=random -Dtests.postingsformat=random -Dtests.docvaluesformat=random -Dtests.locale=random -Dtests.timezone=random -Dtests.directory=random -Dtests.linedocsfile=europarl.lines.txt.gz -Dtests.luceneMatchVersion=6.0.0 -Dtests.cleanthreads=perMethod -Djava.util.logging.config.file=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/junit4/logging.properties -Dtests.nightly=false -Dtests.weekly=false -Dtests.monster=false -Dtests.slow=true -Dtests.asserts=true -Dtests.multiplier=3 -DtempDir=./temp -Djava.io.tmpdir=./temp -Djunit4.tempDir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/test/temp -Dcommon.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene -Dclover.db.dir=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/clover/db -Djava.security.policy=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/tools/junit4/tests.policy -Dtests.LUCENE_VERSION=6.0.0 -Djetty.testMode=1 -Djetty.insecurerandom=1 -Dsolr.directoryFactory=org.apache.solr.core.MockDirectoryFactory -Djava.awt.headless=true -Djdk.map.althashing.threshold=0 -Djunit4.childvm.cwd=/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/test/J0 -Djunit4.childvm.id=0 -Djunit4.childvm.count=3 -Dtests.leaveTemporary=false -Dtests.filterstacks=true -Dtests.disableHdfs=true -Djava.security.manager=org.apache.lucene.util.TestSecurityManager -classpath /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/codecs/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/junit-4.10.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.3.2.jar:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/java:/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/classes/test:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/var/lib/jenkins/.ant/lib/ivy-2.3.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.3.2.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/test/temp/junit4-J0-20160209_003722_025.events @/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/test/temp/junit4-J0-20160209_003722_025.suites -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stderr at: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/test/temp/junit4-J0-20160209_003722_025.syserr
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1481)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:121)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:955)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:952)
   [junit4] 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1158)
   [junit4] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:632)
   [junit4] 	at java.lang.Thread.run(Thread.java:804)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:50: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stderr at: /home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/core/test/temp/junit4-J0-20160209_003722_025.syserr

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