You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/09/23 22:40:10 UTC

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_40-ea-b04) - Build # 11167 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11167/
Java: 32bit/jdk1.8.0_40-ea-b04 -server -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.RecoveryZkTest.testDistribSearch

Error Message:
Address already in use

Stack Trace:
java.net.BindException: Address already in use
	at __randomizedtesting.SeedInfo.seed([22CA8B792B08033E:A32C05615C576302]:0)
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:437)
	at sun.nio.ch.Net.bind(Net.java:429)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)
	at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)
	at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)
	at org.eclipse.jetty.server.ssl.SslSelectChannelConnector.doStart(SslSelectChannelConnector.java:631)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.eclipse.jetty.server.Server.doStart(Server.java:291)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:418)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:391)
	at org.apache.solr.cloud.RecoveryZkTest.doTest(RecoveryZkTest.java:93)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	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:43)
	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 11311 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/init-core-data-001
   [junit4]   2> 1362251 T4404 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 1362251 T4404 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1362254 T4404 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 1362254 T4404 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1362255 T4405 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1362355 T4404 oasc.ZkTestServer.run start zk server on port:47411
   [junit4]   2> 1362356 T4404 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1362356 T4404 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1362359 T4411 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1804739 name:ZooKeeperConnection Watcher:127.0.0.1:47411 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1362359 T4404 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1362360 T4404 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1362360 T4404 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1362365 T4404 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1362366 T4404 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1362367 T4413 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@147a9bf name:ZooKeeperConnection Watcher:127.0.0.1:47411/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1362367 T4404 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1362367 T4404 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1362368 T4404 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1362370 T4404 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1362372 T4404 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1362375 T4404 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1362378 T4404 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1362378 T4404 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1362380 T4404 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1362381 T4404 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1362382 T4404 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1362383 T4404 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1362385 T4404 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1362385 T4404 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1362387 T4404 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1362387 T4404 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1362388 T4404 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1362389 T4404 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1362390 T4404 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1362391 T4404 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1362393 T4404 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1362393 T4404 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1362395 T4404 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1362396 T4404 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1362398 T4404 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1362399 T4404 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1362401 T4404 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1362401 T4404 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1362403 T4404 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1362404 T4404 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1362404 T4415 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@af24fb name:ZooKeeperConnection Watcher:127.0.0.1:47411/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1362404 T4404 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1362405 T4404 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1362700 T4404 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1362703 T4404 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1362766 T4404 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:34797
   [junit4]   2> 1362767 T4404 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1362768 T4404 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1362768 T4404 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-002
   [junit4]   2> 1362768 T4404 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-002/'
   [junit4]   2> 1362779 T4404 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-002/solr.xml
   [junit4]   2> 1362786 T4404 oasc.CoreContainer.<init> New CoreContainer 1145266
   [junit4]   2> 1362787 T4404 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-002/]
   [junit4]   2> 1362787 T4404 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1362788 T4404 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1362788 T4404 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1362788 T4404 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1362789 T4404 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1362789 T4404 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1362789 T4404 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1362789 T4404 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1362790 T4404 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1362791 T4404 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1362792 T4404 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1362792 T4404 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1362792 T4404 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1362793 T4404 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47411/solr
   [junit4]   2> 1362793 T4404 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1362793 T4404 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1362794 T4404 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1362795 T4426 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@58632b name:ZooKeeperConnection Watcher:127.0.0.1:47411 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1362796 T4404 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1362796 T4404 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1362798 T4404 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1362799 T4428 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ef9bee name:ZooKeeperConnection Watcher:127.0.0.1:47411/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1362799 T4404 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1362800 T4404 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1362803 T4404 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1362804 T4404 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 1362805 T4404 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 1362807 T4404 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 1362809 T4404 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1362810 T4404 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34797_
   [junit4]   2> 1362810 T4404 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34797_
   [junit4]   2> 1362812 T4404 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1362813 T4404 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1362814 T4404 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1362815 T4404 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:34797_
   [junit4]   2> 1362815 T4404 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1362816 T4404 oasc.Overseer.start Overseer (id=92504293561335812-127.0.0.1:34797_-n_0000000000) starting
   [junit4]   2> 1362819 T4404 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1362827 T4404 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1362828 T4430 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1362829 T4404 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1362831 T4404 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1362833 T4404 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1362837 T4429 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1362838 T4432 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 1362839 T4432 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1362839 T4432 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1362839 T4433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1362842 T4429 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:34797",
   [junit4]   2> 	  "node_name":"127.0.0.1:34797_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1362842 T4429 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1362842 T4429 oasc.Overseer$ClusterStateUpdater.createCollection state version control_collection 1
   [junit4]   2> 1362843 T4429 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1362845 T4433 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> 1363839 T4432 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1363840 T4432 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1363841 T4432 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1363841 T4432 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1363842 T4432 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1363842 T4432 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-002/collection1/'
   [junit4]   2> 1363843 T4432 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 1363844 T4432 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 1363844 T4432 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 1363870 T4432 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1363879 T4432 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1363881 T4432 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1363885 T4432 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1363959 T4432 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1363961 T4432 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1363961 T4432 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1363963 T4432 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1363978 T4432 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1363978 T4432 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1363979 T4432 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/control/data/
   [junit4]   2> 1363979 T4432 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5edf6
   [junit4]   2> 1363980 T4432 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/control/data
   [junit4]   2> 1363980 T4432 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/control/data/index/
   [junit4]   2> 1363980 T4432 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1363981 T4432 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/control/data/index
   [junit4]   2> 1363981 T4432 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=12.01953125, floorSegmentMB=2.1953125, forceMergeDeletesPctAllowed=9.60370268816591, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7510063295045635
   [junit4]   2> 1363982 T4432 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory(id=lucene-1078bc1); maxCacheMB=0.455078125 maxMergeSizeMB=0.77734375)),segFN=segments_1,generation=1}
   [junit4]   2> 1363982 T4432 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1363984 T4432 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1363985 T4432 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1363985 T4432 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1363985 T4432 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1363986 T4432 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1363986 T4432 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1363986 T4432 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1363987 T4432 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1363987 T4432 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1363987 T4432 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1363988 T4432 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1363988 T4432 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1363989 T4432 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1363989 T4432 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1363989 T4432 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1363989 T4432 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1363990 T4432 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1363990 T4432 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1363991 T4432 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1363991 T4432 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1363993 T4432 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1363994 T4432 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1363995 T4432 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1363996 T4432 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1363997 T4432 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1363997 T4432 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1363998 T4432 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=1.39453125, floorSegmentMB=1.6591796875, forceMergeDeletesPctAllowed=4.65393201855956, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7677354603259274
   [junit4]   2> 1363998 T4432 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory(id=lucene-1078bc1); maxCacheMB=0.455078125 maxMergeSizeMB=0.77734375)),segFN=segments_1,generation=1}
   [junit4]   2> 1363998 T4432 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1363999 T4432 oass.SolrIndexSearcher.<init> Opening Searcher@a73f83[collection1] main
   [junit4]   2> 1363999 T4432 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1364000 T4432 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1364000 T4432 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1364000 T4432 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1364000 T4432 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1364000 T4432 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1364001 T4432 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1364001 T4432 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1364001 T4432 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 1364003 T4432 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1364003 T4432 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1364003 T4432 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1364004 T4434 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@a73f83[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 1364005 T4432 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1364006 T4437 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:34797 collection:control_collection shard:shard1
   [junit4]   2> 1364006 T4404 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1364006 T4404 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1364006 T4437 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1364008 T4404 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1364009 T4404 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1364009 T4439 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ed4964 name:ZooKeeperConnection Watcher:127.0.0.1:47411/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1364009 T4404 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1364010 T4437 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1364010 T4404 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1364010 T4404 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1364011 T4437 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1364011 T4437 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1364010 T4433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C1209 name=collection1 org.apache.solr.core.SolrCore@1426df6 url=https://127.0.0.1:34797/collection1 node=127.0.0.1:34797_ C1209_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=https://127.0.0.1:34797, node_name=127.0.0.1:34797_, state=down}
   [junit4]   2> 1364011 T4437 C1209 P34797 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:34797/collection1/
   [junit4]   2> 1364011 T4437 C1209 P34797 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1364012 T4437 C1209 P34797 oasc.SyncStrategy.syncToMe https://127.0.0.1:34797/collection1/ has no replicas
   [junit4]   2> 1364012 T4437 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:34797/collection1/ shard1
   [junit4]   2> 1364012 T4437 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1364012 T4404 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1364014 T4433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1364116 T4433 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> 1364116 T4440 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> 1364165 T4437 oasc.ZkController.register We are https://127.0.0.1:34797/collection1/ and leader is https://127.0.0.1:34797/collection1/
   [junit4]   2> 1364165 T4437 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:34797
   [junit4]   2> 1364165 T4437 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1364166 T4437 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 1364166 T4437 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1364167 T4433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1364169 T4429 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:34797",
   [junit4]   2> 	  "node_name":"127.0.0.1:34797_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1364253 T4404 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1364254 T4404 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1364256 T4404 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1364257 T4404 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:40648
   [junit4]   2> 1364258 T4404 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1364259 T4404 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1364259 T4404 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-003
   [junit4]   2> 1364259 T4404 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-003/'
   [junit4]   2> 1364269 T4404 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-003/solr.xml
   [junit4]   2> 1364271 T4433 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> 1364271 T4440 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> 1364276 T4404 oasc.CoreContainer.<init> New CoreContainer 22448868
   [junit4]   2> 1364277 T4404 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-003/]
   [junit4]   2> 1364277 T4404 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1364278 T4404 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1364278 T4404 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1364278 T4404 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1364278 T4404 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1364279 T4404 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1364279 T4404 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1364279 T4404 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1364280 T4404 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1364281 T4404 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1364282 T4404 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1364282 T4404 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1364282 T4404 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1364282 T4404 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47411/solr
   [junit4]   2> 1364283 T4404 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1364283 T4404 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1364284 T4404 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1364285 T4451 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b77cfb name:ZooKeeperConnection Watcher:127.0.0.1:47411 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1364285 T4404 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1364286 T4404 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1364287 T4404 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1364288 T4453 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d42cc name:ZooKeeperConnection Watcher:127.0.0.1:47411/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1364288 T4404 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1364291 T4404 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1365294 T4404 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40648_
   [junit4]   2> 1365295 T4404 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40648_
   [junit4]   2> 1365299 T4404 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1365304 T4455 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1365304 T4455 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1365305 T4433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1365305 T4455 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1365308 T4429 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:40648",
   [junit4]   2> 	  "node_name":"127.0.0.1:40648_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1365309 T4429 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 1365309 T4429 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
   [junit4]   2> 1365309 T4429 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1365413 T4433 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1365413 T4454 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1365413 T4440 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1366305 T4455 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1366306 T4455 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1366307 T4455 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1366307 T4455 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1366309 T4455 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1366309 T4455 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-003/collection1/'
   [junit4]   2> 1366310 T4455 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 1366311 T4455 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 1366311 T4455 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 1366336 T4455 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1366372 T4455 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1366374 T4455 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1366379 T4455 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1366452 T4455 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1366454 T4455 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1366454 T4455 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1366457 T4455 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1366468 T4455 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1366469 T4455 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1366469 T4455 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty1/
   [junit4]   2> 1366469 T4455 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5edf6
   [junit4]   2> 1366470 T4455 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty1
   [junit4]   2> 1366471 T4455 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty1/index/
   [junit4]   2> 1366471 T4455 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1366472 T4455 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty1/index
   [junit4]   2> 1366472 T4455 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=12.01953125, floorSegmentMB=2.1953125, forceMergeDeletesPctAllowed=9.60370268816591, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7510063295045635
   [junit4]   2> 1366472 T4455 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory(id=lucene-2da08e); maxCacheMB=0.455078125 maxMergeSizeMB=0.77734375)),segFN=segments_1,generation=1}
   [junit4]   2> 1366473 T4455 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1366475 T4455 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1366475 T4455 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1366475 T4455 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1366475 T4455 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1366475 T4455 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1366476 T4455 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1366476 T4455 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1366476 T4455 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1366476 T4455 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1366477 T4455 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1366477 T4455 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1366478 T4455 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1366479 T4455 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1366479 T4455 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1366479 T4455 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1366480 T4455 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1366480 T4455 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1366480 T4455 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1366481 T4455 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1366481 T4455 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1366483 T4455 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1366484 T4455 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1366484 T4455 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1366485 T4455 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1366487 T4455 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1366487 T4455 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1366487 T4455 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=1.39453125, floorSegmentMB=1.6591796875, forceMergeDeletesPctAllowed=4.65393201855956, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7677354603259274
   [junit4]   2> 1366488 T4455 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory(id=lucene-2da08e); maxCacheMB=0.455078125 maxMergeSizeMB=0.77734375)),segFN=segments_1,generation=1}
   [junit4]   2> 1366488 T4455 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1366488 T4455 oass.SolrIndexSearcher.<init> Opening Searcher@1783f04[collection1] main
   [junit4]   2> 1366489 T4455 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1366489 T4455 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1366490 T4455 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1366490 T4455 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1366490 T4455 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1366491 T4455 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1366491 T4455 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1366491 T4455 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1366492 T4455 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 1366492 T4455 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1366494 T4456 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1783f04[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 1366496 T4455 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1366497 T4459 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:40648 collection:collection1 shard:shard1
   [junit4]   2> 1366497 T4404 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1366498 T4404 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1366498 T4459 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1366502 T4459 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1366503 T4433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1366503 T4459 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1366503 T4459 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1210 name=collection1 org.apache.solr.core.SolrCore@10b08ff url=https://127.0.0.1:40648/collection1 node=127.0.0.1:40648_ C1210_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:40648, node_name=127.0.0.1:40648_, state=down}
   [junit4]   2> 1366503 T4459 C1210 P40648 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:40648/collection1/
   [junit4]   2> 1366504 T4459 C1210 P40648 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1366504 T4459 C1210 P40648 oasc.SyncStrategy.syncToMe https://127.0.0.1:40648/collection1/ has no replicas
   [junit4]   2> 1366504 T4459 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:40648/collection1/ shard1
   [junit4]   2> 1366504 T4459 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1366507 T4433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1366609 T4440 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1366609 T4454 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1366609 T4433 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1366657 T4459 oasc.ZkController.register We are https://127.0.0.1:40648/collection1/ and leader is https://127.0.0.1:40648/collection1/
   [junit4]   2> 1366658 T4459 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:40648
   [junit4]   2> 1366658 T4459 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1366658 T4459 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 1366658 T4459 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1366659 T4433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1366660 T4429 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:40648",
   [junit4]   2> 	  "node_name":"127.0.0.1:40648_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1366749 T4404 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1366750 T4404 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1366753 T4404 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 1366753 T4404 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:35650
   [junit4]   2> 1366755 T4404 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1366755 T4404 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1366756 T4404 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-004
   [junit4]   2> 1366756 T4404 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-004/'
   [junit4]   2> 1366762 T4433 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1366762 T4440 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1366762 T4454 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1366767 T4404 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-004/solr.xml
   [junit4]   2> 1366775 T4404 oasc.CoreContainer.<init> New CoreContainer 25052368
   [junit4]   2> 1366776 T4404 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-004/]
   [junit4]   2> 1366776 T4404 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1366776 T4404 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1366777 T4404 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1366777 T4404 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1366777 T4404 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1366778 T4404 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1366778 T4404 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1366778 T4404 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1366779 T4404 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1366780 T4404 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 1366780 T4404 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1366781 T4404 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1366781 T4404 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1366781 T4404 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47411/solr
   [junit4]   2> 1366782 T4404 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1366782 T4404 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 1366783 T4404 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1366784 T4470 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1263ac3 name:ZooKeeperConnection Watcher:127.0.0.1:47411 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1366785 T4404 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1366786 T4404 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 1366788 T4404 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1366788 T4472 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ecb89e name:ZooKeeperConnection Watcher:127.0.0.1:47411/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1366789 T4404 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1366794 T4404 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1367799 T4404 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35650_
   [junit4]   2> 1367800 T4404 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:35650_
   [junit4]   2> 1367805 T4404 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 1367810 T4474 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 1367810 T4474 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1367811 T4433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1367811 T4474 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1367814 T4429 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:35650",
   [junit4]   2> 	  "node_name":"127.0.0.1:35650_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 1367815 T4429 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 1367815 T4429 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1367919 T4454 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1367919 T4473 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1367919 T4433 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1367919 T4440 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1368812 T4474 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1368812 T4474 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1368813 T4474 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1368813 T4474 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1368813 T4474 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1368814 T4474 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-004/collection1/'
   [junit4]   2> 1368814 T4474 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 1368814 T4474 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1368815 T4474 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1368831 T4474 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 1368840 T4474 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1368842 T4474 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1368845 T4474 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1368946 T4474 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1368949 T4474 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1368950 T4474 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1368952 T4474 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1368964 T4474 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1368964 T4474 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1368965 T4474 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty2/
   [junit4]   2> 1368965 T4474 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5edf6
   [junit4]   2> 1368966 T4474 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty2
   [junit4]   2> 1368966 T4474 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty2/index/
   [junit4]   2> 1368966 T4474 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1368967 T4474 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty2/index
   [junit4]   2> 1368968 T4474 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=12.01953125, floorSegmentMB=2.1953125, forceMergeDeletesPctAllowed=9.60370268816591, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7510063295045635
   [junit4]   2> 1368968 T4474 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory(id=lucene-af051); maxCacheMB=0.455078125 maxMergeSizeMB=0.77734375)),segFN=segments_1,generation=1}
   [junit4]   2> 1368968 T4474 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1368971 T4474 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1368971 T4474 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1368971 T4474 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1368972 T4474 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1368972 T4474 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1368972 T4474 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1368972 T4474 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1368973 T4474 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1368973 T4474 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1368973 T4474 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1368974 T4474 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1368974 T4474 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 1368974 T4474 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1368975 T4474 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1368975 T4474 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1368975 T4474 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1368976 T4474 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1368976 T4474 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1368976 T4474 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1368977 T4474 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1368978 T4474 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1368979 T4474 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1368980 T4474 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1368980 T4474 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1368981 T4474 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1368982 T4474 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1368982 T4474 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=1.39453125, floorSegmentMB=1.6591796875, forceMergeDeletesPctAllowed=4.65393201855956, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7677354603259274
   [junit4]   2> 1368983 T4474 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory(id=lucene-af051); maxCacheMB=0.455078125 maxMergeSizeMB=0.77734375)),segFN=segments_1,generation=1}
   [junit4]   2> 1368983 T4474 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1368983 T4474 oass.SolrIndexSearcher.<init> Opening Searcher@c1cee4[collection1] main
   [junit4]   2> 1368983 T4474 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1368984 T4474 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 1368984 T4474 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1368985 T4474 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1368985 T4474 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 1368985 T4474 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1368986 T4474 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1368986 T4474 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1368986 T4474 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 1368986 T4474 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 1368989 T4475 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c1cee4[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 1368991 T4474 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1368992 T4478 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:35650 collection:collection1 shard:shard1
   [junit4]   2> 1368992 T4404 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1368993 T4404 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1368995 T4478 oasc.ZkController.register We are https://127.0.0.1:35650/collection1/ and leader is https://127.0.0.1:40648/collection1/
   [junit4]   2> 1368995 T4478 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:35650
   [junit4]   2> 1368995 T4478 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 1368995 T4478 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C1211 name=collection1 org.apache.solr.core.SolrCore@3613a6 url=https://127.0.0.1:35650/collection1 node=127.0.0.1:35650_ C1211_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:35650, node_name=127.0.0.1:35650_, state=down}
   [junit4]   2> 1368996 T4479 C1211 P35650 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 1368996 T4479 C1211 P35650 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 1368996 T4479 C1211 P35650 oasc.RecoveryStrategy.doRecovery Publishing state of core collection1 as recovering, leader is https://127.0.0.1:40648/collection1/ and I am https://127.0.0.1:35650/collection1/
   [junit4]   2> 1368997 T4479 C1211 P35650 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 1368997 T4479 C1211 P35650 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1369002 T4433 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1369004 T4479 C1211 P35650 oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep recovery command to https://127.0.0.1:40648; WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A35650_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
   [junit4]   2> 1369006 T4429 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"https://127.0.0.1:35650",
   [junit4]   2> 	  "node_name":"127.0.0.1:35650_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> ASYNC  NEW_CORE C1212 name=collection1 org.apache.solr.core.SolrCore@1426df6 url=https://127.0.0.1:34797/collection1 node=127.0.0.1:34797_ C1212_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=https://127.0.0.1:34797, node_name=127.0.0.1:34797_, state=active, leader=true}
   [junit4]   2> 1369080 T4424 C1212 P34797 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[1-0 (1480068704134758400)]} 0 2
   [junit4]   2> 1369088 T4448 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1369090 T4448 oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 1369090 T4448 oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:35650_, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"core":"collection1","base_url":"https://127.0.0.1:35650","node_name":"127.0.0.1:35650_","state":"down"}
   [junit4]   2> 1369097 T4421 C1212 P34797 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[2-0 (1480068704153632768)]} 0 1
   [junit4]   2> 1369117 T4433 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1369117 T4473 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1369118 T4454 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 1369117 T4440 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2>  C1211_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:35650, node_name=127.0.0.1:35650_, state=recovering}
   [junit4]   2> 1369246 T4467 C1211 P35650 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40648/collection1/&wt=javabin&version=2} {add=[1-0 (1480068704217595904)]} 0 1
   [junit4]   2> ASYNC  NEW_CORE C1213 name=collection1 org.apache.solr.core.SolrCore@10b08ff url=https://127.0.0.1:40648/collection1 node=127.0.0.1:40648_ C1213_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=https://127.0.0.1:40648, node_name=127.0.0.1:40648_, state=active, leader=true}
   [junit4]   2> 1369247 T4447 C1213 P40648 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1-0 (1480068704217595904)]} 0 89
   [junit4]   2> 1369263 T4421 C1212 P34797 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[1-1 (1480068704327696384)]} 0 1
   [junit4]   2> 1369266 T4465 C1211 P35650 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40648/collection1/&wt=javabin&version=2} {add=[2-0 (1480068704240664576)]} 0 1
   [junit4]   2> 1369266 T4449 C1213 P40648 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[2-0 (1480068704240664576)]} 0 86
   [junit4]   2> 1369271 T4466 C1211 P35650 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40648/collection1/&wt=javabin&version=2} {add=[1-1 (1480068704332939264)]} 0 1
   [junit4]   2> 1369271 T4449 C1213 P40648 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1-1 (1480068704332939264)]} 0 3
   [junit4]   2> 1369281 T4421 C1212 P34797 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[2-1 (1480068704346570752)]} 0 0
   [junit4]   2> 1369287 T4467 C1211 P35650 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40648/collection1/&wt=javabin&version=2} {add=[2-1 (1480068704349716480)]} 0 1
   [junit4]   2> 1369287 T4449 C1213 P40648 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[2-1 (1480068704349716480)]} 0 3
   [junit4]   2> 1369372 T4422 C1212 P34797 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[1-2 (1480068704440942592)]} 0 1
   [junit4]   2> 1369377 T4467 C1211 P35650 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40648/collection1/&wt=javabin&version=2} {add=[1-2 (1480068704445136896)]} 0 0
   [junit4]   2> 1369378 T4449 C1213 P40648 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1-2 (1480068704445136896)]} 0 3
   [junit4]   2> 1369387 T4422 C1212 P34797 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[2-2 (1480068704457719808)]} 0 0
   [junit4]   2> 1369395 T4467 C1211 P35650 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40648/collection1/&wt=javabin&version=2} {add=[2-2 (1480068704460865536)]} 0 1
   [junit4]   2> 1369396 T4446 C1213 P40648 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[2-2 (1480068704460865536)]} 0 6
   [junit4]   2> 1369441 T4424 C1212 P34797 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE} {delete=[1-2 (-1480068704513294336)]} 0 2
   [junit4]   2> 1369449 T4468 C1211 P35650 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40648/collection1/&wt=javabin&version=2} {delete=[1-2 (-1480068704519585792)]} 0 0
   [junit4]   2> 1369450 T4446 C1213 P40648 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {delete=[1-2 (-1480068704519585792)]} 0 4
   [junit4]   2> 1369455 T4423 C1212 P34797 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[1-3 (1480068704527974400)]} 0 1
   [junit4]   2> 1369456 T4422 C1212 P34797 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE} {delete=[2-2 (-1480068704530071552)]} 0 0
   [junit4]   2> 1369462 T4465 C1211 P35650 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40648/collection1/&wt=javabin&version=2} {add=[1-3 (1480068704533217280)]} 0 0
   [junit4]   2> 1369463 T4446 C1213 P40648 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[1-3 (1480068704533217280)]} 0 4
   [junit4]   2> 1369465 T4465 C1211 P35650 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40648/collection1/&wt=javabin&version=2} {delete=[2-2 (-1480068704535314432)]} 0 1
   [junit4]   2> 1369465 T4449 C1213 P40648 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {delete=[2-2 (-1480068704535314432)]} 0 4
   [junit4]   2> 1369469 T4422 C1212 P34797 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2&CONTROL=TRUE} {add=[2-3 (1480068704543703040)]} 0 0
   [junit4]   2> 1369475 T4468 C1211 P35650 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:40648/collection1/&wt=javabin&version=2} {add=[2-3 (1480068704546848768)]} 0 1
   [junit4]   2> 1369476 T4449 C1213 P40648 oasup.LogUpdateProcessor.finish [collection1] webapp= path=/update params={wt=javabin&version=2} {add=[2-3 (1480068704546848768)]} 0 5
   [junit

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

ndex;done=false>>]
   [junit4]   2> 1385648 T4404 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty1/index
   [junit4]   2> 1385648 T4404 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty1 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty1;done=false>>]
   [junit4]   2> 1385648 T4404 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001/tempDir-001/jetty1
   [junit4]   2> 1385657 T4404 oasc.Overseer.close Overseer (id=92504293561335815-127.0.0.1:40648_-n_0000000001) closing
   [junit4]   2> 1385657 T4513 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:40648_
   [junit4]   2> 1385659 T4454 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1385682 T4404 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1387158 T4516 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:347)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:344)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:344)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:383)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:126)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:333)
   [junit4]   2> 
   [junit4]   2> 1390671 T4404 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 35650
   [junit4]   2> 1390672 T4404 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1393893 T4404 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1393894 T4404 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:47411 47411
   [junit4]   2> 1394469 T4405 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:47411 47411
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RecoveryZkTest -Dtests.method=testDistribSearch -Dtests.seed=22CA8B792B08033E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=is_IS -Dtests.timezone=Asia/Ashgabat -Dtests.file.encoding=UTF-8
   [junit4] ERROR   32.2s J1 | RecoveryZkTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.net.BindException: Address already in use
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([22CA8B792B08033E:A32C05615C576302]:0)
   [junit4]    > 	at sun.nio.ch.Net.bind0(Native Method)
   [junit4]    > 	at sun.nio.ch.Net.bind(Net.java:437)
   [junit4]    > 	at sun.nio.ch.Net.bind(Net.java:429)
   [junit4]    > 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
   [junit4]    > 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
   [junit4]    > 	at org.eclipse.jetty.server.nio.SelectChannelConnector.open(SelectChannelConnector.java:187)
   [junit4]    > 	at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:316)
   [junit4]    > 	at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:265)
   [junit4]    > 	at org.eclipse.jetty.server.ssl.SslSelectChannelConnector.doStart(SslSelectChannelConnector.java:631)
   [junit4]    > 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
   [junit4]    > 	at org.eclipse.jetty.server.Server.doStart(Server.java:291)
   [junit4]    > 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:418)
   [junit4]    > 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:391)
   [junit4]    > 	at org.apache.solr.cloud.RecoveryZkTest.doTest(RecoveryZkTest.java:93)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1394480 T4404 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryZkTest-22CA8B792B08033E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene410): {rnd_b=PostingsFormat(name=Lucene41VarGapFixedInterval), _version_=PostingsFormat(name=Lucene41WithOrds), a_t=PostingsFormat(name=SimpleText), a_i=PostingsFormat(name=Lucene41VarGapFixedInterval), id=PostingsFormat(name=Lucene41VarGapFixedInterval)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=is_IS, timezone=Asia/Ashgabat
   [junit4]   2> NOTE: Linux 3.13.0-35-generic i386/Oracle Corporation 1.8.0_40-ea (32-bit)/cpus=8,threads=1,free=349554896,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestElisionMultitermQuery, TestReversedWildcardFilterFactory, TestCollationField, BlockCacheTest, LukeRequestHandlerTest, TestReplicationHandlerBackup, TestShardHandlerFactory, TestUtils, FullSolrCloudDistribCmdsTest, TestMissingGroups, TestXIncludeConfig, TestPostingsSolrHighlighter, TestCoreContainer, OverseerStatusTest, TestFiltering, AnalyticsQueryTest, TestGroupingSearch, TestStressLucene, PrimUtilsTest, TestNonNRTOpen, TestQueryUtils, TestFieldSortValues, DistanceFunctionTest, DistributedQueryComponentCustomSortTest, CoreContainerCoreInitFailuresTest, ModifyConfFileTest, HttpPartitionTest, TestOmitPositions, DistributedFacetPivotLongTailTest, TestWriterPerf, TestPerFieldSimilarity, ClusterStateTest, TestQueryTypes, TestAnalyzeInfixSuggestions, TestAtomicUpdateErrorCases, TestReloadAndDeleteDocs, DeleteShardTest, QueryElevationComponentTest, TestManagedSynonymFilterFactory, CoreAdminCreateDiscoverTest, SynonymTokenizerTest, TestDistributedMissingSort, StressHdfsTest, OpenCloseCoreStressTest, TestCSVLoader, CoreMergeIndexesAdminHandlerTest, AnalysisErrorHandlingTest, DirectUpdateHandlerOptimizeTest, HdfsBasicDistributedZk2Test, TestManagedStopFilterFactory, TestFreeTextSuggestions, TestSweetSpotSimilarityFactory, DistributedDebugComponentTest, TestSimpleQParserPlugin, RemoteQueryErrorTest, HdfsRecoveryZkTest, TestBinaryField, TestSearcherReuse, TestCloudPivotFacet, HdfsChaosMonkeySafeLeaderTest, TermVectorComponentTest, LegacyHTMLStripCharFilterTest, BJQParserTest, CSVRequestHandlerTest, ResponseHeaderTest, ResourceLoaderTest, TestPseudoReturnFields, TestBM25SimilarityFactory, NumericFieldsTest, TestLazyCores, SampleTest, TestBadConfig, SharedFSAutoReplicaFailoverUtilsTest, TestPhraseSuggestions, TestExtendedDismaxParser, RAMDirectoryFactoryTest, CustomCollectionTest, CursorMarkTest, ShardRoutingCustomTest, OutputWriterTest, TestBlendedInfixSuggestions, TestRealTimeGet, LeaderElectionIntegrationTest, SolrIndexConfigTest, MultiTermTest, FileBasedSpellCheckerTest, TestZkChroot, AssignTest, TestValueSourceCache, SolrCoreTest, DefaultValueUpdateProcessorTest, UUIDFieldTest, CachingDirectoryFactoryTest, HdfsBasicDistributedZkTest, DateFieldTest, DistributedTermsComponentTest, TestCloudManagedSchemaConcurrent, SolrPluginUtilsTest, TestCopyFieldCollectionResource, FieldAnalysisRequestHandlerTest, SoftAutoCommitTest, HdfsUnloadDistributedZkTest, TestMaxScoreQueryParser, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest, OverseerTest, BasicZkTest, RecoveryZkTest]
   [junit4] Completed on J1 in 32.26s, 1 test, 1 error <<< FAILURES!

[...truncated 639 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:491: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:471: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:60: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1359: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:962: There were test failures: 429 suites, 1774 tests, 1 error, 45 ignored (23 assumptions)

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