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/31 00:41:38 UTC

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.7.0_80) - Build # 5379 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/5379/
Java: 32bit/jdk1.7.0_80 -client -XX:+UseConcMarkSweepGC

7 tests failed.
FAILED:  org.apache.solr.cloud.CustomCollectionTest.test

Error Message:
expected:<3> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<3> but was:<0>
	at __randomizedtesting.SeedInfo.seed([7B71A8B824B7EC26:F32597628A4B81DE]: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.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.CustomCollectionTest.testCustomCollectionsAPI(CustomCollectionTest.java:214)
	at org.apache.solr.cloud.CustomCollectionTest.test(CustomCollectionTest.java:100)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:  org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test

Error Message:
There are still nodes recoverying - waited for 30 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 30 seconds
	at __randomizedtesting.SeedInfo.seed([7B71A8B824B7EC26:F32597628A4B81DE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:175)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:837)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1393)
	at org.apache.solr.cloud.DistribDocExpirationUpdateProcessorTest.test(DistribDocExpirationUpdateProcessorTest.java:73)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Doc with id=1 not found in http://127.0.0.1:59652/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}

Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in http://127.0.0.1:59652/forceleader_test_collection due to: Path not found: /id; rsp={doc=null}
	at __randomizedtesting.SeedInfo.seed([7B71A8B824B7EC26:9DE69C781D351547]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:620)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:573)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:137)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:  org.apache.solr.cloud.ShardRoutingTest.test

Error Message:
expected:<[c!doc2, b!doc1]> but was:<[]>

Stack Trace:
java.lang.AssertionError: expected:<[c!doc2, b!doc1]> but was:<[]>
	at __randomizedtesting.SeedInfo.seed([7B71A8B824B7EC26:F32597628A4B81DE]: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:147)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.doQuery(AbstractFullDistribZkTestBase.java:1469)
	at org.apache.solr.cloud.ShardRoutingTest.doRTG(ShardRoutingTest.java:330)
	at org.apache.solr.cloud.ShardRoutingTest.doHashingTest(ShardRoutingTest.java:147)
	at org.apache.solr.cloud.ShardRoutingTest.test(ShardRoutingTest.java:110)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:  org.apache.solr.cloud.ShardSplitTest.test

Error Message:
There are still nodes recoverying - waited for 330 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330 seconds
	at __randomizedtesting.SeedInfo.seed([7B71A8B824B7EC26:F32597628A4B81DE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:175)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:136)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:825)
	at org.apache.solr.cloud.ShardSplitTest.splitByUniqueKeyTest(ShardSplitTest.java:219)
	at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:82)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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:  org.apache.solr.cloud.TestAuthenticationFramework.testBasics

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([7B71A8B824B7EC26:46A906941C59B256]: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.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestMiniSolrCloudCluster.testCollectionCreateSearchDelete(TestMiniSolrCloudCluster.java:159)
	at org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:93)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestSolrConfigHandlerCloud

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

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MDCAwareThreadPoolExecutor, MockDirectoryWrapper]
	at __randomizedtesting.SeedInfo.seed([7B71A8B824B7EC26]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:228)
	at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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)




Build Log:
[...truncated 10187 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
   [junit4]   2> 685097 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7B71A8B824B7EC26]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 685098 INFO  (Thread-1124) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 685098 INFO  (Thread-1124) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 685206 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7B71A8B824B7EC26]) [    ] o.a.s.c.ZkTestServer start zk server on port:52983
   [junit4]   2> 685206 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7B71A8B824B7EC26]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685207 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7B71A8B824B7EC26]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685234 INFO  (zkCallback-284-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@971248 name:ZooKeeperConnection Watcher:127.0.0.1:52983 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685235 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7B71A8B824B7EC26]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685235 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7B71A8B824B7EC26]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685235 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7B71A8B824B7EC26]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 685280 INFO  (jetty-launcher-283-thread-3) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 685280 INFO  (jetty-launcher-283-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 685281 INFO  (jetty-launcher-283-thread-4) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 685283 INFO  (jetty-launcher-283-thread-5) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 685283 INFO  (jetty-launcher-283-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 685298 INFO  (jetty-launcher-283-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@196f81e{/solr,null,AVAILABLE}
   [junit4]   2> 685299 INFO  (jetty-launcher-283-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e443a1{/solr,null,AVAILABLE}
   [junit4]   2> 685300 INFO  (jetty-launcher-283-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@14ace0d{HTTP/1.1}{127.0.0.1:52990}
   [junit4]   2> 685300 INFO  (jetty-launcher-283-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@1408b7{HTTP/1.1}{127.0.0.1:52987}
   [junit4]   2> 685300 INFO  (jetty-launcher-283-thread-1) [    ] o.e.j.s.Server Started @688271ms
   [junit4]   2> 685300 INFO  (jetty-launcher-283-thread-3) [    ] o.e.j.s.Server Started @688271ms
   [junit4]   2> 685303 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=52990, hostContext=/solr}
   [junit4]   2> 685303 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52987}
   [junit4]   2> 685303 INFO  (jetty-launcher-283-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@65f2be{/solr,null,AVAILABLE}
   [junit4]   2> 685303 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1e140bf
   [junit4]   2> 685303 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node1'
   [junit4]   2> 685303 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 685303 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 685304 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1e140bf
   [junit4]   2> 685304 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node3'
   [junit4]   2> 685304 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 685304 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 685304 INFO  (jetty-launcher-283-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ed9947{/solr,null,AVAILABLE}
   [junit4]   2> 685304 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685305 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685305 INFO  (jetty-launcher-283-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@141cf8b{HTTP/1.1}{127.0.0.1:52996}
   [junit4]   2> 685305 INFO  (jetty-launcher-283-thread-4) [    ] o.e.j.s.Server Started @688276ms
   [junit4]   2> 685305 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=52996, hostContext=/solr}
   [junit4]   2> 685305 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1e140bf
   [junit4]   2> 685305 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node4'
   [junit4]   2> 685305 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 685305 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 685306 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685306 INFO  (jetty-launcher-283-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@1ac3600{HTTP/1.1}{127.0.0.1:52993}
   [junit4]   2> 685306 INFO  (jetty-launcher-283-thread-2) [    ] o.e.j.s.Server Started @688277ms
   [junit4]   2> 685306 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=52993, hostContext=/solr}
   [junit4]   2> 685306 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685306 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1e140bf
   [junit4]   2> 685307 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node2'
   [junit4]   2> 685307 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 685307 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 685307 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685308 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685308 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685309 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685310 INFO  (jetty-launcher-283-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@15e26ae{/solr,null,AVAILABLE}
   [junit4]   2> 685310 INFO  (jetty-launcher-283-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@3da4ae{HTTP/1.1}{127.0.0.1:53011}
   [junit4]   2> 685310 INFO  (jetty-launcher-283-thread-5) [    ] o.e.j.s.Server Started @688281ms
   [junit4]   2> 685310 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53011}
   [junit4]   2> 685311 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@1e140bf
   [junit4]   2> 685311 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node5'
   [junit4]   2> 685311 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 685311 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 685311 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685312 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685327 INFO  (zkCallback-286-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1300b6c name:ZooKeeperConnection Watcher:127.0.0.1:52983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685327 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685328 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685331 INFO  (zkCallback-285-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@59f399 name:ZooKeeperConnection Watcher:127.0.0.1:52983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685331 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685331 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685331 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 685331 INFO  (zkCallback-288-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c19e1 name:ZooKeeperConnection Watcher:127.0.0.1:52983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685331 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685331 INFO  (zkCallback-287-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14d0004 name:ZooKeeperConnection Watcher:127.0.0.1:52983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685331 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685331 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685331 INFO  (zkCallback-289-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@506161 name:ZooKeeperConnection Watcher:127.0.0.1:52983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685331 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685331 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685332 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 685332 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685332 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 685332 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 685333 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 685387 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x151f50bf0d00003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 685387 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node4\.
   [junit4]   2> 685388 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 23217077
   [junit4]   2> 685388 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node4]
   [junit4]   2> 685388 WARN  (jetty-launcher-283-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node4\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node4\lib
   [junit4]   2> 685388 INFO  (jetty-launcher-283-thread-4) [    ] 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> 685389 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 685389 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 685389 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 685390 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52983/solr
   [junit4]   2> 685390 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 685390 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685390 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685395 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node2\.
   [junit4]   2> 685397 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 10258240
   [junit4]   2> 685397 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node2]
   [junit4]   2> 685397 WARN  (jetty-launcher-283-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node2\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node2\lib
   [junit4]   2> 685397 INFO  (jetty-launcher-283-thread-2) [    ] 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> 685398 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 685398 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 685398 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 685399 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52983/solr
   [junit4]   2> 685399 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 685399 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685399 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node3\.
   [junit4]   2> 685407 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685408 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 29282487
   [junit4]   2> 685408 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node3]
   [junit4]   2> 685408 WARN  (jetty-launcher-283-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node3\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node3\lib
   [junit4]   2> 685409 INFO  (zkCallback-291-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ef054d name:ZooKeeperConnection Watcher:127.0.0.1:52983 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685409 INFO  (jetty-launcher-283-thread-3) [    ] 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> 685409 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685409 INFO  (jetty-launcher-283-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685410 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 685411 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 685411 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 685411 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52983/solr
   [junit4]   2> 685411 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 685411 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685412 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685414 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node5\.
   [junit4]   2> 685414 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 7778321
   [junit4]   2> 685414 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node5]
   [junit4]   2> 685414 WARN  (jetty-launcher-283-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node5\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node5\lib
   [junit4]   2> 685415 INFO  (jetty-launcher-283-thread-5) [    ] 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> 685415 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 685416 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 685422 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 685422 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52983/solr
   [junit4]   2> 685422 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 685422 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685423 INFO  (zkCallback-293-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6dfd6f name:ZooKeeperConnection Watcher:127.0.0.1:52983 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685425 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685425 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685423 INFO  (zkCallback-295-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c8574d name:ZooKeeperConnection Watcher:127.0.0.1:52983 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685426 INFO  (jetty-launcher-283-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685426 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685425 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node1\.
   [junit4]   2> 685426 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 23313868
   [junit4]   2> 685426 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node1]
   [junit4]   2> 685426 INFO  (jetty-launcher-283-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685427 WARN  (jetty-launcher-283-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node1\lib to classpath: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node1\lib
   [junit4]   2> 685427 INFO  (jetty-launcher-283-thread-1) [    ] 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> 685428 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 685429 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 685429 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 685429 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52983/solr
   [junit4]   2> 685429 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 685429 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 685431 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685432 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685432 INFO  (zkCallback-297-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2f2963 name:ZooKeeperConnection Watcher:127.0.0.1:52983 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685433 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685433 INFO  (jetty-launcher-283-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685447 INFO  (zkCallback-298-thread-1-processing-n:127.0.0.1:52996_solr) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e753f4 name:ZooKeeperConnection Watcher:127.0.0.1:52983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685447 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685448 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685452 INFO  (zkCallback-300-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@80ddcb name:ZooKeeperConnection Watcher:127.0.0.1:52983 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685452 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685452 INFO  (jetty-launcher-283-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 685452 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685463 INFO  (zkCallback-301-thread-1-processing-n:127.0.0.1:52993_solr) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16a06f5 name:ZooKeeperConnection Watcher:127.0.0.1:52983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685463 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685467 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 685468 INFO  (zkCallback-302-thread-1-processing-n:127.0.0.1:52987_solr) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4db7c2 name:ZooKeeperConnection Watcher:127.0.0.1:52983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685469 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685469 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685477 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 685477 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 685478 INFO  (zkCallback-303-thread-1-processing-n:127.0.0.1:53011_solr) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1fa94eb name:ZooKeeperConnection Watcher:127.0.0.1:52983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685478 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 685478 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685485 INFO  (zkCallback-304-thread-1-processing-n:127.0.0.1:52990_solr) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3db59b name:ZooKeeperConnection Watcher:127.0.0.1:52983/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685485 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 685511 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 685514 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 685514 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 685518 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 685554 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 685562 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 685562 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 685562 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 685581 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 685581 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 685582 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 685586 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 685587 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 685610 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 685625 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 685625 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 685649 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 685649 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 685681 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 685681 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 685681 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 685682 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 685682 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 685718 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 685718 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 685721 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 685721 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 685721 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 685740 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 685740 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 685740 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 685743 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 685749 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 685755 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 685755 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 685755 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 685755 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 685780 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 685780 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 685780 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 685780 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 685780 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 685788 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53011_solr
   [junit4]   2> 685788 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52993_solr
   [junit4]   2> 685788 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52996_solr
   [junit4]   2> 685788 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52990_solr
   [junit4]   2> 685796 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53011_solr
   [junit4]   2> 685799 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52993_solr
   [junit4]   2> 685799 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52990_solr
   [junit4]   2> 685799 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52996_solr
   [junit4]   2> 685799 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52987_solr
   [junit4]   2> 685803 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52987_solr
   [junit4]   2> 685809 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 685814 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 685815 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 685835 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 685835 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 685836 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 685836 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 685841 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 685845 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 685848 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 685848 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 685848 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 685850 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95126498785099789-127.0.0.1:52987_solr-n_0000000000
   [junit4]   2> 685853 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95126498785099788-127.0.0.1:52993_solr-n_0000000002
   [junit4]   2> 685853 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95126498785099790-127.0.0.1:53011_solr-n_0000000003
   [junit4]   2> 685853 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95126498785099786-127.0.0.1:52996_solr-n_0000000001
   [junit4]   2> 685856 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95126498785099791-127.0.0.1:52990_solr-n_0000000004
   [junit4]   2> 685856 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52987_solr
   [junit4]   2> 685856 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 685857 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95126498785099788-127.0.0.1:52993_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 685857 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 685857 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95126498785099786-127.0.0.1:52996_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 685857 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 685858 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95126498785099789-127.0.0.1:52987_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 685858 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95126498785099790-127.0.0.1:53011_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 685858 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 685858 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 685863 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.Overseer Overseer (id=95126498785099789-127.0.0.1:52987_solr-n_0000000000) starting
   [junit4]   2> 685886 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 685902 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 685902 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 685911 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 685911 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@b9f110
   [junit4]   2> 685912 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@b9f110
   [junit4]   2> 685913 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node5\.
   [junit4]   2> 685913 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 685925 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 685925 INFO  (jetty-launcher-283-thread-5) [n:127.0.0.1:53011_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 685930 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 685930 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 685930 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 685930 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@13e5849
   [junit4]   2> 685930 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@13e5849
   [junit4]   2> 685931 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node2\.
   [junit4]   2> 685932 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 685938 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 685938 INFO  (jetty-launcher-283-thread-2) [n:127.0.0.1:52993_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 685957 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 685957 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 685957 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 685957 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@a4bc38
   [junit4]   2> 685958 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@a4bc38
   [junit4]   2> 685958 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node4\.
   [junit4]   2> 685959 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 685961 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 685961 INFO  (jetty-launcher-283-thread-4) [n:127.0.0.1:52996_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 685972 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 685972 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 685972 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 685972 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1d81222
   [junit4]   2> 685972 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@1d81222
   [junit4]   2> 685973 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node1\.
   [junit4]   2> 685974 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 685983 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 685983 INFO  (jetty-launcher-283-thread-1) [n:127.0.0.1:52990_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 685987 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 685988 INFO  (OverseerCollectionConfigSetProcessor-95126498785099789-127.0.0.1:52987_solr-n_0000000000) [n:127.0.0.1:52987_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 685988 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 685988 INFO  (OverseerStateUpdate-95126498785099789-127.0.0.1:52987_solr-n_0000000000) [n:127.0.0.1:52987_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 686041 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 686042 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 686042 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 686042 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@ebdd9
   [junit4]   2> 686042 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@ebdd9
   [junit4]   2> 686043 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestAuthenticationFramework_7B71A8B824B7EC26-001\tempDir-001\node3\.
   [junit4]   2> 686043 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 686044 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.s.SolrDispatchFilter user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 686044 INFO  (jetty-launcher-283-thread-3) [n:127.0.0.1:52987_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 686045 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7B71A8B824B7EC26]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 686045 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7B71A8B824B7EC26]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 686050 INFO  (zkCallback-305-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13f602 name:ZooKeeperConnection Watcher:127.0.0.1:52983 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 686051 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7B71A8B824B7EC26]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 686051 INFO  (TEST-TestAuthenticationFramework.testExtraFilters-seed#[7B71A8B824B7EC26]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 686058 INFO  (jetty-launcher-283-thread-5) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1408b7{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 686263 INFO  (jetty-launcher-283-thread-1) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1ac3600{HTTP/1.1}{

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

:49560_a c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud_7B71A8B824B7EC26-001\shard-4-001\cores\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud_7B71A8B824B7EC26-001\shard-4-001\cores\collection1\data\index;done=false>>]
   [junit4]   2> 4113773 INFO  (Thread-6798) [n:127.0.0.1:49560_a c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud_7B71A8B824B7EC26-001\shard-4-001\cores\collection1\data\index
   [junit4]   2> 4113773 WARN  (Thread-6798) [n:127.0.0.1:49560_a c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.c.SolrCores Tried to remove core collection1 from pendingCoreOps and it wasn't there. 
   [junit4]   2> 4113774 WARN  (Thread-6798) [n:127.0.0.1:49560_a c:collection1 s:shard2 r:core_node4 x:collection1] o.a.s.c.ZkController listener throws error
   [junit4]   2> org.apache.solr.common.SolrException: Unable to reload core [collection1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:925)
   [junit4]   2> 	at org.apache.solr.core.SolrCore$11.run(SolrCore.java:2583)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController$5.run(ZkController.java:2441)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not find config name for collection:collection1
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:821)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.reload(SolrCore.java:461)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:920)
   [junit4]   2> 	... 2 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not find config name for collection:collection1
   [junit4]   2> 	at org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:102)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2376)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:797)
   [junit4]   2> 	... 4 more
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {}, docValues:{}, sim=DefaultSimilarity, locale=is_IS, timezone=America/Swift_Current
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.7.0_80 (32-bit)/cpus=3,threads=1,free=272412552,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestIntervalFaceting, TestLazyCores, QueryResultKeyTest, TestHighlightDedupGrouping, ResponseHeaderTest, CoreAdminRequestStatusTest, TestCollapseQParserPlugin, TestCoreContainer, TestGroupingSearch, TestCSVLoader, TestLMDirichletSimilarityFactory, TestSolrConfigHandler, FastVectorHighlighterTest, SpatialRPTFieldTypeTest, TestOrdValues, AsyncCallRequestStatusResponseTest, TestJsonFacets, TestJettySolrRunner, TestUniqueKeyFieldResource, TestReloadDeadlock, TestExclusionRuleCollectionAccess, TestCloudSchemaless, CursorMarkTest, SimplePostToolTest, TestDynamicFieldResource, TestRuleBasedAuthorizationPlugin, ExternalFileFieldSortTest, TestInitParams, TestFieldTypeResource, TestRestManager, SolrRequestParserTest, ReturnFieldsTest, BlockJoinFacetRandomTest, TestPhraseSuggestions, LeaderFailoverAfterPartitionTest, TestTrackingShardHandlerFactory, PrimUtilsTest, RemoteQueryErrorTest, TestJmxMonitoredMap, TestElisionMultitermQuery, TestScoreJoinQPNoScore, TestWordDelimiterFilterFactory, SuggesterFSTTest, PingRequestHandlerTest, TestTestInjection, MoreLikeThisHandlerTest, TestPseudoReturnFields, PeerSyncTest, MBeansHandlerTest, RequiredFieldsTest, HdfsCollectionsAPIDistributedZkTest, AtomicUpdatesTest, TestClusterStateMutator, TestNonDefinedSimilarityFactory, TestAuthenticationFramework, DocumentAnalysisRequestHandlerTest, AnalysisAfterCoreReloadTest, RankQueryTest, TestXIncludeConfig, DistribDocExpirationUpdateProcessorTest, TestRandomMergePolicy, CloudExitableDirectoryReaderTest, TestImplicitCoreProperties, TestRawResponseWriter, TestDFRSimilarityFactory, SharedFSAutoReplicaFailoverUtilsTest, TestReplicationHandler, TestConfigSets, AnalyticsMergeStrategyTest, ClusterStateTest, TestFastLRUCache, TestDocumentBuilder, TestMiniSolrCloudClusterBase, DistributedFacetPivotLongTailTest, TestSearchPerf, TestHighFrequencyDictionaryFactory, SolrIndexConfigTest, UUIDFieldTest, TestJsonRequest, TestSchemaVersionResource, TestAuthorizationFramework, HighlighterTest, TestSolrXml, HdfsDirectoryTest, DistributedFacetPivotSmallTest, TestSolrQueryParserDefaultOperatorResource, TestComponentsName, TestLRUCache, SpatialFilterTest, TestRemoteStreaming, StandardRequestHandlerTest, PrimitiveFieldTypeTest, DirectSolrSpellCheckerTest, SparseHLLTest, ZkCLITest, HardAutoCommitTest, UpdateParamsTest, HdfsRestartWhileUpdatingTest, TestSweetSpotSimilarityFactory, TestJmxIntegration, SpatialHeatmapFacetsTest, TestExpandComponent, TestAnalyzedSuggestions, DistributedSuggestComponentTest, AlternateDirectoryTest, CursorPagingTest, TestCustomSort, TestDistribIDF, PolyFieldTest, DirectUpdateHandlerTest, TestPartialUpdateDeduplication, XsltUpdateRequestHandlerTest, TestConfigSetImmutable, DistributedExpandComponentTest, ShardRoutingTest, TestDefaultSearchFieldResource, SOLR749Test, TestBlobHandler, TestExtendedDismaxParser, TestRTimerTree, TestUpdate, ClusterStateUpdateTest, TestRandomCollapseQParserPlugin, ChaosMonkeyNothingIsSafeTest, LeaderElectionTest, TestSolrConfigHandlerConcurrent, TestSolr4Spatial2, TestDocSet, DistributedQueueTest, LeaderInitiatedRecoveryOnShardRestartTest, TestManagedResource, ForceLeaderTest, QueryEqualityTest, DistributedQueryElevationComponentTest, RecoveryZkTest, TestSurroundQueryParser, HighlighterMaxOffsetTest, SolrTestCaseJ4Test, FieldMutatingUpdateProcessorTest, DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestSolrDeletionPolicy1, DebugComponentTest, DisMaxRequestHandlerTest, TermsComponentTest, PathHierarchyTokenizerFactoryTest, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, IndexSchemaTest, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, HighlighterConfigTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestMergePolicyConfig, MultiTermTest, NumericFieldsTest, OutputWriterTest, TestSolrCoreProperties, NotRequiredUniqueKeyTest, SynonymTokenizerTest, TestIBSimilarityFactory, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, PluginInfoTest, DateMathParserTest, PreAnalyzedFieldTest, DOMUtilTest, TestUtils, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, ActionThrottleTest, CleanupOldIndexTest, CollectionStateFormat2Test, CollectionsAPIAsyncDistributedZkTest, ConcurrentDeleteAndCreateCollectionTest, ConfigSetsAPITest, CustomCollectionTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OverseerTaskQueueTest, ReplicationFactorTest, RestartWhileUpdatingTest, SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest, TestReplicaProperties, TestRequestForwarding, TestRequestStatusCollectionAPI, TriLevelCompositeIdRoutingTest, ZkStateWriterTest, CachingDirectoryFactoryTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, TestConfigOverlay, TestReloadAndDeleteDocs, TestSolrDynamicMBean, TestReplicationHandlerBackup, TestRestoreCore, TestSolrConfigHandlerCloud]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandlerCloud -Dtests.seed=7B71A8B824B7EC26 -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=America/Swift_Current -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | TestSolrConfigHandlerCloud (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MDCAwareThreadPoolExecutor, MockDirectoryWrapper]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([7B71A8B824B7EC26]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:228)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed [474/562 (7!)] on J0 in 82.41s, 1 test, 1 failure <<< FAILURES!

[...truncated 300 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:794: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:738: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:59: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:233: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:526: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1444: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1000: There were test failures: 562 suites (7 ignored), 2231 tests, 1 suite-level error, 6 failures, 93 ignored (49 assumptions) [seed: 7B71A8B824B7EC26]

Total time: 91 minutes 23 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