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

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_31) - Build # 4548 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4548/
Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
	at __randomizedtesting.SeedInfo.seed([713626F77F9BA72A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:494)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:230)
	at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:799)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

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

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=4163, name=searcherExecutor-2090-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([713626F77F9BA72A]: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=4163, name=searcherExecutor-2090-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=4163, name=searcherExecutor-2090-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([713626F77F9BA72A]:0)




Build Log:
[...truncated 9190 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\init-core-data-001
   [junit4]   2> 1115134 T4150 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1115140 T4150 oas.SolrTestCaseJ4.setUp ###Starting testLazySearch
   [junit4]   2> 1115194 T4150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\'
   [junit4]   2> 1115222 T4150 oasc.CoreContainer.<init> New CoreContainer 1028351659
   [junit4]   2> 1115222 T4150 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\]
   [junit4]   2> 1115222 T4150 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\lib
   [junit4]   2> 1115222 T4150 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\lib).
   [junit4]   2> 1115228 T4150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 600000
   [junit4]   2> 1115228 T4150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1115228 T4150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 60000
   [junit4]   2> 1115228 T4150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1115228 T4150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1115228 T4150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1115228 T4150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1115228 T4150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1115229 T4150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1115229 T4150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1115229 T4150 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1115229 T4150 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1115229 T4150 oasc.SolrCores.allocateLazyCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1115231 T4150 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1115232 T4150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1115232 T4150 oasc.CoreContainer.load Node Name: testNode
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, instanceDir=collection1, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy2, config=solrconfig.xml, instanceDir=collection2, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy3, config=solrconfig.xml, instanceDir=collection3, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection3\, schema=schema.xml, transient=on, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy4, config=solrconfig.xml, instanceDir=collection4, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy5, config=solrconfig.xml, instanceDir=collection5, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy6, config=solrconfig.xml, instanceDir=collection6, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection6\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy7, config=solrconfig.xml, instanceDir=collection7, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection7\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy8, config=solrconfig.xml, instanceDir=collection8, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection8\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy9, config=solrconfig.xml, instanceDir=collection9, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection9\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 1115255 T4152 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\'
   [junit4]   2> 1115266 T4153 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\'
   [junit4]   2> 1115267 T4151 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\'
   [junit4]   2> 1115291 T4152 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1115292 T4153 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1115303 T4152 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1115303 T4153 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1115325 T4153 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1115325 T4153 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\conf\schema.xml
   [junit4]   2> 1115328 T4153 oass.IndexSchema.readSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 1115336 T4153 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1115336 T4153 oasc.CoreContainer.create Creating SolrCore 'collectionLazy5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\
   [junit4]   2> 1115337 T4153 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1115337 T4153 oasc.SolrCore.<init> [collectionLazy5] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\data\
   [junit4]   2> 1115337 T4153 oasc.SolrCore.<init> JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 1115337 T4153 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\data\
   [junit4]   2> 1115338 T4153 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\data\index/
   [junit4]   2> 1115338 T4153 oasc.SolrCore.initIndex WARN [collectionLazy5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1115338 T4153 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\data\index
   [junit4]   2> 1115339 T4153 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=93.830078125, floorSegmentMB=1.44140625, forceMergeDeletesPctAllowed=23.943978711803286, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1115342 T4152 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1115342 T4152 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\conf\schema.xml
   [junit4]   2> 1115344 T4152 oass.IndexSchema.readSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 1115351 T4152 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1115351 T4152 oasc.CoreContainer.create Creating SolrCore 'collectionLazy2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\
   [junit4]   2> 1115351 T4151 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1115352 T4152 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1115353 T4152 oasc.SolrCore.<init> [collectionLazy2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\data\
   [junit4]   2> 1115353 T4152 oasc.SolrCore.<init> JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 1115353 T4152 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\data\
   [junit4]   2> 1115357 T4152 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\data\index/
   [junit4]   2> 1115357 T4152 oasc.SolrCore.initIndex WARN [collectionLazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1115358 T4152 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\data\index
   [junit4]   2> 1115358 T4152 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=93.830078125, floorSegmentMB=1.44140625, forceMergeDeletesPctAllowed=23.943978711803286, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1115357 T4153 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@768cedf7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d2e4fc5),segFN=segments_1,generation=1}
   [junit4]   2> 1115358 T4151 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1115358 T4153 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115358 T4152 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3b497a52 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e60847a),segFN=segments_1,generation=1}
   [junit4]   2> 1115363 T4152 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115370 T4152 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1115370 T4151 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1115371 T4151 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\conf\schema.xml
   [junit4]   2> 1115372 T4153 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1115375 T4152 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115376 T4152 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115378 T4152 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115379 T4152 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115380 T4153 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115381 T4152 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1115381 T4152 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1115382 T4153 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115383 T4152 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1115383 T4152 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1115384 T4153 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115384 T4151 oass.IndexSchema.readSchema [collection1] Schema name=tiny
   [junit4]   2> 1115388 T4153 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115390 T4151 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1115391 T4151 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\
   [junit4]   2> 1115391 T4151 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1115391 T4153 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1115392 T4153 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1115392 T4153 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1115392 T4153 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1115393 T4151 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\data\
   [junit4]   2> 1115393 T4151 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1115394 T4151 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\data\
   [junit4]   2> 1115394 T4151 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\data\index/
   [junit4]   2> 1115394 T4151 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1115394 T4151 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\data\index
   [junit4]   2> 1115399 T4153 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@19a4b105
   [junit4]   2> 1115399 T4152 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@28b04189
   [junit4]   2> 1115399 T4153 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@768cedf7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6d2e4fc5),segFN=segments_1,generation=1}
   [junit4]   2> 1115400 T4151 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=93.830078125, floorSegmentMB=1.44140625, forceMergeDeletesPctAllowed=23.943978711803286, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1115400 T4152 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@3b497a52 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2e60847a),segFN=segments_1,generation=1}
   [junit4]   2> 1115400 T4152 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115400 T4153 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115400 T4152 oass.SolrIndexSearcher.<init> Opening Searcher@1ffb3f2f[collectionLazy2] main
   [junit4]   2> 1115400 T4151 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@786e9d45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64a0f744),segFN=segments_1,generation=1}
   [junit4]   2> 1115401 T4151 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115402 T4152 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\conf
   [junit4]   2> 1115402 T4152 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\conf}
   [junit4]   2> 1115402 T4152 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\conf
   [junit4]   2> 1115403 T4152 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1115403 T4152 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1115403 T4152 oasc.SolrCores.putTransientCore Opening transient core collectionLazy2
   [junit4]   2> 1115403 T4151 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1115401 T4153 oass.SolrIndexSearcher.<init> Opening Searcher@74d9df82[collectionLazy5] main
   [junit4]   2> 1115403 T4153 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\conf
   [junit4]   2> 1115403 T4153 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\conf}
   [junit4]   2> 1115403 T4153 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\conf
   [junit4]   2> 1115404 T4151 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115403 T4154 oasc.SolrCore.registerSearcher [collectionLazy2] Registered new searcher Searcher@1ffb3f2f[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1115403 T4152 oasc.CoreContainer.registerCore registering core: collectionLazy2
   [junit4]   2> 1115404 T4153 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1115405 T4153 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1115405 T4153 oasc.CoreContainer.registerCore registering core: collectionLazy5
   [junit4]   2> 1115405 T4155 oasc.SolrCore.registerSearcher [collectionLazy5] Registered new searcher Searcher@74d9df82[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1115406 T4151 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115411 T4151 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115413 T4151 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115414 T4151 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1115415 T4151 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1115416 T4151 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1115416 T4151 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1115416 T4151 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@79ff2c96
   [junit4]   2> 1115416 T4151 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@786e9d45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@64a0f744),segFN=segments_1,generation=1}
   [junit4]   2> 1115417 T4151 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115417 T4151 oass.SolrIndexSearcher.<init> Opening Searcher@5939464e[collection1] main
   [junit4]   2> 1115418 T4151 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\conf
   [junit4]   2> 1115418 T4151 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\conf}
   [junit4]   2> 1115418 T4151 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\conf
   [junit4]   2> 1115419 T4151 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1115419 T4151 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1115419 T4156 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5939464e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1115419 T4151 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1115421 T4150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\'
   [junit4]   2> 1115442 T4150 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1115449 T4150 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1115462 T4150 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1115463 T4150 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\conf\schema.xml
   [junit4]   2> 1115465 T4150 oass.IndexSchema.readSchema [collectionLazy4] Schema name=tiny
   [junit4]   2> 1115472 T4150 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1115472 T4150 oasc.CoreContainer.create Creating SolrCore 'collectionLazy4' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\
   [junit4]   2> 1115473 T4150 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1115473 T4150 oasc.SolrCore.<init> [collectionLazy4] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\data\
   [junit4]   2> 1115473 T4150 oasc.SolrCore.<init> JMX monitoring not detected for core: collectionLazy4
   [junit4]   2> 1115474 T4150 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\data\
   [junit4]   2> 1115474 T4150 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\data\index/
   [junit4]   2> 1115474 T4150 oasc.SolrCore.initIndex WARN [collectionLazy4] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1115475 T4150 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\data\index
   [junit4]   2> 1115475 T4150 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=36, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=28.5576171875, floorSegmentMB=0.3232421875, forceMergeDeletesPctAllowed=8.037684496007994, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.28402280686778775
   [junit4]   2> 1115476 T4150 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@28805a10 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bc226cf),segFN=segments_1,generation=1}
   [junit4]   2> 1115476 T4150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115479 T4150 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1115480 T4150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115482 T4150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115483 T4150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115484 T4150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115486 T4150 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1115486 T4150 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1115487 T4150 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1115487 T4150 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1115488 T4150 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=74.208984375, floorSegmentMB=0.228515625, forceMergeDeletesPctAllowed=6.397112039395189, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1115488 T4150 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@28805a10 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bc226cf),segFN=segments_1,generation=1}
   [junit4]   2> 1115488 T4150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115488 T4150 oass.SolrIndexSearcher.<init> Opening Searcher@444a5b30[collectionLazy4] main
   [junit4]   2> 1115490 T4150 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\conf
   [junit4]   2> 1115490 T4150 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\conf}
   [junit4]   2> 1115490 T4150 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\conf
   [junit4]   2> 1115490 T4150 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1115490 T4150 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1115492 T4158 oasc.SolrCore.registerSearcher [collectionLazy4] Registered new searcher Searcher@444a5b30[collectionLazy4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1115492 T4150 oasc.CoreContainer.registerCore registering core: collectionLazy4
   [junit4]   2> 1115493 T4150 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1115493 T4150 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@28805a10 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bc226cf),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@28805a10 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bc226cf),segFN=segments_2,generation=2}
   [junit4]   2> 1115493 T4150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 1115495 T4150 oass.SolrIndexSearcher.<init> Opening Searcher@19a6097d[collectionLazy4] main
   [junit4]   2> 1115495 T4150 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1115495 T4158 oasc.SolrCore.registerSearcher [collectionLazy4] Registered new searcher Searcher@19a6097d[collectionLazy4] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c7)))}
   [junit4]   2> ASYNC  NEW_CORE C2158 name=collectionLazy4 org.apache.solr.core.SolrCore@7b8559ac
   [junit4]   2> 1115497 T4150 C2158 oasc.SolrCore.execute [collectionLazy4] webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=1 
   [junit4]   2> 1115500 T4150 C2158 oasc.SolrCore.execute [collectionLazy4] webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=1 
   [junit4]   2> 1115500 T4150 C2158 oasc.SolrCore.execute [collectionLazy4] webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C2159 name=collectionLazy4 org.apache.solr.core.SolrCore@7b8559ac
   [junit4]   2> 1115506 T4150 C2159 oasc.SolrCore.execute [collectionLazy4] webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0 
   [junit4]   2> ASYNC  NEW_CORE C2160 name=collection1 org.apache.solr.core.SolrCore@5364840
   [junit4]   2> 1115508 T4150 C2160 oasc.SolrCore.execute [collection1] webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=0 status=0 QTime=2 
   [junit4]   2> 1115509 T4150 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1028351659
   [junit4]   2> 1115509 T4150 oasc.SolrCore.close [collectionLazy5]  CLOSING SolrCore org.apache.solr.core.SolrCore@1369881b
   [junit4]   2> 1115509 T4150 oasu.DirectUpdateHandler2.close 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> 1115509 T4150 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1115509 T4150 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1115509 T4150 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1115512 T4150 oasc.SolrCore.closeSearcher [collectionLazy5] Closing main searcher on request.
   [junit4]   2> 1115512 T4150 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1115512 T4150 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\data\index;done=false>>]
   [junit4]   2> 1115512 T4150 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\data\index
   [junit4]   2> 1115513 T4150 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\data\;done=false>>]
   [junit4]   2> 1115513 T4150 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection5\data\
   [junit4]   2> 1115513 T4150 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5364840
   [junit4]   2> 1115513 T4150 oasu.DirectUpdateHandler2.close 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> 1115513 T4150 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1115513 T4150 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1115513 T4150 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1115515 T4150 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1115515 T4150 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1115515 T4150 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\data\;done=false>>]
   [junit4]   2> 1115515 T4150 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\data\
   [junit4]   2> 1115515 T4150 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\data\index;done=false>>]
   [junit4]   2> 1115515 T4150 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection1\data\index
   [junit4]   2> 1115515 T4150 oasc.SolrCore.close [collectionLazy4]  CLOSING SolrCore org.apache.solr.core.SolrCore@7b8559ac
   [junit4]   2> 1115515 T4150 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=7,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1115515 T4150 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1115515 T4150 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1115517 T4150 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1115519 T4150 oasc.SolrCore.closeSearcher [collectionLazy4] Closing main searcher on request.
   [junit4]   2> 1115519 T4150 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1115519 T4150 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\data\index;done=false>>]
   [junit4]   2> 1115519 T4150 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\data\index
   [junit4]   2> 1115520 T4150 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\data\;done=false>>]
   [junit4]   2> 1115520 T4150 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection4\data\
   [junit4]   2> 1115520 T4150 oasc.SolrCore.close [collectionLazy2]  CLOSING SolrCore org.apache.solr.core.SolrCore@3aad96ea
   [junit4]   2> 1115520 T4150 oasu.DirectUpdateHandler2.close 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> 1115520 T4150 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1115520 T4150 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1115520 T4150 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1115522 T4150 oasc.SolrCore.closeSearcher [collectionLazy2] Closing main searcher on request.
   [junit4]   2> 1115523 T4150 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1115523 T4150 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\data\;done=false>>]
   [junit4]   2> 1115523 T4150 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\data\
   [junit4]   2> 1115524 T4150 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\data\index;done=false>>]
   [junit4]   2> 1115524 T4150 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-001\collection2\data\index
   [junit4]   2> 1115524 T4150 oas.SolrTestCaseJ4.tearDown ###Ending testLazySearch
   [junit4]   2> 1115532 T4150 oas.SolrTestCaseJ4.setUp ###Starting testCachingLimit
   [junit4]   2> 1115605 T4150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\'
   [junit4]   2> 1115646 T4150 oasc.CoreContainer.<init> New CoreContainer 540154558
   [junit4]   2> 1115646 T4150 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\]
   [junit4]   2> 1115646 T4150 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\lib
   [junit4]   2> 1115646 T4150 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\lib).
   [junit4]   2> 1115664 T4150 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 600000
   [junit4]   2> 1115664 T4150 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 1115664 T4150 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 60000
   [junit4]   2> 1115664 T4150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1115664 T4150 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1115664 T4150 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1115665 T4150 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1115665 T4150 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1115665 T4150 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1115665 T4150 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1115665 T4150 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1115665 T4150 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1115665 T4150 oasc.SolrCores.allocateLazyCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1115665 T4150 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1115668 T4150 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1115668 T4150 oasc.CoreContainer.load Node Name: testNode
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, instanceDir=collection1, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection1\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy2, config=solrconfig.xml, instanceDir=collection2, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection2\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy3, config=solrconfig.xml, instanceDir=collection3, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection3\, schema=schema.xml, transient=on, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy4, config=solrconfig.xml, instanceDir=collection4, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection4\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy5, config=solrconfig.xml, instanceDir=collection5, loadOnStartup=true, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection5\, schema=schema.xml, transient=false, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy6, config=solrconfig.xml, instanceDir=collection6, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection6\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy7, config=solrconfig.xml, instanceDir=collection7, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection7\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy8, config=solrconfig.xml, instanceDir=collection8, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection8\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   1> CORE DESCRIPTOR: {name=collectionLazy9, config=solrconfig.xml, instanceDir=collection9, loadOnStartup=false, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection9\, schema=schema.xml, transient=true, dataDir=data\}
   [junit4]   2> 1115679 T4160 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection1\'
   [junit4]   2> 1115684 T4161 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection2\'
   [junit4]   2> 1115685 T4162 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection5\'
   [junit4]   2> 1115739 T4161 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1115750 T4162 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1115750 T4161 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1115767 T4160 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1115780 T4160 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1115780 T4161 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1115781 T4161 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection2\conf\schema.xml
   [junit4]   2> 1115788 T4162 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1115797 T4161 oass.IndexSchema.readSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 1115797 T4160 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1115797 T4160 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection1\conf\schema.xml
   [junit4]   2> 1115802 T4160 oass.IndexSchema.readSchema [collection1] Schema name=tiny
   [junit4]   2> 1115808 T4161 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1115808 T4161 oasc.CoreContainer.create Creating SolrCore 'collectionLazy2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection2\
   [junit4]   2> 1115808 T4161 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1115809 T4161 oasc.SolrCore.<init> [collectionLazy2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection2\data\
   [junit4]   2> 1115813 T4161 oasc.SolrCore.<init> JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 1115814 T4161 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection2\data\
   [junit4]   2> 1115814 T4161 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection2\data\index/
   [junit4]   2> 1115814 T4161 oasc.SolrCore.initIndex WARN [collectionLazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1115815 T4161 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection2\data\index
   [junit4]   2> 1115816 T4161 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=93.830078125, floorSegmentMB=1.44140625, forceMergeDeletesPctAllowed=23.943978711803286, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1115816 T4160 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1115816 T4160 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection1\
   [junit4]   2> 1115816 T4161 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6982eaf0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58a460a4),segFN=segments_1,generation=1}
   [junit4]   2> 1115817 T4161 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115817 T4160 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1115823 T4160 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection1\data\
   [junit4]   2> 1115823 T4160 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1115824 T4160 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection1\data\
   [junit4]   2> 1115824 T4160 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection1\data\index/
   [junit4]   2> 1115824 T4160 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1115825 T4160 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection1\data\index
   [junit4]   2> 1115825 T4160 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=93.830078125, floorSegmentMB=1.44140625, forceMergeDeletesPctAllowed=23.943978711803286, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1115825 T4162 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1115825 T4162 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection5\conf\schema.xml
   [junit4]   2> 1115827 T4161 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1115835 T4162 oass.IndexSchema.readSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 1115839 T4162 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1115839 T4162 oasc.CoreContainer.create Creating SolrCore 'collectionLazy5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection5\
   [junit4]   2> 1115839 T4162 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1115841 T4162 oasc.SolrCore.<init> [collectionLazy5] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection5\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection5\data\
   [junit4]   2> 1115841 T4162 oasc.SolrCore.<init> JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 1115842 T4161 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115842 T4162 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection5\data\
   [junit4]   2> 1115842 T4162 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection5\data\index/
   [junit4]   2> 1115842 T4162 oasc.SolrCore.initIndex WARN [collectionLazy5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1115843 T4162 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection5\data\index
   [junit4]   2> 1115843 T4162 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=93.830078125, floorSegmentMB=1.44140625, forceMergeDeletesPctAllowed=23.943978711803286, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1115843 T4161 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115844 T4162 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4db8ab8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4b115967),segFN=segments_1,generation=1}
   [junit4]   2> 1115844 T4162 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115845 T4161 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115847 T4161 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115848 T4162 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1115848 T4160 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@46532df1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3423e525),segFN=segments_1,generation=1}
   [junit4]   2> 1115850 T4160 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115850 T4161 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1115850 T4162 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115855 T4161 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1115856 T4161 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1115856 T4161 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1115857 T4161 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@1052cab1
   [junit4]   2> 1115857 T4161 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@6982eaf0 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@58a460a4),segFN=segments_1,generation=1}
   [junit4]   2> 1115858 T4161 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115858 T4161 oass.SolrIndexSearcher.<init> Opening Searcher@f8bda1c[collectionLazy2] main
   [junit4]   2> 1115858 T4161 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection2\conf
   [junit4]   2> 1115858 T4161 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection2\conf}
   [junit4]   2> 1115858 T4161 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection2\conf
   [junit4]   2> 1115859 T4161 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1115860 T4161 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1115857 T4162 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115860 T4161 oasc.SolrCores.putTransientCore Opening transient core collectionLazy2
   [junit4]   2> 1115860 T4161 oasc.CoreContainer.registerCore registering core: collectionLazy2
   [junit4]   2> 1115860 T4163 oasc.SolrCore.registerSearcher [collectionLazy2] Registered new searcher Searcher@f8bda1c[collectionLazy2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1115860 T4160 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1115862 T4162 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115863 T4160 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115864 T4162 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115865 T4160 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115868 T4160 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115868 T4162 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1115868 T4162 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1115869 T4162 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1115869 T4162 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1115869 T4160 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115870 T4162 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@2a9d59e8
   [junit4]   2> 1115870 T4162 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@4db8ab8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4b115967),segFN=segments_1,generation=1}
   [junit4]   2> 1115871 T4162 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115871 T4162 oass.SolrIndexSearcher.<init> Opening Searcher@4fe2393[collectionLazy5] main
   [junit4]   2> 1115872 T4162 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection5\conf
   [junit4]   2> 1115872 T4160 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1115872 T4162 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection5\conf}
   [junit4]   2> 1115872 T4160 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1115872 T4162 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection5\conf
   [junit4]   2> 1115873 T4160 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1115873 T4160 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1115873 T4160 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@5251604b
   [junit4]   2> 1115873 T4162 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1115873 T4160 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@46532df1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3423e525),segFN=segments_1,generation=1}
   [junit4]   2> 1115873 T4160 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115873 T4162 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1115874 T4160 oass.SolrIndexSearcher.<init> Opening Searcher@17151cf3[collection1] main
   [junit4]   2> 1115874 T4164 oasc.SolrCore.registerSearcher [collectionLazy5] Registered new searcher Searcher@4fe2393[collectionLazy5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1115874 T4162 oasc.CoreContainer.registerCore registering core: collectionLazy5
   [junit4]   2> 1115875 T4160 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection1\conf
   [junit4]   2> 1115875 T4160 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection1\conf}
   [junit4]   2> 1115875 T4160 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection1\conf
   [junit4]   2> 1115877 T4160 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1115877 T4160 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1115877 T4165 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17151cf3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1115877 T4160 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1115880 T4150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection3\'
   [junit4]   2> 1115905 T4150 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1115912 T4150 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1115927 T4150 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1115927 T4150 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection3\conf\schema.xml
   [junit4]   2> 1115930 T4150 oass.IndexSchema.readSchema [collectionLazy3] Schema name=tiny
   [junit4]   2> 1115933 T4150 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1115933 T4150 oasc.CoreContainer.create Creating SolrCore 'collectionLazy3' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection3\
   [junit4]   2> 1115933 T4150 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1115934 T4150 oasc.SolrCore.<init> [collectionLazy3] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection3\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection3\data\
   [junit4]   2> 1115934 T4150 oasc.SolrCore.<init> JMX monitoring not detected for core: collectionLazy3
   [junit4]   2> 1115935 T4150 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection3\data\
   [junit4]   2> 1115935 T4150 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection3\data\index/
   [junit4]   2> 1115935 T4150 oasc.SolrCore.initIndex WARN [collectionLazy3] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection3\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1115936 T4150 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection3\data\index
   [junit4]   2> 1115936 T4150 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=20.685546875, floorSegmentMB=1.7880859375, forceMergeDeletesPctAllowed=11.458921171422311, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1115937 T4150 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@26fcc6d6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29bd08ef),segFN=segments_1,generation=1}
   [junit4]   2> 1115937 T4150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115939 T4150 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1115941 T4150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115942 T4150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115944 T4150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115945 T4150 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1115952 T4150 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1115952 T4150 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1115954 T4150 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1115954 T4150 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1115954 T4150 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=65.9169921875, floorSegmentMB=0.7041015625, forceMergeDeletesPctAllowed=16.625506030852197, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1115955 T4150 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@26fcc6d6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@29bd08ef),segFN=segments_1,generation=1}
   [junit4]   2> 1115955 T4150 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1115955 T4150 oass.SolrIndexSearcher.<init> Opening Searcher@25af8d7d[collectionLazy3] main
   [junit4]   2> 1115955 T4150 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection3\conf
   [junit4]   2> 1115955 T4150 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection3\conf}
   [junit4]   2> 1115955 T4150 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection3\conf
   [junit4]   2> 1115958 T4150 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1115958 T4150 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1115958 T4167 oasc.SolrCore.registerSearcher [collectionLazy3] Registered new searcher Searcher@25af8d7d[collectionLazy3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1115958 T4150 oasc.SolrCores.putTransientCore Opening transient core collectionLazy3
   [junit4]   2> 1115959 T4150 oasc.CoreContainer.registerCore registering core: collectionLazy3
   [junit4]   2> 1115959 T4150 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection4\'
   [junit4]   2> 1115980 T4150 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1115989 T4150 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1116002 T4150 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1116006 T4150 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection4\conf\schema.xml
   [junit4]   2> 1116010 T4150 oass.IndexSchema.readSchema [collectionLazy4] Schema name=tiny
   [junit4]   2> 1116018 T4150 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1116018 T4150 oasc.CoreContainer.create Creating SolrCore 'collectionLazy4' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection4\
   [junit4]   2> 1116018 T4150 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1116020 T4150 oasc.SolrCore.<init> [collectionLazy4] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection4\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-002\collection4\data\
   [junit4]   2> 1116020 T4150 oasc.SolrCore.<init> JMX monitoring not detected for core: collectionLazy4
   [junit4]   2> 1116020 T4150 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr

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

enkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores 713626F77F9BA72A-001\tempDir-007\collection6\data\
   [junit4]   2> 1119445 T4150 oas.SolrTestCaseJ4.tearDown ###Ending testCreateSame
   [junit4]   2> 1119445 T4150 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1119445 T4150 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1282697240
   [junit4]   2> 1241717 T4150 oas.SolrTestCaseJ4.endTrackingSearchers ERROR ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]   2> 126873 T4149 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 147013 T4149 ccr.ThreadLeakControl.checkThreadLeaks SEVERE 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2> 	   1) Thread[id=4163, name=searcherExecutor-2090-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 147014 T4149 ccr.ThreadLeakControl.tryToInterruptAll Starting to interrupt leaked threads:
   [junit4]   2> 	   1) Thread[id=4163, name=searcherExecutor-2090-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> 150018 T4149 ccr.ThreadLeakControl.tryToInterruptAll SEVERE There are still zombie threads that couldn't be terminated:
   [junit4]   2> 	   1) Thread[id=4163, name=searcherExecutor-2090-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> 	        at sun.misc.Unsafe.park(Native Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Lucene50, sim=DefaultSimilarity, locale=no_NO_NY, timezone=Africa/Freetown
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=2,free=117193296,total=261611520
   [junit4]   2> NOTE: All tests run in this JVM: [PathHierarchyTokenizerFactoryTest, TestOmitPositions, SaslZkACLProviderTest, BasicZkTest, TestChildDocTransformer, TestCollapseQParserPlugin, TestReplicationHandlerBackup, SegmentsInfoRequestHandlerTest, ReplicationFactorTest, TestShardHandlerFactory, TestSchemaManager, TestValueSourceCache, TestLuceneMatchVersion, TestFastOutputStream, TestFaceting, TestCharFilters, SystemInfoHandlerTest, StatelessScriptUpdateProcessorFactoryTest, BlockDirectoryTest, TestPostingsSolrHighlighter, TestClassNameShortening, CopyFieldTest, RankQueryTest, XsltUpdateRequestHandlerTest, TestCSVResponseWriter, TestHighlightDedupGrouping, TestRTGBase, TestLRUStatsCache, TestSearchPerf, TestImplicitCoreProperties, SharedFSAutoReplicaFailoverTest, SolrCmdDistributorTest, SSLMigrationTest, ChaosMonkeyNothingIsSafeTest, TestQueryUtils, MergeStrategyTest, TestPhraseSuggestions, FileUtilsTest, SolrTestCaseJ4Test, ShardRoutingTest, TestElisionMultitermQuery, TestCoreContainer, UUIDFieldTest, TestFieldSortValues, TestDynamicLoading, MinimalSchemaTest, CoreAdminCreateDiscoverTest, TestTrie, QueryResultKeyTest, ParsingFieldUpdateProcessorsTest, TestReversedWildcardFilterFactory, AddSchemaFieldsUpdateProcessorFactoryTest, TestReplicaProperties, TestRangeQuery, SyncSliceTest, BadIndexSchemaTest, ConvertedLegacyTest, TestConfigSets, TestCryptoKeys, TestZkChroot, SimpleCollectionCreateDeleteTest, XmlUpdateRequestHandlerTest, TestReloadAndDeleteDocs, DocValuesTest, TestSimpleQParserPlugin, TestIntervalFaceting, TestBlobHandler, VMParamsZkACLAndCredentialsProvidersTest, SuggestComponentTest, SolrRequestParserTest, TestBadConfig, CursorPagingTest, HdfsRecoveryZkTest, TestDFRSimilarityFactory, MoreLikeThisHandlerTest, TestDocumentBuilder, TestNamedUpdateProcessors, JSONWriterTest, PluginInfoTest, AtomicUpdatesTest, TestJettySolrRunner, PreAnalyzedUpdateProcessorTest, HttpPartitionTest, DistanceUnitsTest, ExitableDirectoryReaderTest, SpatialRPTFieldTypeTest, InfoHandlerTest, AnalyticsQueryTest, TestSystemIdResolver, TestExactStatsCache, HighlighterTest, HdfsWriteToMultipleCollectionsTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=713626F77F9BA72A -Dtests.slow=true -Dtests.locale=no_NO_NY -Dtests.timezone=Africa/Freetown -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([713626F77F9BA72A]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:494)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:230)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=4163, name=searcherExecutor-2090-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([713626F77F9BA72A]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=4163, name=searcherExecutor-2090-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([713626F77F9BA72A]:0)
   [junit4] Completed in 150.10s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 1149 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 474 suites, 1884 tests, 3 suite-level errors, 1414 ignored (13 assumptions)

Total time: 57 minutes 27 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_31) - Build # 4552 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4552/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=15476, name=collection1, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15476, name=collection1, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54276: Could not find collection : awholynewstresscollection_collection1_0
	at __randomizedtesting.SeedInfo.seed([197EF25814E43784]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:584)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:892)




Build Log:
[...truncated 9738 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\init-core-data-001
   [junit4]   2> 3201562 T15109 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 3201562 T15109 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 3201582 T15109 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3201583 T15110 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3201696 T15109 oasc.ZkTestServer.run start zk server on port:54229
   [junit4]   2> 3201697 T15109 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3201699 T15109 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3201708 T15117 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a72781 name:ZooKeeperConnection Watcher:127.0.0.1:54229 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3201709 T15109 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3201709 T15109 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3201710 T15109 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3201716 T15109 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3201718 T15109 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3201720 T15120 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a2b52c name:ZooKeeperConnection Watcher:127.0.0.1:54229/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3201720 T15109 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3201721 T15109 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3201721 T15109 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3201725 T15109 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3201729 T15109 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3201731 T15109 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3201733 T15109 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 3201734 T15109 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3201743 T15109 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 3201744 T15109 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3201748 T15109 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3201748 T15109 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3201752 T15109 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 3201753 T15109 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3201757 T15109 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 3201757 T15109 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3201762 T15109 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 3201762 T15109 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3201765 T15109 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 3201766 T15109 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3201770 T15109 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3201771 T15109 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3201774 T15109 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3201775 T15109 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3201780 T15109 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 3201781 T15109 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3201784 T15109 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 3201784 T15109 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3203357 T15109 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores\collection1
   [junit4]   2> 3203363 T15109 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 3203367 T15109 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@10612ae{/,null,AVAILABLE}
   [junit4]   2> 3203393 T15109 oejs.AbstractConnector.doStart Started ServerConnector@985d8{HTTP/1.1}{127.0.0.1:54236}
   [junit4]   2> 3203394 T15109 oejs.Server.doStart Started @3189339ms
   [junit4]   2> 3203394 T15109 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, hostPort=54236, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores}
   [junit4]   2> 3203394 T15109 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3203394 T15109 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\'
   [junit4]   2> 3203442 T15109 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\solr.xml
   [junit4]   2> 3203458 T15109 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores
   [junit4]   2> 3203458 T15109 oasc.CoreContainer.<init> New CoreContainer 4437120
   [junit4]   2> 3203458 T15109 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\]
   [junit4]   2> 3203458 T15109 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\lib
   [junit4]   2> 3203458 T15109 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\lib).
   [junit4]   2> 3203473 T15109 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3203474 T15109 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3203474 T15109 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3203474 T15109 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3203474 T15109 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3203474 T15109 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3203474 T15109 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3203474 T15109 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3203474 T15109 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3203474 T15109 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3203477 T15109 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3203477 T15109 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3203477 T15109 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3203477 T15109 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3203477 T15109 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3203477 T15109 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54229/solr
   [junit4]   2> 3203477 T15109 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3203477 T15109 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3203479 T15109 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3203482 T15134 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1f6ffa2 name:ZooKeeperConnection Watcher:127.0.0.1:54229 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3203482 T15109 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3203482 T15109 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3203487 T15109 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3203490 T15137 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ea75d3 name:ZooKeeperConnection Watcher:127.0.0.1:54229/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3203490 T15109 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3203493 T15109 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3203497 T15109 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3203501 T15109 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 3203505 T15109 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 3203510 T15109 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 3203514 T15109 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3203518 T15109 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3203521 T15109 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3203525 T15109 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54236_
   [junit4]   2> 3203526 T15109 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54236_
   [junit4]   2> 3203529 T15109 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 3203533 T15109 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3203536 T15109 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3203540 T15109 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:54236_
   [junit4]   2> 3203540 T15109 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3203544 T15109 oasc.Overseer.start Overseer (id=93490588502327299-127.0.0.1:54236_-n_0000000000) starting
   [junit4]   2> 3203548 T15109 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3203561 T15109 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 3203563 T15109 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3203563 T15139 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3203564 T15138 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3203572 T15109 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 3203574 T15109 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores\collection1\
   [junit4]   2> 3203575 T15109 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3203577 T15141 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 3203577 T15141 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3203582 T15141 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3203585 T15138 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54236",
   [junit4]   2> 	  "node_name":"127.0.0.1:54236_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 3203587 T15138 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54236",
   [junit4]   2> 	  "node_name":"127.0.0.1:54236_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3203587 T15138 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 3203588 T15138 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3203590 T15137 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3203594 T15137 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3204676 T15141 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3204676 T15141 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 3204677 T15141 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3204678 T15141 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3204679 T15141 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3204680 T15141 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores\collection1\'
   [junit4]   2> 3204713 T15141 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3204717 T15141 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3204731 T15141 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3204739 T15141 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3204753 T15141 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3204756 T15141 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3204774 T15141 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3204921 T15141 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3204934 T15141 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3204935 T15141 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3204958 T15141 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3204962 T15141 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3204967 T15141 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3204969 T15141 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3204969 T15141 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3204971 T15141 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3204972 T15141 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3204973 T15141 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3204973 T15141 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 3204973 T15141 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3204974 T15141 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores\collection1\data\
   [junit4]   2> 3204974 T15141 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1750812
   [junit4]   2> 3204975 T15141 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores\collection1\data\
   [junit4]   2> 3204975 T15141 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores\collection1\data\index/
   [junit4]   2> 3204976 T15141 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3204976 T15141 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\control-001\cores\collection1\data\index
   [junit4]   2> 3204977 T15141 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16725711213613986]
   [junit4]   2> 3204978 T15141 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@19b00b8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a2580f),segFN=segments_1,generation=1}
   [junit4]   2> 3204978 T15141 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3204987 T15141 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3204987 T15141 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3204988 T15141 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3204988 T15141 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3204989 T15141 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3204989 T15141 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3204990 T15141 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3204990 T15141 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3204991 T15141 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3204999 T15141 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3205003 T15141 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3205005 T15141 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3205007 T15141 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3205014 T15141 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 3205015 T15141 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3205016 T15141 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3205016 T15141 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3205020 T15141 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3205020 T15141 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3205021 T15141 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=6.244140625, floorSegmentMB=1.3369140625, forceMergeDeletesPctAllowed=14.485468835233895, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.649821270767903
   [junit4]   2> 3205021 T15141 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@19b00b8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a2580f),segFN=segments_1,generation=1}
   [junit4]   2> 3205022 T15141 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3205023 T15141 oass.SolrIndexSearcher.<init> Opening Searcher@1ab5a7e[collection1] main
   [junit4]   2> 3205023 T15141 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3205029 T15141 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3205029 T15141 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3205030 T15141 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3205030 T15141 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3205031 T15141 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3205032 T15141 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3205032 T15141 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3205032 T15141 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3205034 T15141 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3205035 T15142 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1ab5a7e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3205036 T15141 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3205037 T15145 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54236 collection:control_collection shard:shard1
   [junit4]   2> 3205038 T15109 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3205038 T15109 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3205040 T15109 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3205040 T15145 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3205042 T15109 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3205044 T15148 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@112f82 name:ZooKeeperConnection Watcher:127.0.0.1:54229/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3205045 T15109 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3205046 T15109 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3205046 T15109 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3205050 T15145 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3205052 T15137 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3205053 T15145 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3205053 T15145 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3937 name=collection1 org.apache.solr.core.SolrCore@9e3b1d url=http://127.0.0.1:54236/collection1 node=127.0.0.1:54236_ C3937_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:54236, node_name=127.0.0.1:54236_, state=down}
   [junit4]   2> 3205054 T15145 C3937 P54236 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54236/collection1/
   [junit4]   2> 3205054 T15145 C3937 P54236 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3205054 T15145 C3937 P54236 oasc.SyncStrategy.syncToMe http://127.0.0.1:54236/collection1/ has no replicas
   [junit4]   2> 3205054 T15145 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54236/collection1/ shard1
   [junit4]   2> 3205054 T15138 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 3205054 T15109 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3205055 T15145 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3205069 T15137 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3205072 T15138 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54236",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 3205187 T15137 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3205189 T15148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3205239 T15145 oasc.ZkController.register We are http://127.0.0.1:54236/collection1/ and leader is http://127.0.0.1:54236/collection1/
   [junit4]   2> 3205239 T15145 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54236
   [junit4]   2> 3205240 T15145 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3205240 T15145 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 3205240 T15145 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3205243 T15137 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3205246 T15138 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54236",
   [junit4]   2> 	  "node_name":"127.0.0.1:54236_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 3205248 T15138 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54236",
   [junit4]   2> 	  "node_name":"127.0.0.1:54236_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3205366 T15137 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3205367 T15148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 3206632 T15109 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores\collection1
   [junit4]   2> 3206636 T15109 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001
   [junit4]   2> 3206638 T15109 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 3206642 T15109 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@6676fd{/,null,AVAILABLE}
   [junit4]   2> 3206643 T15109 oejs.AbstractConnector.doStart Started ServerConnector@67cec5{HTTP/1.1}{127.0.0.1:54248}
   [junit4]   2> 3206643 T15109 oejs.Server.doStart Started @3192334ms
   [junit4]   2> 3206643 T15109 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, hostContext=/, hostPort=54248, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores}
   [junit4]   2> 3206645 T15109 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3206645 T15109 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\'
   [junit4]   2> 3206686 T15109 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\solr.xml
   [junit4]   2> 3206695 T15109 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores
   [junit4]   2> 3206695 T15109 oasc.CoreContainer.<init> New CoreContainer 6190337
   [junit4]   2> 3206696 T15109 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\]
   [junit4]   2> 3206696 T15109 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\lib
   [junit4]   2> 3206696 T15109 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\lib).
   [junit4]   2> 3206711 T15109 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3206712 T15109 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3206712 T15109 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3206713 T15109 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3206713 T15109 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3206713 T15109 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3206713 T15109 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3206713 T15109 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3206713 T15109 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3206713 T15109 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3206713 T15109 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3206714 T15109 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3206714 T15109 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3206714 T15109 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3206714 T15109 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3206714 T15109 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54229/solr
   [junit4]   2> 3206716 T15109 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3206716 T15109 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3206719 T15109 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3206721 T15162 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c26a62 name:ZooKeeperConnection Watcher:127.0.0.1:54229 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3206722 T15109 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3206722 T15109 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3206726 T15109 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3206729 T15165 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f90dfb name:ZooKeeperConnection Watcher:127.0.0.1:54229/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3206729 T15109 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3206739 T15109 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3207842 T15109 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54248_
   [junit4]   2> 3207843 T15109 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54248_
   [junit4]   2> 3207854 T15109 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3207858 T15109 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 3207859 T15109 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores\collection1\
   [junit4]   2> 3207859 T15109 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3207861 T15166 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3207861 T15166 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3207865 T15166 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3207865 T15137 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3207867 T15138 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54248",
   [junit4]   2> 	  "node_name":"127.0.0.1:54248_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 3207868 T15138 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54248",
   [junit4]   2> 	  "node_name":"127.0.0.1:54248_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3207868 T15138 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 3207868 T15138 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 3207870 T15137 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3207870 T15148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3207870 T15165 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3208949 T15166 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3208949 T15166 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3208951 T15166 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3208951 T15166 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3208953 T15166 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3208954 T15166 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores\collection1\'
   [junit4]   2> 3208983 T15166 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3208987 T15166 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3209000 T15166 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3209005 T15166 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3209017 T15166 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3209019 T15166 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3209027 T15166 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3209170 T15166 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3209185 T15166 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3209187 T15166 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3209209 T15166 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3209214 T15166 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3209219 T15166 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3209221 T15166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3209221 T15166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3209221 T15166 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3209223 T15166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3209224 T15166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3209224 T15166 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3209224 T15166 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3209225 T15166 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 3209225 T15166 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1750812
   [junit4]   2> 3209226 T15166 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 3209226 T15166 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 3209227 T15166 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3209227 T15166 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 3209228 T15166 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16725711213613986]
   [junit4]   2> 3209229 T15166 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@14b0614 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@fdbe01),segFN=segments_1,generation=1}
   [junit4]   2> 3209229 T15166 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3209236 T15166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3209237 T15166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3209237 T15166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3209238 T15166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3209238 T15166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3209238 T15166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3209239 T15166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3209239 T15166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3209239 T15166 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3209246 T15166 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3209249 T15166 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3209251 T15166 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3209254 T15166 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3209266 T15166 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 3209267 T15166 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3209268 T15166 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3209269 T15166 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3209271 T15166 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3209271 T15166 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3209273 T15166 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=6.244140625, floorSegmentMB=1.3369140625, forceMergeDeletesPctAllowed=14.485468835233895, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.649821270767903
   [junit4]   2> 3209273 T15166 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@14b0614 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@fdbe01),segFN=segments_1,generation=1}
   [junit4]   2> 3209273 T15166 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3209274 T15166 oass.SolrIndexSearcher.<init> Opening Searcher@3a1032[collection1] main
   [junit4]   2> 3209274 T15166 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3209277 T15166 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3209277 T15166 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3209278 T15166 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3209278 T15166 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3209278 T15166 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3209280 T15166 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3209280 T15166 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3209280 T15166 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3209280 T15166 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3209281 T15167 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3a1032[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3209283 T15166 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3209284 T15170 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54248 collection:collection1 shard:shard2
   [junit4]   2> 3209285 T15109 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3209286 T15109 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3209287 T15170 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 3209322 T15170 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 3209327 T15137 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3209329 T15170 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3209329 T15170 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3938 name=collection1 org.apache.solr.core.SolrCore@447af3 url=http://127.0.0.1:54248/collection1 node=127.0.0.1:54248_ C3938_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:54248, node_name=127.0.0.1:54248_, state=down}
   [junit4]   2> 3209329 T15170 C3938 P54248 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54248/collection1/
   [junit4]   2> 3209330 T15170 C3938 P54248 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3209330 T15170 C3938 P54248 oasc.SyncStrategy.syncToMe http://127.0.0.1:54248/collection1/ has no replicas
   [junit4]   2> 3209331 T15170 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54248/collection1/ shard2
   [junit4]   2> 3209331 T15170 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 3209338 T15138 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 3209351 T15137 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3209364 T15138 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54248",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 3209471 T15137 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3209472 T15148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3209474 T15165 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3209513 T15170 oasc.ZkController.register We are http://127.0.0.1:54248/collection1/ and leader is http://127.0.0.1:54248/collection1/
   [junit4]   2> 3209513 T15170 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54248
   [junit4]   2> 3209513 T15170 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3209513 T15170 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3209514 T15170 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3209517 T15137 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3209520 T15138 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54248",
   [junit4]   2> 	  "node_name":"127.0.0.1:54248_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 3209522 T15138 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54248",
   [junit4]   2> 	  "node_name":"127.0.0.1:54248_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3209628 T15137 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3209629 T15148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3209630 T15165 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 3210894 T15109 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores\collection1
   [junit4]   2> 3210898 T15109 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001
   [junit4]   2> 3210899 T15109 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 3210903 T15109 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@61fa{/,null,AVAILABLE}
   [junit4]   2> 3210904 T15109 oejs.AbstractConnector.doStart Started ServerConnector@f4746f{HTTP/1.1}{127.0.0.1:54257}
   [junit4]   2> 3210905 T15109 oejs.Server.doStart Started @3196457ms
   [junit4]   2> 3210906 T15109 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, hostContext=/, hostPort=54257, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores}
   [junit4]   2> 3210908 T15109 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 3210909 T15109 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\'
   [junit4]   2> 3210943 T15109 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\solr.xml
   [junit4]   2> 3210953 T15109 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores
   [junit4]   2> 3210953 T15109 oasc.CoreContainer.<init> New CoreContainer 27033947
   [junit4]   2> 3210953 T15109 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\]
   [junit4]   2> 3210956 T15109 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\lib
   [junit4]   2> 3210956 T15109 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\lib).
   [junit4]   2> 3210969 T15109 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3210969 T15109 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3210969 T15109 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3210969 T15109 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3210969 T15109 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3210969 T15109 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3210971 T15109 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3210971 T15109 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3210971 T15109 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3210971 T15109 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3210971 T15109 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3210973 T15109 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3210973 T15109 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3210973 T15109 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3210973 T15109 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3210973 T15109 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54229/solr
   [junit4]   2> 3210975 T15109 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3210975 T15109 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 3210978 T15109 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3210980 T15184 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1843ee9 name:ZooKeeperConnection Watcher:127.0.0.1:54229 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3210981 T15109 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3210981 T15109 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 3210985 T15109 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3210987 T15187 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b822a9 name:ZooKeeperConnection Watcher:127.0.0.1:54229/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3210987 T15109 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3210994 T15109 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3211987 T15109 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54257_
   [junit4]   2> 3211988 T15109 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54257_
   [junit4]   2> 3211994 T15109 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 3212000 T15109 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 3212006 T15109 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores\collection1\
   [junit4]   2> 3212006 T15109 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3212007 T15188 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 3212007 T15188 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3212010 T15188 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3212010 T15137 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3212013 T15138 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54257",
   [junit4]   2> 	  "node_name":"127.0.0.1:54257_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 6
   [junit4]   2> 3212014 T15138 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54257",
   [junit4]   2> 	  "node_name":"127.0.0.1:54257_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 3212014 T15138 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 3212015 T15138 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3212017 T15137 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3212017 T15187 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3212017 T15148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3212017 T15165 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3212994 T15188 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3212994 T15188 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3212995 T15188 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3212996 T15188 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3212998 T15188 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3212999 T15188 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores\collection1\'
   [junit4]   2> 3213038 T15188 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 3213042 T15188 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 3213053 T15188 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3213056 T15188 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 3213068 T15188 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3213071 T15188 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 3213078 T15188 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3213198 T15188 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 3213211 T15188 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3213213 T15188 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3213237 T15188 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3213250 T15188 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3213254 T15188 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3213256 T15188 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3213256 T15188 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3213257 T15188 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 3213258 T15188 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 3213259 T15188 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 3213259 T15188 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 3213259 T15188 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3213260 T15188 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 3213260 T15188 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1750812
   [junit4]   2> 3213261 T15188 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 3213261 T15188 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 3213261 T15188 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3213262 T15188 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.CollectionsAPIDistributedZkTest 197EF25814E43784-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 3213262 T15188 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.16725711213613986]
   [junit4]   2> 3213263 T15188 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@195132c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d9a741),segFN=segments_1,generation=1}
   [junit4]   2> 3213264 T15188 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3213276 T15188 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3213277 T15188 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3213277 T15188 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3213278 T15188 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3213278 T15188 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3213278 T15188 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3213279 T15188 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3213279 T15188 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3213280 T15188 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3213286 T15188 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3213288 T15188 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3213290 T15188 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3213291 T15188 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3213303 T15188 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 3213304 T15188 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3213305 T15188 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3213306 T15188 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3213307 T15188 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3213307 T15188 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3213308 T15188 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=6.244140625, floorSegmentMB=1.3369140625, forceMergeDeletesPctAllowed=14.485468835233895, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.649821270767903
   [junit4]   2> 3213309 T15188 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@195132c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d9a741),segFN=segments_1,generation=1}
   [junit4]   2> 3213309 T15188 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3213310 T15188 oass.SolrIndexSearcher.<init> Opening Searcher@26b531[collection1] main
   [junit4]   2> 3213310 T15188 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3213314 T15188 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 3213314 T15188 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 3213316 T15188 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 3213316 T15188 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3213316 T15188 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3213317 T15188 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 3213317 T15188 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 3213317 T15188 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3213317 T15188 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3213318 T15189 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@26b531[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3213320 T15188 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3213321 T15192 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54257 collection:collection1 shard:shard1
   [junit4]   2> 3213322 T15109 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3213322 T15109 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3213324 T15192 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3213333 T15192 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3213337 T15137 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3213338 T15192 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3213338 T15192 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3939 name=collection1 org.apache.solr.core.SolrCore@380cc0 url=http://127.0.0.1:54257/collection1 node=127.0.0.1:54257_ C3939_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:54257, node_name=127.0.0.1:54257_, state=down}
   [junit4]   2> 3213338 T15192 C3939 P54257 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54257/collection1/
   [junit4]   2> 3213339 T15192 C3939 P54257 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3213339 T15192 C3939 P54257 oasc.SyncStrategy.syncToMe http://127.0.0.1:54257/collection1/ has no replicas
   [junit4]   2> 3213339 T15192 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54257/collection1/ shard1
   [junit4]   2> 3213340 T15192 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3213342 T15138 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 7
   [junit4]   2> 3213351 T15137 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 3213353 T15138 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54257",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 7
   [junit4]   2> 3213457 T15137 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3213458 T15148 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3213459 T15187 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3213459 T15165 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 3213503 T15192 oasc.ZkController.register We are http://127.0.0.1:54257/collection1/ and leader is http://127.0.0.1:54257/collection1/
   [junit4]   2> 3213503 T15192 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54257
   [junit4]   2> 3213503 T15192 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3213503 T15192 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 3213503 T15192 oasc.Z

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

:228)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:892)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=15475, name=collection0, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54276: Could not find collection : awholynewstresscollection_collection0_0
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([197EF25814E43784]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:584)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:236)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:228)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1067)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:892)
   [junit4]   2> 3398805 T15109 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene50, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=sr_BA_#Latn, timezone=Africa/Algiers
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_31 (32-bit)/cpus=2,threads=1,free=194396312,total=433061888
   [junit4]   2> NOTE: All tests run in this JVM: [TestQueryTypes, ScriptEngineTest, ActionThrottleTest, UniqFieldsUpdateProcessorFactoryTest, DOMUtilTest, TestCryptoKeys, ShardSplitTest, BadComponentTest, SyncSliceTest, OutputWriterTest, DistribJoinFromCollectionTest, ZkSolrClientTest, TestSerializedLuceneMatchVersion, FileBasedSpellCheckerTest, TestManagedSchemaDynamicFieldResource, DocValuesMissingTest, TestNonDefinedSimilarityFactory, DistributedFacetPivotSmallTest, BlockCacheTest, TriLevelCompositeIdRoutingTest, TestNRTOpen, TestCollectionAPI, TestIndexSearcher, SuggestComponentTest, TestWordDelimiterFilterFactory, ZkControllerTest, TestOverriddenPrefixQueryForCustomFieldType, CursorPagingTest, XmlUpdateRequestHandlerTest, ChaosMonkeyNothingIsSafeTest, URLClassifyProcessorTest, TestDocBasedVersionConstraints, TestFastWriter, TestCollapseQParserPlugin, NoCacheHeaderTest, TestDocSet, TestExactSharedStatsCache, DebugComponentTest, PluginInfoTest, LeaderFailoverAfterPartitionTest, AssignTest, TestReplicationHandlerBackup, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestQueryUtils, SortByFunctionTest, TestSolrConfigHandlerCloud, SpellingQueryConverterTest, TestQuerySenderNoQuery, OverriddenZkACLAndCredentialsProvidersTest, LukeRequestHandlerTest, DeleteShardTest, AnalysisAfterCoreReloadTest, TestFastLRUCache, TestSolrDeletionPolicy1, SuggesterTest, CurrencyFieldXmlFileTest, IndexSchemaRuntimeFieldTest, UUIDFieldTest, TestSolr4Spatial, DistributedQueryComponentOptimizationTest, TestDistributedMissingSort, TestGroupingSearch, TestCursorMarkWithoutUniqueKey, ConvertedLegacyTest, DocumentBuilderTest, StatelessScriptUpdateProcessorFactoryTest, TestBadConfig, TestClassNameShortening, FieldMutatingUpdateProcessorTest, HdfsCollectionsAPIDistributedZkTest, DocValuesTest, TestReplicationHandler, TestChildDocTransformer, NumericFieldsTest, EchoParamsTest, TestDynamicFieldCollectionResource, TestSolrCoreProperties, TestFieldSortValues, TestMiniSolrCloudClusterSSL, SuggesterTSTTest, TestManagedStopFilterFactory, RecoveryZkTest, TestDefaultStatsCache, TestInitParams, BasicZkTest, TestSchemaNameResource, TestSimpleQParserPlugin, TestSweetSpotSimilarityFactory, CopyFieldTest, SimpleMLTQParserTest, TestSortingResponseWriter, TestSuggestSpellingConverter, SliceStateTest, SolrPluginUtilsTest, TermsComponentTest, DistanceFunctionTest, TestBinaryField, DistributedSuggestComponentTest, TestJmxMonitoredMap, DistributedSpellCheckComponentTest, TestMissingGroups, SolrCmdDistributorTest, HighlighterMaxOffsetTest, PingRequestHandlerTest, LeaderElectionIntegrationTest, CSVRequestHandlerTest, TestBinaryResponseWriter, TestManagedSchema, FullSolrCloudDistribCmdsTest, TestFieldResource, TestLRUCache, TestUtils, DistributedQueryComponentCustomSortTest, QueryParsingTest, HdfsBasicDistributedZkTest, CoreMergeIndexesAdminHandlerTest, TestSolrConfigHandlerConcurrent, TestDFRSimilarityFactory, PrimitiveFieldTypeTest, TestSolrQueryParser, RankQueryTest, DirectSolrSpellCheckerTest, CollectionsAPIAsyncDistributedZkTest, XsltUpdateRequestHandlerTest, TestRandomDVFaceting, TestDefaultSimilarityFactory, ChaosMonkeySafeLeaderTest, RequestHandlersTest, ZkCLITest, TestReversedWildcardFilterFactory, TestRandomMergePolicy, TestTrie, OverseerCollectionProcessorTest, TestPhraseSuggestions, SynonymTokenizerTest, TestInitQParser, TestSchemaResource, DistributedFacetPivotSmallAdvancedTest, TestRecovery, DistributedDebugComponentTest, TestAtomicUpdateErrorCases, TestUniqueKeyFieldResource, SolrXmlInZkTest, DirectUpdateHandlerOptimizeTest, TestComponentsName, TestJoin, HttpPartitionTest, TestCustomSort, TestConfigSets, FileUtilsTest, SOLR749Test, TestCopyFieldCollectionResource, ResponseHeaderTest, PeerSyncTest, CoreAdminCreateDiscoverTest, TestLMJelinekMercerSimilarityFactory, DirectSolrConnectionTest, TestBulkSchemaConcurrent, TestJsonFacets, TestImplicitCoreProperties, TestNamedUpdateProcessors, SSLMigrationTest, AutoCommitTest, SpellPossibilityIteratorTest, SimpleCollectionCreateDeleteTest, TestLazyCores, TestHighFrequencyDictionaryFactory, TestStressUserVersions, DistribDocExpirationUpdateProcessorTest, ZkStateWriterTest, OpenCloseCoreStressTest, TestSolrDeletionPolicy2, PrimUtilsTest, TestManagedResourceStorage, TestLRUStatsCache, SolrIndexConfigTest, DistributedTermsComponentTest, TestBlendedInfixSuggestions, CoreAdminHandlerTest, CustomCollectionTest, LeaderElectionTest, TestRequestStatusCollectionAPI, TestIntervalFaceting, TestTolerantSearch, DistanceUnitsTest, DateRangeFieldTest, TestJmxIntegration, TestReplicaProperties, DisMaxRequestHandlerTest, TestSolrXml, CurrencyFieldOpenExchangeTest, WordBreakSolrSpellCheckerTest, HighlighterConfigTest, HdfsDirectoryFactoryTest, DateFieldTest, BasicDistributedZkTest, TestRangeQuery, TestDefaultSearchFieldResource, TestRestManager, ExitableDirectoryReaderTest, HdfsLockFactoryTest, TestRealTimeGet, HdfsBasicDistributedZk2Test, DistributedQueueTest, TestFileDictionaryLookup, MultiTermTest, TestShortCircuitedRequests, MBeansHandlerTest, SolrCoreCheckLockOnStartupTest, HdfsDirectoryTest, StandardRequestHandlerTest, ExternalCollectionsTest, TestExpandComponent, TestRecoveryHdfs, TestDistributedGrouping, StatsComponentTest, DeleteReplicaTest, TestNoOpRegenerator, TestCloudManagedSchemaConcurrent, TestUpdate, RemoteQueryErrorTest, TestHashQParserPlugin, TestObjectReleaseTracker, TestSolrDynamicMBean, TestInfoStreamLogging, TestFastOutputStream, TestRebalanceLeaders, SegmentsInfoRequestHandlerTest, DistributedQueryElevationComponentTest, IndexSchemaTest, TestZkChroot, TestQuerySenderListener, TestCharFilters, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed in 199.26s, 1 test, 1 error <<< FAILURES!

[...truncated 727 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 475 suites, 1889 tests, 1 error, 57 ignored (30 assumptions)

Total time: 128 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_31) - Build # 4550 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4550/
Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001

	at __randomizedtesting.SeedInfo.seed([586FE98B107E1814]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10057 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\init-core-data-001
   [junit4]   2> 4964267 T21920 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 4964274 T21920 oas.SolrTestCaseJ4.setUp ###Starting testUserProp
   [junit4]   2> 4966106 T21920 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 4966106 T21920 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 4966108 T21920 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core
   [junit4]   2> 4966114 T21920 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4966119 T21920 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@437cec{/solr,null,AVAILABLE}
   [junit4]   2> 4966166 T21920 oejs.AbstractConnector.doStart Started ServerConnector@1fdfa72{SSL-http/1.1}{127.0.0.1:51474}
   [junit4]   2> 4966167 T21920 oejs.Server.doStart Started @4974878ms
   [junit4]   2> 4966167 T21920 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/solr, hostPort=51474, configSetBaseDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores}
   [junit4]   2> 4966176 T21920 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4966177 T21920 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\'
   [junit4]   2> 4966230 T21920 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\solr.xml
   [junit4]   2> 4966244 T21920 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores
   [junit4]   2> 4966245 T21920 oasc.CoreContainer.<init> New CoreContainer 29786665
   [junit4]   2> 4966245 T21920 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\]
   [junit4]   2> 4966247 T21920 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\lib
   [junit4]   2> 4966247 T21920 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\lib).
   [junit4]   2> 4966262 T21920 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4966262 T21920 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 4966263 T21920 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4966263 T21920 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4966264 T21920 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4966264 T21920 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4966266 T21920 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4966266 T21920 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4966267 T21920 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4966267 T21920 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4966267 T21920 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4966272 T21920 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4966277 T21920 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4966278 T21920 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4966278 T21920 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4966280 T21920 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig-managed-schema.xml, transient=false, schema=schema-rest.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\, configSet=collection1, dataDir=data\}
   [junit4]   2> 4966282 T21920 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\
   [junit4]   2> 4966283 T21920 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4966285 T21932 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\'
   [junit4]   2> 4966289 T21932 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 4966292 T21932 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 4966292 T21932 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 4966355 T21932 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4966362 T21932 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4966373 T21932 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 4966379 T21932 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 4966382 T21932 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 4966393 T21932 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 4966607 T21932 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4966612 T21932 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 4966612 T21932 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4966613 T21932 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 4966638 T21932 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 4966639 T21932 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 4966639 T21932 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 4966639 T21932 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 4966648 T21932 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 4966667 T21932 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 4966667 T21932 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1
   [junit4]   2> 4966667 T21932 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 4966670 T21932 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data\
   [junit4]   2> 4966671 T21932 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 4966673 T21932 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data
   [junit4]   2> 4966677 T21932 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data\index/
   [junit4]   2> 4966677 T21932 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4966680 T21932 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data\index
   [junit4]   2> 4966682 T21932 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=39.36328125, floorSegmentMB=0.59375, forceMergeDeletesPctAllowed=25.53282155701518, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7522691599560697
   [junit4]   2> 4966691 T21932 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f0e6b1; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 4966693 T21932 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4966698 T21932 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4966698 T21932 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 4966707 T21932 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4966709 T21932 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4966711 T21932 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4966715 T21932 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4966719 T21932 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4966720 T21932 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4966721 T21932 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4966721 T21932 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4966724 T21932 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4966725 T21932 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f0e6b1; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 4966725 T21932 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4966725 T21932 oass.SolrIndexSearcher.<init> Opening Searcher@16c8306[collection1] main
   [junit4]   2> 4966725 T21932 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4966725 T21932 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf}
   [junit4]   2> 4966728 T21932 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4966728 T21932 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 4966729 T21932 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4966730 T21932 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 4966730 T21932 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4966731 T21932 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 4966731 T21932 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 4966731 T21932 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4966734 T21932 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 4966735 T21932 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4966735 T21932 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 4966735 T21932 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 4966736 T21932 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4966737 T21932 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 4966737 T21932 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 4966738 T21932 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 4966738 T21932 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4966739 T21932 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 4966740 T21932 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 4966740 T21932 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 4966740 T21932 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4966741 T21932 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4966741 T21933 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16c8306[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4966743 T21920 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4966743 T21920 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4966743 T21920 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#51474
   [junit4]   2> ASYNC  NEW_CORE C6701 name=collection1 org.apache.solr.core.SolrCore@2b7df2
   [junit4]   2> 4966898 T21926 C6701 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 4966900 T21926 C6701 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\'
   [junit4]   2> 4966903 T21926 C6701 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-001/collection1/lib/.svn/' to classloader
   [junit4]   2> 4966907 T21926 C6701 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 4966910 T21926 C6701 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 4967001 T21926 C6701 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4967007 T21926 C6701 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4967020 T21926 C6701 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 4967027 T21926 C6701 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 4967040 T21926 C6701 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C6702 name=collection1 org.apache.solr.core.SolrCore@2b7df2
   [junit4]   2> 4967232 T21926 C6702 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4967233 T21926 C6702 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 4967233 T21926 C6702 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4967235 T21926 C6702 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 4967241 T21926 C6702 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 4967242 T21926 C6702 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 4967243 T21926 C6702 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 4967243 T21926 C6702 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 4967265 T21926 C6702 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1
   [junit4]   2> 4967268 T21926 C6702 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data\
   [junit4]   2> 4967268 T21926 C6702 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 4967270 T21926 C6702 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data\index/
   [junit4]   2> 4967275 T21926 C6702 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4967275 T21926 C6702 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=MODIFIEDA,b=MODIFIEDB}}}
   [junit4]   2> 4967279 T21926 C6702 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4967280 T21926 C6702 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4967283 T21926 C6702 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4967284 T21926 C6702 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4967299 T21926 C6702 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4967299 T21926 C6702 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4967301 T21926 C6702 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4967301 T21926 C6702 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4967302 T21926 C6702 oass.SolrIndexSearcher.<init> Opening Searcher@53f59d[collection1] main
   [junit4]   2> 4967302 T21926 C6702 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4967304 T21926 C6702 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf}
   [junit4]   2> 4967306 T21926 C6702 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4967306 T21926 C6702 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 4967307 T21926 C6702 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4967308 T21926 C6702 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4967308 T21926 C6702 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 4967309 T21926 C6702 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 4967309 T21926 C6702 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 4967309 T21926 C6702 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4967309 T21926 C6702 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4967309 T21926 C6702 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 4967309 T21926 C6702 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 4967309 T21926 C6702 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 4967312 T21926 C6702 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4967312 T21926 C6702 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 4967312 T21926 C6702 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 4967313 T21926 C6702 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 4967314 T21926 C6702 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-001\collection1\conf
   [junit4]   2> 4967314 T21926 C6702 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 4967314 T21926 C6702 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 4967314 T21926 C6702 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 4967314 T21926 C6702 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4967318 T21926 C6702 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 4967318 T21936 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@53f59d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4967319 T21926 C6702 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 4967319 T21926 C6702 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 4967320 T21926 C6702 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=39.36328125, floorSegmentMB=0.59375, forceMergeDeletesPctAllowed=25.53282155701518, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7522691599560697
   [junit4]   2> 4967322 T21926 C6702 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@f0e6b1; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 4967325 T21926 C6702 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4967325 T21926 C6702 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 4967326 T21926 C6702 oass.SolrIndexSearcher.<init> Opening Searcher@6852f1[collection1] main
   [junit4]   2> 4967326 T21926 C6702 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 4967326 T21936 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6852f1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4967327 T21926 C6702 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"set-user-property":{
   [junit4]   2> 	    "my.custom.variable.a":"MODIFIEDA",
   [junit4]   2> 	    "my.custom.variable.b":"MODIFIEDB"}}]
   [junit4]   2> 4967328 T21926 C6702 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=445 
   [junit4]   2> 4967330 T21926 C6702 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2b7df2
   [junit4]   2> 4967330 T21926 C6702 oasu.DirectUpdateHandler2.close 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> 4967332 T21926 C6702 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C6703 name=collection1 org.apache.solr.core.SolrCore@5b54f2
   [junit4]   2> 4967340 T21927 C6703 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=1 
   [junit4]   2> 4967349 T21928 C6703 oasc.SolrCore.execute [collection1] webapp=/solr path=/dump params={json.nl=map&initArgs=true&wt=json} status=0 QTime=1 
   [junit4]   2> 4967355 T21920 oejs.AbstractConnector.doStop Stopped ServerConnector@1fdfa72{SSL-http/1.1}{127.0.0.1:0}
   [junit4]   2> 4967355 T21920 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=29786665
   [junit4]   2> 4967357 T21920 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b54f2
   [junit4]   2> 4967357 T21920 oasu.DirectUpdateHandler2.close 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> 4967359 T21920 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 4967359 T21920 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 4967360 T21920 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 4967363 T21920 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 4967364 T21920 oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 4967364 T21920 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data;done=false>>]
   [junit4]   2> 4967364 T21920 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data
   [junit4]   2> 4967364 T21920 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data\index;done=false>>]
   [junit4]   2> 4967364 T21920 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-003\cores\core\data\index
   [junit4]   2> 4967368 T21920 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@437cec{/solr,null,UNAVAILABLE}
   [junit4]   2> 4967374 T21920 oas.SolrTestCaseJ4.tearDown ###Ending testUserProp
   [junit4]   2> 4967397 T21920 oas.SolrTestCaseJ4.setUp ###Starting testProperty
   [junit4]   2> 4969208 T21920 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 4969208 T21920 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 4969212 T21920 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core
   [junit4]   2> 4969218 T21920 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 4969223 T21920 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@15bf20e{/solr,null,AVAILABLE}
   [junit4]   2> 4969243 T21920 oejs.AbstractConnector.doStart Started ServerConnector@476edc{SSL-http/1.1}{127.0.0.1:51478}
   [junit4]   2> 4969243 T21920 oejs.Server.doStart Started @4977598ms
   [junit4]   2> 4969243 T21920 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/solr, hostPort=51478, configSetBaseDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores}
   [junit4]   2> 4969249 T21920 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@387f44
   [junit4]   2> 4969250 T21920 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\'
   [junit4]   2> 4969297 T21920 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\solr.xml
   [junit4]   2> 4969310 T21920 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores
   [junit4]   2> 4969311 T21920 oasc.CoreContainer.<init> New CoreContainer 4615743
   [junit4]   2> 4969312 T21920 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\]
   [junit4]   2> 4969312 T21920 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\lib
   [junit4]   2> 4969313 T21920 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\lib).
   [junit4]   2> 4969330 T21920 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 4969330 T21920 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: https
   [junit4]   2> 4969331 T21920 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 4969331 T21920 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4969332 T21920 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 4969332 T21920 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 4969332 T21920 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4969333 T21920 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 4969333 T21920 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 4969334 T21920 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 4969334 T21920 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 4969339 T21920 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 4969345 T21920 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4969347 T21920 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4969347 T21920 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 4969349 T21920 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig-managed-schema.xml, transient=false, schema=schema-rest.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\, configSet=collection1, dataDir=data\}
   [junit4]   2> 4969351 T21920 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\
   [junit4]   2> 4969352 T21920 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 4969353 T21949 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\'
   [junit4]   2> 4969357 T21949 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 4969357 T21949 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 4969360 T21949 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 4969434 T21949 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4969439 T21949 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4969450 T21949 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 4969464 T21949 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 4969465 T21949 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf\schema-rest.xml
   [junit4]   2> 4969485 T21949 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 4969674 T21949 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4969676 T21949 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 4969678 T21949 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4969679 T21949 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 4969701 T21949 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 4969703 T21949 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 4969703 T21949 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 4969703 T21949 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 4969713 T21949 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 4969718 T21949 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 4969720 T21949 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1
   [junit4]   2> 4969720 T21949 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 4969721 T21949 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\data\
   [junit4]   2> 4969721 T21949 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 4969723 T21949 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\data
   [junit4]   2> 4969725 T21949 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\data\index/
   [junit4]   2> 4969725 T21949 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 4969727 T21949 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\data\index
   [junit4]   2> 4969729 T21949 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=39.36328125, floorSegmentMB=0.59375, forceMergeDeletesPctAllowed=25.53282155701518, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7522691599560697
   [junit4]   2> 4969734 T21949 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bc896a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 4969735 T21949 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4969741 T21949 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4969742 T21949 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 4969753 T21949 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4969756 T21949 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4969760 T21949 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4969764 T21949 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4969770 T21949 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4969771 T21949 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4969773 T21949 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 4969773 T21949 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4969775 T21949 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4969778 T21949 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bc896a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 4969778 T21949 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4969779 T21949 oass.SolrIndexSearcher.<init> Opening Searcher@16ab665[collection1] main
   [junit4]   2> 4969781 T21949 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4969782 T21949 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf}
   [junit4]   2> 4969782 T21949 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4969784 T21949 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 4969786 T21949 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4969787 T21949 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 4969789 T21949 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4969789 T21949 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 4969789 T21949 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 4969789 T21949 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4969791 T21949 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 4969793 T21949 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4969793 T21949 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 4969793 T21949 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 4969793 T21949 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4969796 T21949 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 4969797 T21949 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 4969797 T21949 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 4969797 T21949 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4969799 T21949 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 4969799 T21949 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 4969800 T21949 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 4969800 T21949 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4969801 T21950 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16ab665[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4969801 T21949 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 4969802 T21920 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4969802 T21920 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 4969802 T21920 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#51478
   [junit4]   2> ASYNC  NEW_CORE C6704 name=collection1 org.apache.solr.core.SolrCore@1ae1e7
   [junit4]   2> 4969910 T21944 C6704 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=2 
   [junit4]   2> 4969931 T21945 C6704 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 4969932 T21945 C6704 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\'
   [junit4]   2> 4969936 T21945 C6704 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 4969937 T21945 C6704 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 4969939 T21945 C6704 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 4970021 T21945 C6704 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4970026 T21945 C6704 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4970038 T21945 C6704 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 4970046 T21945 C6704 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 4970057 T21945 C6704 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C6705 name=collection1 org.apache.solr.core.SolrCore@1ae1e7
   [junit4]   2> 4970222 T21945 C6705 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4970223 T21945 C6705 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 4970223 T21945 C6705 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4970226 T21945 C6705 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 4970232 T21945 C6705 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 4970233 T21945 C6705 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 4970233 T21945 C6705 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 4970233 T21945 C6705 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 4970251 T21945 C6705 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1
   [junit4]   2> 4970254 T21945 C6705 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\data\
   [junit4]   2> 4970255 T21945 C6705 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 4970256 T21945 C6705 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\data\index/
   [junit4]   2> 4970261 T21945 C6705 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4970261 T21945 C6705 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 4970264 T21945 C6705 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4970266 T21945 C6705 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4970268 T21945 C6705 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4970270 T21945 C6705 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4970275 T21945 C6705 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4970275 T21945 C6705 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4970277 T21945 C6705 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 10ms; if 100 uncommited docs 
   [junit4]   2> 4970277 T21945 C6705 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4970278 T21945 C6705 oass.SolrIndexSearcher.<init> Opening Searcher@5b78ed[collection1] main
   [junit4]   2> 4970279 T21945 C6705 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970279 T21945 C6705 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf}
   [junit4]   2> 4970279 T21945 C6705 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970282 T21945 C6705 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 4970282 T21945 C6705 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970283 T21945 C6705 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970283 T21945 C6705 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 4970283 T21945 C6705 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 4970284 T21945 C6705 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 4970284 T21945 C6705 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970285 T21945 C6705 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970285 T21945 C6705 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 4970286 T21945 C6705 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 4970286 T21945 C6705 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 4970287 T21945 C6705 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970288 T21945 C6705 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 4970288 T21945 C6705 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 4970289 T21945 C6705 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 4970289 T21945 C6705 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970290 T21945 C6705 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 4970290 T21945 C6705 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 4970290 T21945 C6705 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 4970290 T21945 C6705 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 4970292 T21945 C6705 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 4970292 T21945 C6705 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 4970292 T21945 C6705 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 4970293 T21945 C6705 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=39.36328125, floorSegmentMB=0.59375, forceMergeDeletesPctAllowed=25.53282155701518, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7522691599560697
   [junit4]   2> 4970293 T21945 C6705 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(SimpleFSDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bc896a; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 4970297 T21945 C6705 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 4970297 T21945 C6705 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 4970297 T21953 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5b78ed[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4970304 T21945 C6705 oass.SolrIndexSearcher.<init> Opening Searcher@9900ce[collection1] main
   [junit4]   2> 4970304 T21945 C6705 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 4970305 T21945 C6705 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"set-property":{
   [junit4]   2> 	    "updateHandler.autoCommit.maxDocs":100,
   [junit4]   2> 	    "updateHandler.autoCommit.maxTime":10}}]
   [junit4]   2> 4970305 T21945 C6705 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=384 
   [junit4]   2> 4970306 T21945 C6705 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ae1e7
   [junit4]   2> 4970306 T21953 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9900ce[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4970308 T21945 C6705 oasu.DirectUpdateHandler2.close 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> 4970309 T21945 C6705 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C6706 name=collection1 org.apache.solr.core.SolrCore@ba8f91
   [junit4]   2> 4970315 T21946 C6706 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=1 
   [junit4]   2> 4970321 T21941 C6706 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=2 
   [junit4]   2> 4970331 T21942 C6706 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 4970334 T21942 C6706 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\'
   [junit4]   2> 4970334 T21942 C6706 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 4970334 T21942 C6706 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 4970334 T21942 C6706 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20586FE98B107E1814-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 4970376 T21942 C6706 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 4970381 T21942 C6706 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 4970390 T21942 C6706 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 4970393 T21942 C6706 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 4970403 T21942 C6706 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 4970541 T21942 C6706 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 4970541 T21942 C6706 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 4970543 T21942 C6706 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4970543 T21942 C6706 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 4970550 T21942 C6706 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 4970550 T21942 C6706 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 4970550 T21942 C6706 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 4970551 T21942 C6706 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 4970564 T21942 C6706 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1
   [junit4]   2> 4970567 T21942 C6706 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\data\
   [junit4]   2> 4970567 T21942 C6706 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 4970569 T21942 C6706 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-006\cores\core\data\index/
   [junit4]   2> 4970574 T21942 C6706 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4970575 T21942 C6706 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 4970579 T21942 C6706 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4970582 T21942 C6706 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4970584 T21942 C6706 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4970585 T21942 C6706 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4970590 T21942 C6706 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 4970590 T21942 C6706 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4970592 T21942 C6706 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 10ms; 
   [junit4]   2> 4970592 T21942 C6706 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 4970593 T21942 C6706 oass.SolrIndexSearcher.<init> Opening Searcher@aa7534[collection1] main
   [junit4]   2> 4970593 T21942 C6706 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970593 T21942 C6706 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf}
   [junit4]   2> 4970593 T21942 C6706 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970595 T21942 C6706 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 4970595 T21942 C6706 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970595 T21942 C6706 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970595 T21942 C6706 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 4970598 T21942 C6706 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 4970599 T21942 C6706 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 4970599 T21942 C6706 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970600 T21942 C6706 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-004\collection1\conf
   [junit4]   2> 4970600 T21942 C6706 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   

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

