You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/05/02 19:14:16 UTC

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 835 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/835/

2 tests failed.
REGRESSION:  org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test

Error Message:
Invalid content type: 

Stack Trace:
org.apache.http.ParseException: Invalid content type: 
	at __randomizedtesting.SeedInfo.seed([D82449739AD0D42D:507076A9342CB9D5]:0)
	at org.apache.http.entity.ContentType.parse(ContentType.java:273)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:513)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:235)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:227)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
	at org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:224)
	at org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:166)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:676)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:152)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


REGRESSION:  org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([D82449739AD0D42D:A9C0B7A5EC3BF3E1]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:111)
	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:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10392 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/init-core-data-001
   [junit4]   2> 577840 T1986 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 577845 T1986 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 577846 T1987 oasc.ZkTestServer$2$1.setClientPort client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 577846 T1987 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 577946 T1986 oasc.ZkTestServer.run start zk server on port:45606
   [junit4]   2> 577947 T1986 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 577948 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 577952 T1994 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@509a83b2 name:ZooKeeperConnection Watcher:127.0.0.1:45606 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 577952 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 577952 T1986 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 577953 T1986 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 577955 T1986 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 577955 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 577956 T1997 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24603a3a name:ZooKeeperConnection Watcher:127.0.0.1:45606/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 577956 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 577957 T1986 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 577957 T1986 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 577959 T1986 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 577960 T1986 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 577961 T1986 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 577962 T1986 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 577963 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 577965 T1986 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 577965 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 578066 T1986 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 578067 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 578068 T1986 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 578069 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 578070 T1986 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 578070 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 578072 T1986 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 578072 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 578073 T1986 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 578074 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 578075 T1986 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 578076 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 578077 T1986 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 578077 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 578079 T1986 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 578079 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 578081 T1986 oasc.AbstractZkTestCase.putConfig put /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 578081 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 579019 T1986 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/cores/collection1
   [junit4]   2> 579022 T1986 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 579024 T1986 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@7d809201{/,null,AVAILABLE}
   [junit4]   2> 579034 T1986 oejs.AbstractConnector.doStart Started ServerConnector@619ff3a4{HTTP/1.1}{127.0.0.1:45611}
   [junit4]   2> 579034 T1986 oejs.Server.doStart Started @583545ms
   [junit4]   2> 579035 T1986 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/cores, hostContext=/, hostPort=45611, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/tempDir-001/control/data}
   [junit4]   2> 579035 T1986 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@17072b90
   [junit4]   2> 579036 T1986 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/'
   [junit4]   2> 579066 T1986 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/solr.xml
   [junit4]   2> 579102 T1986 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/cores
   [junit4]   2> 579102 T1986 oasc.CoreContainer.<init> New CoreContainer 352566483
   [junit4]   2> 579103 T1986 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/]
   [junit4]   2> 579103 T1986 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/lib
   [junit4]   2> 579104 T1986 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/lib).
   [junit4]   2> 579113 T1986 oashc.HttpShardHandlerFactory.init 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> 579117 T1986 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 579118 T1986 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 579118 T1986 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 579119 T1986 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 579119 T1986 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45606/solr
   [junit4]   2> 579119 T1986 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 579119 T1986 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 579120 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 579122 T2011 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a4028a3 name:ZooKeeperConnection Watcher:127.0.0.1:45606 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 579123 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 579123 T1986 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 579125 T1986 n:127.0.0.1:45611_ oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 579126 T2014 n:127.0.0.1:45611_ oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@93bd17b name:ZooKeeperConnection Watcher:127.0.0.1:45606/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 579126 T1986 n:127.0.0.1:45611_ oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 579128 T1986 n:127.0.0.1:45611_ oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 579130 T1986 n:127.0.0.1:45611_ oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 579131 T1986 n:127.0.0.1:45611_ oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 579133 T1986 n:127.0.0.1:45611_ oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 579134 T1986 n:127.0.0.1:45611_ oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 579136 T1986 n:127.0.0.1:45611_ oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 579137 T1986 n:127.0.0.1:45611_ oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 579138 T1986 n:127.0.0.1:45611_ oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 579139 T1986 n:127.0.0.1:45611_ oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45611_
   [junit4]   2> 579139 T1986 n:127.0.0.1:45611_ oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45611_
   [junit4]   2> 579141 T1986 n:127.0.0.1:45611_ oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 579142 T1986 n:127.0.0.1:45611_ oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 579143 T1986 n:127.0.0.1:45611_ oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 579144 T1986 n:127.0.0.1:45611_ oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:45611_
   [junit4]   2> 579144 T1986 n:127.0.0.1:45611_ oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 579145 T1986 n:127.0.0.1:45611_ oasc.Overseer.start Overseer (id=93754649804210179-127.0.0.1:45611_-n_0000000000) starting
   [junit4]   2> 579147 T1986 n:127.0.0.1:45611_ oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 579151 T1986 n:127.0.0.1:45611_ oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 579151 T2016 n:127.0.0.1:45611_ oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 579152 T1986 n:127.0.0.1:45611_ oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 579152 T2015 n:127.0.0.1:45611_ oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 579155 T1986 n:127.0.0.1:45611_ oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/cores
   [junit4]   2> 579157 T1986 n:127.0.0.1:45611_ oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {transient=false, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/cores/collection1, name=collection1, schema=schema.xml, config=solrconfig.xml, loadOnStartup=true, shard=, coreNodeName=, dataDir=data/, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/cores/collection1/, collection=control_collection}
   [junit4]   2> 579158 T1986 n:127.0.0.1:45611_ oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/cores/collection1/
   [junit4]   2> 579158 T1986 n:127.0.0.1:45611_ oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 579159 T2018 n:127.0.0.1:45611_ c:control_collection x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 579159 T2018 n:127.0.0.1:45611_ c:control_collection x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 579160 T2018 n:127.0.0.1:45611_ oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 579160 T2014 n:127.0.0.1:45611_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 579161 T2015 n:127.0.0.1:45611_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45611_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45611"} current state version: 0
   [junit4]   2> 579161 T2015 n:127.0.0.1:45611_ oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45611_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45611"}
   [junit4]   2> 579161 T2015 n:127.0.0.1:45611_ oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 579162 T2015 n:127.0.0.1:45611_ oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 579163 T2014 n:127.0.0.1:45611_ oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 580160 T2018 n:127.0.0.1:45611_ oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 580161 T2018 n:127.0.0.1:45611_ oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 580162 T2018 n:127.0.0.1:45611_ oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 580162 T2018 n:127.0.0.1:45611_ oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 580162 T2018 n:127.0.0.1:45611_ oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 580163 T2018 n:127.0.0.1:45611_ oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/cores/collection1/'
   [junit4]   2> 580179 T2018 n:127.0.0.1:45611_ oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 580188 T2018 n:127.0.0.1:45611_ oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 580206 T2018 n:127.0.0.1:45611_ oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 580243 T2018 n:127.0.0.1:45611_ oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 580345 T2018 n:127.0.0.1:45611_ oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 580353 T2018 n:127.0.0.1:45611_ oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 580611 T2018 n:127.0.0.1:45611_ oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 580613 T2018 n:127.0.0.1:45611_ oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 580615 T2018 n:127.0.0.1:45611_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 580618 T2018 n:127.0.0.1:45611_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 580636 T2018 n:127.0.0.1:45611_ oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 580636 T2018 n:127.0.0.1:45611_ x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 580637 T2018 n:127.0.0.1:45611_ x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 580637 T2018 n:127.0.0.1:45611_ x:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@67257ce8
   [junit4]   2> 580638 T2018 n:127.0.0.1:45611_ x:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/cores/collection1/data
   [junit4]   2> 580638 T2018 n:127.0.0.1:45611_ x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/cores/collection1/data/index/
   [junit4]   2> 580638 T2018 n:127.0.0.1:45611_ x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 580639 T2018 n:127.0.0.1:45611_ x:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/control-001/cores/collection1/data/index
   [junit4]   2> 580639 T2018 n:127.0.0.1:45611_ x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6908982122602404]
   [junit4]   2> 580640 T2018 n:127.0.0.1:45611_ x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1958dc4f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18e7d389),segFN=segments_1,generation=1}
   [junit4]   2> 580640 T2018 n:127.0.0.1:45611_ x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 580645 T2018 n:127.0.0.1:45611_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 580646 T2018 n:127.0.0.1:45611_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 580647 T2018 n:127.0.0.1:45611_ x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 580647 T2018 n:127.0.0.1:45611_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 580647 T2018 n:127.0.0.1:45611_ x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 580647 T2018 n:127.0.0.1:45611_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 580648 T2018 n:127.0.0.1:45611_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 580648 T2018 n:127.0.0.1:45611_ x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 580649 T2018 n:127.0.0.1:45611_ x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 580666 T2018 n:127.0.0.1:45611_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 580668 T2018 n:127.0.0.1:45611_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 580670 T2018 n:127.0.0.1:45611_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 580671 T2018 n:127.0.0.1:45611_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 580676 T2018 n:127.0.0.1:45611_ x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/logging,/config,/update,/admin/system,/admin/properties,/update/json/docs,standard,/update/csv,/admin/luke,/admin/threads,/admin/plugins,/replication,/admin/ping,/admin/mbeans,/schema,/get,/update/json,/admin/segments,/admin/file
   [junit4]   2> 580679 T2018 n:127.0.0.1:45611_ x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 580681 T2018 n:127.0.0.1:45611_ x:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 580681 T2018 n:127.0.0.1:45611_ x:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 580683 T2018 n:127.0.0.1:45611_ x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 580683 T2018 n:127.0.0.1:45611_ x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 580683 T2018 n:127.0.0.1:45611_ x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@1ccca413
   [junit4]   2> 580684 T2018 n:127.0.0.1:45611_ x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1958dc4f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18e7d389),segFN=segments_1,generation=1}
   [junit4]   2> 580684 T2018 n:127.0.0.1:45611_ x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 580685 T2018 n:127.0.0.1:45611_ x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@2de84593[collection1] main
   [junit4]   2> 580685 T2018 n:127.0.0.1:45611_ x:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 580686 T2018 n:127.0.0.1:45611_ x:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 580686 T2018 n:127.0.0.1:45611_ x:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 580686 T2018 n:127.0.0.1:45611_ x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 580687 T2018 n:127.0.0.1:45611_ x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 580687 T2018 n:127.0.0.1:45611_ x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 580687 T2018 n:127.0.0.1:45611_ x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 580688 T2018 n:127.0.0.1:45611_ x:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 580688 T2018 n:127.0.0.1:45611_ x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 580688 T2018 n:127.0.0.1:45611_ x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 580689 T2018 n:127.0.0.1:45611_ x:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 580689 T2019 n:127.0.0.1:45611_ x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2de84593[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580689 T2018 n:127.0.0.1:45611_ x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 580690 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45611 collection:control_collection shard:shard1
   [junit4]   2> 580690 T1986 n:127.0.0.1:45611_ oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 580691 T1986 n:127.0.0.1:45611_ oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 580691 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 580693 T1986 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 580694 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 580696 T2025 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3e7b2d1d name:ZooKeeperConnection Watcher:127.0.0.1:45606/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 580697 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 580697 T1986 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 580697 T1986 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 580698 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 580701 T1986 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 580701 T2014 n:127.0.0.1:45611_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 580701 T1986 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 580701 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 580701 T1986 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 580702 T2015 n:127.0.0.1:45611_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 580702 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 580702 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> ASYNC  NEW_CORE C180 name=collection1 org.apache.solr.core.SolrCore@4671670a url=http://127.0.0.1:45611/collection1 node=127.0.0.1:45611_ C180_STATE=coll:control_collection core:collection1 props:{state=down, core=collection1, node_name=127.0.0.1:45611_, base_url=http://127.0.0.1:45611}
   [junit4]   2> 580703 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 C180 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45611/collection1/
   [junit4]   2> 580703 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 C180 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 580704 T2014 n:127.0.0.1:45611_ oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 580704 T2028 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a9bad3f name:ZooKeeperConnection Watcher:127.0.0.1:45606/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 580704 T2025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 580704 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 C180 oasc.SyncStrategy.syncToMe http://127.0.0.1:45611/collection1/ has no replicas
   [junit4]   2> 580705 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 580706 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:45611/collection1/ shard1
   [junit4]   2> 580706 T1986 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 580706 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 580708 T2014 n:127.0.0.1:45611_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 580710 T2015 n:127.0.0.1:45611_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 580710 T2015 n:127.0.0.1:45611_ oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 580713 T2015 n:127.0.0.1:45611_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45611",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 580713 T2015 n:127.0.0.1:45611_ oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 580714 T2025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 580714 T2014 n:127.0.0.1:45611_ oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 580717 T2014 n:127.0.0.1:45611_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 580718 T2025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 580718 T2014 n:127.0.0.1:45611_ oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 580762 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 oasc.ZkController.register We are http://127.0.0.1:45611/collection1/ and leader is http://127.0.0.1:45611/collection1/
   [junit4]   2> 580763 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45611
   [junit4]   2> 580763 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 580763 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 580763 T2022 n:127.0.0.1:45611_ c:control_collection s:shard1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 580765 T2014 n:127.0.0.1:45611_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 580766 T2015 n:127.0.0.1:45611_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45611_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45611"} current state version: 4
   [junit4]   2> 580766 T2015 n:127.0.0.1:45611_ oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45611_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45611"}
   [junit4]   2> 580869 T2025 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 580869 T2014 n:127.0.0.1:45611_ oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 581659 T1986 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/cores/collection1
   [junit4]   2> 581662 T1986 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001
   [junit4]   2> 581663 T1986 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 581664 T1986 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@619c33ce{/,null,AVAILABLE}
   [junit4]   2> 581665 T1986 oejs.AbstractConnector.doStart Started ServerConnector@2d45581{HTTP/1.1}{127.0.0.1:45622}
   [junit4]   2> 581665 T1986 oejs.Server.doStart Started @586176ms
   [junit4]   2> 581666 T1986 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostPort=45622, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/tempDir-001/jetty1, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/cores, hostContext=/, solrconfig=solrconfig.xml}
   [junit4]   2> 581666 T1986 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@17072b90
   [junit4]   2> 581667 T1986 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/'
   [junit4]   2> 581697 T1986 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/solr.xml
   [junit4]   2> 581732 T1986 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/cores
   [junit4]   2> 581732 T1986 oasc.CoreContainer.<init> New CoreContainer 172932216
   [junit4]   2> 581732 T1986 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/]
   [junit4]   2> 581733 T1986 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/lib
   [junit4]   2> 581733 T1986 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/lib).
   [junit4]   2> 581743 T1986 oashc.HttpShardHandlerFactory.init 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> 581747 T1986 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 581748 T1986 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 581748 T1986 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 581749 T1986 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 581749 T1986 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45606/solr
   [junit4]   2> 581749 T1986 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 581749 T1986 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 581750 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 581752 T2042 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@634f1424 name:ZooKeeperConnection Watcher:127.0.0.1:45606 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 581752 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 581753 T1986 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 581755 T1986 n:127.0.0.1:45622_ oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 581756 T2045 n:127.0.0.1:45622_ oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7edd823b name:ZooKeeperConnection Watcher:127.0.0.1:45606/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 581756 T1986 n:127.0.0.1:45622_ oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 581761 T1986 n:127.0.0.1:45622_ oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 582766 T1986 n:127.0.0.1:45622_ oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45622_
   [junit4]   2> 582768 T1986 n:127.0.0.1:45622_ oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45622_
   [junit4]   2> 582770 T1986 n:127.0.0.1:45622_ oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 582773 T1986 n:127.0.0.1:45622_ oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/cores
   [junit4]   2> 582777 T1986 n:127.0.0.1:45622_ oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {collection=collection1, coreNodeName=, shard=, config=solrconfig.xml, dataDir=data/, name=collection1, schema=schema.xml, loadOnStartup=true, absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/cores/collection1/, transient=false, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/cores/collection1}
   [junit4]   2> 582777 T1986 n:127.0.0.1:45622_ oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/cores/collection1/
   [junit4]   2> 582778 T1986 n:127.0.0.1:45622_ oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 582780 T2046 n:127.0.0.1:45622_ c:collection1 x:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 582780 T2046 n:127.0.0.1:45622_ c:collection1 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 582782 T2014 n:127.0.0.1:45611_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 582782 T2046 n:127.0.0.1:45622_ oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 582782 T2046 n:127.0.0.1:45622_ oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 582782 T2015 n:127.0.0.1:45611_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45622_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45622"} current state version: 5
   [junit4]   2> 582783 T2046 n:127.0.0.1:45622_ oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 582783 T2015 n:127.0.0.1:45611_ oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45622_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45622"}
   [junit4]   2> 582784 T2015 n:127.0.0.1:45611_ oasco.ReplicaMutator.updateState Collection already exists with numShards=3
   [junit4]   2> 582784 T2015 n:127.0.0.1:45611_ oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 582784 T2046 n:127.0.0.1:45622_ oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 582784 T2046 n:127.0.0.1:45622_ oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 582785 T2015 n:127.0.0.1:45611_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 582786 T2045 n:127.0.0.1:45622_ oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 582786 T2045 n:127.0.0.1:45622_ oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 583785 T2046 n:127.0.0.1:45622_ oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 583786 T2046 n:127.0.0.1:45622_ oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 583787 T2046 n:127.0.0.1:45622_ oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 583787 T2046 n:127.0.0.1:45622_ oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 583788 T2046 n:127.0.0.1:45622_ oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 583788 T2046 n:127.0.0.1:45622_ oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/cores/collection1/'
   [junit4]   2> 583808 T2046 n:127.0.0.1:45622_ oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 583819 T2046 n:127.0.0.1:45622_ oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 583841 T2046 n:127.0.0.1:45622_ oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 583890 T2046 n:127.0.0.1:45622_ oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 583991 T2046 n:127.0.0.1:45622_ oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 584001 T2046 n:127.0.0.1:45622_ oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 584329 T2046 n:127.0.0.1:45622_ oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 584332 T2046 n:127.0.0.1:45622_ oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 584334 T2046 n:127.0.0.1:45622_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 584339 T2046 n:127.0.0.1:45622_ oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 584356 T2046 n:127.0.0.1:45622_ oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 584356 T2046 n:127.0.0.1:45622_ x:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 584357 T2046 n:127.0.0.1:45622_ x:collection1 oasc.SolrCore.<init> [[collection1] ] Opening new SolrCore at [/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/cores/collection1/], dataDir=[null]
   [junit4]   2> 584357 T2046 n:127.0.0.1:45622_ x:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@67257ce8
   [junit4]   2> 584358 T2046 n:127.0.0.1:45622_ x:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/cores/collection1/data
   [junit4]   2> 584359 T2046 n:127.0.0.1:45622_ x:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 584359 T2046 n:127.0.0.1:45622_ x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 584359 T2046 n:127.0.0.1:45622_ x:collection1 oasc.CachingDirectoryFactory.get return new directory for /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 584360 T2046 n:127.0.0.1:45622_ x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6908982122602404]
   [junit4]   2> 584361 T2046 n:127.0.0.1:45622_ x:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@48303e79 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57559ef5),segFN=segments_1,generation=1}
   [junit4]   2> 584361 T2046 n:127.0.0.1:45622_ x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 584369 T2046 n:127.0.0.1:45622_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 584370 T2046 n:127.0.0.1:45622_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 584370 T2046 n:127.0.0.1:45622_ x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 584371 T2046 n:127.0.0.1:45622_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 584371 T2046 n:127.0.0.1:45622_ x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 584371 T2046 n:127.0.0.1:45622_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 584372 T2046 n:127.0.0.1:45622_ x:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 584372 T2046 n:127.0.0.1:45622_ x:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 584373 T2046 n:127.0.0.1:45622_ x:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 584392 T2046 n:127.0.0.1:45622_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 584394 T2046 n:127.0.0.1:45622_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 584396 T2046 n:127.0.0.1:45622_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 584399 T2046 n:127.0.0.1:45622_ x:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 584407 T2046 n:127.0.0.1:45622_ x:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/logging,/config,/update,/admin/system,/admin/properties,/update/json/docs,standard,/update/csv,/admin/luke,/admin/threads,/admin/plugins,/replication,/admin/ping,/admin/mbeans,/schema,/get,/update/json,/admin/segments,/admin/file
   [junit4]   2> 584409 T2046 n:127.0.0.1:45622_ x:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 584411 T2046 n:127.0.0.1:45622_ x:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 584411 T2046 n:127.0.0.1:45622_ x:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 584414 T2046 n:127.0.0.1:45622_ x:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 584414 T2046 n:127.0.0.1:45622_ x:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 584415 T2046 n:127.0.0.1:45622_ x:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@3e3e03b
   [junit4]   2> 584416 T2046 n:127.0.0.1:45622_ x:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@48303e79 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@57559ef5),segFN=segments_1,generation=1}
   [junit4]   2> 584416 T2046 n:127.0.0.1:45622_ x:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 584417 T2046 n:127.0.0.1:45622_ x:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@3b654fe2[collection1] main
   [junit4]   2> 584417 T2046 n:127.0.0.1:45622_ x:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 584418 T2046 n:127.0.0.1:45622_ x:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 584418 T2046 n:127.0.0.1:45622_ x:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 584419 T2046 n:127.0.0.1:45622_ x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 584419 T2046 n:127.0.0.1:45622_ x:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 584419 T2046 n:127.0.0.1:45622_ x:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 584420 T2046 n:127.0.0.1:45622_ x:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 584420 T2046 n:127.0.0.1:45622_ x:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 584421 T2046 n:127.0.0.1:45622_ x:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 584421 T2046 n:127.0.0.1:45622_ x:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 584422 T2047 n:127.0.0.1:45622_ x:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3b654fe2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 584423 T2046 n:127.0.0.1:45622_ x:collection1 oasc.ZkController.getConfDirListeners watch zkdir /configs/conf1
   [junit4]   2> 584423 T2046 n:127.0.0.1:45622_ x:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 584424 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45622 collection:collection1 shard:shard3
   [junit4]   2> 584424 T1986 n:127.0.0.1:45622_ oass.SolrDispatchFilter.init user.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1
   [junit4]   2> 584425 T1986 n:127.0.0.1:45622_ oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 584425 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 584429 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 584430 T2014 n:127.0.0.1:45611_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 584430 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 584431 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C181 name=collection1 org.apache.solr.core.SolrCore@55778124 url=http://127.0.0.1:45622/collection1 node=127.0.0.1:45622_ C181_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, node_name=127.0.0.1:45622_, base_url=http://127.0.0.1:45622}
   [junit4]   2> 584431 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 C181 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:45622/collection1/
   [junit4]   2> 584431 T2015 n:127.0.0.1:45611_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 584432 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 C181 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 584432 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 C181 oasc.SyncStrategy.syncToMe http://127.0.0.1:45622/collection1/ has no replicas
   [junit4]   2> 584432 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:45622/collection1/ shard3
   [junit4]   2> 584433 T2015 n:127.0.0.1:45611_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 584433 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 584433 T2045 n:127.0.0.1:45622_ oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 584434 T2045 n:127.0.0.1:45622_ oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 584436 T2014 n:127.0.0.1:45611_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 584437 T2015 n:127.0.0.1:45611_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45622",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 584439 T2015 n:127.0.0.1:45611_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 584440 T2045 n:127.0.0.1:45622_ oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 584440 T2045 n:127.0.0.1:45622_ oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 584487 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 oasc.ZkController.register We are http://127.0.0.1:45622/collection1/ and leader is http://127.0.0.1:45622/collection1/
   [junit4]   2> 584488 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:45622
   [junit4]   2> 584488 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 584489 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 584489 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 584491 T2014 n:127.0.0.1:45611_ oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 584492 T2015 n:127.0.0.1:45611_ oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45622_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45622"} current state version: 5
   [junit4]   2> 584492 T2015 n:127.0.0.1:45611_ oasco.ReplicaMutator.updateState Update state numShards=3 message={
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "node_name":"127.0.0.1:45622_",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45622"}
   [junit4]   2> 584493 T2050 n:127.0.0.1:45622_ c:collection1 s:shard3 x:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 584493 T2015 n:127.0.0.1:45611_ oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 584494 T2045 n:127.0.0.1:45622_ oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 584495 T2045 n:127.0.0.1:45622_ oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 585368 T1986 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-2-001/cores/collection1
   [junit4]   2> 585370 T1986 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-2-001
   [junit4]   2> 585371 T1986 oejs.Server.doStart jetty-9.2.10.v20150310
   [junit4]   2> 585373 T1986 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@3d296308{/,null,AVAILABLE}
   [junit4]   2> 585374 T1986 oejs.AbstractConnector.doStart Started ServerConnector@45219444{HTTP/1.1}{127.0.0.1:45637}
   [junit4]   2> 585374 T1986 oejs.Server.doStart Started @589885ms
   [junit4]   2> 585375 T1986 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, coreRootDirectory=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-2-001/cores, solrconfig=solrconfig.xml, solr.data.dir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/tempDir-001/jetty2, hostPort=45637}
   [junit4]   2> 585375 T1986 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@17072b90
   [junit4]   2> 585375 T1986 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-2-001/'
   [junit4]   2> 585406 T1986 oasc.SolrXmlConfig.fromFile Loading container configuration from /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-2-001/solr.xml
   [junit4]   2> 585442 T1986 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-2-001/cores
   [junit4]   2> 585442 T1986 oasc.CoreContainer.<init> New CoreContainer 587799873
   [junit4]   2> 585442 T1986 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-2-001/]
   [junit4]   2> 585443 T1986 oasc.CoreContainer.load loading shared library: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-2-001/lib
   [junit4]   2> 585443 T1986 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-2-001/lib).
   [junit4]   2> 585453 T1986 oashc.HttpShardHandlerFactory.init 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> 585458 T1986 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 585459 T1986 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 585459 T1986 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 585460 T1986 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 585460 T1986 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45606/solr
   [junit4]   2> 585460 T1986 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 585461 T1986 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 585461 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 585463 T2064 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@661ee26f name:ZooKeeperConnection Watcher:127.0.0.1:45606 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 585464 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 585465 T1986 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 585468 T1986 n:127.0.0.1:45637_ oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 585469 T2067 n:127.0.0.1:45637_ oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5987916 name:ZooKeeperConnection Watcher:127.0.0.1:45606/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 585469 T1986 n:127.0.0.1:45637_ oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 585474 T1986 n:127.0.0.1:45637_ oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 586480 T1986 n:127.0.0.1:45637_ oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45637_
   [junit4]   2> 586481 T1986 n:127.0.0.1:45637_ oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45637_
   [junit4]   2> 586484 T1986 n:127.0.0.1:45637_ oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 586487 T1986 n:127.0.0.1:45637_ oasc.CorePropertiesLocator.discover Looking for core definitions underneath /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-2-001/cores
   [junit4]   2> 586489 T1986 n:127.0.0.1:45637_ oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {absoluteInstDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-2-001/cores/collection1/, schema=schema.xml, config=solrconfig.xml, instanceDir=/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001/shard-2-001/cores/collection1, transient=false, name=collection1, dataDir=data/, collection=colle

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

istributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 711028 T1986 c:collection1 s:shard1 x:collection1 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest D82449739AD0D42D-001
   [junit4]   2> 133191 T1985 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=29988, maxDocsPerChunk=6, blockSize=493), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=29988, blockSize=493)), sim=DefaultSimilarity, locale=fr_LU, timezone=America/St_Kitts
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=235975488,total=419430400
   [junit4]   2> NOTE: All tests run in this JVM: [BasicZkTest, TestLMJelinekMercerSimilarityFactory, SortByFunctionTest, TestBulkSchemaConcurrent, TestSortingResponseWriter, TestMacros, HttpPartitionTest, JSONWriterTest, SuggesterTSTTest, TestSerializedLuceneMatchVersion, CursorMarkTest, TestTrackingShardHandlerFactory, TestPhraseSuggestions, HdfsCollectionsAPIDistributedZkTest, ZkStateWriterTest, SpatialHeatmapFacetsTest, TestSolr4Spatial, TestAnalyzeInfixSuggestions, TestExactSharedStatsCache, TestCoreDiscovery, QueryElevationComponentTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed [111/485] on J1 in 134.23s, 1 test, 1 error <<< FAILURES!

[...truncated 523 lines...]
   [junit4] Suite: org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
   [junit4]   2> Creating dataDir: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.update.processor.UpdateRequestProcessorFactoryTest D82449739AD0D42D-001/init-core-data-001
   [junit4]   2> 1537168 T7648 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1537170 T7648 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1537171 T7648 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1537171 T7648 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1537190 T7648 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/lib).
   [junit4]   2> 1537899 T7649 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1537899 T7649 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1537900 T7649 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1537900 T7649 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1537901 T7649 x:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.update.processor.UpdateRequestProcessorFactoryTest D82449739AD0D42D-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1538044 T7649 x:collection1 oasc.RequestHandlers.initHandlersFromConfig WARN no default request handler is registered (either '/select' or 'standard')
   [junit4]   2> 1538047 T7649 x:collection1 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [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=UpdateRequestProcessorFactoryTest -Dtests.method=testUpdateDistribChainSkipping -Dtests.seed=D82449739AD0D42D -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/lucene-data/enwiki.random.lines.txt -Dtests.locale=nl -Dtests.timezone=America/Denver -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 0.01s J0 | UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping <<<
   [junit4]    > Throwable #1: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D82449739AD0D42D:A9C0B7A5EC3BF3E1]:0)
   [junit4]    > 	at org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest.testUpdateDistribChainSkipping(UpdateRequestProcessorFactoryTest.java:111)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.update.processor.UpdateRequestProcessorFactoryTest D82449739AD0D42D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), sim=DefaultSimilarity, locale=nl, timezone=America/Denver
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_65 (64-bit)/cpus=16,threads=1,free=122442176,total=329777152
   [junit4]   2> NOTE: All tests run in this JVM: [UUIDFieldTest, MinimalSchemaTest, TestSolrCoreProperties, SuggesterTest, LeaderInitiatedRecoveryOnCommitTest, DistributedFacetPivotWhiteBoxTest, TestImplicitCoreProperties, TestRestManager, TestJsonRequest, ActionThrottleTest, TestLRUStatsCache, ResponseHeaderTest, SolrTestCaseJ4Test, ExternalFileFieldSortTest, OverriddenZkACLAndCredentialsProvidersTest, ZkNodePropsTest, CustomCollectionTest, DeleteReplicaTest, SignatureUpdateProcessorFactoryTest, TestFastLRUCache, XmlUpdateRequestHandlerTest, DirectSolrSpellCheckerTest, ConcurrentDeleteAndCreateCollectionTest, HdfsRecoveryZkTest, OverseerCollectionProcessorTest, TestManagedResourceStorage, TestCharFilters, SolrCmdDistributorTest, DocValuesMissingTest, FacetPivotSmallTest, TestCustomSort, TestSolr4Spatial2, TestShortCircuitedRequests, TestUpdate, CloudMLTQParserTest, DocExpirationUpdateProcessorFactoryTest, TestMissingGroups, MBeansHandlerTest, TestMiniSolrCloudClusterSSL, RegexBoostProcessorTest, TestTrie, DistributedSpellCheckComponentTest, FastVectorHighlighterTest, ShowFileRequestHandlerTest, TestPartialUpdateDeduplication, TestSolrIndexConfig, SpatialRPTFieldTypeTest, SearchHandlerTest, DistanceUnitsTest, ShardRoutingCustomTest, PrimUtilsTest, TestNoOpRegenerator, TestSolrJ, AddSchemaFieldsUpdateProcessorFactoryTest, RequestHandlersTest, OverseerTest, HdfsUnloadDistributedZkTest, TestInitParams, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, ShardRoutingTest, RecoveryZkTest, ClusterStateUpdateTest, TestRandomFaceting, ZkCLITest, TestHashPartitioner, ZkControllerTest, TestRealTimeGet, TestStressReorder, TestStressVersions, SimpleFacetsTest, SpellCheckComponentTest, TestSort, TestBadConfig, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, SpellCheckCollatorTest, SolrRequestParserTest, TestStressLucene, PolyFieldTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, FieldMutatingUpdateProcessorTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, TestSolrDeletionPolicy1, DebugComponentTest, DisMaxRequestHandlerTest, TestWriterPerf, PrimitiveFieldTypeTest, TermVectorComponentTest, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest]
   [junit4] Completed [274/485] on J0 in 1.64s, 2 tests, 1 failure <<< FAILURES!

[...truncated 692 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:543: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:484: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:61: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/extra-targets.xml:39: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:229: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:511: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1433: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:991: There were test failures: 485 suites, 1950 tests, 1 error, 1 failure, 65 ignored (11 assumptions)

Total time: 188 minutes 23 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-5.x #832
Archived 5 artifacts
Archive block size is 32768
Received 0 blocks and 792808773 bytes
Compression is 0.0%
Took 2 min 16 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure