Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.5/6/

5 tests failed.
FAILED:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=19709, name=Thread-10623, 
state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=19709, name=Thread-10623, state=RUNNABLE, 
group=TGRP-FullSolrCloudDistribCmdsTest]
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:34603/cpg/collection1
        at __randomizedtesting.SeedInfo.seed([1B8F3C17723282CC]:0)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:644)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured 
while waiting response from server at: http://127.0.0.1:34603/cpg/collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:586)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:642)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.read(SocketInputStream.java:152)
        at java.net.SocketInputStream.read(SocketInputStream.java:122)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:482)
        ... 5 more


FAILED:  org.apache.solr.cloud.hdfs.StressHdfsTest.test

Error Message:
Could not find collection:delete_data_dir

Stack Trace:
java.lang.AssertionError: Could not find collection:delete_data_dir
        at 
__randomizedtesting.SeedInfo.seed([1B8F3C17723282CC:93DB03CDDCCEEF34]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:151)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:130)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:832)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:155)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:99)
        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:996)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:971)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  
org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosData

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([1B8F3C17723282CC:67261E4CC4DA3553]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
        at 
org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosData(SegmentsInfoRequestHandlerTest.java:58)
        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:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=5=sum(//lst[@name='segments']/lst[*]/int[@name='size'])
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="segments"><lst name="_8"><str 
name="name">_8</str><int name="delCount">2</int><long 
name="sizeInBytes">1618</long><int name="size">5</int><date 
name="age">2016-04-29T01:28:23.983Z</date><str name="source">merge</str><bool 
name="mergeCandidate">true</bool></lst><lst name="_9"><str 
name="name">_9</str><int name="delCount">0</int><long 
name="sizeInBytes">1414</long><int name="size">1</int><date 
name="age">2016-04-29T01:28:23.989Z</date><str name="source">flush</str><bool 
name="mergeCandidate">true</bool></lst></lst>
</response>

        request was:wt=xml&qt=/admin/segments
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
        ... 40 more


FAILED:  org.apache.solr.schema.TestManagedSchemaAPI.test

Error Message:
Error from server at http://127.0.0.1:34735/solr/testschemaapi_shard1_replica1: 
ERROR: [doc=2] unknown field 'myNewField1'

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at http://127.0.0.1:34735/solr/testschemaapi_shard1_replica1: ERROR: 
[doc=2] unknown field 'myNewField1'
        at 
__randomizedtesting.SeedInfo.seed([1B8F3C17723282CC:93DB03CDDCCEEF34]:0)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
        at 
org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
        at 
org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
        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:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:34735/solr/testschemaapi_shard1_replica1: 
ERROR: [doc=2] unknown field 'myNewField1'
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        ... 1 more


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=8819, name=collection4, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:59899: collection already exists: 
awholynewstresscollection_collection4_0
        at __randomizedtesting.SeedInfo.seed([1B8F3C17723282CC]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1575)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1596)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:984)




Build Log:
[...truncated 11065 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001
   [junit4]   2> 74075 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 74075 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 74075 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 74075 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 74075 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 74076 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 74076 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 74096 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 74109 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 74139 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 74145 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 74294 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 74295 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 74296 WARN  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (2)
   [junit4]   2> 74307 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 74309 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 74311 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 74311 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 74311 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr'
   [junit4]   2> 74311 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 74311 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 74311 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1417172561
   [junit4]   2> 74311 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr]
   [junit4]   2> 74311 WARN  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/lib
   [junit4]   2> 74311 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 74313 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 74313 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 74313 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 74313 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 74313 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 74314 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{configSetProperties=configsetprops.json, schema=schema12.xml, 
dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001,
 shard=shard1, name=collection1, collection=collection1, config=solrconfig.xml, 
transient=false, loadOnStartup=true}
   [junit4]   2> 74315 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 74315 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 74315 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr
   [junit4]   2> 74315 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 74315 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 74336 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 74350 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.5.1
   [junit4]   2> 74379 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 74385 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 74532 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 74533 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 74534 WARN  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (2)
   [junit4]   2> 74545 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 74547 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 74549 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 74549 INFO  (coreLoadExecutor-101-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1
   [junit4]   2> 74549 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 74550 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/]
   [junit4]   2> 74550 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4549af55
   [junit4]   2> 74550 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001
   [junit4]   2> 74550 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/index/
   [junit4]   2> 74550 WARN  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 74551 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/index
   [junit4]   2> 74551 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1982092932583723]
   [junit4]   2> 74552 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; 
