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/12/22 19:55:40 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5488/
Java: 64bit/jdk1.8.0_66 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Error from server at http://127.0.0.1:61680/pvy/zu/awholynewcollection_0: non ok status: 500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:61680/pvy/zu/awholynewcollection_0: non ok status: 500, message:Server Error
	at __randomizedtesting.SeedInfo.seed([F364EA40E42D9030:7B30D59A4AD1FDC8]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:509)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForNon403or404or503(AbstractFullDistribZkTestBase.java:1754)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:658)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:160)
	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:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
5 threads leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest:     1) Thread[id=10578, name=TEST-CollectionsAPIDistributedZkTest.test-seed#[F364EA40E42D9030]-SendThread(127.0.0.1:61609), state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)         at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:349)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)    2) Thread[id=11941, name=zkCallback-1717-thread-3, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)         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)    3) Thread[id=10579, name=TEST-CollectionsAPIDistributedZkTest.test-seed#[F364EA40E42D9030]-EventThread, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         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 org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)    4) Thread[id=10580, name=zkCallback-1717-thread-1, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)         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)    5) Thread[id=11940, name=zkCallback-1717-thread-2, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)         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: 5 threads leaked from SUITE scope at org.apache.solr.cloud.CollectionsAPIDistributedZkTest: 
   1) Thread[id=10578, name=TEST-CollectionsAPIDistributedZkTest.test-seed#[F364EA40E42D9030]-SendThread(127.0.0.1:61609), state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
        at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
        at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:349)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   2) Thread[id=11941, name=zkCallback-1717-thread-3, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
        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)
   3) Thread[id=10579, name=TEST-CollectionsAPIDistributedZkTest.test-seed#[F364EA40E42D9030]-EventThread, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        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 org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)
   4) Thread[id=10580, name=zkCallback-1717-thread-1, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
        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)
   5) Thread[id=11940, name=zkCallback-1717-thread-2, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
        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([F364EA40E42D9030]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CollectionsAPIDistributedZkTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=10578, name=TEST-CollectionsAPIDistributedZkTest.test-seed#[F364EA40E42D9030]-SendThread(127.0.0.1:61609), state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)    2) Thread[id=11941, name=zkCallback-1717-thread-3, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)         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)    3) Thread[id=10580, name=zkCallback-1717-thread-1, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)         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)    4) Thread[id=11940, name=zkCallback-1717-thread-2, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)         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=10578, name=TEST-CollectionsAPIDistributedZkTest.test-seed#[F364EA40E42D9030]-SendThread(127.0.0.1:61609), state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
        at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
        at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   2) Thread[id=11941, name=zkCallback-1717-thread-3, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
        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)
   3) Thread[id=10580, name=zkCallback-1717-thread-1, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
        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)
   4) Thread[id=11940, name=zkCallback-1717-thread-2, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
        at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
        at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
        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([F364EA40E42D9030]:0)


FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
[index.20151222225026381, index.20151222225027616, index.properties, replication.properties] expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: [index.20151222225026381, index.20151222225027616, index.properties, replication.properties] expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([F364EA40E42D9030:28CFEA86E105F983]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.handler.TestReplicationHandler.checkForSingleIndex(TestReplicationHandler.java:820)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:787)
	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:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	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:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10285 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\init-core-data-001
   [junit4]   2> 1296287 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestStressReplication
   [junit4]   2> 1296289 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\collection1
   [junit4]   2> 1296301 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1296304 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d14763a{/solr,null,AVAILABLE}
   [junit4]   2> 1296311 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.ServerConnector Started ServerConnector@653aed07{HTTP/1.1,[http/1.1]}{127.0.0.1:60850}
   [junit4]   2> 1296311 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.Server Started @1298055ms
   [junit4]   2> 1296311 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\collection1\data, hostContext=/solr, hostPort=60850}
   [junit4]   2> 1296311 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1296311 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001'
   [junit4]   2> 1296311 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1296312 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1296312 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\solr.xml
   [junit4]   2> 1296317 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.
   [junit4]   2> 1296317 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer New CoreContainer 789038432
   [junit4]   2> 1296317 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001]
   [junit4]   2> 1296317 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\lib
   [junit4]   2> 1296318 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1296321 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1296322 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1296322 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1296322 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1296322 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1296323 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.
   [junit4]   2> 1296326 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1296326 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1
   [junit4]   2> 1296326 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1296327 INFO  (coreLoadExecutor-3960-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\collection1'
   [junit4]   2> 1296327 INFO  (coreLoadExecutor-3960-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1296327 INFO  (coreLoadExecutor-3960-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1296336 INFO  (coreLoadExecutor-3960-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1296339 INFO  (coreLoadExecutor-3960-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1296343 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1296343 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1296352 INFO  (coreLoadExecutor-3960-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1296355 INFO  (coreLoadExecutor-3960-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1296358 INFO  (coreLoadExecutor-3960-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1296361 INFO  (coreLoadExecutor-3960-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\collection1'
   [junit4]   2> 1296361 INFO  (coreLoadExecutor-3960-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1
   [junit4]   2> 1296361 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1296362 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1\data\]
   [junit4]   2> 1296362 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1296362 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 1296362 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1\data\index/
   [junit4]   2> 1296362 WARN  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1296363 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1\data\index
   [junit4]   2> 1296363 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6627842207022918]
   [junit4]   2> 1296363 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7f78d55d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19fda83d),segFN=segments_1,generation=1}
   [junit4]   2> 1296363 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1296363 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 1296364 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1296366 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1296367 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1296368 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1296369 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1296390 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1296390 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 1296390 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1296391 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1296397 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1296398 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=43.6162109375, floorSegmentMB=1.75, forceMergeDeletesPctAllowed=5.304968931779529, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1296398 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7f78d55d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19fda83d),segFN=segments_1,generation=1}
   [junit4]   2> 1296398 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1296398 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@282ab4a[collection1] main
   [junit4]   2> 1296398 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\collection1\conf
   [junit4]   2> 1296398 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\collection1\conf}
   [junit4]   2> 1296398 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\collection1\conf
   [junit4]   2> 1296399 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1296399 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1296399 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1296400 INFO  (searcherExecutor-3961-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@282ab4a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1296400 INFO  (coreLoadExecutor-3960-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1296782 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1
   [junit4]   2> 1296792 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1296793 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@371035ad{/solr,null,AVAILABLE}
   [junit4]   2> 1296793 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5d25332e{HTTP/1.1,[http/1.1]}{127.0.0.1:60853}
   [junit4]   2> 1296793 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.Server Started @1298660ms
   [junit4]   2> 1296793 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1\data, hostContext=/solr, hostPort=60853}
   [junit4]   2> 1296794 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1296794 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002'
   [junit4]   2> 1296794 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1296794 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1296795 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\solr.xml
   [junit4]   2> 1296804 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.
   [junit4]   2> 1296805 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer New CoreContainer 136037011
   [junit4]   2> 1296805 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002]
   [junit4]   2> 1296805 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\lib
   [junit4]   2> 1296805 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1296807 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1296829 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1296829 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1296829 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1296829 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1296830 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.
   [junit4]   2> 1296833 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1296833 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1
   [junit4]   2> 1296833 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1296835 INFO  (coreLoadExecutor-3970-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1'
   [junit4]   2> 1296835 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1296835 INFO  (coreLoadExecutor-3970-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1296835 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1296835 INFO  (coreLoadExecutor-3970-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1296857 INFO  (coreLoadExecutor-3970-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1296859 INFO  (coreLoadExecutor-3970-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1296865 INFO  (coreLoadExecutor-3970-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1296868 INFO  (coreLoadExecutor-3970-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1296872 INFO  (coreLoadExecutor-3970-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1296876 INFO  (coreLoadExecutor-3970-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1'
   [junit4]   2> 1296876 INFO  (coreLoadExecutor-3970-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1
   [junit4]   2> 1296876 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1296876 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 1296876 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1296877 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1296877 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\index/
   [junit4]   2> 1296877 WARN  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1296877 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 1296877 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6627842207022918]
   [junit4]   2> 1296878 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5f21804 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a5f4f77),segFN=segments_1,generation=1}
   [junit4]   2> 1296878 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1296879 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1296882 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1296883 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1296886 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1296886 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1296888 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1296888 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 1296890 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1296901 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1296901 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1296901 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=43.6162109375, floorSegmentMB=1.75, forceMergeDeletesPctAllowed=5.304968931779529, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1296901 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5f21804 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6a5f4f77),segFN=segments_1,generation=1}
   [junit4]   2> 1296901 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1296901 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7028c760[collection1] main
   [junit4]   2> 1296901 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1\conf
   [junit4]   2> 1296902 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1\conf}
   [junit4]   2> 1296902 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1\conf
   [junit4]   2> 1296902 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1296906 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1296906 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1296907 INFO  (searcherExecutor-3971-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7028c760[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1296907 INFO  (coreLoadExecutor-3970-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1296909 INFO  (qtp154879172-8971) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 1297266 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@5d25332e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1297266 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=136037011
   [junit4]   2> 1297266 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@48c3faa
   [junit4]   2> 1297266 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1297266 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1297266 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1297266 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1297269 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1297269 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1297269 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\;done=false>>]
   [junit4]   2> 1297269 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1297269 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\index;done=false>>]
   [junit4]   2> 1297269 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\index
   [junit4]   2> 1297270 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@371035ad{/solr,null,UNAVAILABLE}
   [junit4]   2> 1297273 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1297276 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@194212e7{/solr,null,AVAILABLE}
   [junit4]   2> 1297278 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.ServerConnector Started ServerConnector@444b999f{HTTP/1.1,[http/1.1]}{127.0.0.1:60857}
   [junit4]   2> 1297278 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.Server Started @1299229ms
   [junit4]   2> 1297278 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1\data, hostContext=/solr, hostPort=60857}
   [junit4]   2> 1297279 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1297279 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002'
   [junit4]   2> 1297279 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1297279 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1297280 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\solr.xml
   [junit4]   2> 1297284 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.
   [junit4]   2> 1297285 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer New CoreContainer 923848954
   [junit4]   2> 1297285 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002]
   [junit4]   2> 1297285 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\lib
   [junit4]   2> 1297286 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1297289 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1297290 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1297290 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1297290 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1297291 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1297291 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.
   [junit4]   2> 1297292 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1297292 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1
   [junit4]   2> 1297292 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1297295 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1297295 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1297295 INFO  (coreLoadExecutor-3981-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1'
   [junit4]   2> 1297295 INFO  (coreLoadExecutor-3981-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1297295 INFO  (coreLoadExecutor-3981-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1297302 INFO  (coreLoadExecutor-3981-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1297322 INFO  (coreLoadExecutor-3981-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1297327 INFO  (coreLoadExecutor-3981-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1297330 INFO  (coreLoadExecutor-3981-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1297332 INFO  (coreLoadExecutor-3981-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1297333 INFO  (coreLoadExecutor-3981-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1'
   [junit4]   2> 1297334 INFO  (coreLoadExecutor-3981-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1
   [junit4]   2> 1297334 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.NRTCachingDirectoryFactory
   [junit4]   2> 1297334 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\]
   [junit4]   2> 1297334 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1297334 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1\data
   [junit4]   2> 1297335 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\index/
   [junit4]   2> 1297336 WARN  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1297337 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1\data\index
   [junit4]   2> 1297337 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=47, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=78.953125, floorSegmentMB=1.1982421875, forceMergeDeletesPctAllowed=4.082568484390116, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1297356 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e504090; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1297356 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1297360 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1297362 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1297364 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1297365 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1297368 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1297372 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\.\collection1\data\
   [junit4]   2> 1297373 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1297374 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 1297374 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1297374 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1297374 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1297375 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=43.6162109375, floorSegmentMB=1.75, forceMergeDeletesPctAllowed=5.304968931779529, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1297375 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e504090; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1297375 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1297375 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@57724184[collection1] main
   [junit4]   2> 1297375 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1\conf
   [junit4]   2> 1297375 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1\conf}
   [junit4]   2> 1297375 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-002\collection1\conf
   [junit4]   2> 1297376 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1297376 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1297376 INFO  (searcherExecutor-3982-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@57724184[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1297376 INFO  (coreLoadExecutor-3981-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1297725 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@653aed07{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1297725 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=789038432
   [junit4]   2> 1297726 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@18021689
   [junit4]   2> 1297726 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1297726 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1297726 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1297726 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1297728 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1297728 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1297728 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1\data\index;done=false>>]
   [junit4]   2> 1297728 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1\data\index
   [junit4]   2> 1297728 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1\data\;done=false>>]
   [junit4]   2> 1297728 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.\collection1\data\
   [junit4]   2> 1297729 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1d14763a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1297731 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1297733 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ba71c9d{/solr,null,AVAILABLE}
   [junit4]   2> 1297734 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.ServerConnector Started ServerConnector@2671dcdd{HTTP/1.1,[http/1.1]}{127.0.0.1:60860}
   [junit4]   2> 1297738 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.e.j.s.Server Started @1299773ms
   [junit4]   2> 1297738 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\collection1\data, hostContext=/solr, hostPort=60860}
   [junit4]   2> 1297738 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1297738 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001'
   [junit4]   2> 1297739 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1297739 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1297739 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\solr.xml
   [junit4]   2> 1297743 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\.
   [junit4]   2> 1297743 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer New CoreContainer 333913710
   [junit4]   2> 1297744 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001]
   [junit4]   2> 1297744 WARN  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestReplicationHandler_F364EA40E42D9030-001\solr-instance-001\lib
   [junit4]   2> 1297744 INFO  (TEST-TestReplicationHandler.doTestStressReplication-seed#[F364EA40E42D9030]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost :

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

t]
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:296)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(WindowsSelectorImpl.java:278)
   [junit4]    >         at sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:159)
   [junit4]    >         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
   [junit4]    >         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
   [junit4]    >         at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:349)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1081)
   [junit4]    >    2) Thread[id=11941, name=zkCallback-1717-thread-3, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
   [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]    >    3) Thread[id=10579, name=TEST-CollectionsAPIDistributedZkTest.test-seed#[F364EA40E42D9030]-EventThread, state=WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [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 org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:494)
   [junit4]    >    4) Thread[id=10580, name=zkCallback-1717-thread-1, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
   [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]    >    5) Thread[id=11940, name=zkCallback-1717-thread-2, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
   [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([F364EA40E42D9030]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=10578, name=TEST-CollectionsAPIDistributedZkTest.test-seed#[F364EA40E42D9030]-SendThread(127.0.0.1:61609), state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.zookeeper.client.StaticHostProvider.next(StaticHostProvider.java:101)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:940)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1003)
   [junit4]    >    2) Thread[id=11941, name=zkCallback-1717-thread-3, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
   [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]    >    3) Thread[id=10580, name=zkCallback-1717-thread-1, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
   [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]    >    4) Thread[id=11940, name=zkCallback-1717-thread-2, state=TIMED_WAITING, group=TGRP-CollectionsAPIDistributedZkTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
   [junit4]    >         at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
   [junit4]    >         at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
   [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([F364EA40E42D9030]:0)
   [junit4] Completed [286/568 (2!)] on J0 in 109.05s, 1 test, 3 errors <<< FAILURES!

[...truncated 892 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:784: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:728: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:516: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1436: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:991: There were test failures: 568 suites (8 ignored), 2265 tests, 2 suite-level errors, 1 error, 1 failure, 1001 ignored (59 assumptions) [seed: F364EA40E42D9030]

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



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

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5489/
Java: 32bit/jdk1.8.0_66 -server -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [SolrCore, MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper]
	at __randomizedtesting.SeedInfo.seed([C86B6821C207D53C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:229)
	at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java: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:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=11727, name=searcherExecutor-4858-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=11727, name=searcherExecutor-4858-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([C86B6821C207D53C]: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=11727, name=searcherExecutor-4858-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=11727, name=searcherExecutor-4858-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([C86B6821C207D53C]:0)




Build Log:
[...truncated 10725 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_C86B6821C207D53C-001\init-core-data-001
   [junit4]   2> 1986699 INFO  (SUITE-TestLazyCores-seed#[C86B6821C207D53C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1986700 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1986752 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001'
   [junit4]   2> 1986752 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1986752 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1986752 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreContainer New CoreContainer 14474854
   [junit4]   2> 1986752 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001]
   [junit4]   2> 1986753 WARN  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\lib
   [junit4]   2> 1986753 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1986754 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1986754 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1986757 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1986757 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1986757 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1986757 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1986760 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1986760 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1986761 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=on, dataDir=data\}
   [junit4]   2> 1986761 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1986762 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1986763 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1986763 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1986764 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection8, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1986764 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1986765 INFO  (coreLoadExecutor-4809-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection2'
   [junit4]   2> 1986765 INFO  (coreLoadExecutor-4809-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection1'
   [junit4]   2> 1986765 INFO  (coreLoadExecutor-4809-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1986765 INFO  (coreLoadExecutor-4809-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1986765 INFO  (coreLoadExecutor-4809-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1986765 INFO  (coreLoadExecutor-4809-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1986768 INFO  (coreLoadExecutor-4809-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection5'
   [junit4]   2> 1986768 INFO  (coreLoadExecutor-4809-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1986768 INFO  (coreLoadExecutor-4809-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1986791 INFO  (coreLoadExecutor-4809-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1986791 INFO  (coreLoadExecutor-4809-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1986833 INFO  (coreLoadExecutor-4809-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1986834 INFO  (coreLoadExecutor-4809-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1986860 INFO  (coreLoadExecutor-4809-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1986863 INFO  (coreLoadExecutor-4809-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1986864 INFO  (coreLoadExecutor-4809-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1986867 INFO  (coreLoadExecutor-4809-thread-2) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1986868 INFO  (coreLoadExecutor-4809-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1986874 INFO  (coreLoadExecutor-4809-thread-3) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1986878 INFO  (coreLoadExecutor-4809-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1986878 INFO  (coreLoadExecutor-4809-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1986880 INFO  (coreLoadExecutor-4809-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1986883 INFO  (coreLoadExecutor-4809-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1986889 INFO  (coreLoadExecutor-4809-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1986890 INFO  (coreLoadExecutor-4809-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection1'
   [junit4]   2> 1986891 INFO  (coreLoadExecutor-4809-thread-1) [    ] o.a.s.c.CoreContainer 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_C86B6821C207D53C-001\tempDir-001\collection1
   [junit4]   2> 1986891 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1986891 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection1\data\]
   [junit4]   2> 1986891 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1986891 INFO  (coreLoadExecutor-4809-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection5'
   [junit4]   2> 1986891 INFO  (coreLoadExecutor-4809-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection5
   [junit4]   2> 1986891 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1986891 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection5], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection5\data\]
   [junit4]   2> 1986891 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection1\data\
   [junit4]   2> 1986891 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 1986892 INFO  (coreLoadExecutor-4809-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection2'
   [junit4]   2> 1986892 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection5\data\
   [junit4]   2> 1986892 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.SolrCore 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_C86B6821C207D53C-001\tempDir-001\collection1\data\index/
   [junit4]   2> 1986892 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.SolrCore 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_C86B6821C207D53C-001\tempDir-001\collection5\data\index/
   [junit4]   2> 1986892 WARN  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1986892 WARN  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.SolrCore [collection5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1986892 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection1\data\index
   [junit4]   2> 1986893 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection5\data\index
   [junit4]   2> 1986893 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=38.4775390625, floorSegmentMB=2.068359375, forceMergeDeletesPctAllowed=14.940034749922827, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1986893 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=38.4775390625, floorSegmentMB=2.068359375, forceMergeDeletesPctAllowed=14.940034749922827, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1986893 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@65cf24 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b9e2),segFN=segments_1,generation=1}
   [junit4]   2> 1986892 INFO  (coreLoadExecutor-4809-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection2
   [junit4]   2> 1986893 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1986893 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1986893 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection2], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection2\data\]
   [junit4]   2> 1986893 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 1986894 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection2\data\
   [junit4]   2> 1986893 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@8ad487 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1908e46),segFN=segments_1,generation=1}
   [junit4]   2> 1986894 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1986894 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.SolrCore 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_C86B6821C207D53C-001\tempDir-001\collection2\data\index/
   [junit4]   2> 1986894 WARN  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.SolrCore [collection2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1986895 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1986895 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection2\data\index
   [junit4]   2> 1986895 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=38.4775390625, floorSegmentMB=2.068359375, forceMergeDeletesPctAllowed=14.940034749922827, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1986895 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@11e41e8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a0798f),segFN=segments_1,generation=1}
   [junit4]   2> 1986895 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1986895 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection1\data\
   [junit4]   2> 1986896 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1986896 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1986898 INFO  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection2 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection2\data\
   [junit4]   2> 1986898 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1986898 WARN  (OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection2\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1986899 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986899 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986899 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986900 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986900 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986900 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986901 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986901 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986901 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986902 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986902 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986902 INFO  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection5 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection5\data\
   [junit4]   2> 1986902 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986904 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1986904 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1986905 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1986905 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1986905 WARN  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection5\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1986905 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1986905 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1986905 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1986905 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1986906 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6496874005325538]
   [junit4]   2> 1986906 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1986906 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1986906 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@8ad487 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1908e46),segFN=segments_1,generation=1}
   [junit4]   2> 1986906 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6496874005325538]
   [junit4]   2> 1986906 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1986906 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@11e41e8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a0798f),segFN=segments_1,generation=1}
   [junit4]   2> 1986907 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1986906 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening Searcher@1447553[collection5] main
   [junit4]   2> 1986907 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening Searcher@6e2a03[collection2] main
   [junit4]   2> 1986907 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage 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_C86B6821C207D53C-001\tempDir-001\collection5\conf
   [junit4]   2> 1986907 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage 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_C86B6821C207D53C-001\tempDir-001\collection2\conf
   [junit4]   2> 1986907 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection5\conf}
   [junit4]   2> 1986907 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection2\conf}
   [junit4]   2> 1986907 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.r.ManagedResourceStorage 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_C86B6821C207D53C-001\tempDir-001\collection5\conf
   [junit4]   2> 1986907 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.r.ManagedResourceStorage 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_C86B6821C207D53C-001\tempDir-001\collection2\conf
   [junit4]   2> 1986908 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1986908 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1986908 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1986908 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1986908 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1986908 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1986908 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6496874005325538]
   [junit4]   2> 1986908 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1986908 INFO  (coreLoadExecutor-4809-thread-2) [    x:collection2] o.a.s.c.CoreContainer registering core: collection2
   [junit4]   2> 1986908 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@65cf24 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b9e2),segFN=segments_1,generation=1}
   [junit4]   2> 1986908 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1986908 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1371b40[collection1] main
   [junit4]   2> 1986909 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage 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_C86B6821C207D53C-001\tempDir-001\collection1\conf
   [junit4]   2> 1986909 INFO  (searcherExecutor-4812-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@6e2a03[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1986909 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection1\conf}
   [junit4]   2> 1986909 INFO  (coreLoadExecutor-4809-thread-3) [    x:collection5] o.a.s.c.CoreContainer registering core: collection5
   [junit4]   2> 1986909 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage 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_C86B6821C207D53C-001\tempDir-001\collection1\conf
   [junit4]   2> 1986909 INFO  (searcherExecutor-4811-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@1447553[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1986909 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1986909 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1986909 INFO  (searcherExecutor-4810-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1371b40[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1986909 INFO  (coreLoadExecutor-4809-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1986911 INFO  (Thread-4400) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3'
   [junit4]   2> 1986911 INFO  (Thread-4400) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1986911 INFO  (Thread-4400) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1986919 INFO  (Thread-4400) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1986927 INFO  (Thread-4400) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1986935 INFO  (Thread-4400) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1986943 INFO  (Thread-4400) [    ] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1986945 INFO  (Thread-4400) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1986948 INFO  (Thread-4400) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3'
   [junit4]   2> 1986948 INFO  (Thread-4400) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3
   [junit4]   2> 1986948 INFO  (Thread-4400) [    x:collection3] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1986948 INFO  (Thread-4400) [    x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3\data\]
   [junit4]   2> 1986948 INFO  (Thread-4400) [    x:collection3] o.a.s.c.SolrCore JMX monitoring not detected for core: collection3
   [junit4]   2> 1986949 INFO  (Thread-4400) [    x:collection3] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3\data\
   [junit4]   2> 1986949 INFO  (Thread-4400) [    x:collection3] o.a.s.c.SolrCore 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_C86B6821C207D53C-001\tempDir-001\collection3\data\index/
   [junit4]   2> 1986949 WARN  (Thread-4400) [    x:collection3] o.a.s.c.SolrCore [collection3] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1986949 INFO  (Thread-4400) [    x:collection3] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3\data\index
   [junit4]   2> 1986949 INFO  (Thread-4400) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=38.4775390625, floorSegmentMB=2.068359375, forceMergeDeletesPctAllowed=14.940034749922827, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1986949 INFO  (Thread-4400) [    x:collection3] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@590765 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b4997e),segFN=segments_1,generation=1}
   [junit4]   2> 1986949 INFO  (Thread-4400) [    x:collection3] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1986950 INFO  (Thread-4400) [    x:collection3] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1986951 INFO  (Thread-4400) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986952 INFO  (Thread-4400) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986952 INFO  (Thread-4400) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986954 INFO  (Thread-4400) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1986955 INFO  (Thread-4400) [    x:collection3] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1986955 INFO  (Thread-4400) [    x:collection3] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1986955 INFO  (OldIndexDirectoryCleanupThreadForCore-collection3) [    x:collection3] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection3 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3\data\
   [junit4]   2> 1986956 WARN  (OldIndexDirectoryCleanupThreadForCore-collection3) [    x:collection3] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1986956 INFO  (Thread-4400) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1986956 INFO  (Thread-4400) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1986956 INFO  (Thread-4400) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6496874005325538]
   [junit4]   2> 1986956 INFO  (Thread-4400) [    x:collection3] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@590765 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b4997e),segFN=segments_1,generation=1}
   [junit4]   2> 1986956 INFO  (Thread-4400) [    x:collection3] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1986957 INFO  (Thread-4400) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening Searcher@1b5538a[collection3] main
   [junit4]   2> 1986957 INFO  (Thread-4400) [    x:collection3] o.a.s.r.ManagedResourceStorage 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_C86B6821C207D53C-001\tempDir-001\collection3\conf
   [junit4]   2> 1986957 INFO  (Thread-4400) [    x:collection3] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3\conf}
   [junit4]   2> 1986957 INFO  (Thread-4400) [    x:collection3] o.a.s.r.ManagedResourceStorage 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_C86B6821C207D53C-001\tempDir-001\collection3\conf
   [junit4]   2> 1986957 INFO  (Thread-4400) [    x:collection3] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1986957 INFO  (Thread-4400) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1986958 INFO  (Thread-4400) [    x:collection3] o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1986958 INFO  (Thread-4400) [    x:collection3] o.a.s.c.CoreContainer registering core: collection3
   [junit4]   2> 1986962 INFO  (searcherExecutor-4822-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@1b5538a[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1986963 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=14474854
   [junit4]   2> 1986963 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@19aa5e
   [junit4]   2> 1986963 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection5] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1986964 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1986964 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1986964 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1986964 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection5] o.a.s.c.SolrCore [collection5] Closing main searcher on request.
   [junit4]   2> 1986964 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1986964 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-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_C86B6821C207D53C-001\tempDir-001\collection5\data\;done=false>>]
   [junit4]   2> 1986964 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection5\data\
   [junit4]   2> 1986964 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection5] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-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_C86B6821C207D53C-001\tempDir-001\collection5\data\index;done=false>>]
   [junit4]   2> 1986964 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection5\data\index
   [junit4]   2> 1986964 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@16dcc5c
   [junit4]   2> 1986965 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1986966 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1986966 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1986966 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1986966 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1986966 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1986966 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-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_C86B6821C207D53C-001\tempDir-001\collection1\data\;done=false>>]
   [junit4]   2> 1986966 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection1\data\
   [junit4]   2> 1986966 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-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_C86B6821C207D53C-001\tempDir-001\collection1\data\index;done=false>>]
   [junit4]   2> 1986966 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection1\data\index
   [junit4]   2> 1986966 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@6bc900
   [junit4]   2> 1986966 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection2] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1986967 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1986967 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1986967 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1986967 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection2] o.a.s.c.SolrCore [collection2] Closing main searcher on request.
   [junit4]   2> 1986967 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1986967 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-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_C86B6821C207D53C-001\tempDir-001\collection2\data\;done=false>>]
   [junit4]   2> 1986967 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection2\data\
   [junit4]   2> 1986967 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection2] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-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_C86B6821C207D53C-001\tempDir-001\collection2\data\index;done=false>>]
   [junit4]   2> 1986967 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection2\data\index
   [junit4]   2> 1986967 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@115757e
   [junit4]   2> 1986968 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1986968 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1986968 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1986968 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1986968 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.SolrCore [collection3] Closing main searcher on request.
   [junit4]   2> 1986968 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1986968 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3\data\index;done=false>>]
   [junit4]   2> 1986968 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3\data\index
   [junit4]   2> 1986968 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3\data\;done=false>>]
   [junit4]   2> 1986968 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-001\collection3\data\
   [junit4]   2> 1986969 INFO  (TEST-TestLazyCores.testRace-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 1986970 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 1987019 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002'
   [junit4]   2> 1987019 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1987019 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1987020 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreContainer New CoreContainer 18820139
   [junit4]   2> 1987020 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002]
   [junit4]   2> 1987020 WARN  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\lib
   [junit4]   2> 1987020 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1987023 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1987023 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1987023 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1987023 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1987023 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1987023 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1987025 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1987026 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1987027 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=on, dataDir=data\}
   [junit4]   2> 1987027 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1987028 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data\}
   [junit4]   2> 1987028 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1987029 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1987029 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection8, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1987030 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C86B6821C207D53C]) [    x:collection3] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9, config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, configSetProperties=configsetprops.json, transient=true, dataDir=data\}
   [junit4]   2> 1987030 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection1'
   [junit4]   2> 1987030 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1987030 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1987031 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection5'
   [junit4]   2> 1987031 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1987032 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1987033 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection2'
   [junit4]   2> 1987033 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1987033 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1987056 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1987066 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1987072 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1987072 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1987074 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1987079 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1987080 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1987087 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1987087 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1987088 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1987090 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1987091 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1987097 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1987098 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection5'
   [junit4]   2> 1987098 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection1'
   [junit4]   2> 1987098 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection5
   [junit4]   2> 1987098 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.CoreContainer 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_C86B6821C207D53C-001\tempDir-002\collection1
   [junit4]   2> 1987098 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1987099 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection5], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection5\data\]
   [junit4]   2> 1987099 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 1987099 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection5\data\
   [junit4]   2> 1987099 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore 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_C86B6821C207D53C-001\tempDir-002\collection5\data\index/
   [junit4]   2> 1987099 WARN  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore [collection5] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection5\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1987100 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection5\data\index
   [junit4]   2> 1987100 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=38.4775390625, floorSegmentMB=2.068359375, forceMergeDeletesPctAllowed=14.940034749922827, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1987098 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1987100 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@d8240b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@df881f),segFN=segments_1,generation=1}
   [junit4]   2> 1987100 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1987100 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection1], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection1\data\]
   [junit4]   2> 1987100 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1987100 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1987101 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection1\data\
   [junit4]   2> 1987101 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore 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_C86B6821C207D53C-001\tempDir-002\collection1\data\index/
   [junit4]   2> 1987101 WARN  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1987101 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection1\data\index
   [junit4]   2> 1987104 INFO  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection5 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection5\data\
   [junit4]   2> 1987104 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=38.4775390625, floorSegmentMB=2.068359375, forceMergeDeletesPctAllowed=14.940034749922827, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1987104 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@481200 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1273568),segFN=segments_1,generation=1}
   [junit4]   2> 1987104 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1987104 WARN  (OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection5\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1987105 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1987105 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1987106 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection1\data\
   [junit4]   2> 1987106 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1987106 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection1\data\ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1987108 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection2'
   [junit4]   2> 1987108 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection2
   [junit4]   2> 1987108 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1987108 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection2], dataDir=[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection2\data\]
   [junit4]   2> 1987109 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 1987109 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1987109 INFO  (coreLoadExecutor-4831-thread-3-processing-x:collection3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1987109 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection2\data\
   [junit4]   2> 1987109 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore 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_C86B6821C207D53C-001\tempDir-002\collection2\data\index/
   [junit4]   2> 1987109 WARN  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore [collection2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1987109 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_C86B6821C207D53C-001\tempDir-002\collection2\data\index
   [junit4]   2> 1987110 INFO  (coreLoadExecutor-4831-thread-2-processing-x:collection3) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=38.4775390625, floorSegmentMB=2.068359375, forceMergeDeletesPctAllowed=14.940034749922827, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1987110 INFO  (coreLoadExecutor-4831-thread-1-processing-x:collection3) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60


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

7)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Dec 23, 2015 2:14:46 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=11727, name=searcherExecutor-4858-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 23, 2015 2:14:49 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=11727, name=searcherExecutor-4858-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=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=32676, maxDocsPerChunk=2, blockSize=6), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=32676, blockSize=6)), sim=ClassicSimilarity, locale=ga_IE, timezone=Libya
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_66 (32-bit)/cpus=3,threads=2,free=103689040,total=218071040
   [junit4]   2> NOTE: All tests run in this JVM: [TestNonDefinedSimilarityFactory, SolrTestCaseJ4Test, SyncSliceTest, TestStressVersions, DisMaxRequestHandlerTest, TestPostingsSolrHighlighter, TestSQLHandler, TestCoreContainer, TestWordDelimiterFilterFactory, TestDistributedSearch, TestMergePolicyConfig, MBeansHandlerTest, ConnectionManagerTest, SpatialFilterTest, CursorPagingTest, CollectionTooManyReplicasTest, HdfsChaosMonkeySafeLeaderTest, CollectionReloadTest, TestSolr4Spatial2, AnalyticsMergeStrategyTest, DistributedQueryElevationComponentTest, MoreLikeThisHandlerTest, DeleteReplicaTest, RollingRestartTest, VersionInfoTest, ReturnFieldsTest, ZkStateReaderTest, TestCryptoKeys, TestManagedSynonymFilterFactory, SaslZkACLProviderTest, ZkCLITest, TestTestInjection, SuggestComponentTest, TestExpandComponent, SimpleFacetsTest, PeerSyncTest, TestUpdate, TestDFRSimilarityFactory, IndexBasedSpellCheckerTest, TestFilteredDocIdSet, RegexBoostProcessorTest, TestJsonRequest, IndexSchemaTest, DataDrivenBlockJoinTest, HighlighterTest, BJQParserTest, DocExpirationUpdateProcessorFactoryTest, ScriptEngineTest, XsltUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, DirectSolrSpellCheckerTest, TestDownShardTolerantSearch, HdfsLockFactoryTest, HdfsBasicDistributedZkTest, TestReRankQParserPlugin, TestRandomRequestDistribution, CircularListTest, TestCustomSort, TestGroupingSearch, SampleTest, TestCloudInspectUtil, TestSolrCloudWithKerberosAlt, TestSolrDynamicMBean, DistributedSpellCheckComponentTest, SolrCoreTest, SimpleMLTQParserTest, URLClassifyProcessorTest, RecoveryAfterSoftCommitTest, TestSweetSpotSimilarityFactory, TestFaceting, TestConfigSetProperties, CoreAdminRequestStatusTest, TestRandomMergePolicy, TermsComponentTest, TestPKIAuthenticationPlugin, ConcurrentDeleteAndCreateCollectionTest, TestUniqueKeyFieldResource, ExplicitHLLTest, OverseerTest, TestScoreJoinQPNoScore, MigrateRouteKeyTest, PKIAuthenticationIntegrationTest, TestRandomCollapseQParserPlugin, TestArbitraryIndexDir, RuleEngineTest, TestOrdValues, FastVectorHighlighterTest, ChangedSchemaMergeTest, TestRemoteStreaming, TestFieldResource, DistribCursorPagingTest, DocValuesMissingTest, XmlUpdateRequestHandlerTest, TestElisionMultitermQuery, SuggesterFSTTest, AlternateDirectoryTest, TestFieldTypeResource, UpdateParamsTest, TestMiniSolrCloudCluster, DistributedVersionInfoTest, ChaosMonkeyNothingIsSafeTest, TestJettySolrRunner, BigEndianAscendingWordSerializerTest, ZkControllerTest, ParsingFieldUpdateProcessorsTest, DistanceUnitsTest, SpatialHeatmapFacetsTest, StandardRequestHandlerTest, TestLRUStatsCache, QueryEqualityTest, TestManagedSchemaFieldResource, TestLeaderElectionZkExpiry, DirectUpdateHandlerTest, SchemaVersionSpecificBehaviorTest, TestClassNameShortening, HdfsUnloadDistributedZkTest, TestShardHandlerFactory, TestIntervalFaceting, TestExactSharedStatsCache, TestCloudManagedSchema, TestCollectionAPI, TestChildDocTransformer, TestConfig, AnalysisErrorHandlingTest, TestCursorMarkWithoutUniqueKey, TestSchemaVersionResource, PrimUtilsTest, TestLuceneMatchVersion, TestPartialUpdateDeduplication, TestIBSimilarityFactory, TestTrackingShardHandlerFactory, AliasIntegrationTest, TestAddFieldRealTimeGet, HLLSerializationTest, UnloadDistributedZkTest, TestBlendedInfixSuggestions, TestFreeTextSuggestions, LeaderElectionIntegrationTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestHashPartitioner, DistributedTermsComponentTest, SpellCheckComponentTest, QueryElevationComponentTest, TestSort, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=C86B6821C207D53C -Dtests.slow=true -Dtests.locale=ga_IE -Dtests.timezone=Libya -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [SolrCore, MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C86B6821C207D53C]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:229)
   [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=11727, name=searcherExecutor-4858-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([C86B6821C207D53C]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=11727, name=searcherExecutor-4858-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([C86B6821C207D53C]:0)
   [junit4] Completed [418/568 (1!)] on J0 in 149.57s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 511 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:784: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:728: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:516: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1436: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:991: There were test failures: 568 suites (8 ignored), 2266 tests, 3 suite-level errors, 531 ignored (76 assumptions) [seed: C86B6821C207D53C]

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