Grouping, ConnectionManagerTest, BinaryUpdateRequestHandlerTest, ResponseLogComponentTest, TestDefaultSearchFieldResource, TestIndexingPerformance, TestDistribDocBasedVersion, TestSolrJ, ZkControllerTest, DeleteReplicaTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestSurroundQueryParser, TestReplicaProperties, TestSchemaNameResource, HighlighterTest, StatelessScriptUpdateProcessorFactoryTest, TestDistributedSearch, TestCloudManagedSchema, TestDynamicLoading, TestFastWriter, TestReplicationHandlerBackup, TestCloudInspectUtil, TestSolrDeletionPolicy2, TestReqParamsAPI, AssignTest, TestDefaultSimilarityFactory, TestManagedResourceStorage, TestStressUserVersions, TestConfigReload, TestOrdValues, TestCopyFieldCollectionResource, AutoCommitTest, SpellPossibilityIteratorTest, LeaderInitiatedRecoveryOnCommitTest, RequestHandlersTest, FullSolrCloudDistribCmdsTest, TestJoin, TestImplicitCoreProperties, SimpleMLTQParserTest, MinimalSchemaTest, DistributedQueryComponentOptimizationTest, SuggesterTSTTest, TermsComponentTest, DefaultValueUpdateProcessorTest, TestValueSourceCache, TestRealTimeGet, DirectSolrConnectionTest, PolyFieldTest, TestStressVersions, SuggesterFSTTest, TestZkChroot, DirectUpdateHandlerOptimizeTest, CloudExitableDirectoryReaderTest, SOLR749Test, HdfsRecoveryZkTest, DistribJoinFromCollectionTest, DistributedIntervalFacetingTest, DocValuesTest, TestCollectionAPI, TestSolrConfigHandlerConcurrent, RAMDirectoryFactoryTest, PrimUtilsTest, TestCharFilters, TestRandomDVFaceting, ZkCLITest, TestNamedUpdateProcessors, TestCSVLoader, SSLMigrationTest, TestUpdate, TestElisionMultitermQuery, TestSolrIndexConfig, TestHighlightDedupGrouping, DocumentAnalysisRequestHandlerTest, LukeRequestHandlerTest, EnumFieldTest, NumericFieldsTest, BadComponentTest, TestDocumentBuilder, ExitableDirectoryReaderTest, TestAtomicUpdateErrorCases, QueryEqualityTest, OutputWriterTest, TestOverriddenPrefixQueryForCustomFieldType, RegexBoostProcessorTest, VMParamsZkACLAndCredentialsProvidersTest, DirectUpdateHandlerTest, BasicZkTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, TestReplicationHandler, LeaderElectionTest, ZkSolrClientTest, ShardRoutingCustomTest, TestFaceting, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, DistributedTermsComponentTest, SimpleFacetsTest, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, TestLazyCores, TestBadConfig, OverseerCollectionProcessorTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, SignatureUpdateProcessorFactoryTest, SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DocValuesMultiTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, TestQueryTypes, PrimitiveFieldTypeTest, TestOmitPositions, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, MoreLikeThisHandlerTest, RequiredFieldsTest, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, TestJmxIntegration, TestCollationField, UpdateRequestProcessorFactoryTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestBinaryResponseWriter, TestLFUCache, HighlighterConfigTest, AlternateDirectoryTest, TestQuerySenderNoQuery, SampleTest, TestDocSet, TestBinaryField, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, TestXIncludeConfig, TestPerFieldSimilarity, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, TestSuggestSpellingConverter, DateFieldTest, DOMUtilTest, TestLRUCache, TestUtils, SliceStateTest, UUIDFieldTest, FileUtilsTest, TestRTGBase, CursorPagingTest, TestCursorMarkWithoutUniqueKey, ActionThrottleTest, AsyncMigrateRouteKeyTest, DeleteInactiveReplicaTest, DeleteShardTest, ExternalCollectionsTest, MultiThreadedOCPTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, RollingRestartTest, SaslZkACLProviderTest, ShardSplitTest, SharedFSAutoReplicaFailoverTest, TestCryptoKeys, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestRequestStatusCollectionAPI, TestShortCircuitedRequests, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsCollectionsAPIDistributedZkTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, ZkStateWriterTest, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest, TestConfigOverlay, TestConfigSets, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=586FE98B107E1814 -Dtests.slow=true -Dtests.locale=el_CY -Dtests.timezone=America/Guayaquil -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler 586FE98B107E1814-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([586FE98B107E1814]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed in 19.98s, 4 tests, 1 error <<< FAILURES!

[...truncated 256 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 474 suites, 1883 tests, 1 suite-level error, 57 ignored (30 assumptions)

Total time: 133 minutes 59 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_31 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_31) - Build # 4549 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4549/
Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling

Error Message:
64

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 64
	at __randomizedtesting.SeedInfo.seed([760137EFF9FD0B20:9C195EF248AAFC97]:0)
	at org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling(TestRandomSamplingFacetsCollector.java:133)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 6132 lines...]
   [junit4] Suite: org.apache.lucene.facet.TestRandomSamplingFacetsCollector
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestRandomSamplingFacetsCollector -Dtests.method=testRandomSampling -Dtests.seed=760137EFF9FD0B20 -Dtests.slow=true -Dtests.locale=en_CA -Dtests.timezone=America/Argentina/ComodRivadavia -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.90s | TestRandomSamplingFacetsCollector.testRandomSampling <<<
   [junit4]    > Throwable #1: java.lang.ArrayIndexOutOfBoundsException: 64
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([760137EFF9FD0B20:9C195EF248AAFC97]:0)
   [junit4]    > 	at org.apache.lucene.facet.TestRandomSamplingFacetsCollector.testRandomSampling(TestRandomSamplingFacetsCollector.java:133)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {$full_path$=PostingsFormat(name=MockRandom), $facets=PostingsFormat(name=Memory doPackFST= false), $payloads$=FST50, EvenOdd=PostingsFormat(name=MockRandom)}, docValues:{$facets=DocValuesFormat(name=Lucene50)}, sim=DefaultSimilarity, locale=en_CA, timezone=America/Argentina/ComodRivadavia
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=2,threads=1,free=171203936,total=406847488
   [junit4]   2> NOTE: All tests run in this JVM: [TestFacetsConfig, TestTaxonomyCombined, TestSearcherTaxonomyManager, TestConcurrentFacetedIndexing, TestCharBlockArray, TestDirectoryTaxonomyReader, TestSortedSetDocValuesFacets, TestDrillDownQuery, TestDrillSideways, TestCachedOrdinalsReader, TestOrdinalMappingLeafReader, TestCompactLabelToOrdinal, TestAddTaxonomy, TestDirectoryTaxonomyWriter, TestMultipleIndexFields, TestRandomSamplingFacetsCollector]
   [junit4] Completed in 0.99s, 1 test, 1 error <<< FAILURES!

[...truncated 30 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\build.xml:456: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:2081: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\module-build.xml:58: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 23 suites, 155 tests, 1 error

Total time: 25 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:+UseCompressedOops -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any