maxCacheMB=0.6923828125 
maxMergeSizeMB=0.404296875)),segFN=segments_1,generation=1}
   [junit4]   2> 74552 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 74552 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/
   [junit4]   2> 74556 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 74557 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 74558 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 74558 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 74558 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 74559 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74560 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74561 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74562 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 74566 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 74568 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
mltrh,/debug/dump,/update,/admin/plugins,mock,spellCheckWithWordbreak_Direct,/schema,/admin/luke,/admin/system,lazy,/mlt,defaults,spellCheckWithWordbreak,dismax,spellCheckCompRH,/get,/admin/properties,/admin/threads,/admin/ping,/search-facet-invariants,/admin/logging,/terms,standard,tvrh,/admin/mbeans,/update/json/docs,/admin/segments,spellCheckCompRH_Direct,/update/csv,/config,/admin/file,spellCheckCompRH1,/replication,/search-facet-def,/update/json
   [junit4]   2> 74569 WARN  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated 
<admin/gettableFiles>, Please update your config to use the 
ShowFileRequestHandler.
   [junit4]   2> 74569 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 74570 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 74570 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 74570 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=2, maxMergeAtOnceExplicit=9, maxMergedSegmentMB=88.9951171875, 
floorSegmentMB=1.23828125, forceMergeDeletesPctAllowed=20.121902992701955, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 74570 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; 
maxCacheMB=0.6923828125 
maxMergeSizeMB=0.404296875)),segFN=segments_1,generation=1}
   [junit4]   2> 74570 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 74571 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@39f702d8[collection1] 
main
   [junit4]   2> 74571 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 74571 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 74571 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 74571 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 74578 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 74601 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 74601 INFO  
(searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 74601 INFO  
(searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 74602 INFO  
(searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 74602 INFO  
(searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 74602 INFO  
(searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 74602 INFO  (coreLoadExecutor-101-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 74602 INFO  
(searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 74603 INFO  
(searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 74603 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 74603 INFO  
(searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 74603 INFO  
(searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 74604 INFO  
(searcherExecutor-102-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@39f702d8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 74606 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testSegmentInfos
   [junit4]   2> 74607 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1000]} 0 1
   [junit4]   2> 74611 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1001]} 0 1
   [junit4]   2> 74613 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1002]} 0 0
   [junit4]   2> 74670 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1003]} 0 56
   [junit4]   2> 74671 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[SOLR1004]} 0 0
   [junit4]   2> 74672 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{delete=[SOLR1000]} 0 0
   [junit4]   2> 74672 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 74678 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; 
maxCacheMB=0.6923828125 
maxMergeSizeMB=0.404296875)),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; 
maxCacheMB=0.6923828125 
maxMergeSizeMB=0.404296875)),segFN=segments_2,generation=2}
   [junit4]   2> 74678 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 74679 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.s.SolrIndexSearcher Opening Searcher@39ccc4b4[collection1] main
   [junit4]   2> 74679 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 74680 INFO  (searcherExecutor-102-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@39ccc4b4[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(5.5.1):C4)))}
   [junit4]   2> 74680 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 8
   [junit4]   2> 74682 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={wt=xml&qt=/admin/segments} status=0 QTime=0
   [junit4]   2> 74683 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfos-seed#[1B8F3C17723282CC]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testSegmentInfos
   [junit4]   2> 74686 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testSegmentInfosData
   [junit4]   2> 74686 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[SOLR1000]} 0 0
   [junit4]   2> 74691 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[SOLR1001]} 0 4
   [junit4]   2> 74692 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[SOLR1002]} 0 0
   [junit4]   2> 74697 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[SOLR1003]} 0 4
   [junit4]   2> 74698 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[SOLR1004]} 0 0
   [junit4]   2> 74699 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{delete=[SOLR1000]} 0 0
   [junit4]   2> 74700 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 74705 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; 
maxCacheMB=0.6923828125 
maxMergeSizeMB=0.404296875)),segFN=segments_2,generation=2}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; 
maxCacheMB=0.6923828125 
maxMergeSizeMB=0.404296875)),segFN=segments_3,generation=3}
   [junit4]   2> 74705 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 74706 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@1c36cc92[collection1] main
   [junit4]   2> 74706 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 74707 INFO  (searcherExecutor-102-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c36cc92[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_a(5.5.1):C4)))}
   [junit4]   2> 74707 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 7
   [junit4]   2> 74708 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={wt=xml&qt=/admin/segments} status=0 QTime=0
   [junit4]   2> 74709 ERROR 
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
xpath=5=sum(//lst[@name='segments']/lst[*]/int[@name='size'])
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="segments"><lst name="_8"><str 
name="name">_8</str><int name="delCount">2</int><long 
name="sizeInBytes">1618</long><int name="size">5</int><date 
name="age">2016-04-29T01:28:23.983Z</date><str name="source">merge</str><bool 
name="mergeCandidate">true</bool></lst><lst name="_9"><str 
name="name">_9</str><int name="delCount">0</int><long 
name="sizeInBytes">1414</long><int name="size">1</int><date 
name="age">2016-04-29T01:28:23.989Z</date><str name="source">flush</str><bool 
name="mergeCandidate">true</bool></lst></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:wt=xml&qt=/admin/segments
   [junit4]   2> 74710 ERROR 
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
wt=xml&qt=/admin/segments:java.lang.RuntimeException: REQUEST FAILED: 
xpath=5=sum(//lst[@name='segments']/lst[*]/int[@name='size'])
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="segments"><lst name="_8"><str 
name="name">_8</str><int name="delCount">2</int><long 
name="sizeInBytes">1618</long><int name="size">5</int><date 
name="age">2016-04-29T01:28:23.983Z</date><str name="source">merge</str><bool 
name="mergeCandidate">true</bool></lst><lst name="_9"><str 
name="name">_9</str><int name="delCount">0</int><long 
name="sizeInBytes">1414</long><int name="size">1</int><date 
name="age">2016-04-29T01:28:23.989Z</date><str name="source">flush</str><bool 
name="mergeCandidate">true</bool></lst></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:wt=xml&qt=/admin/segments
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
   [junit4]   2>        at 
org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosData(SegmentsInfoRequestHandlerTest.java:58)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:606)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 74710 INFO  
(TEST-SegmentsInfoRequestHandlerTest.testSegmentInfosData-seed#[1B8F3C17723282CC])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testSegmentInfosData
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SegmentsInfoRequestHandlerTest -Dtests.method=testSegmentInfosData 
-Dtests.seed=1B8F3C17723282CC -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt 
-Dtests.locale=de-DE -Dtests.timezone=Asia/Riyadh87 -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.03s J2 | 
SegmentsInfoRequestHandlerTest.testSegmentInfosData <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1B8F3C17723282CC:67261E4CC4DA3553]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
   [junit4]    >        at 
org.apache.solr.handler.admin.SegmentsInfoRequestHandlerTest.testSegmentInfosData(SegmentsInfoRequestHandlerTest.java:58)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=5=sum(//lst[@name='segments']/lst[*]/int[@name='size'])
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><lst name="segments"><lst name="_8"><str 
name="name">_8</str><int name="delCount">2</int><long 
name="sizeInBytes">1618</long><int name="size">5</int><date 
name="age">2016-04-29T01:28:23.983Z</date><str name="source">merge</str><bool 
name="mergeCandidate">true</bool></lst><lst name="_9"><str 
name="name">_9</str><int name="delCount">0</int><long 
name="sizeInBytes">1414</long><int name="size">1</int><date 
name="age">2016-04-29T01:28:23.989Z</date><str name="source">flush</str><bool 
name="mergeCandidate">true</bool></lst></lst>
   [junit4]    > </response>
   [junit4]    >        request was:wt=xml&qt=/admin/segments
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
   [junit4]    >        ... 40 more
   [junit4]   2> 74714 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 74714 INFO  
(SUITE-SegmentsInfoRequestHandlerTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1417172561
   [junit4]   2> 74714 INFO  (coreCloseExecutor-106-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@72d50a15
   [junit4]   2> 74715 INFO  (coreCloseExecutor-106-thread-1) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=2,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=10,cumulative_deletesById=2,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 74715 INFO  (coreCloseExecutor-106-thread-1) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 74715 INFO  (coreCloseExecutor-106-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
   [junit4]   2> 74715 INFO  (coreCloseExecutor-106-thread-1) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
   [junit4]   2> 74716 INFO  (coreCloseExecutor-106-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; 
maxCacheMB=0.6923828125 
maxMergeSizeMB=0.404296875)),segFN=segments_3,generation=3}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@3b5247d7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ea92ae; 
maxCacheMB=0.6923828125 
maxMergeSizeMB=0.404296875)),segFN=segments_4,generation=4}
   [junit4]   2> 74716 INFO  (coreCloseExecutor-106-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 74716 INFO  (coreCloseExecutor-106-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 74728 INFO  (coreCloseExecutor-106-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
   [junit4]   2> 74728 INFO  (coreCloseExecutor-106-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 74728 INFO  (coreCloseExecutor-106-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001/index
   [junit4]   2> 74728 INFO  (coreCloseExecutor-106-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001;done=false>>]
   [junit4]   2> 74728 INFO  (coreCloseExecutor-106-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.handler.admin.SegmentsInfoRequestHandlerTest_1B8F3C17723282CC-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): {name=FST50, 
id=FST50}, docValues:{}, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, 
locale=de-DE, timezone=Asia/Riyadh87
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.7.0_80 (64-bit)/cpus=4,threads=1,free=92826800,total=348127232
   [junit4]   2> NOTE: All tests run in this JVM: [PrimitiveFieldTypeTest, 
TestSha256AuthenticationProvider, TestHdfsUpdateLog, BJQParserTest, 
TestFuzzyAnalyzedSuggestions, RecoveryAfterSoftCommitTest, SimpleFacetsTest, 
SegmentsInfoRequestHandlerTest]
   [junit4] Completed [26/572 (1!)] on J2 in 0.67s, 2 tests, 1 error <<< 
FAILURES!

[...truncated 331 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/init-core-data-001
   [junit4]   2> 715227 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 715227 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 715230 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 715231 INFO  (Thread-5101) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 715231 INFO  (Thread-5101) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 715331 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:45433
   [junit4]   2> 715331 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 715331 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 715333 INFO  (zkCallback-1191-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@431856ff 
name:ZooKeeperConnection Watcher:127.0.0.1:45433 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 715333 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 715334 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 715334 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 715335 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 715335 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 715336 INFO  (zkCallback-1192-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@612e3937 
name:ZooKeeperConnection Watcher:127.0.0.1:45433/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 715336 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 715336 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 715336 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 715338 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 715338 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 715339 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 715340 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 715340 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 715341 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 715341 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 715343 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 715343 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 715343 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 715344 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 715344 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 715345 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 715345 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 715345 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 715346 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 715346 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 715347 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 715347 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 715348 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 715348 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 715349 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 715349 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 715350 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 715350 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 715409 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/cores/collection1
   [junit4]   2> 715410 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 715411 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@56698d4d{/,null,AVAILABLE}
   [junit4]   2> 715411 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3d1d4969{HTTP/1.1}{127.0.0.1:44346}
   [junit4]   2> 715411 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.e.j.s.Server Started @717387ms
   [junit4]   2> 715411 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/tempDir-001/control/data,
 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/cores,
 hostPort=44346, hostContext=/}
   [junit4]   2> 715411 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@7b3cb2c6
   [junit4]   2> 715412 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001'
   [junit4]   2> 715412 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 715412 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 715412 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 715413 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 715413 INFO  (zkCallback-1193-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@201085af 
name:ZooKeeperConnection Watcher:127.0.0.1:45433/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 715413 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 715414 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 715415 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 715415 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/solr.xml
   [junit4]   2> 715424 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/cores
   [junit4]   2> 715424 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1403480335
   [junit4]   2> 715424 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001]
   [junit4]   2> 715424 WARN  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/lib
   [junit4]   2> 715424 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
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> 715425 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 715425 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 715425 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 715425 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45433/solr
   [junit4]   2> 715425 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 715425 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 715426 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 715427 INFO  (zkCallback-1196-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@65531b65 
name:ZooKeeperConnection Watcher:127.0.0.1:45433 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 715427 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 715427 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 715435 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$6@25199dec
   [junit4]   2> 715435 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 715442 INFO  
(zkCallback-1197-thread-1-processing-n:127.0.0.1:44346_) [n:127.0.0.1:44346_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7b8ea89f 
name:ZooKeeperConnection Watcher:127.0.0.1:45433/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 715442 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.ConnectionManager Client is connected to 
ZooKeeper
   [junit4]   2> 715443 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 715444 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 715446 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 715447 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 715448 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 715449 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 715450 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 715451 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 715452 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 715452 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44346_
   [junit4]   2> 715453 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:44346_
   [junit4]   2> 715454 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 715454 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 715455 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 715455 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.LeaderElector Joined leadership election with 
path: /overseer_elect/election/95806681562808324-127.0.0.1:44346_-n_0000000000
   [junit4]   2> 715456 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:44346_
   [junit4]   2> 715456 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 715456 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.Overseer Overseer 
(id=95806681562808324-127.0.0.1:44346_-n_0000000000) starting
   [junit4]   2> 715457 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 715460 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 715461 INFO  
(OverseerCollectionConfigSetProcessor-95806681562808324-127.0.0.1:44346_-n_0000000000)
 [n:127.0.0.1:44346_    ] o.a.s.c.OverseerTaskProcessor Process current queue 
of overseer operations
   [junit4]   2> 715461 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.c.ZkStateReader Updating cluster state from 
ZooKeeper... 
   [junit4]   2> 715461 INFO  
(OverseerStateUpdate-95806681562808324-127.0.0.1:44346_-n_0000000000) 
[n:127.0.0.1:44346_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 715473 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.CoreContainer Security conf doesn't exist. 
Skipping setup for authorization module.
   [junit4]   2> 715473 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 715474 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.CorePropertiesLocator Looking for core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/cores
   [junit4]   2> 715475 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: 
{dataDir=data/, transient=false, schema=schema.xml, 
collection=control_collection, loadOnStartup=true, shard=, 
config=solrconfig.xml, coreNodeName=, configSetProperties=configsetprops.json, 
name=collection1}
   [junit4]   2> 715475 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.CorePropertiesLocator Found core collection1 
in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_1B8F3C17723282CC-001/control-001/cores/collection1
   [junit4]   2> 715475 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C17723282CC]) 
[n:127.0.0.1:44346_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 715475 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[1B8F3C177232

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

   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        2       /solr/collections/testschemaapi/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/collections
   [junit4]   2>        3       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 4115689 INFO  
(TEST-TestManagedSchemaAPI.test-seed#[1B8F3C17723282CC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestManagedSchemaAPI -Dtests.method=test 
-Dtests.seed=1B8F3C17723282CC -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt 
-Dtests.locale=he-IL -Dtests.timezone=Africa/Tunis -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   6.34s J2 | TestManagedSchemaAPI.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from 
server at http://127.0.0.1:34735/solr/testschemaapi_shard1_replica1: ERROR: 
[doc=2] unknown field 'myNewField1'
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1B8F3C17723282CC:93DB03CDDCCEEF34]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:632)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:981)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    >        at 
org.apache.solr.schema.TestManagedSchemaAPI.testAddFieldAndDocument(TestManagedSchemaAPI.java:101)
   [junit4]    >        at 
org.apache.solr.schema.TestManagedSchemaAPI.test(TestManagedSchemaAPI.java:69)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:34735/solr/testschemaapi_shard1_replica1: 
ERROR: [doc=2] unknown field 'myNewField1'
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:577)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:607)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:604)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >        ... 1 more
   [junit4]   2> 4115690 INFO  
(SUITE-TestManagedSchemaAPI-seed#[1B8F3C17723282CC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaAPI_1B8F3C17723282CC-001
   [junit4]   2> Apr 29, 2016 2:35:44 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene54): 
{myNewField=Lucene50(blocksize=128), _version_=BlockTreeOrds(blocksize=128), 
id=Lucene50(blocksize=128)}, docValues:{}, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=he-IL, 
timezone=Africa/Tunis
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.7.0_80 (64-bit)/cpus=4,threads=1,free=84238568,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [PrimitiveFieldTypeTest, 
TestSha256AuthenticationProvider, TestHdfsUpdateLog, BJQParserTest, 
TestFuzzyAnalyzedSuggestions, RecoveryAfterSoftCommitTest, SimpleFacetsTest, 
SegmentsInfoRequestHandlerTest, SearchHandlerTest, 
BinaryUpdateRequestHandlerTest, TestStressLiveNodes, 
CollectionsAPIAsyncDistributedZkTest, 
TestOverriddenPrefixQueryForCustomFieldType, CoreAdminHandlerTest, 
TestRawTransformer, TestFreeTextSuggestions, 
TestDistributedStatsComponentCardinality, TestExclusionRuleCollectionAccess, 
PluginInfoTest, DocValuesMultiTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
ExitableDirectoryReaderTest, TestAuthorizationFramework, 
BasicDistributedZk2Test, DistribCursorPagingTest, CircularListTest, 
DeleteReplicaTest, DebugComponentTest, TestCryptoKeys, TestStressReorder, 
TestCloudSchemaless, DistributedQueryComponentOptimizationTest, 
TestSweetSpotSimilarityFactory, AtomicUpdatesTest, TestTrieFacet, 
TestIndexingPerformance, CursorMarkTest, SampleTest, HLLSerializationTest, 
TestFieldSortValues, TestPHPSerializedResponseWriter, SpatialHeatmapFacetsTest, 
StatelessScriptUpdateProcessorFactoryTest, AutoCommitTest, 
TestCSVResponseWriter, LeaderElectionTest, DistributedFacetPivotSmallTest, 
HdfsBasicDistributedZk2Test, TestPostingsSolrHighlighter, HdfsRecoverLeaseTest, 
OverseerRolesTest, TestIndexSearcher, TestBulkSchemaConcurrent, 
DistributedQueueTest, TestUtils, DirectUpdateHandlerTest, SuggesterTest, 
SuggesterWFSTTest, TestAnalyzeInfixSuggestions, TestMiniSolrCloudClusterSSL, 
TestJettySolrRunner, HdfsLockFactoryTest, TestObjectReleaseTracker, 
SliceStateTest, TestDefaultSearchFieldResource, DistributedFacetPivotLargeTest, 
DocValuesMissingTest, RestartWhileUpdatingTest, DataDrivenBlockJoinTest, 
TestSolr4Spatial2, RecoveryZkTest, HdfsSyncSliceTest, TestBlobHandler, 
TestPerFieldSimilarity, TestElisionMultitermQuery, 
TestReversedWildcardFilterFactory, TestFieldCollectionResource, 
SortSpecParsingTest, TestInfoStreamLogging, TestZkChroot, ConfigSetsAPITest, 
TestCollapseQParserPlugin, TestCoreDiscovery, TestTolerantSearch, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestFieldTypeResource, 
TestSolrQueryParser, UnloadDistributedZkTest, TestUseDocValuesAsStored2, 
TestSolrJ, RegexBoostProcessorTest, TestSolrConfigHandlerConcurrent, 
OpenCloseCoreStressTest, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, 
TestDistributedMissingSort, TestEmbeddedSolrServerConstructors, 
ActionThrottleTest, AliasIntegrationTest, AssignTest, 
AsyncCallRequestStatusResponseTest, CleanupOldIndexTest, 
ConcurrentDeleteAndCreateCollectionTest, 
DistribDocExpirationUpdateProcessorTest, DistributedVersionInfoTest, 
LeaderInitiatedRecoveryOnCommitTest, LeaderInitiatedRecoveryOnShardRestartTest, 
SSLMigrationTest, SaslZkACLProviderTest, ShardSplitTest, TestRequestForwarding, 
TestRequestStatusCollectionAPI, TestShortCircuitedRequests, 
VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZkTest, 
StressHdfsTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest, 
TestConfigOverlay, TestConfigSetImmutable, TestConfigSetProperties, 
TestConfigSets, TestImplicitCoreProperties, TestReloadAndDeleteDocs, 
TestShardHandlerFactory, TestSolrConfigHandler, TestSolrDynamicMBean, 
TestSolrXml, RequestLoggingTest, TestReplicationHandlerBackup, 
TestReqParamsAPI, TestSolrConfigHandlerCloud, InfoHandlerTest, 
DistributedExpandComponentTest, DistributedQueryComponentCustomSortTest, 
SuggestComponentContextFilterQueryTest, TestPivotHelperCode, 
TestTrackingShardHandlerFactory, SmileWriterTest, TestChildDocTransformer, 
TestSolrQueryResponse, TestSortingResponseWriter, TestManagedResource, 
TestBulkSchemaAPI, TestClassNameShortening, TestCopyFieldCollectionResource, 
TestManagedSchemaFieldTypeResource, TestRemoveLastDynamicCopyField, 
TestSchemaNameResource, TestSchemaResource, TestSerializedLuceneMatchVersion, 
TestUniqueKeyFieldResource, TestManagedStopFilterFactory, 
TestManagedSynonymFilterFactory, BadCopyFieldTest, ChangedSchemaMergeTest, 
DateRangeFieldTest, EnumFieldTest, SpatialRPTFieldTypeTest, 
TestManagedSchemaAPI]
   [junit4] Completed [521/572 (5!)] on J2 in 6.61s, 1 test, 1 error <<< 
FAILURES!

[...truncated 183 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:757: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:694: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/solr/common-build.xml:534:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1477:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.5/lucene/common-build.xml:1033:
 There were test failures: 572 suites (7 ignored), 2293 tests, 4 errors, 1 
failure, 34 ignored (18 assumptions) [seed: 1B8F3C17723282CC]

Total time: 192 minutes 39 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



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

Reply via email to